- This topic has 15 replies, 4 voices, and was last updated 16 years, 10 months ago by Loyal Water.
-
AuthorPosts
-
Andy GhoshMemberHi,
Is there a document that explains how to configure a weblogic 10.x server in myeclipse?I downloaded weblogic 10.0.0 server, selected “configure server” in myeclipse and selected “Weblogic 10.x”.
I then filled in the weblogic home directory and the admin uid/pwd and hit “start”.It failed with a strange error. Please point me to a document that explains how to do this properly.
Thanks,
Andy
Loyal WaterMemberWe dont have a document but this is what the configured connector should look like-
https://www.genuitec.com/forums/topic/weblogic-10-what-does-a-configured-connector-look-like/Let me know if you still get errors.
Andy GhoshMemberThanks. Now I can get the server to start.
I read on another thread that myeclipse 6 & Weblogic 10 are incompatible.
Is this correct? I am using myeclipse 6.0 GA on windows xp.[/quote]
Loyal WaterMemberI read on another thread that myeclipse 6 & Weblogic 10 are incompatible.
This is not true.
Can you post a link to that thread.
Andy GhoshMemberI may be mistaken- that thread talks about SE 6 not being compatible with weblogic 10. I assumed SE 6 means eclipse 6. I apologize if this is not the right assumption.
Anyway here is the URL: https://www.genuitec.com/forums/topic/using-the-weblogic-10-prloblem-when-try-run-the-app/
And here is the text:
Joined: May 06, 2004
Posts: 1kvillaca :
I got the same issue like you, and I found the reason. It’s SE 6.0! It is not compatible with Weblogic10.0, only SE5.0 could be used to host WLS.
Wish you have found it. lol
Loyal WaterMemberI assumed SE 6 means eclipse 6. I apologize if this is not the right assumption.
SE 6 is not eclipse in this case.
Let me know if you run into any more issues.
Andy GhoshMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
Andy GhoshMemberThis message has not been recovered.
Andy GhoshMemberThis message has not been recovered.
gangaramMember1) Configured WL domain, I can start WL 10. independently
2) My weblogic 10.x is correct as per POSTED url
3) I can not start through MYECLIPSE 6.0<Dec 15, 2007 11:16:52 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
Compiler class: ‘com.sun.tools.javac.Main’, not found
<Dec 15, 2007 11:16:58 AM EST> <Error> <J2EE> <BEA-160001> <Error deploying Internal Application: weblogic.application.ModuleException: Exception preparing module: EJBModule(mejb)Unable to deploy EJB: mejb.jar from mejb.jar:
Loyal WaterMember3) I can not start through MYECLIPSE 6.0
Make sure that under the Weblogic -> JDK settings you have selected a JDK, NOT a JRE.
XanthrosMemberI have the same issue. I can start my WebLogic 10 server with JDK 1.6 through MyEclipse 6.0.1.
However whenever I choose *Manage Deployments* and choose my WAR file it tells me successfully deployed.
But it won’t come up in a browser. When I check the WLS console, it shows the application as *Installed* but not started. Is there anyway to *START* a web application from within Eclipse using the MyEclipse plugin?
Loyal WaterMemberIs there anyway to *START* a web application from within Eclipse using the MyEclipse plugin?
Are you referring to starting the server over here ?
XanthrosMemberI’m not sure what you mean by *over here*. However if you reread my statement above the server starts within MyEclipse no problem. It is the deployment of the web application that’s the problem.
However I found WLS 10 issues during installation, uninstallation and the autodeployment feature.
I upgraded to WLS 10.3tp and all those issues have been fixed.
Before the web application was in a *new* state when put into the autodeployment folder which is where MyEclipse was deploying. Then you had to go to the admin console and click install and then start for the web app.
Now when the web app is deployed into the autodeploy directory the application is in an active state which means it has been installed and started.
-
AuthorPosts