- This topic has 3 replies, 2 voices, and was last updated 6 years, 10 months ago by support-swapna.
-
AuthorPosts
-
nikbhiParticipantHi Folks,
I am upgrading my workspace from MyEclipse 10 to MyEclipse 17. We use Weblogic 12c as a container and in MyEclipse 17, I am facing an issue in starting Weblogic 12x managed server, which gets booted from Myeclipse 10. The same set of VM arguments do not work in MyEclipse 17.
Following are VM arguments that we use in MyEclipse 10 to boot up managed server.
-Dweblogic.management.discover=false
-Dweblogic.management.server=http://localhost:7003 -da
Admin server is running on localhost on port 7003. The admin server is started first followed by managed server boot. Both servers are booted from MyEclipse.
The same arguments do not work in MyEclipse 17.
Kindly let me know whether is there any change in MyEclipse 17 when it comes to WLS plugin?
Following are additional details –
MyEclipse Enterprise Workbench
Version: 2017 CI 9
Build id: 15.0.1-20171114
Oracle WebLogic Server 12c
support-swapnaModeratornikbhi,
Thank you for updating to MyEclipse 2017. Sorry that you are seeing this issue. The server connectors have changed in the newer releases of MyEclipse when compared to MyEclipse 10.
Can you please share with us a screenshot of the Weblogic 12.x connector and show us where exactly you configured the VM arguments in the connector?
When you say the arguments do not work, do you see any errors logged in the Console view when starting the server or if it is a different error, then please elaborate. Also share with us the .log file located at workspace dir/.metadata/.log to help us check for any errors or exceptions logged.
We have recently released an update to 2017 CI, CI 10. If you haven’t yet updated, then please go to Help > Check for Updates and update to CI 10.
Apologies for inconvenience caused.
–Swapna
MyEclipse Support
nikbhiParticipantHi Swapna,
Please find the attached files for vm-arguments and weblogic connector details.
We are using WLS as container, and wls domain has 2 servers – one admin and second one as managed server. In MyEclipse 17, there is no problem in starting admin server; however, managed server is not getting started with following VM arguments –
-Dweblogic.management.discover=false
-Dweblogic.management.server=http://localhost:7003 -da
Admin server is running on localhost on port 7003. The admin server is started first followed by managed server boot. Both servers are booted from MyEclipse.Kindly note that above arguments work in MyEclipse 10. However these VM args dont work in MyEclipse 17.
Kindly advise.Regards,
Nikhil- This reply was modified 6 years, 10 months ago by nikbhi.
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorNikhil,
Thank you for the screenshots. It is not clear where exactly you specified the VM arguments as the screenshots do not show those arguments.
Can you please let us know how exactly you configured the managed server and where exactly you specified the VM arguments for the managed server? Please include the launch configuration screenshots with full view to help us get a visual.
–Swapna
MyEclipse Support- This reply was modified 6 years, 10 months ago by support-swapna.
-
AuthorPosts