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

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 can try to solve the problem.

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 11, 2002 1:31 PM
Subject: [JBoss-dev] [ jboss-Bugs-580190 ] Ear Deployer Broken (Infinite
Looping)


> 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: 5
> 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.
>
>
> ----------------------------------------------------------------------
>
> 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
> PC Mods, Computing goodies, cases & more
> http://thinkgeek.com/sf
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases & more
http://thinkgeek.com/sf
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to