JVM Error after upgrading to 8.0.1

Hello , I’ve recently upgraded from domino 7.x to Domino 8.0.1. All worked fine , and still works , just this error pops-up when I start the http task

HTTP Server: Using Web Configuration View

06/15/2008 01:10:05 PM JVM: Java Virtual Machine initialized.

06/15/2008 01:10:05 PM HTTP Server: Java Virtual Machine loaded

06/15/2008 01:10:06 PM HTTP JVM: java.lang.NoClassDefFoundError: lotus.domino.axis.utils.SessionUtils (initialization failure)

06/15/2008 01:10:06 PM HTTP JVM: at java.lang.J9VMInternals.initialize(J9VMInternals.java:132)

06/15/2008 01:10:06 PM HTTP JVM: at java.lang.Class.forNameImpl(Native Method)

06/15/2008 01:10:06 PM HTTP JVM: at java.lang.Class.forName(Class.java:130)

06/15/2008 01:10:06 PM HTTP JVM: at lotus.domino.ws.ServiceContext.sInit(Unknown Source)

06/15/2008 01:10:06 PM HTTP JVM: Caused by:

06/15/2008 01:10:06 PM HTTP JVM: java.lang.NullPointerException

06/15/2008 01:10:06 PM HTTP JVM: at java.security.SecureRandom.setSeed(SecureRandom.java:420)

06/15/2008 01:10:06 PM HTTP JVM: at lotus.domino.axis.utils.SessionUtils.(Unknown Source)

06/15/2008 01:10:06 PM HTTP JVM: at java.lang.J9VMInternals.initializeImpl(Native Method)

06/15/2008 01:10:06 PM HTTP JVM: at java.lang.J9VMInternals.initialize(J9VMInternals.java:194)

06/15/2008 01:10:06 PM HTTP JVM: … 3 more

06/15/2008 01:10:07 PM HTTP Server: Started

Any ideas ?

Subject: SOLVED

Don’t know what happened , but after a erase of binaries and a new installed all worked perfect

Subject: Same Issue

I have the same issue. Please can you email me the steps that you took to resolve the issue.

David

david.j.johnson@us.pwc.com

Subject: RESOLVED - caused by ibmjcaprovider.jar

I had the same issue. The same error would be returned when a server agent (consuming a web service) ran.

When I looked at the console while it was happening, I also saw another error occur as part of the same events (it was not logged to the log.nsf). The error was to do with “java.security.NoSuchAlgorithmException” and is covered in technote 1233375: http://www-01.ibm.com/support/docview.wss?uid=swg21233375

After deleting the file ibmjcaprovider.jar (dated 2003) and restarting the server, my web service ran without error.

Subject: Thank you

Deleting the .jar file solved this issue on our server as well, thank you !

Urmel