Sounds like a problem with your JAVA_HOME or JRE_HOME setting. On Ubuntu, I use:
export JAVA_HOME=/usr/lib/jvm/java-6-sun What's your output from ./geronimo.sh run? Should see something like: $ ./geronimo.sh run Using GERONIMO_HOME: /home/kevan/geronimo-tomcat6-javaee5-2.2 Using GERONIMO_TMPDIR: var/temp Using JRE_HOME: /usr/lib/jvm/java-6-sun/jre Booting Geronimo Kernel (in Java 1.6.0_16)... Starting Geronimo Application Server v2.2 ... --kevan On May 16, 2010, at 1:05 PM, steve2727 wrote: > > Hi, hope somebody can help me > > I've been trying to install Apache Geronimo but have been hitting an issue I > can't resolve when I attempt to run the server. > > I am hitting the same problem on the jetty7 version on Ubuntu 9 and both the > Windows Vista Jetty7 and Tomcat6 versions so I'm clearly getting something > pretty fundamental wrong > > I have installed Java Runtime 6 (on both Ubuntu and Windows) but when I > attempt to run the server with factory settings (in the command window, > 'geronimo run') it fails when trying to start up the SSL connector, saying > that the keystore geronimo-default is locked and to unlock it from the admin > console. However seeing as the admin console is accessed when the web server > is running... > > I have found a few forum posts about issues in old builds of geronimo in > this area but nothing about anything this basic > > Other that the factory default configuration I have also tried setting the > SSL plugin not to load but this causes futher errors. > > If somebody could help me work out what I'm managing to get wrong it would > be much appreciated! > > Thanks > > Steve > -- > View this message in context: > http://apache-geronimo.328035.n3.nabble.com/Any-help-for-a-total-newbie-with-installation-tp821834p821834.html > Sent from the Users mailing list archive at Nabble.com.
