----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hello,
I have a Servlet which works fine on Apache 1.3.6 and Apache JServe 1.1.2 on
NT 4.0.
When I try to execute the same servlet under Apache 1.3.12 and Apache JServe
1.1.2 on Solaris 2.7, the servlet fails - error message on the Client
indicates an internal Error. I guess the internal error indicates to the
error in my servlet. I am trying to find what the error could be.
When it fails. the following message logged in jserv.log
:
:
[07/07/2000 13:16:05:704 PDT] ImageAlbum: init
[07/07/2000 13:16:05:705 PDT] ImageAlbum:
ImgConfig.ImgConfig Exception : htdocs/dh/Config/dhImageProc.conf (No such
file or directory)
:
:
In mod_jserv.log, the following mesage is logged
[07/07/2000 13:16:05:708] (ERROR) ajp12: Servlet Error:
java.lang.NumberFormatException: null: null
[07/07/2000 13:16:05:708] (ERROR) an error returned handling request via
protocol "ajpv12"
In the source code, the file is declared as follows
:
static private final String configFileName =
"htdocs/dh/Config/dhImageProc.conf";
:
and used as
:
read(configFileName);
:
The mod_jserv.log message is perhaps due to the fact that the numeric data
was not read from the file properly.
Can anyone please tell me why it does not work under Solaris. Needless to
say this could be a fundamental issue - I am trying to learn this
incredible software. I did search the archives.
Thank you
Abhijit Rao
Canon Information Systems
Irvine, CA
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]