Hi,
I'm facing a problem with classloader scoping. I have a sar with all the portal 
libraries (like portal-security-lib) in sar's lib folder. I have classloader 
isolation configured in sar's META-INF/jboss-service.xml

<loader-repository>dot.com:loader=xxx.sar
<loader-repository-config>java2ParentDelegation=false</loader-repository-config>
</loader-repository>

Now I get a ClassNotFoundExceptions for the portal classes as below:
26.04.2006_14:54:05|I|000000|10.3.3.220|cae_admin-server 
8111|org.jboss.system.ServiceConfigurator|[Problem configuring service 
portal:service=PolicyService]
java.lang.ClassNotFoundException: No ClassLoaders found for: 
org.jboss.portal.security.jacc.JBossSecurityProvider
at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:198)
at 
org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:475)
at 
org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:377)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:356)
at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:442)
at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:153)
at org.jboss.system.ServiceController.install(ServiceController.java:215)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.install(Unknown Source)

Any ideas what could be the problem?

Thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939694#3939694

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939694


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to