[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

AW: Java InvocationTargetException with GNUJSP and Domino on Solaris


Is there a stacktrace somewhere? That might help.

> -----Ursprüngliche Nachricht-----
> Von: TSelim@kalos.com [mailto:TSelim@kalos.com]
> Gesendet: Montag, 30. Juli 2001 20:01
> An: gnujsp@gjt.org
> Betreff: Java InvocationTargetException with GNUJSP and Domino on
> Solaris
> 
> 
> Hello all,
> 
> I've set up GNUJSP 1.0.1 (as described in
> http://www.notes.net/46dom.nsf/55c38d716d632d9b8525689b005ba1c
> 0/d44baf03d0eea68685256a86005f49a7!OpenDocument
> 
> ) on a Sun Solaris 8 10/00 server with Domino 5.0.8 and JDK 
> 1.2.2_09.  When
> a simple test JSP file is called, I receive the following 
> error message
> output in the browser:
> 
> Error compiling source  file:/local/notesdata/domino/html/hello.jsp
> 
> java.lang.reflect.InvocationTargetException
> 
> The same configuration works fine on Domino running on Win2k. 
>  That leads
> me to believe that it's some Solaris-oriented autorization 
> problems.  Any
> ideas?
> 
> Thanks,
> Tamer
> 
> 
> Here is my servlets.properties file:
> ----------------------------------------------------
> servlet.gnujsp.code=org.gjt.jsp.JspServlet
> servlet.gnujsp.initArgs=debug=true,pathdebug=true,scratchdir=/jsptmp
> servlet.gnujsp.extension=jsp
> 
> 
> I've added this line to the notes.ini:
> ----------------------------------------------------
> JavaUserClasses=/local/notesdata/domino/classes/servlet-2.0-pl
us.jar:/local/notesdata/domino/classes/gnujsp10.j>
ar:/usr/java/lib/tools.jar
> 
> 
> This is the debug output to the server console:
> ----------------------------------------------------
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> service started
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> PathInfo    = null
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> RequestURI  = '/hello.jsp'
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> ServletPath = '/hello.jsp'
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.getPageForURI: uri=/hello.jsp
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.getPageForURI: key=/hello.jsp
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> getResourceImpl: pathdebug.path       : '/hello.jsp'
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> getResourceImpl: pathDebug.includePath: null
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.jsdk20     : yes
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.pagebase   : null
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.getRealPath: '/local/notesdata/domino/html/hello.jsp'
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.getPathTran: null
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.getReqURI  : '/hello.jsp'
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.getPathInfo: null
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.getServPath: '/hello.jsp'
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> getResIm: fullPath as realPath=/local/notesdata/domino/html/hello.jsp
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> getResIm: return file:/local/notesdata/domino/html/hello.jsp
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Parsing file:/local/notesdata/domino/html/hello.jsp
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Depends on file:/local/notesdata/domino/html/hello.jsp
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> file:/local/notesdata/domino/html/hello.jsp timestamp 996251214000
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Emitting source to /jsptmp/jsp__hello_2ejsp.java
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Compiling /jsptmp/jsp__hello_2ejsp.java
> 07/27/2001 05:07:14 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Compiler command: builtin-javac -classpath
> /local/notesdata/domino/classes/servlet-2.0-plus.jar:/local/no
> tesdata/domino/classes/gnujsp10.jar:/usr/java/lib/tools.jar:/o
> pt/lotus/notes/latest/sunspa/Notes.jar:/o
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> service started
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> PathInfo    = null
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> RequestURI  = '/hello.jsp'
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> ServletPath = '/hello.jsp'
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.getPageForURI: uri=/hello.jsp
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> pathdebug.getPageForURI: key=/hello.jsp
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Parsing file:/local/notesdata/domino/html/hello.jsp
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Depends on file:/local/notesdata/domino/html/hello.jsp
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> file:/local/notesdata/domino/html/hello.jsp timestamp 996251214000
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Emitting source to /jsptmp/jsp__hello_2ejsp.java
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Compiling /jsptmp/jsp__hello_2ejsp.java
> 07/27/2001 05:07:28 PM  Addin: Agent printing: org.gjt.jsp.JspServlet:
> Compiler command: builtin-javac -classpath
> /local/notesdata/domino/classes/servlet-2.0-plus.jar:/local/no
> tesdata/domino/classes/gnujsp10.jar:/usr/java/lib/tools.jar:/o
> pt/lotus/notes/latest/sunspa/Notes.jar:/o
> 
>