nitin sachdeva

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

Recent posts by nitin sachdeva

I am calling CMP2.0 from client and just after calling ejbCreate method
the server crashes and i get following error at client's console
Plz help!!!
this is what i get at client's console:
************************************************************
Context loaded and before lookup
got home reference from Company
weblogic.rjvm.PeerGoneException: ; nested exception is:
weblogic.utils.net.SocketResetException - with nested exception:
[java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read]
java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:85)
at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:300)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
**************************************************************

And this is the code for client:
***********************************
Object home = (CompanyHome)ctx.lookup("CompanyHome");
CompanyHome home1 = (CompanyHome) PortableRemoteObject.narrow(home, CompanyHome.class);

System.out.println("got home reference from Company");
Company remote = home1.create(new CompanyPK("3"),"ghi");
System.out.println("create for Company called from client and about to call fnc_temp() ");
remote.fnc_temp();
System.out.println("after fnc_temp()");
I deleted one file by mistake from eclipse editor window.
Is there any way can i get a deleted file back ???
hi,
thanks for ur help.
But could u plz. send me the code for it
reply as soon as possible
bye

Originally posted by Joel McNary:
All you have to do is include the html in the body of the e-mail. Most e-mail programs will render that approprately. Be aware. however, that no everybody uses an HTML-enabled browser. PINE and ELM are popular text-only e-mail programs on the UNIX side....

21 years ago
Can anyone tell me how to include an html page in email message???
The page should not be send as an attachment but should be a part of message itself.
Plz help!!!
21 years ago
Can anyone tell me the diffrence between HttpSession and PipelineSession
in weblogic portal7.0 ???
21 years ago
When i try to call CMP from Stateless sesison bean (i.e locally) i get this error and weblogic stops. Plz help??
RemoteException: weblogic.rjvm.PeerGoneException: ; nested exception is:
weblogic.utils.net.SocketResetException - with nested exception:
[java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read]
21 years ago
JSP
How do i differentiate between runtime and compile time error in JSP??
22 years ago
JSP
JSP
Can anyone tell me the difference between compile time error and runtime error in JSP??
22 years ago