Help coderanch get a
new server
by contributing to the fundraiser

Rajeev Iyer

Ranch Hand
+ Follow
since Jun 19, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rajeev Iyer

Hi,

I am facing a problem when executing an oracle function that returns a ref cursor from Weblogic 8.1 SP4 with JRockit.
The error reads "Java.sql.SQLException:Bigger type length than maximum" when the first request is fired.when i fire the same request again, the error changes to "Java.sql.SQLException ALL8 is in an inconsistent state".
I am using the oracle thin driver versions :9.0.1,9.2.0,10 which is available when configuring the JDBC connetion pool from the weblogic console.

Can anyone help me out with this.

Thanks
Rajeev
Hi,
I am coming across a typical error in oracle (oracle 9i), whenever fetching a large amount od data, as error is thrown, which is

Bigger Type Length Than Maximum

The error comes randomly and happens for large set of records.
Has this problem been faced by anyone before ?
Please help..
Hi ..
Could anyone give me some links where I could view examples of displaying Crystal Reports in JSPs ?
And does Crystal Reports work on Solaris platform ?
Thanks & Regards...
20 years ago
JSP
I'm not very sure what you are trying to do, but if my guess is right, you want to change / modify some JSP code without redeploying your war file.
If thats the case, find out the path where the web app has been undeployed and modify the JSP. You might need to delete the generated servlet for the JSP to be recomplied.
20 years ago
As far as I know, the connection pool and other features are a part of SunOne App server, the release after iPlanet 6.
Pls confirm..
20 years ago
Thanks for the reply Prasad,
I got the problem, the war file was getting deployed in a specific path of the server, and to get that path, applicatin.getRealPath("") needs to be appended to the path specified in the java file.
Thanks....
20 years ago
I have deployed a .war file (web-apps section) and in one of the class files in the .war, I read some data from a .xml file.
But I get an error, file not found exception, .xml file not found..
What could be the problem?
Thanks.......
20 years ago
Thanks for the replies...
Could you please suggest any site where I can view some example code ?
Thanks....
20 years ago
What is a Servlet Filter ?
How and why would one need it ?
Thanks ......
20 years ago
Which are the thread safe objects in JSPs ?
Can a class variable (a static variable ) be thread safe?
20 years ago
JSP
Hi!!
Is it possible to refresh a part of a JSP without refreshing the entire JSP?
Thanks in advance..
20 years ago
JSP
What is the difference between the init() and init(ServletConfig sc) methods in servlets?
How differently does the servlet configure itself based on these mathods?
20 years ago
How do I create a virtual server in iPlanet 6, the way we do in WEbsphere by specifying an alias ?
Thanks....
21 years ago
Hi!!
Where can I find info for developing custom tags in iPlanet 6 ?
Thanks
21 years ago
JSP
Hi !!
I found one link on the site, which gave me info bout using taglibs with iPlanet 4 with sp 7.
But when I try running it, I get the error:
Unable to open taglibrary /jsps/test-tags.jar : com.sun.xml.tree.TextNode
The description on the link says that if I dont give the <!DOCTYPE , I'll get this error.
But I have given the same with the <servername> ort and the path properly.
What could be the other reason that I am getting this error?
Thanks....
21 years ago