This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Not serializable Exception or No Data to read from socket
Ajay Njallacattu
Ranch Hand
Joined: Nov 21, 2006
Posts: 36
posted
0
Hi,
In my java Application when i retrieve data from Oracle Database using bulk collect i'm getting an Exception called non serializable exception or no data to read from socket.
Can anyone faced this issue before...
Give some work around or solution
Ajay Joseph
Nicholas Jordan
Ranch Hand
Joined: Sep 17, 2006
Posts: 1282
posted
0
Describe the java application.
"The differential equations that describe dynamic interactions of power generators are similar to that of the gravitational interplay among celestial bodies, which is chaotic in nature."
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32644
4
posted
0
Don't know what no data from socket means.
NotSerializableException means you are trying to serialise an object which has some field or other which doesn't implement the java.io.Serializable interface, or doesn't implement the Serializable interface itself. More details here.