I am trying to run a JBoss server and am getting the following error on start 
up.  I'm very new to JBoss / Java so this error does not really mean much to 
me, so any help would be greatly appreciated.  I've also included the Log4J 
attribute from the JBoss-Service.xml file below incase that helps


[ObjectName: jboss.system:type=Log4jService,service=Logging 
 state: FAILED
 I Depend On:
 Depends On Me: org.jboss.deployment.DeploymentException: No property editor 
for attribute: ConfigurationURL; type=class java.net.URL]
        at 
org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.java:1095)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:583)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:564)
        at java.lang.reflect.Method.invoke(Native Method)
        at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
        at org.jboss.Main.boot(Main.java:142)
        at org.jboss.Main$1.run(Main.java:375)
        at java.lang.Thread.run(Thread.java:484)


  | <!--  ========================================  --> 
  | <!--  Log4j Initialization  --> 
  | <!--  ========================================  -->
  | <mbean code="org.jboss.logging.Log4jService" 
name="jboss.system:type=Log4jService,service=Logging">
  |   <attribute name="ConfigurationURL">resource:log4j.xml</attribute>
  | </mbean>

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098163
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to