I'm trying to work with the sources jboss-portal-2.2.0, but when I rebuild and deploy to a clean jboss-as 4.0.2 configured to work with mysql as explained at: http://ltiwww.epfl.ch/Eclipse/LoadingJBoss.html
I get this errors: --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: portal:mapper=CMSObject | State: FAILED | Reason: org.jboss.util.NestedRuntimeException: Error creating MBeanProxy: portal:mapper=PrefixDelegating; - nested throwable: (javax.management.InstanceNotFoundException: portal:mapper=PrefixDelegating is not registered.) | I Depend On: | portal:mapper=PrefixDelegating | | ObjectName: jboss.web.deployment:war=portal-core.war,id=-2071905397 | State: FAILED | Reason: org.jboss.deployment.DeploymentException: URL file:/home/pedro/desarrollo/jboss.com/jboss-as/jboss-4.0.2/server/default/tmp/deploy/tmp33846jboss-portal.sar-contents/portal-core.war/ deployment failed | | ObjectName: portal:policy=JaccPortalPolicyConfigurator | State: FAILED | Reason: org.jboss.util.NestedRuntimeException: Error creating MBeanProxy: portal:service=PortalPermissionFactory; - nested throwable: (javax.management.InstanceNotFoundException: portal:service=PortalPermissionFactory is not registered.) | I Depend On: | portal:service=SecurityProvider | portal:service=PortalPermissionFactory | Depends On Me: | portal:policy=PortalPolicyConfigStore,type=PortalObject | portal:policy=PortalPolicyConfigStore,type=Instance | portal:policy=PortalPolicyConfigStore,type=Component | The first exception is: 17:27:04,053 INFO [ServiceConfigurator] Problem configuring service portal:mapper=CMSObject | org.jboss.util.NestedRuntimeException: Error creating MBeanProxy: portal:mapper=PrefixDelegating; - nested throwable: (javax.management.InstanceNotFoundException: portal:mapper=PrefixDelegating is not registered.) | at org.jboss.mx.util.MBeanProxyExt.<init>(MBeanProxyExt.java:78) | at org.jboss.mx.util.MBeanProxyExt.create(MBeanProxyExt.java:342) | (...) | Caused by: javax.management.InstanceNotFoundException: portal:mapper=PrefixDelegating is not registered. | at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:509) | at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:651) | at org.jboss.mx.util.MBeanProxyExt.<init>(MBeanProxyExt.java:70) | ... 86 more | 17:27:04,241 INFO [ServiceConfigurator] Problem configuring service portal:policy=JaccPortalPolicyConfigurator | org.jboss.util.NestedRuntimeException: Error creating MBeanProxy: portal:service=PortalPermissionFactory; - nested throwable: (javax.management.InstanceNotFoundException: portal:service=PortalPermissionFactory is not registered.) | at org.jboss.mx.util.MBeanProxyExt.<init>(MBeanProxyExt.java:78) | (...) | Caused by: javax.management.InstanceNotFoundException: portal:service=PortalPermissionFactory is not registered. | at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:509) | at org.jboss.mx.server.MBeanServerImpl.getMBeanInfo(MBeanServerImpl.java:651) | at org.jboss.mx.util.MBeanProxyExt.<init>(MBeanProxyExt.java:70) | ... 85 more | I haven't been able to find a solution anywhere. What is the cause of the problem? How can I find out more about what is failing to start? Maybe all I need is information about jboss AS. Can anyone sugest where to look? TIA, Pedro. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920256#3920256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920256 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
