| Author |
Error Starting Server on Weblogic
|
Melvin Low
Greenhorn
Joined: Sep 21, 2009
Posts: 3
|
|
Hi guys,
I get this error after starting a new server I created on Weblogic:
<Oct 1, 2009 11:26:06 AM> <Info> <NodeManager> <Server output log file is "/usr/local/bea/user_projects/domains/SandBox13/servers/Confluence-0/logs/Confluenc$
Exception in thread "Main Thread" java.lang.NoClassDefFoundError: â^À^ÓXms512m
Could not find the main class: â^À^ÓXms512m. Program will exit.
<Oct 1, 2009 11:26:06 AM> <Info> <NodeManager> <Server failed during startup so will not be restarted>
I think it's the server start arguments but here is what I have for it:
-Dmail.smtp.host=mail.mywebsite.com –Xms512m –Xmx512m -Xmanagement:port=8501,ssl=false,authenticate=false
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6588
|
|
|
Can you post the complete startup command ? It appears that weblogic thinks the xmx option is a class.
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
 |
|
|
subject: Error Starting Server on Weblogic
|
|
|