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.<init>(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.<init>(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(<generated>)
    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 <genspr...@gmail.com> 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 
> <khichi.shailen...@gmail.com>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
>>     9999 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 <forres...@gmail.com> 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
>

Reply via email to