The online docs 

http://www.jboss.org/online-manual/HTML/index.html

explain all about changing pool parameters. Check chapter 7

Basically, your pool went below the number of beans you instantiated. 
JBoss had to make the pool bigger so it warned you.  You could make the
min pool size bigger so you won't get that, but if your going to use the
pool a lot, and you have those beans loaded often, jboss will keep the
pool at a reasonable size with the default configuration.

Maybe someone can point out if I explained this incorrectly. 

As for your EAR problem Someone else'll have to check that out.  

-Dennis



On Mon, 2002-05-20 at 15:49, Michael Delamere wrote:
> Hi,
> 
> I´m going to get at least one answer from you today :-). Please!
> 
> Can someone tell me why I get this error when redeploying (copying over) an
> ear file?
> 
> ============ ERROR ===============================
> ClassException: org.apache.struts.action.ActionForm; local class
> incompatible: stream classdesc serialVersionUID = 868866204196005189, local
> class serialVersionUID = 4799035742323645273
> java.io.InvalidClassException: org.apache.struts.action.ActionForm; local
> class incompatible: stream classdesc serialVersionUID = 868866204196005189,
> local class serialVersionUID = 4799035742323645273
>         at
> java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:454)
>         at
> java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1511)
>         at
> java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
>         at
> java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1511)
>         at
> java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1425)
>         at
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1616)
>         at
> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1264)
>         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:322)
>         at
> org.apache.catalina.session.StandardSession.readObject(StandardSession.java:
> 1268)
>         at
> org.apache.catalina.session.StandardSession.readObjectData(StandardSession.j
> ava:810)
>         at
> org.apache.catalina.session.StandardManager.load(StandardManager.java:411)
>         at
> org.apache.catalina.session.StandardManager.start(StandardManager.java:617)
> ==================================================================
> 
> Thanks in advance.
> 
> Regards,
> 
>  Michael
> 
> p.s.  I posted a message about getting this error "The Pool for
> com.morelogs.guestbook.beans.gbEntryCMP has been overloaded.  You should
> change pool parameters.".  No answer?
> 
> 
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to