8 Replies Latest reply on Oct 1, 2010 3:41 PM by tcunning

    ESB errors: An Exception was encountered while attempting to

      Hi,

      We use the JBoss ESB 4.4 . We see the following errors in the log files after a period of time. The only solution has been to restart the servers.

      Once the exception/error occurs it continues until the server is restarted.

      31 Jul 2009 21:22:12,866 WARN [org.apache.juddi.datastore.jdbc.FindTModelByNameQuery] An Exception was encountered while attempting to close the Find TModel ResultSet: null
      java.lang.NullPointerException
       at org.apache.juddi.datastore.jdbc.FindTModelByNameQuery.select(FindTModelByNameQuery.java:94)
       at org.apache.juddi.datastore.jdbc.JDBCDataStore.findTModel(JDBCDataStore.java:1610)
       at org.apache.juddi.function.FindTModelFunction.execute(FindTModelFunction.java:165)
       at org.apache.juddi.registry.RegistryEngine.execute(RegistryEngine.java:234)
       at org.apache.juddi.registry.local.RequestHandler.run(RequestHandler.java:129)
       at java.lang.Thread.run(Thread.java:595)
      31 Jul 2009 21:22:12,867 ERROR [org.apache.juddi.function.FindTModelFunction] java.sql.SQLException: Io exception: Connection reset
      31 Jul 2009 21:22:12,867 ERROR [org.apache.juddi.registry.local.RequestHandler] java.sql.SQLException: Io exception: Connection reset
      31 Jul 2009 21:22:12,868 ERROR [STDERR] java.lang.reflect.InvocationTargetException
      31 Jul 2009 21:22:12,868 ERROR [STDERR] at org.apache.ws.scout.transport.LocalTransport.send(LocalTransport.java:67)
      31 Jul 2009 21:22:12,868 ERROR [STDERR] at org.apache.ws.scout.registry.RegistryImpl.execute(RegistryImpl.java:271)
      31 Jul 2009 21:22:12,868 ERROR [STDERR] at org.apache.ws.scout.registry.RegistryImpl.findTModel(RegistryImpl.java:793)
      31 Jul 2009 21:22:12,868 ERROR [STDERR] at org.apache.ws.scout.registry.BusinessQueryManagerImpl.findClassificationSchemeByName(BusinessQueryManagerImpl.java:440)
      31 Jul 2009 21:22:12,868 ERROR [STDERR] at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findService(JAXRRegistryImpl.java:423)
      31 Jul 2009 21:22:12,868 ERROR [STDERR] at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findEPRs(JAXRRegistryImpl.java:272)
      31 Jul 2009 21:22:12,868 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor213.invoke(Unknown Source)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.internal.soa.esb.services.registry.RegistryService$1.invoke(RegistryService.java:61)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at $Proxy36.findEPRs(Unknown Source)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.internal.soa.esb.services.registry.CachingRegistryInterceptor.getEPRs(CachingRegistryInterceptor.java:157)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.internal.soa.esb.services.registry.CachingRegistryInterceptor.findEPRs(CachingRegistryInterceptor.java:94)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.internal.soa.esb.services.registry.InVMRegistryInterceptor.findEPRs(InVMRegistryInterceptor.java:133)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.services.registry.RegistryFactory$HeadRegistryInterceptor.findEPRs(RegistryFactory.java:229)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.listeners.RegistryUtil.getEprs(RegistryUtil.java:226)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.client.ServiceInvoker.loadServiceClusterInfo(ServiceInvoker.java:433)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.client.ServiceInvoker.post(ServiceInvoker.java:294)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.client.ServiceInvoker.deliverAsync(ServiceInvoker.java:227)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.client.ServiceInvoker.deliverToDeadLetterService(ServiceInvoker.java:269)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.client.ServiceInvoker.deliverSync(ServiceInvoker.java:207)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.listeners.message.UncomposedMessageDeliveryAdapter.deliverSyncWithoutDecomposing(UncomposedMessageDeliveryAdapter.java:107)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.listeners.message.UncomposedMessageDeliveryAdapter.deliverSync(UncomposedMessageDeliveryAdapter.java:86)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.soa.esb.listeners.gateway.JBossRemotingGatewayListener.invoke(JBossRemotingGatewayListener.java:333)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:809)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.jboss.remoting.transport.coyote.CoyoteInvoker.service(CoyoteInvoker.java:310)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] Caused by: java.lang.reflect.InvocationTargetException
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor113.invoke(Unknown Source)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:585)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.apache.ws.scout.transport.LocalTransport.send(LocalTransport.java:63)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] ... 29 more
      31 Jul 2009 21:22:12,869 ERROR [STDERR] Caused by: java.lang.Exception: faultCode=null, faultString=Io exception: Connection reset, faultActor=null, errno=null, errCode=null, errText=null
      31 Jul 2009 21:22:12,869 ERROR [STDERR] at org.apache.juddi.registry.local.InquiryService.inquire(InquiryService.java:91)
      31 Jul 2009 21:22:12,869 ERROR [STDERR] ... 33 more
      


      What might be causing this ?

      Thanks

      :)
      SShetty

        • 1. Re: ESB errors: An Exception was encountered while attemptin
          beve

          Hi sshetty,

          is this easy to reproduce? Would you be able to send my an .esb that displays this error and I'd be happy to take a look. I've not seen this before.

          Thanks,

          /Daniel

          • 2. Re: ESB errors: An Exception was encountered while attemptin

            Hi Daniel,

            We are unable to reproduce it consistently.

            We saw the issue when the oracle database we were connecting to crashed. The database recovered, but the ESB continued to log the exception. We had to restart the jboss servers to restore service.

            Thanks

            :)
            SShetty

            • 3. Re: ESB errors: An Exception was encountered while attempting to
              massios

              Hello s shetty,

               

              Have you found a solution to this?

               

              It seems we are also getting it with esb 4.6 and oracle as a db.

               

              Nikos

               

              ------

               

              2010-10-01 11:16:53,744 WARN  [org.apache.juddi.datastore.jdbc.FindTModelByNameQuery] (WorkThread) An Exception was encountered while attempting to close the Find TModel ResultSet: null
              java.lang.NullPointerException
                  at org.apache.juddi.datastore.jdbc.FindTModelByNameQuery.select(FindTModelByNameQuery.java:94)
                  at org.apache.juddi.datastore.jdbc.JDBCDataStore.findTModel(JDBCDataStore.java:1610)
                  at org.apache.juddi.function.FindTModelFunction.execute(FindTModelFunction.java:165)
                  at org.apache.juddi.registry.RegistryEngine.execute(RegistryEngine.java:234)
                  at org.apache.juddi.registry.local.RequestHandler.run(RequestHandler.java:129)
                  at java.lang.Thread.run(Thread.java:619)
              2010-10-01 11:16:53,744 ERROR [org.apache.juddi.function.FindTModelFunction] (WorkThread) java.sql.SQLException: Δεν υπάρχουν άλλα δεδομένα για νάγνωση στην υποδοχή
              2010-10-01 11:16:53,744 WARN  [org.jboss.resource.connectionmanager.TxConnectionManager] (WorkThread) Connection error occured: org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@6c09106c[state=NORMAL mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnection@398d4eb6 handles=0 lastUse=1285859294981 permit=true trackByTx=false mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool@19acffb4 context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@2cc78f97 xaResource=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@6c2aac3e txSync=null]
              java.sql.SQLException: Η σύνδεση έκλεισε (the connection is closed)
                  at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
                  at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
                  at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
                  at oracle.jdbc.driver.PhysicalConnection.rollback(PhysicalConnection.java:1133)
                  at org.jboss.resource.adapter.jdbc.local.LocalManagedConnection.rollback(LocalManagedConnection.java:97)
                  at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.tidyup(TxConnectionManager.java:783)
                  at org.jboss.resource.connectionmanager.BaseConnectionManager2.returnManagedConnection(BaseConnectionManager2.java:453)
                  at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.connectionClosed(TxConnectionManager.java:734)
                  at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.closeHandle(BaseWrapperManagedConnection.java:362)
                  at org.jboss.resource.adapter.jdbc.WrappedConnection.close(WrappedConnection.java:155)
                  at org.apache.juddi.datastore.jdbc.JDBCDataStore.release(JDBCDataStore.java:102)
                  at org.apache.juddi.function.FindTModelFunction.execute(FindTModelFunction.java:228)
                  at org.apache.juddi.registry.RegistryEngine.execute(RegistryEngine.java:234)
                  at org.apache.juddi.registry.local.RequestHandler.run(RequestHandler.java:129)
                  at java.lang.Thread.run(Thread.java:619)
              2010-10-01 11:16:53,744 WARN  [org.jboss.resource.connectionmanager.TxConnectionManager] (WorkThread) Error during tidyup org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener@6c09106c[state=DESTROYED mc=org.jboss.resource.adapter.jdbc.local.LocalManagedConnection@398d4eb6 handles=0 lastUse=1285859294981 permit=false trackByTx=false mcp=org.jboss.resource.connectionmanager.JBossManagedConnectionPool$OnePool@19acffb4 context=org.jboss.resource.connectionmanager.InternalManagedConnectionPool@2cc78f97 xaResource=org.jboss.resource.connectionmanager.TxConnectionManager$LocalXAResource@6c2aac3e txSync=null]
              java.lang.IllegalMonitorStateException
                  at java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:127)
                  at java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1175)
                  at java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:431)
                  at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.unlock(BaseWrapperManagedConnection.java:277)
                  at org.jboss.resource.adapter.jdbc.local.LocalManagedConnection.rollback(LocalManagedConnection.java:112)
                  at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.tidyup(TxConnectionManager.java:783)
                  at org.jboss.resource.connectionmanager.BaseConnectionManager2.returnManagedConnection(BaseConnectionManager2.java:453)
                  at org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.connectionClosed(TxConnectionManager.java:734)
                  at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.closeHandle(BaseWrapperManagedConnection.java:362)
                  at org.jboss.resource.adapter.jdbc.WrappedConnection.close(WrappedConnection.java:155)
                  at org.apache.juddi.datastore.jdbc.JDBCDataStore.release(JDBCDataStore.java:102)
                  at org.apache.juddi.function.FindTModelFunction.execute(FindTModelFunction.java:228)
                  at org.apache.juddi.registry.RegistryEngine.execute(RegistryEngine.java:234)
                  at org.apache.juddi.registry.local.RequestHandler.run(RequestHandler.java:129)
                  at java.lang.Thread.run(Thread.java:619)
              2010-10-01 11:16:53,744 ERROR [org.apache.juddi.registry.local.RequestHandler] (WorkThread) java.sql.SQLException: Δεν υπάρχουν άλλα δεδομένα για νάγνωση στην υποδοχή (there is no more data to read from the adaptor)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9) java.lang.reflect.InvocationTargetException
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.ws.scout.transport.LocalTransport.send(LocalTransport.java:67)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.ws.scout.registry.RegistryImpl.execute(RegistryImpl.java:275)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.ws.scout.registry.RegistryImpl.findTModel(RegistryImpl.java:806)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.ws.scout.registry.BusinessQueryManagerImpl.findClassificationSchemeByName(BusinessQueryManagerImpl.java:443)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findService(JAXRRegistryImpl.java:468)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl.findEPRs(JAXRRegistryImpl.java:298)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at sun.reflect.GeneratedMethodAccessor378.invoke(Unknown Source)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at java.lang.reflect.Method.invoke(Method.java:597)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.internal.soa.esb.services.registry.RegistryService$1.invoke(RegistryService.java:61)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at $Proxy285.findEPRs(Unknown Source)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.internal.soa.esb.services.registry.InVMRegistryInterceptor.findEPRs(InVMRegistryInterceptor.java:160)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.soa.esb.services.registry.RegistryFactory$HeadRegistryInterceptor.findEPRs(RegistryFactory.java:229)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.soa.esb.listeners.RegistryUtil.getEprs(RegistryUtil.java:226)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.soa.esb.client.ServiceInvoker.loadServiceClusterInfo(ServiceInvoker.java:498)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:170)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:151)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.soa.esb.client.ServiceInvoker.<init>(ServiceInvoker.java:193)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at unisystems.beans.CallServicesSync.callHelpers(CallServicesSync.java:126)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at java.lang.reflect.Method.invoke(Method.java:597)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.el.parser.AstValue.invoke(AstValue.java:170)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.jasper.el.JspMethodExpression.invoke(JspMethodExpression.java:68)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at javax.faces.component.UICommand.broadcast(UICommand.java:387)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at java.lang.Thread.run(Thread.java:619)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9) Caused by: java.lang.reflect.InvocationTargetException
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at java.lang.reflect.Method.invoke(Method.java:597)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.ws.scout.transport.LocalTransport.send(LocalTransport.java:63)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     ... 55 more
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9) Caused by: java.lang.Exception: faultCode=null, faultString= Δεν υπάρχουν άλλα δεδομένα για νάγνωση στην υποδοχή, faultActor=null, errno=null, errCode=null, errText=null
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     at org.apache.juddi.registry.local.InquiryService.inquire(InquiryService.java:91)
              2010-10-01 11:16:53,744 ERROR [STDERR] (http-10.200.98.63-8080-9)     ... 60 more
              2010-10-01 11:16:54,244 WARN  [org.apache.juddi.datastore.jdbc.FindTModelByNameQuery] (WorkThread) An Exception was encountered while attempting to close the Find TModel ResultSet: null

              • 4. Re: ESB errors: An Exception was encountered while attempting to
                kconner

                This indicates an issue in the juddi v2 codebase, but for the specific details you would need to turn on the debugging for juddi.

                 

                If you update to ESB 4.9 then you can use juddiv3 instead, which uses hibernate as its persistence layer.

                 

                Kev

                • 5. Re: ESB errors: An Exception was encountered while attempting to
                  massios

                  We have find this link

                  https://issues.apache.org/jira/browse/JUDDI-146

                   

                  It says it is fixed in version 3.0.5 of juddi

                  The latest version that I can download is 3.0.3 http://ws.apache.org/juddi/releases.html

                   

                  Do you think it will be a lot of work to put juddi 3.0.3 with esb 4.6?

                  If I upgrade to 4.9 will I get the version 3.0.5 of juddi?

                   

                  Nikos

                  • 6. Re: ESB errors: An Exception was encountered while attempting to
                    massios

                    Sorry I think you also need this

                    https://issues.apache.org/jira/browse/JUDDI-89

                    • 7. Re: ESB errors: An Exception was encountered while attempting to
                      kconner

                      Both of those are juddiv2 issues and not juddiv3, I don't know whether they still apply or not.  My guess would be that they don't given that the juddiv2 project handled the persistence layer using direct JDBC calls whereas the juddiv3 project now uses hibernate.

                       

                      We hit numerous performance issues with juddiv2 but managed to workaround all the known ones using AOP.

                       

                      Kev

                      • 8. Re: ESB errors: An Exception was encountered while attempting to
                        tcunning

                        I'm pretty sure that the Oracle clause limit might still be there in juddiv2 - I never got the patches in JUDDI-89 that you mention to work correctly and never heard back from the patch author.

                         

                        As Kevin said the best thing to do would be to just move to ESB-4.9.       Don't worry about needing jUDDI 3.0.5 (any >= 3.0 jUDDI should be okay), JUDDI-146 seems incorrectly versioned.