1 Reply Latest reply on Mar 17, 2006 5:53 AM by adrian.brock

    java.lang.IllegalArgumentException: xaRes not enlisted

    wipgil

      We are using jboss3.2.7 with oracle 10G. While creating a database connection we are getting following exception. It is happening occupationally not regularly. Can you please help us.

      Exception.

      Caused by: XXXBusinessExceptionException: Error in getting DB Connection Error in delist!; - nested throwable: (java.lang.IllegalArgumentException: xaRes not enlisted); - nested throwable: (org.jboss.resource.JBossResourceException: Error in delist!; - nested throwable: (java.lang.IllegalArgumentException: xaRes not enlisted))
      at com.test.DDBUtil.getConnection(DemandSelectDBUtil.java:421)
      at com.test.DDBUtil.loadRecipientTableValues(DemandSelectDBUtil.java:933)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:230)
      at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1244)
      at org.mozilla.javascript.continuations.ContinuationInterpreter.interpret(ContinuationInterpreter.java:1134)
      at org.mozilla.javascript.continuations.ContinuationInterpreter.interpret(ContinuationInterpreter.java:190)
      at org.mozilla.javascript.continuations.ContinuationInterpreter.interpret(ContinuationInterpreter.java:138)
      at org.mozilla.javascript.continuations.InterpretedFunctionImpl.call(InterpretedFunctionImpl.java:121)
      at org.mozilla.javascript.ScriptRuntime.call(ScriptRuntime.java:1244)
      at org.apache.cocoon.components.flow.javascript.fom.FOM_JavaScriptInterpreter.callFunction(FOM_JavaScriptInterpreter.java:755)
      ... 65 more

      Thax