0 Replies Latest reply on Sep 21, 2004 1:10 PM by jdemic

    problem starting jboss 3.2.5 ("defaultAttributes was referen

    jdemic

      I'm having trouble starting jboss 3.2.5 with the default configuration. when running ./run.sh i get a bunch of exceptions looking like the following:

      Caused by: org.dom4j.DocumentException: Error on line 11 of document resource:xmdesc/JNDIView-xmbean.xml : The entity "defaultAttributes" was referenced, but not declared. Nested exception: The entity "defaultAttributes" was referenced, but not declared.

      i am able to start up the server with the minimal config. the above is happening after a clean extraction of the jboss binary tarball with no modification on my part of anything inside. i can see that defaultAtrtibutes and defaultOperations are declared in jboss_xmbean_1_1.dtd. i have this file in default/conf/xmdesc. i am also able to wget the file from its url and it is identical to the version on my filesystem.

      (excuse my ignorance if this has been answered before, but i've been unable to find anything in the archives and this is my first time attempting to install jboss.)