Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2020-07-17 01:05:43,776 [art-exec-390474] [ERROR] (o.s.t.i.TransactionInterceptor:96) - Application exception overridden by rollback exception
- org.artifactory.storage.StorageException: Failed to update Artifactory server heartbeat [Artifactory]
- at org.artifactory.storage.db.servers.service.ArtifactoryServersServiceImpl.updateArtifactoryServerHeartbeat(ArtifactoryServersServiceImpl.java:125) ~[artifactory-storage-db-4.9.0.jar:na]
- at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source) ~[na:na]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) [spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) [spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) [spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) ~[spring-tx-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) ~[spring-tx-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) [spring-tx-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) [spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) [spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at com.sun.proxy.$Proxy37.updateArtifactoryServerHeartbeat(Unknown Source) [na:na]
- at org.artifactory.storage.db.servers.service.ArtifactoryServersCommonServiceImpl.updateArtifactoryServerHeartbeat(ArtifactoryServersCommonServiceImpl.java:107) [artifactory-core-4.9.0.jar:na]
- at org.artifactory.storage.db.servers.service.ArtifactoryHeartbeatServiceImpl.updateHeartbeat(ArtifactoryHeartbeatServiceImpl.java:99) [artifactory-core-4.9.0.jar:na]
- at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source) ~[na:na]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) [spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:201) [spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
- at com.sun.proxy.$Proxy83.updateHeartbeat(Unknown Source) [na:na]
- at org.artifactory.storage.db.servers.service.ArtifactoryHeartbeatServiceImpl$HeartbeatJob.onExecute(ArtifactoryHeartbeatServiceImpl.java:111) [artifactory-core-4.9.0.jar:na]
- at org.artifactory.schedule.quartz.QuartzCommand.execute(QuartzCommand.java:52) [artifactory-storage-common-4.9.0.jar:na]
- at org.quartz.core.JobRunShell.run(JobRunShell.java:202) [quartz-2.2.1.jar:na]
- at org.artifactory.schedule.ArtifactoryConcurrentExecutor$RunnableWrapper.run(ArtifactoryConcurrentExecutor.java:104) [artifactory-storage-common-4.9.0.jar:na]
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_131]
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_131]
- at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131]
- Caused by: java.sql.SQLException: Log Record has been sent to the stream, but it cannot be applied to the store (Object null). This may cause recovery problems also.
- at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeLargeUpdate(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.artifactory.storage.db.util.JdbcHelper.executeUpdate(JdbcHelper.java:162) ~[artifactory-storage-db-4.9.0.jar:na]
- at org.artifactory.storage.db.servers.dao.ArtifactoryServersDao.updateArtifactoryServerHeartbeat(ArtifactoryServersDao.java:115) ~[artifactory-storage-db-4.9.0.jar:na]
- at org.artifactory.storage.db.servers.service.ArtifactoryServersServiceImpl.updateArtifactoryServerHeartbeat(ArtifactoryServersServiceImpl.java:123) ~[artifactory-storage-db-4.9.0.jar:na]
- ... 27 common frames omitted
- Caused by: org.apache.derby.iapi.error.StandardException: Log Record has been sent to the stream, but it cannot be applied to the store (Object null). This may cause recovery problems also.
- at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.11.1.1.jar:na]
- ... 41 common frames omitted
- Caused by: org.apache.derby.iapi.error.StandardException: Log record size 79 exceeded the maximum allowable log file size 268 435 455. Error encountered in log file 3 955, position 268 435 402.
- at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.store.raw.log.LogToFile.appendLogRecord(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.store.raw.log.FileLogger.logAndDo(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.store.raw.xact.Xact.logAndDo(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.store.raw.data.LoggableActions.doAction(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.store.raw.data.LoggableActions.actionUpdate(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.store.raw.data.StoredPage.doUpdateAtSlot(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.store.raw.data.BasePage.updateAtSlot(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.store.access.conglomerate.GenericConglomerateController.replace(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.sql.execute.RowChangerImpl.updateRow(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.sql.execute.UpdateResultSet.collectAffectedRows(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.sql.execute.UpdateResultSet.open(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.sql.GenericPreparedStatement.executeStmt(Unknown Source) ~[derby-10.11.1.1.jar:na]
- at org.apache.derby.impl.sql.GenericPreparedStatement.execute(Unknown Source) ~[derby-10.11.1.1.jar:na]
- ... 34 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment