Advertisement
Guest User

DifferentKey

a guest
Aug 20th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.71 KB | None | 0 0
  1. 2015-08-20 11:03:04,303 DEBUG [http-nio-8090-exec-6] [net.java.ao.sql] onSql SELECT "DATE",ID,USER_KEY,PLUGIN_KEY,"KEY" FROM AO_6384AB_DISCOVERED WHERE USER_KEY = ?
  2. 2015-08-20 11:03:05,048 DEBUG [http-nio-8090-exec-10] [net.java.ao.sql] onSql SELECT TOP 10 ID,CLAVE,CLICKS,CREATOR,CREATED_TIMESTAMP,LATEST_ACCESS FROM AO_C2BE6F_LINKS_DATA_ENTITY
  3. 2015-08-20 11:03:05,059 ERROR [http-nio-8090-exec-10] [common.error.jersey.ThrowableExceptionMapper] toResponse Uncaught exception thrown by REST service: There was a SQL exception thrown by the Active Objects library:
  4. Database:
  5.     - name:Microsoft SQL Server
  6.     - version:12.00.2269
  7.     - minor version:0
  8.     - major version:12
  9. Driver:
  10.     - name:jTDS Type 4 JDBC Driver for MS SQL Server and Sybase
  11.     - version:1.3.1
  12.  
  13. java.sql.SQLException: ResultSet may only be accessed in a forward direction.
  14.  -- referer: http://localhost:8090/plugins/servlet/share/admin/linksoverview | url: /rest/shareattachment/1.0/data | userName: admin
  15. com.atlassian.activeobjects.internal.ActiveObjectsSqlException: There was a SQL exception thrown by the Active Objects library:
  16. Database:
  17.     - name:Microsoft SQL Server
  18.     - version:12.00.2269
  19.     - minor version:0
  20.     - major version:12
  21. Driver:
  22.     - name:jTDS Type 4 JDBC Driver for MS SQL Server and Sybase
  23.     - version:1.3.1
  24.  
  25. java.sql.SQLException: ResultSet may only be accessed in a forward direction.
  26.     at com.atlassian.activeobjects.internal.EntityManagedActiveObjects.stream(EntityManagedActiveObjects.java:221)
  27.     at com.atlassian.activeobjects.osgi.TenantAwareActiveObjects.stream(TenantAwareActiveObjects.java:359)
  28.     at sun.reflect.GeneratedMethodAccessor759.invoke(Unknown Source)
  29.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  30.     at java.lang.reflect.Method.invoke(Unknown Source)
  31.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
  32.     at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:58)
  33.     at org.springframework.osgi.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:62)
  34.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
  35.     at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
  36.     at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
  37.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
  38.     at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invokeUnprivileged(ServiceTCCLInterceptor.java:56)
  39.     at org.springframework.osgi.service.util.internal.aop.ServiceTCCLInterceptor.invoke(ServiceTCCLInterceptor.java:39)
  40.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
  41.     at org.springframework.osgi.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:59)
  42.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
  43.     at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
  44.     at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
  45.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
  46.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  47.     at com.sun.proxy.$Proxy2853.stream(Unknown Source)
  48.     at com.keinoby.confluence.plugins.share.persistency.LinksDataAOServiceImpl.loadAllInRange(LinksDataAOServiceImpl.java:45)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement