You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Antonio Nobre (JIRA)" <ji...@apache.org> on 2011/05/10 11:33:03 UTC

[jira] [Resolved] (GERONIMO-5952) Error when i start the server Apache Geronimo v3.0

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

Antonio Nobre resolved GERONIMO-5952.
-------------------------------------

    Resolution: Fixed

Hi Keaven,

I fixed the problem with one new installation of server. Now works fine. Another problem is the whitespaces, the version Apache Geronimo v3.0 don't like this characters and could be another problem for the developpers because the messages from compiler is not intuitives. 

Thank you for your support.

Best regards,

Antonio Nobre.

> Error when i start the server Apache Geronimo v3.0
> --------------------------------------------------
>
>                 Key: GERONIMO-5952
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5952
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: application client
>    Affects Versions: 3.0-M1
>         Environment: Windows XP
>            Reporter: Antonio Nobre
>            Priority: Critical
>             Fix For: 3.0-M2, 3.0
>
>
> Hi,
> I have the error below and make me nuts, because before the server runs normaly but when i interrupted the server abrutally never work again. I make lot of changes in file var\config\config.xml and the error is always the same.
> I remove the configuration for "j2ee-system" in file config.xml and the error don't change ... I changed the jar geronimo-kernel-3.0-M1.jar that could be corrupted but the message was the same ...
> Please consider this email important and thanks in advance.
> Their is the error on console:
> 2011-05-09 19:07:39,171 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.framework/j2ee-system/3.0-M1/car?ServiceModule=org.apache.geronimo.framework/j2ee-system/3.0-M1/car,j2eeType=GBean,name=GeronimoOBR"
> java.util.zip.ZipException: error in opening zip file
> 	at java.util.zip.ZipFile.open(Native Method)
> 	at java.util.zip.ZipFile.<init>(ZipFile.java:127)
> 	at java.util.jar.JarFile.<init>(JarFile.java:135)
> 	at java.util.jar.JarFile.<init>(JarFile.java:99)
> 	at org.apache.geronimo.obr.GeronimoOBRGBean.generateOBRModel(GeronimoOBRGBean.java:114)
> 	at org.apache.geronimo.obr.GeronimoOBRGBean.generateOBR(GeronimoOBRGBean.java:96)
> 	at org.apache.geronimo.obr.GeronimoOBRGBean.generateOBR(GeronimoOBRGBean.java:92)
> 	at org.apache.geronimo.obr.GeronimoOBRGBean.doStart(GeronimoOBRGBean.java:172)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:959)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:530)
> 	at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:110)
> 	at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:145)
> 	at org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:119)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:175)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:44)
> 	at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:253)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:295)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:544)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:386)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:461)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:216)
> 	at org.apache.geronimo.system.osgi.BootActivator.start(BootActivator.java:70)
> 	at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:661)
> 	at org.apache.felix.framework.Felix.activateBundle(Felix.java:1760)
> 	at org.apache.felix.framework.Felix.startBundle(Felix.java:1682)
> 	at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1128)
> 	at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> 	at java.lang.Thread.run(Thread.java:662)
> 2011-05-09 19:07:39,328 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.framework/j2ee-system/3.0-M1/car?ServiceModule=org.apache.geronimo.framework/j2ee-system/3.0-M1/car,j2eeType=GBean,name=GeronimoOBR"
> java.util.zip.ZipException: error in opening zip file
> 	at java.util.zip.ZipFile.open(Native Method)
> 	at java.util.zip.ZipFile.<init>(ZipFile.java:127)
> 	at java.util.jar.JarFile.<init>(JarFile.java:135)
> 	at java.util.jar.JarFile.<init>(JarFile.java:99)
> 	at org.apache.geronimo.obr.GeronimoOBRGBean.generateOBRModel(GeronimoOBRGBean.java:114)
> 	at org.apache.geronimo.obr.GeronimoOBRGBean.generateOBR(GeronimoOBRGBean.java:96)
> 	at org.apache.geronimo.obr.GeronimoOBRGBean.generateOBR(GeronimoOBRGBean.java:92)
> 	at org.apache.geronimo.obr.GeronimoOBRGBean.doStart(GeronimoOBRGBean.java:172)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:959)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:544)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:386)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:461)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:216)
> 	at org.apache.geronimo.system.osgi.BootActivator.start(BootActivator.java:70)
> 	at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:661)
> 	at org.apache.felix.framework.Felix.activateBundle(Felix.java:1760)
> 	at org.apache.felix.framework.Felix.startBundle(Felix.java:1682)
> 	at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1128)
> 	at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> 	at java.lang.Thread.run(Thread.java:662)
> ERROR: Error starting mvn:org.apache.geronimo.framework/j2ee-system/3.0-M1/car (org.osgi.framework.BundleException: Activator start error in bundle org.apache.geronimo.framework.j2ee-system [55].)
> org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exception
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:523)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:216)
> 	at org.apache.geronimo.system.osgi.BootActivator.start(BootActivator.java:70)
> 	at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:661)
> 	at org.apache.felix.framework.Felix.activateBundle(Felix.java:1760)
> 	at org.apache.felix.framework.Felix.startBundle(Felix.java:1682)
> 	at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1128)
> 	at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
> 	at java.lang.Thread.run(Thread.java:662)
> Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Configuration org.apache.geronimo.framework/j2ee-system/3.0-M1/car failed to start due to the following reasons:
>   The service ServiceModule=org.apache.geronimo.framework/j2ee-system/3.0-M1/car,j2eeType=GBean,name=GeronimoOBR did not start because error in opening zip file
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:489)
> 	... 8 more
> Main not found

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira