Bugs item #580190, was opened at 2002-07-11 12:31
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=580190&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 7
Submitted By: Stephen Davidson (northgorky)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ear Deployer Broken (Infinite Looping)

Initial Comment:
When trying to deploy an ear which has jars with
multiple interdependincies, JBoss Deployer goes into an
infinite loop, and eventually starts throwing
StackOverflow and OutOfMemory Exceptions.

Sample Ear file that demonstrates this behaviour attached.


----------------------------------------------------------------------

Comment By: Julien Viet (cooperfbi)
Date: 2002-07-12 14:46

Message:
Logged In: YES 
user_id=337141

This problem come from the fact there are cross references 
between jar libraries via classpath manifest :

Security.jar references Common.jar and Admin.jar
Common.jar references Security.jar
Admin.jar references Security.jar and Common.jar

I think the problem can be solved at first sight by breaking 
circular references between libraries.

However there is something wrong in 
MainDeployer.parseManifestLibraries().
There is a loop because the jar being deployed is not seen as 
deployed by parseManifestLibraries.

I will try to solve the problem.


----------------------------------------------------------------------

Comment By: Stephen Davidson (northgorky)
Date: 2002-07-12 14:25

Message:
Logged In: YES 
user_id=490856

This is a show stopper for me.  I can not currently deploy
my EAR file because of this bug.  Please somebody help?


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=580190&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Gadgets, caffeine, t-shirts, fun stuff.
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to