On Jan 19, 2011, at 4:09 PM, Bill Brown wrote:

> 
> Greetings Geronimo Users: 
> 
> I get the following exception during the startup of little-g 2.2.1 during
> this plugin starting: 
> 
> Module  9/49 org.apache.geronimo.framework/plugin/2.2.1/car 
> 
> 19 Jan 2011 10:29:33,910 ERROR  [AbstractEncryption.decrypt() (line:80)] -
> Unable to decrypt 
> java.io.EOFException 
>        at
> java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2280)
>  
>        at
> java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2749)
>  
>        at
> java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:780) 
>        at java.io.ObjectInputStream.<init>(ObjectInputStream.java:279) 
>        at
> org.apache.geronimo.crypto.AbstractEncryption.decrypt(AbstractEncryption.java:76)
>  
>        at
> org.apache.geronimo.crypto.EncryptionManager.decrypt(EncryptionManager.java:109)
>  

...

> The server does start up and functions ok from what I can tell.   
> 
> Is this a cause for alarm or is there a way to fix this so I don't receive
> the exception during startup? 

Hi Bill,
What's your OS? If you're running on Windows, see 
https://issues.apache.org/jira/browse/GERONIMO-5175 (in particular, the 
comments from Forrest). If that's not the issue, check to insure that your 
JAVA_HOME environment variable is set properly. You can send us the 
environmental log entries from var/log/geronimo.log. E.g:

2010-12-08 22:52:20,618 INFO  [Log4jService] 
----------------------------------------------
2010-12-08 22:52:20,619 INFO  [Log4jService] Started Logging Service
2010-12-08 22:52:20,619 INFO  [Log4jService] Runtime Information:
2010-12-08 22:52:20,620 INFO  [Log4jService]   Install Directory = 
/Users/kevan/Servers/geronimo-tomcat6-javaee5-2.2.1
2010-12-08 22:52:20,620 INFO  [JvmVendor] Sun JVM 1.6.0_22
2010-12-08 22:52:20,621 INFO  [Log4jService]   JVM in use        = Sun JVM 
1.6.0_22
2010-12-08 22:52:20,621 INFO  [Log4jService] Java Information:
2010-12-08 22:52:20,621 INFO  [Log4jService]   System property 
[java.runtime.name]     = Java(TM) SE Runtime Environment
2010-12-08 22:52:20,621 INFO  [Log4jService]   System property 
[java.runtime.version]  = 1.6.0_22-b04-307-10M3261
2010-12-08 22:52:20,621 INFO  [Log4jService]   System property [os.name]        
       = Mac OS X
...

--kevan

Reply via email to