dev@glassfish.java.net

failure to create XML-DOM document

From: Tom Amiro - WST <Tom.Amiro_at_Sun.COM>
Date: Wed, 21 Mar 2007 14:41:13 -0500

Hi,

I noticed the following in the jax-ws sqe test log with the latest GFv2
nightly and
wsit.

> deploy-war:
> [echo] And now deploying ...
> [copy] Copying 1 file to
> /var/Sun/glassfish/domains/domain1/autodeploy
> [echo] ... deploy done.
>
> start.gf:
> [exec] Starting Domain domain1, please wait.
> [exec] Log redirected to
> /var/Sun/glassfish/domains/domain1/logs/server.log.
> [exec] Error refreshing
> ConfigContext:/var/Sun/glassfish/domains/domain1/config/domain.xml
> [exec] cause: Failed to create the XML-DOM Document. Check your
> XML to make sure it is correct.
> [exec] Attribute "audit-modules" must be declared for element
> type "auth-realm".
> [exec] CLI156 Could not start the domain domain1.
> [exec] Result: 1


The tests had build and copied many apps to the autodeploy directory
before this
ominous error happened. Since GF was already running, the tests keep going
and actually passed, but this worries me.

Anyone have a theory what could results in such an error?

Tom