Hi,

You are definitely not the only one :(

http://www.orafaq.com/forum/t/28158/0/
http://ora-00600.ora-code.com/

They vary from all kinds of serverside errors (memory/hardware-related) to 
classpath-problems, so I don't think it will be easy...

Good luck!

Niels

________________________________________
From: Wulf, Andrew [mailto:[EMAIL PROTECTED] 
Sent: maandag 6 juni 2005 23:30
To: ibatis-user-java@incubator.apache.org
Subject: Unexplained exception in GeneralStatement.executeQueryForObject

In 2.1.0.565 I get this exception which makes little sense to me. Running on 
Weblogic 8.1 JDK 1.42. Basically it gets to line 100 and never returns. The 
database is Oracle 10g. The code worked fine on the prior version of ibatis. 
The NoClassDefFoundError seems a bit odd since I see the class in the jar. I 
see no evidence of the prior version anywhere in the domain...
<Jun 6, 2005 4:10:44 PM CDT> <Error> <HTTP> <BEA-101017> 
<[ServletContext(id=27579072,name=mapserver,context-path=/maps 
rver)] Root cause of ServletException. 
java.lang.NoClassDefFoundError: 
com/ibatis/sqlmap/engine/transaction/TransactionException 
        at 
com.ibatis.sqlmap.engine.mapping.statement.GeneralStatement.executeQueryForObject(GeneralStatement.java:100)
 
        at 
com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:561)
 
        at 
com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForObject(SqlMapExecutorDelegate.java:536)
 
        at 
com.ibatis.sqlmap.engine.impl.SqlMapSessionImpl.queryForObject(SqlMapSessionImpl.java:97)
 
        at 
com.ibatis.sqlmap.engine.impl.SqlMapClientImpl.queryForObject(SqlMapClientImpl.java:69)
 
        at com.firstcommand.services.maps.dataaccess.Access.fetchAgent(Unknown 
Source) 
        at com.firstcommand.services.maps.MapServlet.doGet(MapServlet.java:80) 
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) 
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) 
        at 
weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)
 
        at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419)
 
        at 
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
 
        at 
weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)
 
        at 
weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
 
        at 
weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) 
        at 
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)
 
        at 
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2644)
 
        at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) 
        at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) 
- Andrew 

Reply via email to