[jboss-user] [Clustering/JBoss] - Re: Incomplete Deployment listing error in JBoss 4.0.4
bstansberry@jboss.com
do-not-reply at jboss.com
Fri Nov 3 16:14:14 EST 2006
Look at D:/jboss-4.0.4/server/Node2/deploy/tc5-cluster.sar/META-INF/jboss-service.xml. You've probably got a comment enclosed inside another comment, which is illegal. Likely cause of this is in the ClusterConfig section. If you commented out the UDP config, there is a comment inside the config -- remove the inside comment.
If it's not the ClusterConfig element, it's something similar. The exception says it all; you can't have '--' anywhere inside an XML comment.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983112#3983112
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983112
More information about the jboss-user
mailing list