Hi, maybe this is more a weblogic issue, but I don't find the forum. (bty … Which is the right forum for wl things?)
I've got weblogic 12.2.1.4 infrastructure for forms and reports application.
I was trying to make a script to start all:
- nodemanager,
- Weblogic Adminserver
- WLS_FORMS and WLS_REPORTS Managed servers
- repserver1 and ohs1
Then I realized that WLS_REPORTS didn't show in the console as running.
If I ps -fu oracle I saw the process was there, but if I tried to stop it with stopManagedWeblogic WLS_REPORTS , It was unable to do it. I got some Error shutting down the server : Could not obtain the relevant ServerRuntimeMBean for server WLS_REPORTS
It is like WLS_REPORTS starts, but it is not linked to the adminserver. I have to kill the process.
If I start WLS_REPORTS from weblogic console, it runs fine, but my point was to do a shell script.