Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 15313 invoked from network); 24 May 2006 14:51:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 14:51:21 -0000 Received: (qmail 46794 invoked by uid 500); 24 May 2006 14:51:18 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 46571 invoked by uid 500); 24 May 2006 14:51:17 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 46560 invoked by uid 99); 24 May 2006 14:51:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 07:51:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [213.83.63.60] (HELO ms4-2.1blu.de) (213.83.63.60) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 07:51:16 -0700 Received: from [83.221.231.2] (helo=[83.221.231.2]) by ms4-2.1blu.de with asmtp (Exim 3.36 #1) id 1FiuhB-0003kQ-00 for user@geronimo.apache.org; Wed, 24 May 2006 16:50:45 +0200 Message-ID: <447472C3.3020302@ds-2.de> Date: Wed, 24 May 2006 16:50:43 +0200 From: "D. Strauss" User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: TransactionRolledbackException when accessing a Webservice References: <44704985.9040501@ds-2.de> <74e15baa0605211041g76ded79fv18c332253ba41a87@mail.gmail.com> <4470AFD1.4040407@ds-2.de> In-Reply-To: <4470AFD1.4040407@ds-2.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, Aaron I've found the error: it was an initialization problem of the bean. Funnily, OpenEjb didn't care to inform me about it ;) So, task resolved :P Best regards D. Strauss schrieb: > Hello, Aaron > > I did. But there is nothing noteworthy. I attach the part of the log > from the time the ear gets deployed until the end of accessing the WS. > As you can see: no exception or problems are reported. > > Can you find anything useful? Funnily, the stack trace is somehow the > same as the reported one by Deepesh in October 2005. Also the adventure > builder on dev@geronimo.apache.org has the same issue I think. > > Tomorrow I'll strip off any complex types from the WSDL and jaxrpc. > Maybe Geronimo has some problems analysing complex datatypes :/ who knows. > > Any good ideas are welcome ^^ > > Best regards > > Dirk > > Aaron Mulder schrieb: >> Are there any other stack traces before or after this? Usually >> there's some more meaningful problem that caused the transaction to be >> rolled back. You might want to check the log file in addition to the >> console output. >> >> Thanks, >> Aaron >> >> On 5/21/06, D. Strauss wrote: >>> Hello, folks >>> >>> In October, Deepesh encountered an exception that seems to stayed >>> unanswered. However, I ran into the same exception today and I want to >>> know under which conditions this exception occurs. The ST is: >>> >>> >>> Web Service EJB Invocation failed: method public abstract int >>> ds2.kert.ws.WSIF.holeAnzProjekte() throws java.rmi.RemoteException; >>> nested exception is: >>> javax.transaction.TransactionRolledbackException >>> at >>> org.openejb.server.axis.EJBContainerProvider.processMessage(EJBContainerProvider.java:109) >>> >>> at >>> org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) >>> at >>> org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) >>> >>> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) >>> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) >>> at >>> org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454) >>> at >>> org.apache.geronimo.axis.server.AxisWebServiceContainer.invoke(AxisWebServiceContainer.java:115) >>> >>> at >>> org.apache.geronimo.jetty.JettyEJBWebServiceContext.handle(JettyEJBWebServiceContext.java:162) >>> >>> at org.mortbay.http.HttpServer.service(HttpServer.java:909) >>> at >>> org.mortbay.http.HttpConnection.service(HttpConnection.java:816) >>> at >>> org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) >>> at >>> org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) >>> at >>> org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) >>> at >>> org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) >>> at >>> org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) >>> Caused by: javax.transaction.TransactionRolledbackException >>> at >>> org.openejb.transaction.ContainerPolicy$TxRequired.invoke(ContainerPolicy.java:126) >>> >>> at >>> org.openejb.transaction.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:80) >>> >>> at >>> org.openejb.slsb.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:98) >>> >>> at >>> org.openejb.transaction.ContainerPolicy$TxRequired.invoke(ContainerPolicy.java:140) >>> >>> at >>> org.openejb.transaction.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:80) >>> >>> at >>> org.openejb.SystemExceptionInterceptor.invoke(SystemExceptionInterceptor.java:82) >>> >>> at >>> org.openejb.GenericEJBContainer.invoke(GenericEJBContainer.java:238) >>> at >>> org.openejb.GenericEJBContainer$$FastClassByCGLIB$$60a0c356.invoke() >>> >>> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >>> at >>> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) >>> >>> at >>> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) >>> >>> at >>> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800) >>> >>> at >>> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >>> at >>> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36) >>> >>> at >>> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) >>> >>> at >>> org.openejb.EJBContainer$$EnhancerByCGLIB$$294bf5a9.invoke() >>> at >>> org.openejb.server.axis.EJBContainerProvider.processMessage(EJBContainerProvider.java:103) >>> >>> ... 14 more >>> >>> According to it, the EJB container seems to have some trouble creating a >>> transaction. Or how can I interpret this stracktrace? >>> >>> This stacktrace occurs when I access a SLSB via a Webservice (the SLSB >>> is the endpoint ^^). >>> >>> Best regards >>> >>> Dirk >>> >> >> >> ------------------------------------------------------------------------ >> >> 20:04:13,621 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=jsp,J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=Servlet because no targets are running for reference JettyServletRegistration matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=WebModule,name=KERT.war >> 20:04:13,638 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=default,J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=Servlet because no targets are running for reference JettyServletRegistration matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=WebModule,name=KERT.war >> 20:04:13,723 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for reference J2EEApplication matching the patterns geronimo.server:J2EEServer=geronimo,j2eeType=J2EEApplication,name=KERT/Ear >> 20:04:13,768 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WSEP >> 20:04:13,769 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,JCAResource=tranql-connector-1.1.rar,j2eeType=JCAManagedConnectionFactory,name=jdbc/kert/db >> 20:04:13,769 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WS2 >> 20:04:13,769 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=News >> 20:04:13,769 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Kategorie >> 20:04:13,769 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=User >> 20:04:13,769 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Projekt >> 20:04:13,774 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=WSEP,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WSLink,J2EEModule=null because no targets are running for reference EJBContainer matching the patterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WSEP >> 20:04:14,034 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for reference J2EEApplication matching the patterns geronimo.server:J2EEServer=geronimo,j2eeType=J2EEApplication,name=KERT/Ear >> 20:04:14,035 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WSEP >> 20:04:14,035 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WS2 >> 20:04:14,035 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=News >> 20:04:14,035 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Kategorie >> 20:04:14,035 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=User >> 20:04:14,035 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Projekt >> 20:04:14,093 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for reference J2EEApplication matching the patterns geronimo.server:J2EEServer=geronimo,j2eeType=J2EEApplication,name=KERT/Ear >> 20:04:14,093 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WSEP >> 20:04:14,093 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=News >> 20:04:14,094 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Kategorie >> 20:04:14,094 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=User >> 20:04:14,094 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Projekt >> 20:04:14,331 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for reference J2EEApplication matching the patterns geronimo.server:J2EEServer=geronimo,j2eeType=J2EEApplication,name=KERT/Ear >> 20:04:14,332 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WSEP >> 20:04:14,332 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Kategorie >> 20:04:14,332 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=User >> 20:04:14,333 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Projekt >> 20:04:14,344 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WSEP >> 20:04:14,345 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Kategorie >> 20:04:14,345 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=User >> 20:04:14,345 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Projekt >> 20:04:14,478 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WSEP >> 20:04:14,479 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=User >> 20:04:14,479 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Projekt >> 20:04:14,668 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=StatelessSessionBean,name=WSEP >> 20:04:14,668 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Projekt >> 20:04:14,671 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=atomFeed,J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=Servlet because no targets are running for reference JettyServletRegistration matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=WebModule,name=KERT.war >> 20:04:14,672 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=ref,J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=WebFilter because no targets are running for reference JettyServletRegistration matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=WebModule,name=KERT.war >> 20:04:15,131 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=KERT.war,J2EEServer=geronimo,J2EEApplication=KERT/Ear,j2eeType=WebModule because no targets are running for the dependency matching the patternspatterns geronimo.server:EJBModule=KERT.jar,J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=EntityBean,name=Projekt >> 20:04:15,134 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:URLPattern="/\*",J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=WebFilterMapping,WebFilter=ref because no targets are running for reference Filter matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,WebModule=KERT.war,j2eeType=WebFilter,name=ref >> 20:04:15,134 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:URLPattern="/\*",J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=WebFilterMapping,WebFilter=ref because no targets are running for reference JettyServletRegistration matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=WebModule,name=KERT.war >> 20:04:15,143 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=cssProvider,J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=Servlet because no targets are running for reference Previous matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,WebModule=KERT.war,j2eeType=Servlet,name=atomFeed >> 20:04:15,143 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=cssProvider,J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=Servlet because no targets are running for reference JettyServletRegistration matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=WebModule,name=KERT.war >> 20:04:15,439 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:name=cssProvider,J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=Servlet because no targets are running for reference JettyServletRegistration matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,j2eeType=WebModule,name=KERT.war >> 20:04:15,440 DEBUG [GBeanSingleReference] Waiting to start geronimo.server:URLPattern="/\*",J2EEServer=geronimo,J2EEApplication=KERT/Ear,WebModule=KERT.war,j2eeType=WebFilterMapping,WebFilter=ref because no targets are running for reference Filter matching the patterns geronimo.server:J2EEApplication=KERT/Ear,J2EEServer=geronimo,WebModule=KERT.war,j2eeType=WebFilter,name=ref >> 20:05:04,941 WARN [SystemExceptionInterceptor] WSEP >> javax.transaction.TransactionRolledbackException >> at org.openejb.transaction.ContainerPolicy$TxRequired.invoke(ContainerPolicy.java:126) >> at org.openejb.transaction.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:80) >> at org.openejb.slsb.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:98) >> at org.openejb.transaction.ContainerPolicy$TxRequired.invoke(ContainerPolicy.java:140) >> at org.openejb.transaction.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:80) >> at org.openejb.SystemExceptionInterceptor.invoke(SystemExceptionInterceptor.java:82) >> at org.openejb.GenericEJBContainer.invoke(GenericEJBContainer.java:238) >> at org.openejb.GenericEJBContainer$$FastClassByCGLIB$$60a0c356.invoke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) >> at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) >> at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800) >> at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >> at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36) >> at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) >> at org.openejb.EJBContainer$$EnhancerByCGLIB$$294bf5a9.invoke() >> at org.openejb.server.axis.EJBContainerProvider.processMessage(EJBContainerProvider.java:103) >> at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) >> at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) >> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) >> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) >> at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454) >> at org.apache.geronimo.axis.server.AxisWebServiceContainer.invoke(AxisWebServiceContainer.java:115) >> at org.apache.geronimo.jetty.JettyEJBWebServiceContext.handle(JettyEJBWebServiceContext.java:162) >> at org.mortbay.http.HttpServer.service(HttpServer.java:909) >> at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) >> at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) >> at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) >> at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) >> at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) >> at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) >> 20:05:04,968 WARN [AxisWebServiceContainer] AxisFault: >> AxisFault >> faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException >> faultSubcode: >> faultString: Web Service EJB Invocation failed: method public abstract int ds2.kert.ws.WSIF.holeAnzProjekte() throws java.rmi.RemoteException; nested exception is: >> javax.transaction.TransactionRolledbackException >> faultActor: >> faultNode: >> faultDetail: >> {http://xml.apache.org/axis/}hostname:cerberus.ds2 >> >> Web Service EJB Invocation failed: method public abstract int ds2.kert.ws.WSIF.holeAnzProjekte() throws java.rmi.RemoteException; nested exception is: >> javax.transaction.TransactionRolledbackException >> at org.openejb.server.axis.EJBContainerProvider.processMessage(EJBContainerProvider.java:109) >> at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323) >> at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) >> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) >> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) >> at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454) >> at org.apache.geronimo.axis.server.AxisWebServiceContainer.invoke(AxisWebServiceContainer.java:115) >> at org.apache.geronimo.jetty.JettyEJBWebServiceContext.handle(JettyEJBWebServiceContext.java:162) >> at org.mortbay.http.HttpServer.service(HttpServer.java:909) >> at org.mortbay.http.HttpConnection.service(HttpConnection.java:816) >> at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982) >> at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) >> at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244) >> at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) >> at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) >> Caused by: javax.transaction.TransactionRolledbackException >> at org.openejb.transaction.ContainerPolicy$TxRequired.invoke(ContainerPolicy.java:126) >> at org.openejb.transaction.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:80) >> at org.openejb.slsb.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:98) >> at org.openejb.transaction.ContainerPolicy$TxRequired.invoke(ContainerPolicy.java:140) >> at org.openejb.transaction.TransactionContextInterceptor.invoke(TransactionContextInterceptor.java:80) >> at org.openejb.SystemExceptionInterceptor.invoke(SystemExceptionInterceptor.java:82) >> at org.openejb.GenericEJBContainer.invoke(GenericEJBContainer.java:238) >> at org.openejb.GenericEJBContainer$$FastClassByCGLIB$$60a0c356.invoke() >> at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) >> at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) >> at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:118) >> at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:800) >> at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57) >> at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:36) >> at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) >> at org.openejb.EJBContainer$$EnhancerByCGLIB$$294bf5a9.invoke() >> at org.openejb.server.axis.EJBContainerProvider.processMessage(EJBContainerProvider.java:103) >> ... 14 more