[
https://issues.apache.org/jira/browse/GERONIMO-5670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12934797#action_12934797
]
viola.lu commented on GERONIMO-5670:
------------------------------------
i already open a openejb jira and attach a patch to fix it:
https://issues.apache.org/jira/browse/OPENEJB-1404
If moduleID contains \ instead of / on windows, it will launch this exception.
org.apache.openejb.config.JndiEncInfoBuilder
moduleUri = new URI(moduleId);
> 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
> Assignee: viola.lu
> 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.