[JBoss Seam] - I have some problems with an exeption, I need help!!!!
by carojas
Hi,
I have a seam application and this application presents some times errors in diferents parts. The error is the same but the invoking expression is diferent sometimes.
This is the exeption:
17:28:57,272 ERROR [SeamExceptionFilter] uncaught exception handled by Seam
javax.servlet.ServletException: Error calling action method of component with id buscarBeneficiario:_id37
at javax.faces.webapp.FacesServlet.service (FacesServlet.java:121)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java :173)
at src.co.com.ficitec.fachada.AutorizacionSMCFilter.doFilter(AutorizacionSMCFilter.java:254)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at src.co.com.ficitec.fachada.RevisarSesionesActivasFilter.doFilter(RevisarSesionesActivasFilter.java:56)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java :202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke (StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java :175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket (PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
17:28:57,274 INFO [SeamExceptionFilter] killing transaction
17:28:57,275 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
javax.faces.FacesException: Error calling action method of component with id buscarBeneficiario:_id37
at org.apache.myfaces.application.ActionListenerImpl.processAction (ActionListenerImpl.java:74)
at javax.faces.component.UICommand.broadcast(UICommand.java:106)
at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
at javax.faces.component.UIViewRoot.processApplication (UIViewRoot.java:164)
at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:316)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter (ApplicationFilterChain.java:173)
at src.co.com.ficitec.fachada.AutorizacionSMCFilter.doFilter(AutorizacionSMCFilter.java:254)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java :202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at src.co.com.ficitec.fachada.RevisarSesionesActivasFilter.doFilter(RevisarSesionesActivasFilter.java :56)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:45)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter (ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java :96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke (SecurityAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service (CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java :664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run (Thread.java:595)
Caused by: javax.faces.el.EvaluationException: Exception while invoking expression #{fachada.srvRegistrarAvance}
at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
... 36 more
Caused by: javax.ejb.EJBTransactionRolledbackException: javax.ejb.EJBNoSuchObjectException : Could not find Stateful bean: 5c4o02m-g7qjuy-esaqbih2-1-esaulv2e-12a
at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:93)
at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java :130)
at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:201)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.tx.TxPropagationInterceptor.invoke (TxPropagationInterceptor.java:76)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java :81)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext (MethodInvocation.java:101)
at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java :101)
at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:188)
at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98)
at $Proxy1603.srvRegistrarAvance(Unknown Source)
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.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)
... 37 more
Caused by: javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: 5c4o02m-g7qjuy-esaqbih2-1-esaulv2e-12a
at org.jboss.ejb3.cache.simple.SimpleStatefulCache.get(SimpleStatefulCache.java:266)
at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke (StatefulInstanceInterceptor.java:59)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java :78)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext (MethodInvocation.java:101)
at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java :101)
at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContainer.java:188)
at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.java:98)
at $Proxy1609.getExample(Unknown Source)
at src.co.com.ficitec.fachada.FachadaServicios.srvRegistrarAvance(FachadaServicios.java:2577)
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.jboss.aop.joinpoint.MethodInvocation.invokeNext (MethodInvocation.java:112)
at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java :56)
at org.jboss.seam.interceptors.ValidationInterceptor.validateTargetComponent(ValidationInterceptor.java:64)
at sun.reflect.GeneratedMethodAccessor779.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
at org.jboss.seam.interceptors.Interceptor.aroundInvoke (Interceptor.java:90)
at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
at org.jboss.seam.interceptors.OutcomeInterceptor.interceptOutcome(OutcomeInterceptor.java :21)
at sun.reflect.GeneratedMethodAccessor778.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke (Method.java:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
at org.jboss.seam.interceptors.SeamInvocationContext.proceed (SeamInvocationContext.java:60)
at org.jboss.seam.interceptors.RollbackInterceptor.rollbackIfNecessary(RollbackInterceptor.java:30)
at sun.reflect.GeneratedMethodAccessor777.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java :13)
at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
at org.jboss.seam.interceptors.BijectionInterceptor.bijectTargetComponent (BijectionInterceptor.java:33)
at sun.reflect.GeneratedMethodAccessor776.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
at org.jboss.seam.interceptors.ConversationInterceptor.endOrBeginLongRunningConversation(ConversationInterceptor.java:82)
at sun.reflect.GeneratedMethodAccessor775.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke (Method.java:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
at org.jboss.seam.interceptors.SeamInvocationContext.proceed (SeamInvocationContext.java:60)
at org.jboss.seam.interceptors.BusinessProcessInterceptor.manageBusinessProcessContext(BusinessProcessInterceptor.java:60)
at sun.reflect.GeneratedMethodAccessor774.invoke (Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.seam.util.Reflections.invoke (Reflections.java:13)
at org.jboss.seam.interceptors.Interceptor.aroundInvoke(Interceptor.java:90)
at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
at org.jboss.seam.interceptors.RemoveInterceptor.removeIfNecessary(RemoveInterceptor.java:39)
at sun.reflect.GeneratedMethodAccessor773.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:13)
at org.jboss.seam.interceptors.Interceptor.aroundInvoke (Interceptor.java:90)
at org.jboss.seam.interceptors.SeamInvocationContext.proceed(SeamInvocationContext.java:60)
at org.jboss.seam.ejb.SeamInterceptor.aroundInvokeInContexts(SeamInterceptor.java:73)
at org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:45)
at sun.reflect.GeneratedMethodAccessor729.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:118)
at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke (EJB3InterceptorsInterceptor.java:63)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke (ExtendedPersistenceContextPropagationInterceptor.java:57)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke (TransactionScopedEntityManagerInterceptor.java:54)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java :47)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
... 57 more
Can somebody help me????
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972786#3972786
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972786
19 years, 7 months
[JBoss Messaging] - Re: Replacing persistence database - Hibernate to Postgres
by anshah1
Yeah that document helps. Finally got the replacement working and can see that the tables are created in my postgres db. however there's now a very strange behavior that I have noticed.
I have written a Queue client that listens on myQueue. It's a stand alone java program and here's how I initialize my connection to the queue.
public void initialize() throws Exception {
| // lookup the queue and topic objects
| System.out.println("Starting init");
| Destination queue = (Destination) mCtx.lookup("/queue/myQueue");
| System.out.println("q look up done " + queue);
| // lookup a connection factory
| ConnectionFactory factory = (ConnectionFactory) mCtx
| .lookup("/ConnectionFactory");
| System.out.println("factory done ");
| // create a connection
| javax.jms.Connection connection = factory.createConnection();
| System.out.println("created connection ");
| // create a session
| Session session = connection.createSession(true,
| Session.AUTO_ACKNOWLEDGE);
| System.out.println("created session");
| // create a message consumer for the topic
| MessageConsumer subscriber = session.createConsumer(queue);
| System.out.println("created consumer");
| // set this class as message listener for the topic
| subscriber.setMessageListener(this);
| System.out.println("finished init");
| connection.start(); // start connection
| }
You see so many print statements only because I wanted to figure out at what step does it hang..
here's the output for this java program
[java] You are connecting to server wd55237
| [java] Threads available 4
| [java] datasource look up done
| [java] Starting init
| [java] q look up done JBossQueue[myQueue]
| [java] factory done
However it does not get past the createConnection() step. It just hangs there??? Any ideas why?
Here's the classpath that I am running this clss with
C:\Documents and
| Settings\d3m293\workspace\NCBIOfflineRetrieval\build\lib\ncbiretrieval.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\blueprint-commons-db-3.8.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\brm-server.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\brm-util.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\jboss-messaging-client.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\seqhound-4.0.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\axis\axis.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\axis\commons-discovery-0.2.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\axis\commons-logging.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\axis\jaxrpc.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\axis\saaj.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\lib\axis\wsdl4j-1.5.1.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\activation.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\antlr-2.7.5H3.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\asm-attrs.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\asm.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\autonumber-plugin.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\axis.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\bcel.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\bindingservice-plugin.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\blueprint-commons-db-3.8.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\bsf.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\bsh-1.3.0.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\bsh-deployer.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\cglib-2.1_2jboss.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\commons-collections.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\commons-httpclient.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\commons-logging.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\ejb3-persistence.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\hibernate-annotations.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\hibernate-entitymanager.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\hibernate3.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\hsqldb-plugin.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\hsqldb.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\javax.servlet.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\javax.servlet.jsp.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-common-jdbc-wrapper.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-hibernate.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-j2ee.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-jaxrpc.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-jca.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-jsr77.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-jsr88.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-management.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-monitoring.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-remoting.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-saaj.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss-transaction.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jboss.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jbosssx.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jmx-adaptor-plugin.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jnpserver.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jpl-pattern.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\jpl-util.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\log4j.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\mail-plugin.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\mail.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\msbase.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\mssqlserver.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\msutil.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\mysql-connector-java-5.0-nightly-20060131-bin.
| jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\pg74jdbc3.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\properties-plugin.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\scheduler-plugin-example.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\scheduler-plugin.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\seqhound-4.0.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\snmp-support.jar
| -C:\jboss-4.0.3SP1\server\messaging\lib\xmlentitymgr.jar
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\etc\jndi.properties
| -C:\Documents and Settings\d3m293\workspace\NCBIOfflineRetrieval\build\lib
|
Any idea why this is happening? This was working before with the hypersonic database default configuration and suddenly now it just seems to hang while creating a connection.
Thanks,
Anuj
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972783#3972783
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972783
19 years, 7 months