Uploaded image for project: 'OpenEJB'
  1. OpenEJB
  2. OPENEJB-589

MalformedURLException during deployment of Geronimo MEJBGBean

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 4.7.0
    • 4.7.0
    • deployment
    • None

    Description

      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...

      Attachments

        Activity

          People

            Unassigned Unassigned
            kevan Kevan Lee Miller
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: