Re: geronimo2.2- web UI not getting loaded

2010-01-04 Thread Forrest Xia
Finally, I noticed the same error in the geronimo.out. It might be a bug of G 2.2. However, it won't stop the server to boot up. Can you still try to see if the url http://localhost:8080/console after the jee server started? Forrest

Re: geronimo2.2- web UI not getting loaded

2010-01-04 Thread Shailendra
Yes. it is not stoping the server from booting. Getting the webconsole at http://localhost:8080/console. Regards, Shailen On Mon, Jan 4, 2010 at 3:00 PM, Forrest Xia wrote: > Finally, I noticed the same error in the geronimo.out. It might be a bug of > G 2.2. > > However, it won't stop the serv

Re: geronimo2.2- web UI not getting loaded

2010-01-04 Thread Shailendra
var/log/geronimo.log reports the following exception: 2010-01-04 14:25:47,608 INFO [KernelContextGBean] bound gbean org.apache.geronimo.framework/rmi-naming/2.2/car?ServiceModule=org.apache.geronimo.framework/rmi-naming/2.2/car,j2eeType=Context,name=GeronimoContext at name ger: 2010-01-04 14:25:4

Re: geronimo2.2- web UI not getting loaded

2010-01-03 Thread Forrest Xia
Hi Shailen, Can you paste the content of var/log/geronimo.out when the exception shows up? Let's see what module hit problem when server boot up. Forrest

Re: geronimo2.2- web UI not getting loaded

2009-12-31 Thread Shailendra
You was right Forrest. I have downloaded the full version and able to get the web console. But while starting the geronimo server I am getting one exception which is as follows: ERROR [AbstractEncryption] Unable to decrypt java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readF

Re: geronimo2.2- web UI not getting loaded

2009-12-30 Thread Shawn Jiang
I guess you are using *Little-G*: geronimo-tomcat6-minimal-2.2-bin.tar.gz. To use web console, you should download the *full geronimo server*: geronimo-tomcat6-javaee5-2.2-bin.tar.gz On Thu, Dec 31, 2009 at 12:36 PM, Shailendra wrote: > Hi Forrest, > Thanks for the reply. > > Tried http://local

Re: geronimo2.2- web UI not getting loaded

2009-12-30 Thread Shailendra
Hi Forrest, Thanks for the reply. Tried http://localhost:8080/console , but it also shows the blank page. Checked netstat -nao|grep 8080 tcp6 0 0 :::8080 :::* LISTEN off (0.00/0/0) tcp6 0 0 ::1:60604 ::1:8080 TIME_WAIT timewait (27.83/0/0)

Re: geronimo2.2- web UI not getting loaded

2009-12-30 Thread Forrest Xia
How about http://localhost:8080/console? I can run 2.2 on ubuntu 8.04, no problem when accessing the welcome page at http://localhost:8080/ if still problem, pls check if there is a port listening on 8080 netstat -nao|grep 8080 check if the geronimo process is normal ps -ef|grep geronimo check