Rajeev Bakhru

Greenhorn
+ Follow
since Jun 21, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Rajeev Bakhru

Hi,
We are using Oracle 9ias version 903 and sometimes we get the following error whenever from our home page user tries to go to one of our application.
**************************************************************
OK
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, [email protected] and inform them of
the time the error occurred, and anything you might have done that may have
caused the error.
More information about this error may be available in the server error log.
***************************************************************************
Any idea !!!
Thanks
-Rajeev
21 years ago
Hi All,
How to use html:select tag to populate a drop down database ....for ex a drop down of all the US states from database.
If anyone can provide a code it will be great
Thanks
22 years ago
Thanks guys it worked I added driver path in the startWebLogic.cmd file
Thanks
22 years ago
Hi,
I am getting this error while starting the weblogic6.1sp3 server.
<Nov 13, 2002 3:17:32 PM EST> <Error> <JDBC> <Cannot startup connection pool "de
moXAPool" Cannot load driver class: com.pointbase.jdbc.jdbcUniversalDriver>

Any idea
Thanks
Rajeev
22 years ago
Hi ,
We are using weblogic 6.1, while stopping the server from console we get this error.
"Could not stop server dev1 via Node Manager - machine mbean not found"
Any ideas.
Thanks Rajeev
22 years ago
Hi Guys,
did anybody has a solution for this Borken Pipe Error?
We are also getting the same error on weblogic 6.1 server console.
Any ideas
Thanks
Rajeev
22 years ago
Hi
Want to know can we change the session timeout in weblogic 6.1 thru console. If yes, then where in console
Thanks
Rajeev
23 years ago
It's in the console
Server - Configuration - HTTP
23 years ago
Hi
We are using weblogic 6.1 and Oracle on solaris 5.8 env
I get this error sometimes (below )
Any idea guys . I tried to look into the wls console and saw soem paramteres which may be related with this
Max Post Size is -1 bytes
Max Post time is -1 sec
Post timeout secs is 0
Are they correct ?
Thanks in advance
Pls Help
*************error text ***************
java.io.InterruptedIOException: Read timed out
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:86)
at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:1
70)
at java.io.InputStream.skip(InputStream.java:219)
at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStr
eamImpl.java:108)
at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutpu
tStreamImpl.java:462)
at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutpu
tStreamImpl.java:491)
at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImp
l.java:989)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2209)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
23 years ago
Hi
We are using weblogic 6.1 and Oracle on solaris 5.8 env
I get this error sometimes (below )
Any idea guys . I tried to look into the wls console and saw soem paramteres which may be related with this
Max Post Size is -1 bytes
Max Post time is -1 sec
Post timeout secs is 0
Are they correct ?
Thanks in advance
Pls Help
*************error text ***************
java.io.InterruptedIOException: Read timed out
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:86)
at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:1
70)
at java.io.InputStream.skip(InputStream.java:219)
at weblogic.servlet.internal.ServletInputStreamImpl.skip(ServletInputStr
eamImpl.java:108)
at weblogic.servlet.internal.ServletOutputStreamImpl.commit(ServletOutpu
tStreamImpl.java:462)
at weblogic.servlet.internal.ServletOutputStreamImpl.finish(ServletOutpu
tStreamImpl.java:491)
at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImp
l.java:989)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2209)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
23 years ago
Hi
Check whether u selected the connection pool in the services tab- JDBC in the console for the server.
Rajeev
23 years ago
Hi,
We are getting this error regularly (normally after every 10 hrs of starting the wls server )
system goes down after this error, weblogic server goes in some indefinite loop giving these errors on server startup console .
Is it due to the no of sockets connection or some threading issue
Please help
Thanks
Rajeev
/************************************/
####<Apr 30, 2002 4:16:09 PM GMT-05:00> <Error> <Posix Performance Pack> <neptune> <neptune> <ExecuteThread: '49' for queue: 'default'> <> <> <000000> <Uncaught Throwable in processSockets>
java.io.IOException: error in poll: Invalid argument
at weblogic.socket.PosixSocketMuxer.poll(Native Method)
at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:371)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:24)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
23 years ago
How to check whether outputstream is closed or not
Yesterday , i tried to debug the jsp when i commented all the code in jsp with ony a plain text inside that , it did'nt gave any error.
Actually JSP has lot of "if loops " for Vector and Hashtable coming from the servlet , i think thats creating a problem somewhere ....is it due to any buffer size.
Thanks for your help
Rajeev
23 years ago
Hi
Actually ther is no problem in display of data on JSP ....it displays all the results set properly on the browser, this error i saw on weblogic log file so it concerns to me .....
Thanks
Rajeev
23 years ago
Hi William
I don't think its the browser time out . Can you tell me how to go ahead ... as I have a servlet which calls the JSP on success and have lot of Prepared Statement and Result Set. What could be the specific problem. BTY, I am using Request Dispather for fwding the request to the JSP.
Thanks
Rajeev
23 years ago