- This topic has 3 replies, 3 voices, and was last updated 20 years ago by Scott Anderson.
-
AuthorPosts
-
mrigasiraMemberHi
I am trying to integrate Weblogic 7 with MyEclipse, but the server is not starting up with I try to start it from within the IDE. These are my configuration parameters:BEA Home Directory: D:\bea
Weblogic installation directory: D:\bea\weblogic700
Admin username: administrator
Admin password: admin
Execution domain root: D:\bea\weblogic700
Execution domain name: mydomain
Execution server name: myserver
Hostnumber:Portnumber: localhost:7001
Security policy: D:\bea\weblogic700\server\lib\weblogic.policyI have seen in some of the posts that Execution domain root should point to D:\bea\user_domains folder. However, such a folder does not exist in my bea home directory. Can someone please help me with this.
Thanks in advance,
Mrigasira
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
Also please let us know what the error is when you try and start it.
mrigasiraMemberHi,
Here is the required information…Operating System and version: Windows 2000 with service pack 4
Eclipse version: Version: 3.0.0
Eclipse build id: 200406251208
Fresh Eclipse install (y/n): Y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: None
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.8.2
Eclipse JDK version: 1.4.2_04
Application Server JDK version: 1.4.2_04
Are there any exceptions in the Eclipse log file? Not in the log, but the following exception is seen on the console<Nov 25, 2004 11:00:14 AM GMT+05:30> <Info> <Security> <090065> <Getting boot identity from user.>
Enter username to boot WebLogic server:administrator
Enter password to boot WebLogic server:
Starting WebLogic Server…
<Nov 25, 2004 11:00:21 AM GMT+05:30> <Critical> <WebLogicServer> <000364> <Server failed during initialization. Exception:weblogic.management.configuration.ConfigurationException:– with nested exception:
[weblogic.management.commo.CommoOperationsException: Exception initializing Commo.]
java.io.FileNotFoundException: D:\bea\weblogic700″ -Dweblogic.Name=myserver\myserver\load.mlet (The filename, directory name, or volume label syntax is incorrect)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
at weblogic.management.commo.Commo.initTypesAtLocation(Commo.java:1185)
at weblogic.management.commo.Commo.initTypes(Commo.java:138)
at weblogic.management.commo.Commo.init(Commo.java:113)
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:477)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:665)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
at weblogic.Server.main(Server.java:31)
————— nested within: ——————
weblogic.management.commo.CommoOperationsException: Exception initializing Commo.
at weblogic.management.commo.Commo.convertException(Commo.java:1033)
at weblogic.management.commo.Commo.init(Commo.java:122)
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:477)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:665)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
at weblogic.Server.main(Server.java:31)
————— nested within: ——————
weblogic.management.configuration.ConfigurationException: – with nested exception:
[weblogic.management.commo.CommoOperationsException: Exception initializing Commo.]
at weblogic.management.AdminServerAdmin.initializeCommo(AdminServerAdmin.java:486)
at weblogic.management.AdminServerAdmin.initialize(AdminServerAdmin.java:108)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:665)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276)
at weblogic.Server.main(Server.java:31)
>
***************************************************************************Thanks,
Mrigasira
Scott AndersonParticipantMrigasira,
This looks like a configuration problem with your WebLogic domain. Can you successfully start this domain from the commandline, outside of MyEclipse?
Exception initializing Commo
It looks like you’re using a JDO package, if I read this correctly. Please be sure you’ve added all the necessary additional jars and java library entries to the WebLogic connector’s configuration. For additional information on doing this, please review the Application Server Quickstart in the Documentation section here: http://www.myeclipseide.com/ContentExpress-display-ceid-67.html
-
AuthorPosts