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 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
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:49,265 ERROR [AbstractEncryption] Unable to decrypt
java.io.EOFException
at
java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2281)
at
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2750)
at
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:781)
at java.io.ObjectInputStream.(ObjectInputStream.java:280)
at
org.apache.geronimo.crypto.AbstractEncryption.decrypt(AbstractEncryption.java:76)
at
org.apache.geronimo.crypto.EncryptionManager.decrypt(EncryptionManager.java:109)
at
org.apache.geronimo.system.plugin.PluginRepositoryDownloader.loadUserRepositories(PluginRepositoryDownloader.java:122)
at
org.apache.geronimo.system.plugin.PluginRepositoryDownloader.(PluginRepositoryDownloader.java:80)
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)
at
org.apache.xbean.recipe.ReflectionUtil$ConstructorFactory.create(ReflectionUtil.java:952)
at
org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:276)
at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:911)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:539)
at
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:377)
at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
at
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:190)
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:546)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:816)
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$$c1ce2cbf.startConfiguration()
at
org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:161)
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:65)
at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)

regards,
Shailen

On Mon, Jan 4, 2010 at 7:26 AM, Forrest Xia  wrote:

> 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

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.readFully(ObjectInputStream.java:2281)
at
java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2750)
at
java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:781)
at java.io.ObjectInputStream.(ObjectInputStream.java:280)
at
org.apache.geronimo.crypto.AbstractEncryption.decrypt(AbstractEncryption.java:76)
at
org.apache.geronimo.crypto.EncryptionManager.decrypt(EncryptionManager.java:109)
at
org.apache.geronimo.system.plugin.PluginRepositoryDownloader.loadUserRepositories(PluginRepositoryDownloader.java:122)
at
org.apache.geronimo.system.plugin.PluginRepositoryDownloader.(PluginRepositoryDownloader.java:80)
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)
at
org.apache.xbean.recipe.ReflectionUtil$ConstructorFactory.create(ReflectionUtil.java:952)
at
org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:276)
at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:911)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:539)
at
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:377)
at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
at
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:190)
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:546)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:816)
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$$ffe351f9.startConfiguration()
at
org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:161)
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:65)
at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)

What is it?

Regards,
Shailen

On Thu, Dec 31, 2009 at 12:19 PM, Shawn Jiang  wrote:

> 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://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)
>> tcp6   0  0 ::1:60602   ::1:8080
>> TIME_WAIT   timewait (24.13/0/0)
>> tcp6   0  0 ::1:60601   ::1:8080
>> TIME_WAIT   timewait (16.81/0/0)
>> tcp6   0  0 ::1:60603   ::1:8080
>> TIME_WAIT   timewait (24.88/0/0)
>> tcp6   0  0 ::1:8080::1:60603
>> TIM

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://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)
> tcp6   0  0 ::1:60602   ::1:8080
> TIME_WAIT   timewait (24.13/0/0)
> tcp6   0  0 ::1:60601   ::1:8080
> TIME_WAIT   timewait (16.81/0/0)
> tcp6   0  0 ::1:60603   ::1:8080
> TIME_WAIT   timewait (24.88/0/0)
> tcp6   0  0 ::1:8080::1:60603
> TIME_WAIT   timewait (24.88/0/0)
>
> Checked ps -ef|grep geronimo
> geronimo process is there running.
>
> Geronimo process has opened 8080 port for listening.
>   Listening on Ports:
> 1099 0.0.0.0 RMI Naming
> 8009 0.0.0.0 Tomcat Connector AJP TomcatAJPConnector
> 8080 0.0.0.0 Tomcat Connector HTTP BIO TomcatWebConnector
> 8443 0.0.0.0 Tomcat Connector HTTPS BIO TomcatWebSSLConnector
>  0.0.0.0 JMX Remoting Connector
>
>   Started Application Modules:
> WAR: org.apache.geronimo.configs/remote-deploy-tomcat/2.2/car
>
>   Web Applications:
> /remote-deploy
>
> Everything seems just fine. Anything else I can try out?
>
> Regards,
> Shailen
>
>
> On Wed, Dec 30, 2009 at 8:52 PM, Forrest Xia  wrote:
>
>> 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 if it is the geronimo process opened 8080 port for listening.
>>
>> Regards,
>> Forrest
>>
>
>


-- 
Shawn


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)
tcp6   0  0 ::1:60602   ::1:8080
TIME_WAIT   timewait (24.13/0/0)
tcp6   0  0 ::1:60601   ::1:8080
TIME_WAIT   timewait (16.81/0/0)
tcp6   0  0 ::1:60603   ::1:8080
TIME_WAIT   timewait (24.88/0/0)
tcp6   0  0 ::1:8080::1:60603
TIME_WAIT   timewait (24.88/0/0)

Checked ps -ef|grep geronimo
geronimo process is there running.

Geronimo process has opened 8080 port for listening.
  Listening on Ports:
1099 0.0.0.0 RMI Naming
8009 0.0.0.0 Tomcat Connector AJP TomcatAJPConnector
8080 0.0.0.0 Tomcat Connector HTTP BIO TomcatWebConnector
8443 0.0.0.0 Tomcat Connector HTTPS BIO TomcatWebSSLConnector
 0.0.0.0 JMX Remoting Connector

  Started Application Modules:
WAR: org.apache.geronimo.configs/remote-deploy-tomcat/2.2/car

  Web Applications:
/remote-deploy

Everything seems just fine. Anything else I can try out?

Regards,
Shailen

On Wed, Dec 30, 2009 at 8:52 PM, Forrest Xia  wrote:

> 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 if it is the geronimo process opened 8080 port for listening.
>
> Regards,
> Forrest
>


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 if it is the geronimo process opened 8080 port for listening.

Regards,
Forrest