I was trying to rename the output Stream to the client when
the servlet responds to a query for a particular BLOB.
The name comes from a parameter passed in the url
Where as the request for
http://www.~.com/servlets/getBLOB?id=20&name=somefile.ppt
that is requesting a powerpoint BLOB in the databa
Dylan Rosario <[EMAIL PROTECTED]> wrote:
> Sorry, here is a stack trace from the iPlanet Server it is running on.
> --
>
> [20/Mar/2001:20:36:54] info (12553): Internal Info: loading servlet
> /servlets/retrieveBLOB
> [20/Mar/2001:20:36:54] info (12553): /s
Sorry, here is a stack trace from the iPlanet Server it is running on.
--
[20/Mar/2001:20:36:54] info (12553): Internal Info: loading servlet
/servlets/retrieveBLOB
[20/Mar/2001:20:36:54] info (12553): /servlets/retrieveBLOB: init
[20/Mar/2001:20:36:54] fai
Dylan Rosario <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am having an issue here. I get an exception when I run my servlet it says:
>
> Character to numeric conversion error
Do you have a stack trace or we have to guess?? :)
Pier
--
It sounds like the ".class" file for your servlet got corrupted somehow. A
recompile is definitely in order.
Craig McClanahan
Pol Millan wrote:
> Hi guys,
>
> Any idea why I'd get this sort of error message when trying to display a
> servlet on the browser:
>
> java.lang.VerifyError: (class:
check what kind of driver u are using moloy and then if it is type 2 OCI
native cliuent JDBC driver then install the net8 client on ur client machine
or use a type 4 JDBC driver and use it as per the oracle instructions
it will solve ur problem this error is coming due to the incorrect
combination
Yes, it looks like the Oracle JDBC driver is missing from your classpath
-Original Message-
From: Santosh Tiwari [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 24, 2000 1:54 AM
To: [EMAIL PROTECTED]
Subject: Re: Servlet Error
Check the installation of oracle on you machine
Check the installation of oracle on you machine .
drivers are not loaded correctly.
- Original Message -
From: "Moloy Biswas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 23, 2000 04:14 PM
Subject: Servlet Error
> Hello all
>
> I am using jsdk2.1 on Win NT, I am