- This topic has 3 replies, 2 voices, and was last updated 21 years, 6 months ago by
Scott Anderson.
-
AuthorPosts
-
EmeryMemberHi,
I’m new to MyEclipse and I’m working my way through your part 2 tutorial, replacing tomcat with BEA Weblogic 8.1. I’ve had several problems which by searching through your forum I’ve been able to resolve, but I’m not getting farther with these. Here’s my output:
E:\bea\user_projects\domains\bl\config.xml not found
No config.xml was found.
Would you like the server to create a default configuration and boot? (y/n): y
<Aug 25, 2003 5:18:24 PM CEST> <Info> <Security> <BEA-090115> <Created new Administrative User weblogic>
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.
***************************************************************************I hope I’m correctly answering yes for creating a config.xml file. Then the password confirmation shows up. Which password is this?
Here are my setting’s
Weblogic Server- enable (selected)
Bea Home Directory – E:\bea
Weblogic installation directory – E:\bea8\weblogic81
Admin Username – weblogic
Admin Password- weblogic
Execution domain root- E:\bea\user_projects\domains
Execution domain name- bl
Execution server name- myserver
Hostname:Port No- localhost:7101
Security policy file-E:\bea\weblogic81\server\lib\weblogic.policyHave you got a tip on how I can get further?
Thanks!
Emery
Scott AndersonParticipantEmery,
The problem is that you didn’t complete your WebLogic installation by creating a domain to use for development with the WebLogic 8.1 Configuration Wizard. A link to it is typically installed by the WebLogic installer into its program group. Read the WebLogic documentation, if needed, about domain creation and then test the domain externally to MyEclipse by starting it up and shutting it down. Once you can do this, you can then configure this domain for use with MyEclipse.
–Scott
MyEclipse Support
EmeryMember@scott wrote:
Emery,
The problem is that you didn’t complete your WebLogic installation by creating a domain to use for development with the WebLogic 8.1 Configuration Wizard. A link to it is typically installed by the WebLogic installer into its program group. Read the WebLogic documentation, if needed, about domain creation and then test the domain externally to MyEclipse by starting it up and shutting it down. Once you can do this, you can then configure this domain for use with MyEclipse.
–Scott
MyEclipse SupportAh, I didn’t know what MyEclipse takes care of and what I need to do in preparation with Weblogic itself. Psst. Tutorial. 😉 Or did I not find these instructions somewhere?
Thanks for the help!
Emery
Scott AndersonParticipantEmery,
Good point on the tutorial. We definately need more doc. The “rule of thumb” is that MyEclipse works with exsiting domains and configurations for the external app servers we support. We don’t do anything to modify the domain or server configurations in any way.
–Scott
MyEclipse Support -
AuthorPosts