Advertisement
mugs

Calling ResultSet.next() failed

Jun 26th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.58 KB | None | 0 0
  1. org.apache.ojb.broker.PersistenceBrokerSQLException: Calling ResultSet.next() failed
  2.     at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:229)
  3.     at org.apache.ojb.broker.accesslayer.RsIterator.hasNext(Unknown Source)
  4.     at za.org.kuali.rice.krad.dao.impl.PagedCollection$PagedCollectionIterator.hasNext(PagedCollection.java:111)
  5.     at java.util.AbstractCollection.toArray(AbstractCollection.java:139)
  6.     at java.util.Collections.sort(Collections.java:216)
  7.     at org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl.getSearchResultsHelper(KualiLookupableHelperServiceImpl.java:374)
  8.     at org.kuali.rice.kns.lookup.KualiLookupableHelperServiceImpl.getSearchResultsUnbounded(KualiLookupableHelperServiceImpl.java:75)
  9.     at org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl.performLookup(AbstractLookupableHelperServiceImpl.java:1111)
  10.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  12.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13.     at java.lang.reflect.Method.invoke(Method.java:606)
  14.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  15.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:196)
  16.     at com.sun.proxy.$Proxy94.performLookup(Unknown Source)
  17.     at org.kuali.rice.kns.lookup.KualiLookupableImpl.performLookup(KualiLookupableImpl.java:307)
  18.     at za.org.kuali.rice.krad.dao.impl.LookupDaoOjbOverrideTest.testLookup_ojb_fields(LookupDaoOjbOverrideTest.java:104)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement