Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

if I startManagedWeblogic.sh WLS_REPORTS from linux cmd, it is not shown on weblogic console and I cannot manage it

juliojgsJun 23 2023

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:

  1. nodemanager,
  2. Weblogic Adminserver
  3. WLS_FORMS and WLS_REPORTS Managed servers
  4. 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.

Comments
Post Details
Added on Jun 23 2023
13 comments
999 views