You made me realize I was wrong: the version isn't 1.1 as I claimed, it is 2.0.1 instead. There is a link in Intalio forums to the instructions for running v.1.1 as a service, and that misled me. It is no wonder that the default wrapper configuration for 1.1 didn't work.
I just tried the default configuration for 2.0 (http://cwiki.apache.org/GMOxDOC20/configuring-geronimo-as-a-windows-service.html), but the server doesn't start. I am about to give up with this, as I have already used days trying it. The most recent error message is something I have never encountered before. geronimo.log says the following: 10:17:19,072 ERROR [org.apache.geronimo.gbean.runtime.GBeanInstanceState] [WrapperSimpleAppMain] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/webconsole-jetty6/2.0.1/car?J2EEApplication=org.apache.geronimo.configs/webconsole-jetty6/2.0.1/car,j2eeType=JACCManager,name=JACCManager" java.lang.ExceptionInInitializerError at org.apache.geronimo.security.jacc.ApplicationPolicyConfigurationManager.<init>(ApplicationPolicyConfigurationManager.java:109) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) ... Caused by: java.lang.NullPointerException at org.apache.geronimo.security.SubjectId.hashCode(SubjectId.java:79) at java.util.HashMap.put(HashMap.java:372) at java.util.Collections$SynchronizedMap.put(Collections.java:1979) ... Thanks, Petri Kannisto djencks wrote: > > You say that intalio server is based on geronimo 1.1 but the error > message indicates that a geronimo 2.0.1 module is trying to start. > Something is wrong here :-) If the server you are using is really > based off of g. 2.0.1, fine, we can investigate that, but if it's > based off g. 1.1 then you need avoid installing modules from geronimo > 2.x on it. > > thanks > david jencks > > On May 29, 2009, at 7:05 AM, nx7000 wrote: > >> >> Hello all, >> >> I am attempting to run Intalio Server (which runs on Geronimo 1.1) >> as a >> Windows (XP) Service. Intalio has support for that, but the support >> is not >> available for the edition I am using. >> >> ... >> >> 12:20:59,806 ERROR >> [org.apache.geronimo.system.configuration.LocalAttributeManager] >> [WrapperStartStopAppMain] Unable to read saved manageable >> attributes. SAX >> parse error: cvc-elt.1: Cannot find the declaration of element >> 'attributes'. >> at line 2, column 403 in entity >> file:///C:/Asennukset/intalio-bpms-5.2.1.021/var/config/config.xml >> 12:21:11,821 ERROR >> [org.apache.geronimo.gbean.runtime.GBeanInstanceState] >> [WrapperStartStopAppMain] Error while starting; GBean is now in the >> FAILED >> state: >> abstractName="org.apache.geronimo.configs/connector-deployer/2.0.1/ >> car?configurationName=org.apache.geronimo.configs/connector-deployer/ >> 2.0.1/car" >> org.apache.geronimo.common.propertyeditor.PropertyEditorException: >> org.apache.xmlbeans.XmlException: error: The document is not a >> environm...@http://geronimo.apache.org/xml/ns/deployment-1.2: document >> element namespace mismatch expected >> "http://geronimo.apache.org/xml/ns/deployment-1.2" got "" >> at >> org >> .apache >> .geronimo >> .deployment >> .service.EnvironmentBuilder.setAsText(EnvironmentBuilder.java:277) >> > >> -- >> View this message in context: >> http://www.nabble.com/Intalio-and-Geronimo-1.1-as-a-Windows-Service-tp23778055s134p23778055.html >> Sent from the Apache Geronimo - Users mailing list archive at >> Nabble.com. >> > > -- View this message in context: http://www.nabble.com/Intalio-and-Geronimo-1.1-as-a-Windows-Service-tp23778055s134p23811002.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
