Any ideas how to fix this? thanks

2008-05-28 22:36:55,025 WARN main [-] QueryServiceC._find(Namespace aNamespace, DatabaseQuery aQuery, char status).WARN : Querying a large number of objects. limit=200.resultSize=500,class=class com.integral.system.configuration.JNDIEntryC
Local Exception Stack:
Exception [TOPLINK-6092] (Oracle TopLink - 10g Release 3 (10.1.3.3.0) (Build 070620)): oracle.toplink.exceptions.QueryException
Exception Description: Uninstantiated ValueHolder detected. You must instantiate the relevant Valueholders to perform this in-memory query.
Query: ReadAllQuery(com.integral.system.configuration.JNDIEntryC)
at oracle.toplink.exceptions.QueryException.mustInstantiateValueholders(QueryException.java:671)
at oracle.toplink.internal.expressions.QueryKeyExpression.valuesFromCollection(QueryKeyExpression.java:707)
at oracle.toplink.internal.expressions.QueryKeyExpression.valueFromObject(QueryKeyExpression.java:666)
at oracle.toplink.internal.expressions.RelationExpression.doesConform(RelationExpression.java:64)
at oracle.toplink.internal.expressions.LogicalExpression.doesConform(LogicalExpression.java:38)
at oracle.toplink.expressions.Expression.doesConform(Expression.java:1061)
at oracle.toplink.internal.identitymaps.IdentityMapManager.getAllFromIdentityMap(IdentityMapManager.java:368)
at oracle.toplink.internal.sessions.IdentityMapAccessor.getAllFromIdentityMap(IdentityMapAccessor.java:212)
at oracle.toplink.queryframework.ReadAllQuery.checkEarlyReturnImpl(ReadAllQuery.java:233)
at oracle.toplink.queryframework.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:504)
at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:564)
at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:779)
at oracle.toplink.queryframework.ReadAllQuery.execute(ReadAllQuery.java:451)
at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:2089)
at oracle.toplink.publicinterface.Session.executeQuery(Session.java:993)
at oracle.toplink.publicinterface.Session.executeQuery(Session.java:950)
at com.integral.query.QueryServiceC.executeQuery(QueryServiceC.java:1025)
at com.integral.query.QueryServiceC._find(QueryServiceC.java:520)
at com.integral.query.QueryServiceC._findAll(QueryServiceC.java:173)
at com.integral.query.QueryServiceC.findAll(QueryServiceC.java:138)
at com.integral.jmsx.JMSDBMBeanC._getServerDestinationList(JMSDBMBeanC.java:584)
at com.integral.jmsx.JMSDBMBeanC.init(JMSDBMBeanC.java:85)
at com.integral.jmsx.JMSDBMBeanC._getInstance(JMSDBMBeanC.java:553)
at com.integral.jmsx.JMSDBMBeanC.<clinit>(JMSDBMBeanC.java:43)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at com.integral.jmsx.jndi.jboss.JBossLoader.startService(JBossLoader.java:64)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy6.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302

It seems that you are attempting to execute an in-memory ReadAllQuery, i.e. query from only the cache directly. Your query seems to be traversing relationships, and those relationships have not been instantiated in the cache.
Perhaps don't query the cache for this type of query, instead use the default which is to query the database. (you have configured the query to checkCacheOnly()).
Otherwise you could configure what to do in this case by setting the query's setInMemoryQueryIndirectionPolicyState(), to either ignore the objects, or instantiate the relationships (which may be a bad thing to do).
-- James : http://www.eclipselink.org

Similar Messages

Maybe you are looking for

  • I need to make my marching ants brighter

    It seems like all of a sudden my marching ants are dim to nearly invisible as I'm making a selection. I haven't updated my software. They show up in some graphics better than others, and once I've made the selection, they show up white again. Example

  • How to select data from cluster table

    hi experts,                I have a report which picks data from bseg (cluster table ) for a month report it is taking around 4 minutes to process.I feel it is not good when take the report after some months. how to select data from these table???how

  • Handling outbound IDOC errors through workflow TS00007989

    Hi, I want to sent an notification e-mail to external mail box when an outbound idoc has an error status. This needs to be achieved through a workflow template. I noted that there is a standard task TS00007989 in WE40 which is used for handling outbo

  • ORA-20001

    Hi, While uploading csv file through utilities I am getting the following error. I tried uploading one row of data. Please help me. "ORA-20001: Unable to create collection: ORA-20001: Unable to parse a row with more than 32KB data." Regards, Pallavi

  • Install problem, not logged on internet or time is not sync to the internet time

    i downloaded a adobe acrobat trial, when i tried to install, it keeped saying not log on internet, or the  time is not sync to the internet, but my computer is logged on internet and also i reseted the time to sync the internet time.