You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Dain Sundstrom (JIRA)" <ji...@apache.org> on 2007/07/16 22:36:04 UTC

[jira] Closed: (OPENEJB-589) MalformedURLException during deployment of Geronimo MEJBGBean

     [ https://issues.apache.org/jira/browse/OPENEJB-589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dain Sundstrom closed OPENEJB-589.
----------------------------------

    Resolution: Duplicate

Duplicate of OPENEJB-581 which was closed as Invalid because it was fixed in Geronimo.

> MalformedURLException during deployment of Geronimo MEJBGBean
> -------------------------------------------------------------
>
>                 Key: OPENEJB-589
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-589
>             Project: OpenEJB
>          Issue Type: Bug
>          Components: deployment
>    Affects Versions: 3.0
>            Reporter: Kevan Miller
>             Fix For: 3.0
>
>
> The following warning occurs during Geronimo startup:
> Module  5/29 org.apache.geronimo.configs/openejb/2.0-M6-SNAPSHOT/car                   07:39:54,150 WARN  [startup] Unable to scrape for @Stateful, @Stateless or @MessageDriven annotations. EjbModule URL not valid: MEJBGBean
> [INFO] java.net.MalformedURLException: no protocol: MEJBGBean
> [INFO]  at java.net.URL.<init>(URL.java:567)
> [INFO]  at java.net.URL.<init>(URL.java:464)
> [INFO]  at java.net.URL.<init>(URL.java:413)
> [INFO]  at org.apache.openejb.config.AnnotationDeployer$DiscoverBeansInClassLoader.deploy(AnnotationDeployer.java:194)
> [INFO]  at org.apache.openejb.config.AnnotationDeployer$DiscoverBeansInClassLoader.deploy(AnnotationDeployer.java:169)
> [INFO]  at org.apache.openejb.config.AnnotationDeployer.deploy(AnnotationDeployer.java:160)
> [INFO]  at org.apache.openejb.config.ConfigurationFactory$Chain.deploy(ConfigurationFactory.java:110)
> [INFO]  at org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:311)
> [INFO]  at org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:298)
> [INFO]  at org.apache.geronimo.openejb.OpenEjbSystemGBean.configureApplication(OpenEjbSystemGBean.java:316)
> [INFO]  at org.apache.geronimo.openejb.OpenEjbSystemGBean$$FastClassByCGLIB$$5005cdd0.invoke(<generated>)
> [INFO]  at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> [INFO]  at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:828)
> [INFO]  at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
> [INFO]  at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
> [INFO]  at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
> [INFO]  at org.apache.geronimo.openejb.OpenEjbSystem$$EnhancerByCGLIB$$b0909c2e.configureApplication(<generated>)
> [INFO]  at org.apache.geronimo.openejb.MEJBGBean.doStart(MEJBGBean.java:48)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:994)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:537)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:111)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:146)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:120)
> [INFO]  at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:173)
> [INFO]  at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:41)
> [INFO]  at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:251)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:294)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:537)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:111)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:146)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:120)
> [INFO]  at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:173)
> [INFO]  at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:41)
> [INFO]  at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:251)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:294)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:551)
> [INFO]  at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379)
> [INFO]  at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:442)
> [INFO]  at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:188)
> [INFO]  at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:530)
> [INFO]  at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:511)
> [INFO]  at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(<generated>)
> [INFO]  at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
> [INFO]  at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:127)
> [INFO]  at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:828)
> [INFO]  at org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
> [INFO]  at org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
> [INFO]  at org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
> [INFO]  at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$d0b19bad.startConfiguration(<generated>)
> [INFO]  at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:150)
> [INFO]  at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:71)
> [INFO]  at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
> [INFO]  at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
> [INFO]  at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
> I didn't see a quick, no-brainer fix. So, I'm changing the "warning" into an "info". Should come up with a true solution...  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.