You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Derek Tam <cw...@gmail.com> on 2008/01/04 20:57:53 UTC

Geronimo 2.0 Stateless EJB Web Service

http://www.nabble.com/file/p14623694/jaxws-calculator-ejb.zip
jaxws-calculator-ejb.zip 

When trying to deploy the ejb web services (see attached code) to geronimo
2.0, the following exception was thrown:
...
        at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Unknown
start exception
        at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(Configuratio
nUtil.java:514)
        at
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationMan
ager.java:187)
        at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleCon
figurationManager.java:530)
        ... 45 more
Caused by: org.apache.geronimo.gbean.InvalidConfigurationException:
Configuration org.apache.geronim
o.samples/jaxws-calculator/1.0-SNAPSHOT/car failed to start due to the
following reasons:
  The service
EJBModule=org.apache.geronimo.samples/jaxws-calculator/1.0-SNAPSHOT/car,J2EEApplicatio
n=null,StatelessSessionBean=CalculatorBean,j2eeType=WSLink,name=CalculatorBean
did not start for an
unknown reason

        at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(Configuratio
nUtil.java:477)
        ... 47 more


Do you have any ideas? Do you have a working example for Stateless EJB Web
Service? 

Please advise.

Thanks,
Derek

-- 
View this message in context: http://www.nabble.com/Geronimo-2.0-Stateless-EJB-Web-Service-tp14623694s134p14623694.html
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.