Hello people!
I have a Servlet which is calling a staless session bean and that bean
calls a cmp entity bean. Database is Cloudscape(newest version).
I have two strange errors.
1. When a html page which calls a servlet is invoked, Weblogic shows error
below.
java.net.SocketException: socket write error (code=10053)
at java.net.SocketOutputStream.socketWrite(Native Method)
at java.net.SocketOutputStream.write(SocketOutputStream.java:87)
at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java,
I tried to find information to this error message from web and someone
said that this has been a very often asked question. But I did not get any
answers how to avoid it. Anyone know this?
2. When servlet calls stateless session bean and it invokes entitybean
and just fetch data from Cloudscape's database table, that fetch sometimes
clears the whole data of the table!!!
I'm using Cloudview for table data inserting (autocommit).
What can cause this kind of situation?
I'm a little bit confused with these kind of problems. I have used e.g.
Sun's J2EE environment, done samekind of things and everything has worked
ok.
Can anyone give any hints to these questions?
Thank you,
Mikko
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".