I used ./geronimo.sh run. Then JRE_HOME and JAVA_HOME points to correct path
I'm just wondering I abled to run the latest Geronimo 2.1
---------------------------------------------------------------------------------------
Using GERONIMO_BASE: /usr/src/geronimo/geronimo-tomcat6-javaee5-2.1
Using GERONIMO_HOME: /usr/src/geronimo/geronimo-tomcat6-javaee5-2.1
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME: /usr/src/jdk_1_5/jdk1.5.0_15
Booting Geronimo Kernel (in Java 1.5.0_15)...
Starting Geronimo Application Server v2.1
[****************************************] 100% 22s Startup complete
Listening on Ports:
0 0.0.0.0 Derby Connector
1050 127.0.0.1 CORBA Naming Service
1099 0.0.0.0 RMI Naming
2001 127.0.0.1 OpenEJB ORB Adapter
4201 0.0.0.0 OpenEJB Daemon
6882 127.0.0.1 OpenEJB ORB Adapter
8009 0.0.0.0 Tomcat Connector AJP AJP
8080 0.0.0.0 Tomcat Connector HTTP BIO HTTP
8443 0.0.0.0 Tomcat Connector HTTPS BIO HTTPS
9999 0.0.0.0 JMX Remoting Connector
61613 0.0.0.0 ActiveMQ Transport Connector
61616 0.0.0.0 ActiveMQ Transport Connector
Started Application Modules:
EAR: org.apache.geronimo.configs/uddi-tomcat/2.1/car
EAR: org.apache.geronimo.plugins/agent/2.1/car
EAR: org.apache.geronimo.plugins/console-tomcat/2.1/car
EAR: org.apache.geronimo.plugins/mconsole-tomcat/2.1/car
JAR: org.apache.geronimo.configs/mejb/2.1/car
RAR: org.apache.geronimo.configs/activemq-ra/2.1/car
RAR: org.apache.geronimo.configs/system-database/2.1/car
RAR: org.apache.geronimo.plugins/agent-ds/2.1/car
RAR: org.apache.geronimo.plugins/mconsole-ds/2.1/car
WAR: org.apache.geronimo.configs/ca-helper-tomcat/2.1/car
WAR: org.apache.geronimo.configs/dojo-legacy-tomcat/2.1/car
WAR: org.apache.geronimo.configs/dojo-tomcat/2.1/car
WAR: org.apache.geronimo.configs/remote-deploy-tomcat/2.1/car
WAR: org.apache.geronimo.configs/welcome-tomcat/2.1/car
WAR: org.apache.geronimo.plugins/activemq-console-tomcat/2.1/car
WAR: org.apache.geronimo.plugins/debugviews-console-tomcat/2.1/car
WAR: org.apache.geronimo.plugins/plancreator-console-tomcat/2.1/car
WAR: org.apache.geronimo.plugins/plugin-console-tomcat/2.1/car
WAR: org.apache.geronimo.plugins/sysdb-console-tomcat/2.1/car
Web Applications:
/
/CAHelper
/activemq
/console
/console-base
/debug-views
/dojo
/dojo/0.4
/juddi
/monitoring
/plan-creator
/plugin
/remote-deploy
/system-database
Geronimo Application Server started
------------------------------------------------------
But fails on Geronimo 2.0.1.
Kevan Miller wrote:
>
>
> On Mar 13, 2008, at 12:39 AM, rommie wrote:
> <snip>
>>
>> Caused by: java.lang.NullPointerException
>> at
>> org.apache.geronimo.security.SubjectId.hashCode(SubjectId.java:79)
>> at java.util.HashMap.put(HashMap.java:418)
>> at java.util.Collections$SynchronizedMap.put(Collections.java:
>> 1983)
>> at
>> org
>> .apache
>> .geronimo
>> .security.ContextManager.registerSubject(ContextManager.java:299)
>> at
>> org
>> .apache
>> .geronimo.security.ContextManager.<clinit>(ContextManager.java:71)
>> ... 37 more
>> 11:21:52,172 WARN
>> [org.apache.geronimo.kernel.basic.BasicLifecycleMonitor]
>> [main] Exception occured while notifying listener
>> java.lang.ExceptionInInitializerError
>>
>>
>> Any hint?
>
> This can occur if either JRE_HOME or JAVA_HOME environment variables
> are not configured properly. I created a Jira to see if we could do a
> better job of indicating the cause of the error (e.g. catch the NPE
> and suggest checking JRE_HOME or JAVA_HOME settings). Depending on how
> you start a 2.1 server, this may or may not be required (I don't think
> it's required if you use './gsh geronimo/start-server' to start the
> server).
>
> Do you have JRE_HOME or JAVA_HOME set? And do they point to an actual
> java installation? If one of them is set, then how do you start the
> server when bundled with Intalio?
>
> --kevan
>
>
>
--
View this message in context:
http://www.nabble.com/Geronimo-2.0.1-bundled-with-Intalio-BPMS-tp16021175s134p16045387.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.