-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kimberly,

Kimberly Begley wrote:
| I understand that the java executables should work properly but by the
looks
| of the error the problem might be with the servlet engines - would a
| recompile of the entire app be in order? any suggestions?

[snip]

| java.lang.NullPointerException
|       org.apache.jsp.web.proceed_jsp._jspService(proceed_jsp.java:139)

This is an error occurring in your "proceed.jsp" file. You should look
at the file proceed_jsp.java in TC's work directory and see what is on
line 139 of that file -- you should be able to figure out where that
maps to in your original JSP and see what might be null.

Perhaps previous versions of TC had an object available in the
application/JNDI/session/request/page that is no longer there. More
likely is that certain configurations changed between versions and that
an object you expected to be properly loaded is not being loaded.

An inspection of your JSP and the generated java source will help a lot.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkhYZYsACgkQ9CaO5/Lv0PDMFACcCztcgGOtt2MzVDupDi9CAq+z
jq4AoJqVWNFga0RLArO7XM/jLUr4ja2p
=f55b
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to