Hello,
 
I hope this is the right list.
I am trying to install the JSDK WebServer Version 2.1.
I am running windows NT workstation 4.0, and java1.1.8.
 
When I try to display the index file in Netscape with the url http://jeanmich:8080/ I get:
    Error:404
    no detailed message
 
When I try to run the server using the startserver.bat file I got the following errors:
    JSDK WebServer Version 2.1
    Unknown object of type:java.net.URL
    startup.loadprops.msg arg[0]=file:C:\jsp1.0/default.cfg
    endpoint created: :8080
    com.sun.web.core.DefaultServlet: init
 
When I try to sop the server using the stopserver.bat file I got the following errors:
C:\jsp1.0>stopserver
java.lang.NoSuchMethodError: sun.rmi.transport.ConnectionInputStream: method rea
dObject(Z)Ljava/lang/Object; not found
        at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:40
6)
        at java.io.ObjectInputStream.inputObject(Compiled Code)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:287)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
217)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:104)
        at sun.rmi.transport.DGCImpl_Stub.dirty(DGCImpl_Stub.java:65)
        at sun.rmi.transport.DGCClient.referenced(Compiled Code)
        at sun.rmi.transport.ConnectionInputStream.registerRefs(Compiled Code)
        at sun.rmi.transport.StreamRemoteCall.releaseInputStream(StreamRemoteCal
l.java:140)
        at sun.rmi.transport.StreamRemoteCall.done(StreamRemoteCall.java:239)
        at sun.rmi.server.UnicastRef.done(UnicastRef.java:144)
        at sun.rmi.registry.RegistryImpl_Stub.lookup(RegistryImpl_Stub.java:113)
 
        at com.sun.web.shell.Shutdown.main(Shutdown.java:17)
C:\jsp1.0>
 
Thanks in advance
j-michel

Reply via email to