The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
February 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

EJB

Posted by Beena on February 02, 2001 at 8:43 AM

I have written a stateful session bean. And am trying to restrict the container to create only 2 instances of the bean by giving the following tags in descriptor.

2

When I deploy & run the weblogic server. It gives me an error saying

java.net.SocketException: ReadFile on fd=812 failed with err=64
at weblogic.socket.NTSocketMuxer.initiateIO(Native Method)
at weblogic.socket.NTSocketMuxer.read(NTSocketMuxer.java:254)
at weblogic.socket.MuxableSocketHTTP.requeue(MuxableSocketHTTP.java:157)..............

I have even tried giving

2

it still gives me the same error. If i take out this
part from the xml then the error does not occur. But i want to restrict the container to have only 2 instances of the bean.

Can any one help for the same.





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us