HTTP JVM: Error

Hi all,

I am getting the following entries in my log file when I start the server:

03/16/2003 06:31:07 PM JVM: Java Virtual Machine initialized.

03/16/2003 06:31:07 PM HTTP Server: Java Virtual Machine loaded

03/16/2003 06:31:08 PM HTTP Server: Failed to load DSAPI module MSDWCerberus.dll

03/16/2003 06:31:08 PM Servlet engine initialization was successful

03/16/2003 06:31:16 PM HTTP JVM: Error occurred while loading Servlet (MSDMain)

03/16/2003 06:31:16 PM HTTP JVM: Class com.lotus.MSD.servlet.MSDMain could not be located

03/16/2003 06:31:16 PM HTTP JVM:

-----Servlet Information-----

Servlet name: MSDMain

Servlet class: com.lotus.MSD.servlet.MSDMain

Servlet state:

Configuration parameters:

03/16/2003 06:31:16 PM HTTP JVM: java.lang.ClassNotFoundException: com.lotus.MSD.servlet.MSDMain: com.lotus.MSD.servlet.MSDMain

03/16/2003 06:31:16 PM HTTP JVM: Error occurred while loading Servlet (msdmain)

03/16/2003 06:31:16 PM HTTP JVM: Class com.lotus.MSD.servlet.MSDMain could not be located

03/16/2003 06:31:16 PM HTTP JVM:

-----Servlet Information-----

Servlet name: msdmain

Servlet class: com.lotus.MSD.servlet.MSDMain

Servlet state:

Configuration parameters:

03/16/2003 06:31:16 PM HTTP JVM: java.lang.ClassNotFoundException: com.lotus.MSD.servlet.MSDMain: com.lotus.MSD.servlet.MSDMain

03/16/2003 06:31:16 PM HTTP JVM: Error occurred while loading Servlet (deas)

03/16/2003 06:31:16 PM HTTP JVM: Class com.lotus.MSD.servlet.MSDMain could not be located

03/16/2003 06:31:16 PM HTTP JVM:

-----Servlet Information-----

Servlet name: deas

Servlet class: com.lotus.MSD.servlet.MSDMain

Servlet state:

Configuration parameters:

03/16/2003 06:31:16 PM HTTP JVM: java.lang.ClassNotFoundException: com.lotus.MSD.servlet.MSDMain: com.lotus.MSD.servlet.MSDMain

I’ve been getting these since I moved Domino to a new server. Is it a classpath issue?

I have C:\Lotus\Domino\jvm\lib\NCSO.jar included in my classpath.

Does ne1 know what I should do to solve this?

Thnx

Subject: HTTP JVM: Error

The clue here is the line: MSDMain could not be located.

When your Domino server sttempts to load HTTP, it’s trying to also start the JVM, and it’s lookingn ofr whatever servlets it’s been told to load as part of the startup.

MSDMain is either DEAS or DEES (I can never remember which was which), and it probably isn’t on the new machine.

You can take a look at files like servlet.properties and remove the offending lines. Also, take a look at the classpath line in your Notes.ini.

  • Rob