Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 97211 invoked from network); 2 Nov 2010 09:56:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 09:56:19 -0000 Received: (qmail 85198 invoked by uid 500); 2 Nov 2010 09:56:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 84937 invoked by uid 500); 2 Nov 2010 09:56:47 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 84926 invoked by uid 99); 2 Nov 2010 09:56:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 09:56:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 09:56:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA29uQmE020805 for ; Tue, 2 Nov 2010 09:56:26 GMT Message-ID: <6997761.190791288691786434.JavaMail.jira@thor> Date: Tue, 2 Nov 2010 05:56:26 -0400 (EDT) From: "LiWenQin (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5670) Webapp can not start because server said "couldn't start owb context" although the app don't contain openwebbean context. In-Reply-To: <22683076.190761288691785120.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-5670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] LiWenQin updated GERONIMO-5670: ------------------------------- Attachment: geronimo.log Upload the geronimo.log file for reference. > Webapp can not start because server said "couldn't start owb context" although the app don't contain openwebbean context. > ------------------------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-5670 > URL: https://issues.apache.org/jira/browse/GERONIMO-5670 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: OpenEJB > Affects Versions: 3.0 > Reporter: LiWenQin > Attachments: geronimo.log > > > I want to deploy the webapp in trunk\testsuite\javaee6-testsuite\ejb3.1-test\asynEJB-test and jndiEJB-test, but they can not started normally. > Server log: > org.apache.openejb.OpenEJBException: Illegal moduleId D:\geronimo-3.0-SNAPSHOT\var\temp\geronimo-deployer3404301213094570211.tmpdir\asynEJB-test-3.0-SNAPSHOT.war: Illegal character in opaque part at index 2: > ... > ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.testsuite/jndiEJB-test/3.0-SNAPSHOT/war?J2EEApplication=null,j2eeType=EJBModule,name=org.apache.geronimo.testsuite/jndiEJB-test/3.0-SNAPSHOT/war" > org.apache.openejb.OpenEJBException: Creating application failed: D:\geronimo-3.0-SNAPSHOT\var\temp\geronimo-deployer2029296712800408880.tmpdir\jndiEJB-test-3.0-SNAPSHOT.war: couldn't start owb context > ... > Caused by: java.lang.RuntimeException: couldn't start owb context > at org.apache.geronimo.openejb.ThreadSingletonServiceAdapter.initialize(ThreadSingletonServiceAdapter.java:63) > at org.apache.openejb.cdi.CdiBuilder.build(CdiBuilder.java:46) > at org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:649) > ... 33 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.