Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
senthilkumartnr
Post subject: [Closed] Error while starting the weblogic from myeclipse  PostPosted: Feb 15, 2006 - 10:42 PM



Joined: Feb 15, 2006
Posts: 24

I am Getting below error while I am trying to start the Weblogic server 8.1 from MyEclipse

No config.xml was found.
Would you like the server to create a default configuration and boot? (y/n): y
<Feb 15, 2006 5:32:08 PM EST> <Info> <Security> <BEA-090115> <Created new Administrative User system>
For confirmation, please re-enter password required to boot WebLogic server:
Passwords do not match.
For confirmation, please re-enter password required to boot WebLogic server:
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised: 'weblogic.management.configuration.ConfigurationException: Passwords do not match, unable to generate default configuration, please try again.'
Reason: weblogic.management.configuration.ConfigurationException: Passwords do not match, unable to generate default configuration, please try again.
***************************************************************************
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Feb 16, 2006 - 01:28 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23855

What happens when you run WebLogic from the command line?

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
senthilkumartnr
Post subject:   PostPosted: Feb 16, 2006 - 05:14 PM



Joined: Feb 15, 2006
Posts: 24

weblogic runs well from command line. But when I connect the weblogic from

MyEclipse --> windows --> Preference --> Myeclipse --> Application Server

I am getting the error as mentioned below.
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Feb 16, 2006 - 05:20 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23855

This could be the problem: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10704-highlight-weblogic+start.html

If the above link doesn't help, please tell me all your WebLogic settings for each field, except any passwords.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
senthilkumartnr
7 Post subject:   PostPosted: Feb 16, 2006 - 06:34 PM



Joined: Feb 15, 2006
Posts: 24

here is the details
[img]C:\Documents and Settings\SANTHS\Desktop\WebLogic.jpg[/img]
 
 View user's profile Send private message  
Reply with quote Back to top
senthilkumartnr
Post subject:   PostPosted: Feb 16, 2006 - 06:37 PM



Joined: Feb 15, 2006
Posts: 24

I am sorry, find the details below.

BEA Home Directory : C:\bea
weblogic indtalled Directory : c:\bea\weblogic81
Admin User : System
Admin password: password
Execution Domain Name: mydomain
Execution Server Name : myserver
HostName:PortNumber : localhost:7001
Security Policy file: C:\bea\weblogic81\server\lib\weblogic.policy

Can I have my own admin user and password ?
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Feb 16, 2006 - 06:41 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23855

What do you have your execution domain root set to?

Look here: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10418.html

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
senthilkumartnr
Post subject:   PostPosted: Feb 16, 2006 - 07:15 PM



Joined: Feb 15, 2006
Posts: 24

Now I am getting the below error, console is not wating for the password to ne entered

<Feb 16, 2006 2:14:59 PM EST> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
Enter username to boot WebLogic server:sanths
Enter password to boot WebLogic server:
<Feb 16, 2006 2:15:03 PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_10-b03 from Sun Microsystems Inc.>
<Feb 16, 2006 2:15:03 PM EST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
<Feb 16, 2006 2:15:03 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
<Feb 16, 2006 2:15:03 PM EST> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\bea\user_projects" -Dweblogic.Name=myserver \config.xml.>
<Feb 16, 2006 2:15:04 PM EST> <Info> <Management> <BEA-140013> <C:\bea\user_projects" -Dweblogic.Name=myserver \config.xml not found>

C:\bea\user_projects" -Dweblogic.Name=myserver \config.xml not found

No config.xml was found.
Would you like the server to create a default configuration and boot? (y/n): y
<Feb 16, 2006 2:15:07 PM EST> <Info> <Security> <BEA-090115> <Created new Administrative User sanths>

The password specified either on the command line or at the prompt is empty.
Enter password to boot WebLogic server:
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised: 'weblogic.management.configuration.ConfigurationException: The password specified either on the command line or at the prompt is empty. Please try again.'
Reason: weblogic.management.configuration.ConfigurationException: The password specified either on the command line or at the prompt is empty. Please try again.
***************************************************************************
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Feb 16, 2006 - 08:27 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23855

I asked another developer about this and he said it looks like you didn't create your domain correctly using the weblogic administration tool. Try running the configuration wizard and creating the domain.

Other than that you stumped him as well.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
senthilkumartnr
Post subject:   PostPosted: Feb 16, 2006 - 09:03 PM



Joined: Feb 15, 2006
Posts: 24

Hi Thanks for the prompt reply.

Though I created domain using the configuration wizard. I was not able run the weblogic server.

Do i need to run the weblogic admin server from CMD line and strat using the Myeclipse ?
 
 View user's profile Send private message  
Reply with quote Back to top
senthilkumartnr
Post subject:   PostPosted: Feb 16, 2006 - 09:16 PM



Joined: Feb 15, 2006
Posts: 24

Its working now.

Thanks for the help.
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Feb 16, 2006 - 09:38 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23855

Glad it's working now.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
deeputhomasp
Post subject:   PostPosted: May 30, 2006 - 12:11 PM



Joined: May 30, 2006
Posts: 4

Hi,
I'm also getting the following error when I try to start Weblogic 8.1 server from MyEclipse.
I went through the related posts and tried out all the posted solutions. Still it doesn't work.
Somebody please help me solve this issue...!!


<May 30, 2006 4:04:44 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_11-b06 from Sun Microsystems Inc.>
<May 30, 2006 4:04:44 PM IST> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
<May 30, 2006 4:04:44 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358
WebLogic XMLX Module 8.1 SP5 Mon Sep 19 23:06:54 PDT 2005 641358 >
<May 30, 2006 4:04:44 PM IST> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\bea\user_projects\domains\IRIS_Upgrade\config.xml.>
<May 30, 2006 4:04:45 PM IST> <Info> <Management> <BEA-140013> <C:\bea\user_projects\domains\IRIS_Upgrade\config.xml not found>

C:\bea\user_projects\domains\IRIS_Upgrade\config.xml not found

No config.xml was found.
Would you like the server to create a default configuration and boot? (y/n): y
<May 30, 2006 4:04:47 PM IST> <Info> <Security> <BEA-090115> <Created new Administrative User weblogic>
For confirmation, please re-enter password required to boot WebLogic server:***************************************************************************
The WebLogic Server did not start up properly.
Exception raised: 'weblogic.management.configuration.ConfigurationException: Passwords do not match, unable to generate default configuration, please try again.'
Passwords do not match.
For confirmation, please re-enter password required to boot WebLogic server:

Reason: weblogic.management.configuration.ConfigurationException: Passwords do not match, unable to generate default configuration, please try again.
***************************************************************************
 
 View user's profile Send private message  
Reply with quote Back to top
deeputhomasp
Post subject:   PostPosted: May 30, 2006 - 12:18 PM



Joined: May 30, 2006
Posts: 4

Also please find my Weblogic Settings...

BEA Home Directory : C:\bea
weblogic indtallation Directory : c:\bea\weblogic81
Admin User : weblogic
Admin password: weblogic
Execution Domain root: C:\bea\user_projects\domains
Execution Domain Name: mydomain
Execution Server Name : cgServer
HostName:PortNumber : localhost:7001
Security Policy file: C:\bea\weblogic81\server\lib\weblogic.policy
 
 View user's profile Send private message  
Reply with quote Back to top
deeputhomasp
Post subject:   PostPosted: May 30, 2006 - 12:36 PM



Joined: May 30, 2006
Posts: 4

Weblogic runs well from command prompt. Problem arises only whei I try to start Weblogic from Eclipse.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits