This content has been marked as final.
Show 3 replies
-
1. Re: Running JBoss in process
mmorton Aug 19, 2004 4:56 PM (in response to mmorton)I've made some headway on this, but am still running into some problems. I've been basing my approach from the run.bat file and JBoss starts up but can't find certain config files.
Can anyone make sense of the following message:org.jboss.security.auth.login.ParseException: Encountered "<?xml" at line 1, column 1.
Was expecting one of:
<EOF>
<IDENTIFIER> ...
My hunch is that I'm not properly setting a system variable or a VM option.
Any insight would be greatly appreciated! -
2. Re: Running JBoss in process
mmorton Aug 20, 2004 6:31 PM (in response to mmorton)Ok, I got this running. The primary issue was ClassLoader collisions. Classes in the classpath of the app collided with those that JBoss was attempting to load at runtime.
-
3. Re: Running JBoss in process
tqtuan Feb 14, 2008 11:32 AM (in response to mmorton)mmorton,
I am running into the same problem - got the same exception you got. Please give me instructions on how to resolve it.
FYI - if I started my config using the command "run.bat -c ", everything startup OK. But when I run my config as a Window service, I got the exception.
Thanks in advance.
T