[ 
https://issues.apache.org/jira/browse/GERONIMO-3454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567185#action_12567185
 ] 

toby cabot commented on GERONIMO-3454:
--------------------------------------

Geronimo 2.0.2 works for me with Java 1.6.0_01 on Centos 5.1.
The "[" character in the URI above is invalid, but I wonder if this hasn't been 
fixed already.


> Jetty assembly does not start using Java 6 runtime
> --------------------------------------------------
>
>                 Key: GERONIMO-3454
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3454
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0.1
>            Reporter: Kevan Miller
>             Fix For: 2.0.x
>
>
> I get the following startup error on Mac OS X running Java 6 with the Jetty 
> assembly. I don't get the error running Tomcat.
> [*************************-     ] 79%  13s  Loading org.apache.gero...ERROR - 
> Error while starting; GBean is now in the FAILED state: 
> abstractName="org.apache.geronimo.configs/webconsole-jetty6/2.0.2-SNAPSHOT/car?configurationName=org.apache.geronimo.configs/webconsole-jetty6/2.0.2-SNAPSHOT/car"
> org.apache.geronimo.kernel.config.InvalidConfigException: Unable to 
> deserialize GBeanState in classloader: 
> [org.apache.geronimo.kernel.config.MultiParentClassLoader 
> id=org.apache.geronimo.configs/webconsole-jetty6_standard.war/2.0.2-SNAPSHOT/car]
>         at 
> org.apache.geronimo.kernel.config.SerializedGBeanState.loadGBeans(SerializedGBeanState.java:124)
>         at 
> org.apache.geronimo.kernel.config.SerializedGBeanState.getGBeans(SerializedGBeanState.java:65)
>         at 
> org.apache.geronimo.kernel.config.ConfigurationData.getGBeans(ConfigurationData.java:171)
>         at 
> org.apache.geronimo.kernel.config.Configuration.<init>(Configuration.java:278)
>         at 
> org.apache.geronimo.kernel.config.Configuration.<init>(Configuration.java:295)
>         at sun.reflect.GeneratedConstructorAccessor172.newInstance(Unknown 
> Source)
>         at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>         at java.lang.reflect.Constructor.newInstance(Constructor.java:506)
>         at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:946)
>         at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
>         at 
> org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
>         at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:539)
>         at 
> org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:361)
>         at 
> org.apache.geronimo.kernel.config.KernelConfigurationManager.load(KernelConfigurationManager.java:160)
>         at 
> org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:310)
>         at 
> org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:278)
>         at 
> org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(<generated>)
>         at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>         at 
> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>         at 
> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
>         at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:830)
>         at 
> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
>         at 
> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
>         at 
> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
>         at 
> org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$ae04acb9.loadConfiguration(<generated>)
>         at 
> org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:153)
>         at 
> org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:78)
>         at 
> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
>         at 
> org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>         at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
> Caused by: java.io.IOException: Unable to deserialize AbstractName for 
> GBeanData of type org.apache.geronimo.jetty6.JettyFilterMapping
>         at 
> org.apache.geronimo.gbean.GBeanData$V0Externalizable.readExternal(GBeanData.java:279)
>         at 
> org.apache.geronimo.gbean.GBeanData.readExternal(GBeanData.java:247)
>         at 
> org.apache.geronimo.kernel.config.SerializedGBeanState.loadGBeans(SerializedGBeanState.java:111)
>         ... 29 more
> Caused by: java.io.InvalidObjectException: Invalid URI
>         at java.net.URI.readObject(URI.java:1789)
>         at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
>         at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:589)
>         at 
> java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
>         at 
> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1846)
>         at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
>         at 
> java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1945)
>         at 
> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1869)
>         at 
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
>         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
>         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
>         at 
> org.apache.geronimo.gbean.GBeanData$V0Externalizable.readExternal(GBeanData.java:277)
>         ... 31 more
> Caused by: java.net.URISyntaxException: Illegal character in query at index 
> 231: 
> org.apache.geronimo.configs/webconsole-jetty6/2.0.2-SNAPSHOT/car?J2EEApplication=org.apache.geronimo.configs/webconsole-jetty6/2.0.2-SNAPSHOT/car,WebFilter=dwr-filter,WebModule=standard.war,j2eeType=ServletWebFilterMapping,name=%22[org.apache.geronimo.configs/webconsole-jetty6/2.0.2-SNAPSHOT/car%5C?J2EEApplication=org.apache.geronimo.configs/webconsole-jetty6/2.0.2-SNAPSHOT/car,WebModule=standard.war,j2eeType=Servlet,name=dwr-invoker]%22
>         at java.net.URI$Parser.fail(URI.java:3061)
>         at java.net.URI$Parser.checkChars(URI.java:3234)
>         at java.net.URI$Parser.parse(URI.java:3274)
>         at java.net.URI.readObject(URI.java:1787)
>         ... 44 more
> [*************************-     ] 79%  13s Startup failed             
> org.apache.geronimo.kernel.config.LifecycleException: load of 
> org.apache.geronimo.configs/webconsole-jetty6/2.0.2-SNAPSHOT/car failed
>         at 
> org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:325)
>         at 
> org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:278)
>         at 
> org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke(<generated>)
>         at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>         at 
> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>         at 
> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
>         at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:830)
>         at 
> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
>         at 
> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
>         at 
> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
>         at 
> org.apache.geronimo.gbean.GBeanLifecycle$$EnhancerByCGLIB$$ae04acb9.loadConfiguration(<generated>)
>         at 
> org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:153)
>         at 
> org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:78)
>         at 
> org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
>         at 
> org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>         at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
> Caused by: org.apache.geronimo.kernel.config.InvalidConfigException: Error 
> starting configuration gbean 
> org.apache.geronimo.configs/webconsole-jetty6/2.0.2-SNAPSHOT/car
>         at 
> org.apache.geronimo.kernel.config.KernelConfigurationManager.load(KernelConfigurationManager.java:180)
>         at 
> org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:310)
>         ... 15 more
> Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: 
> Configuration gbean failed to start 
> org.apache.geronimo.configs/webconsole-jetty6/2.0.2-SNAPSHOT/car
> reason: Unable to deserialize GBeanState in classloader: 
> [org.apache.geronimo.kernel.config.MultiParentClassLoader 
> id=org.apache.geronimo.configs/webconsole-jetty6_standard.war/2.0.2-SNAPSHOT/car]
>         at 
> org.apache.geronimo.kernel.config.KernelConfigurationManager.load(KernelConfigurationManager.java:163)
>         ... 16 more
> [*************************-     ] 79%  22s Startup failed             [] 
> received stop signal
> [*************************-     ] 79%  23s Startup failed             
> coltrane-009027152134:~/geronimo/server/branches/2.0/target/geronimo-jetty6-jee5-2.0.2-SNAPSHOT/bin
>  kevan$ 

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

Reply via email to