On Oct 24, 2007, at 4:37 PM, Piotr J wrote:
Kevan Miller wrote:
On Oct 24, 2007, at 3:28 PM, Piotr J wrote:
I want to deploy my app under geronimo but I'm getting this error:
----
Error: Operation failed: start of nautilia/SklepyEAR/1.0/ear
failed
Unknown start exception
Configuration nautilia/SklepyEAR_webapp.war/1.0/car failed
to start
due to the following reasons:
The service
J2EEApplication=nautilia/SklepyEAR/1.0/
ear,j2eeType=WebModule,name=webapp.war
did not start because Throwable during start of gbean:
java.lang.LinkageError: loader (instance of
org/apache/geronimo/kernel/config/MultiParentClassLoader):
attempted
duplicate class definition for name:
"org/jboss/seam/async/package-info"
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
at
java.security.SecureClassLoader.defineClass
(SecureClassLoader.java:124)
---
Any ideas?
Hi Peter,
Thanks for the info.
What version of Geronimo are you using?
I've seen a similar LinkageError when attempting to run Geronimo
under the YourKit Java Profiler. Not sure, if this is related or not.
I hadn't really investigated the YourKit issue since it wasn't a
functional issue and was easy enough to have YourKit analyze
heapdumps, instead...
Do you have an app that illustrates the problem?
--kevan
Hi,
Geronimo 2.0.2
I had the same problem with Glassfish.
This package doesn't include all classes, but you can use this ear to
reproduce the problem.
http://www.nabble.com/file/p13394525/ear-1.0-SNAPSHOT.ear
ear-1.0-SNAPSHOT.ear
Hi Peter,
I got most of the dependencies put together, but can't deploy the
app. Currently because com.icesoft classes are missing.
Can you give us the full stacktrace?
--kevan