[
https://issues.apache.org/jira/browse/GERONIMO-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12471318
]
Rakesh Midha commented on GERONIMO-2742:
----------------------------------------
Hello Aman
Thanks for the files.
I think there is no problem with sharedlib. The problem is in your jar files
class org.jgroups.MembershipLister is missing.
Here is how I can prove it: (case 1)
1. unzip your sharedlib.zip file in sharedlib directory
2. try to deploy testing.ear
It gives noclassdeffound for org/jgroups/MembershipListner
Now...(case 2)
1. delete unziped jar files from sharedlib directory
2. try to deploy testing.ear
It gives noclassdeffound for org/jboss/cache/TreeCacheMBean
which means in case 1. org/jboss/cache/TreeCacheMBean is found by
org/jgroups/MembershipListner us not
try adding that file.
Please try and let me know if it works? I think it should.
Thanks
Rakesh
> Deployer cannot access libaries in shared/lib and shared/classes
> ----------------------------------------------------------------
>
> Key: GERONIMO-2742
> URL: https://issues.apache.org/jira/browse/GERONIMO-2742
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: deployment
> Affects Versions: 1.2
> Environment: Windows XP, Geronimo 1.2-beta
> Reporter: Aman Nanner
> Attachments: sharedlib.zip, testing.ear.zip
>
>
> It seems that when running the deployer to deploy my EAR file, the
> classloaders during deployment cannot access the shared/lib and
> shared/classes directory. My app has dependencies on libraries that are
> stored in both shared/classes and shared/lib. Because these libraries cannot
> be found, the deployment fails.
> Neither regular deployment nor hot deployment works. My EAR file used to hot
> deploy properly in Geronimo 1.1.1 (I never used the regular deployer in
> 1.1.1, so I don't know if that would have worked too).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.