- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Mon, 29 Mar 1999 17:19:33 +0200
- To: Klaus_Preschern@genesis.at
- CC: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>, www-jigsaw@w3.org
Klaus_Preschern@genesis.at wrote: > Benoit Mahe wrote: > >You probably forget to add a ServletDirectoryFrame to your servlet directory. > >That could be the reason of the NullPointerException. > > Yes, this solved one of my problems. Thanks much! > > Now just the "Servlet not configured properly." problem remains. The servlet > does > not need paramters at initializing time, but is called with parameters. Is it > necessary > to specify the "FirstName", "LastName", etc. parameters in "jigadm" for > GenServlet? This depends on your servlet not on Jigsaw. Your servlet is not initialized, may be a CLASSPATH problem? is there anything significant in the servlet log or in the errlog? (in <inst>/Jigsaw/logs/ ) Regards, Benoit. > > > E:\Jigsaw\Jigsaw>java org.w3c.jigsaw.Main -trace > loading properties from: E:\Jigsaw\Jigsaw\config\server.props > Jigsaw[2.0.1]: serving at http://GENPRK:8001/ > *** Warning : no logger specified, not logging. > JigAdmin[2.0.1]: serving at http://GENPRK:8009/ > GET /gen/AT/genesis/servlet/GenServlet/searchCustomer?FirstName=&LastName=Buder > Zip=&City=&Street=&Max=25 HTTP/1.0 > Connection: close > Date: Mon, 29 Mar 1999 14:41:06 GMT > Via: 1.0 PROXY:8888, HTTP/1.1 firewall.GENESIS.AT (IBM Firewall) > Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */* > Accept-Charset: iso-8859-1,*,utf-8 > Accept-Language: en > Host: GENPRK:8001 > Referer: http://GENPRK:8001/gen/html/PartnerSearchPartyForm.html > User-Agent: Mozilla/4.04 [en] (WinNT; I ;Nav)/3.12 > > E:\GenConfig.properties > +++ client-0(socket-clients:42) got exception: > org.w3c.jigsaw.http.HTTPException > at org.w3c.jigsaw.servlet.ServletWrapperFrame.perform(ServletWrapperFra > e.java) > at org.w3c.tools.resources.FramedResource.performFrames(Compiled Code) > at org.w3c.tools.resources.FramedResource.perform(FramedResource.java) > at org.w3c.jigsaw.http.httpd.perform(Compiled Code) > at org.w3c.jigsaw.http.Client.processRequest(Client.java) > at org.w3c.jigsaw.http.Client.startConnection(Compiled Code) > at org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java) > at org.w3c.util.CachedThread.run(Compiled Code) > HTTP/1.1 500 Internal Server Error > Date: Mon, 29 Mar 1999 14:41:08 GMT > Content-Length: 31 > Content-Type: text/html > Server: Jigsaw/2.0.1 > > Klaus -- - Benoît Mahé ------------------------------------------------------- World Wide Web Consortium (W3C) Architecture domain - Jigsaw Team http://www.w3.org/People/Mahe - bmahe@w3.org - +33.4.92.38.79.89 ---------------------------------------------------------------------
Received on Monday, 29 March 1999 10:19:49 UTC