Still no good.

After cleaning out the Security rows in nuke_services_attributes, and starting JBoss 
with just nukes.ear deployed, I am getting several of each of these stack traces in 
the start up:


  | 2004-02-27 20:07:11,750 INFO  [org.jboss.deployment.EARDeployer] Init J2EE 
application: file:/C:/jboss-3.2.3/server/default/deploy/nukes.ear/
  | 2004-02-27 20:07:15,625 WARN  [org.jboss.nukes.component.Component.user] Skip 
malformed permission
  | org.jboss.nukes.security.MalformedPermissionException: there must be at least one 
instance in the permission definition
  |     at org.jboss.nukes.security.Permission.initialize(Permission.java:125)
  |     at org.jboss.nukes.security.Permission.<init>(Permission.java:67)
  |     at org.jboss.nukes.module.ModuleSupport.setSecurity(ModuleSupport.java:126)
  | 
  | ...
  | 
  | 2004-02-27 20:07:22,140 WARN  [org.jboss.nukes.component.Component.theme] Skip 
malformed permission
  | org.jboss.nukes.security.MalformedPermissionException: there must be at least one 
instance in the permission definition
  |     at org.jboss.nukes.security.Permission.initialize(Permission.java:125)
  |     at org.jboss.nukes.security.Permission.<init>(Permission.java:67)
  |     at org.jboss.nukes.module.ModuleSupport.setSecurity(ModuleSupport.java:126)
  | 
  | 
  | ...
  | 
  | 2004-02-27 20:07:24,000 WARN  [org.jboss.nukes.component.Component.block] Skip 
malformed permission
  | org.jboss.nukes.security.MalformedPermissionException: there must be at least one 
instance in the permission definition
  |     at org.jboss.nukes.security.Permission.initialize(Permission.java:125)
  |     at org.jboss.nukes.security.Permission.<init>(Permission.java:67)
  |     at org.jboss.nukes.module.ModuleSupport.setSecurity(ModuleSupport.java:126)
  | 
  | ...
  | 
  | 2004-02-27 20:07:24,703 WARN  [org.jboss.nukes.component.Component.profile] Skip 
malformed permission
  | org.jboss.nukes.security.MalformedPermissionException: there must be at least one 
instance in the permission definition
  |     at org.jboss.nukes.security.Permission.initialize(Permission.java:125)
  |     at org.jboss.nukes.security.Permission.<init>(Permission.java:67)
  |     at org.jboss.nukes.module.ModuleSupport.setSecurity(ModuleSupport.java:126)
  | 
  | ...
  | 
  | 2004-02-27 20:07:25,406 WARN  [org.jboss.nukes.component.Component.index] Skip 
malformed permission
  | org.jboss.nukes.security.MalformedPermissionException: there must be at least one 
instance in the permission definition
  |     at org.jboss.nukes.security.Permission.initialize(Permission.java:125)
  |     at org.jboss.nukes.security.Permission.<init>(Permission.java:67)
  |     at org.jboss.nukes.module.ModuleSupport.setSecurity(ModuleSupport.java:126)
  | 

and



  | 
  | 2004-02-27 20:07:25,781 ERROR [org.jboss.nukes.component.NukesBuilder] Cannot 
build the nukes model mbean metadata
  | RuntimeOperationsException: null
  | Cause: java.lang.IllegalArgumentException: MBean does not contain attribute 
Security
  |     at 
javax.management.modelmbean.ModelMBeanInfoSupport.getAttribute(ModelMBeanInfoSupport.java:407)
  |     at org.jboss.nukes.component.NukesBuilder.build(NukesBuilder.java:197)
  |     at org.jboss.nukes.component.NukesBuilder.build(NukesBuilder.java:73)
  |     at org.jboss.nukes.component.NukesMBean.<init>(NukesMBean.java:47)
  |     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  |     at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  |     at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  |     at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
  |     at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:847)
  |     at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:291)
  |     at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:318)
  | 
  | Caused by: org.jboss.deployment.DeploymentException: - nested throwable: 
(javax.management.NotCompliantMBeanException)
  |     at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:139)
  |     at org.jboss.system.ServiceController.install(ServiceController.java:225)
  |     at sun.reflect.GeneratedMethodAccessor43.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  |     at $Proxy4.install(Unknown Source)
  |     at org.jboss.deployment.SARDeployer.create(SARDeployer.java:183)
  |     ... 49 more
  | Caused by: javax.management.NotCompliantMBeanException
  |     at org.jboss.nukes.component.NukesBuilder.build(NukesBuilder.java:83)
  |     at org.jboss.nukes.component.NukesMBean.<init>(NukesMBean.java:47)
  |     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  |     at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  |     at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  |     at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
  |     at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:847)
  |     at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:291)
  |     at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:318)
  | 
  | 
  | 
  | 


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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to