Cannot stop weblogic10.3 by stopWeblogic.sh

An error occurred  while stop weblogic service by stopWeblogic.sh.
WSTL detected that the RuntimeMBeanServer is not enabled.This might happen if the RuntimeMBeanServer  is disabled via the JMXMBean.
java.lang.NullPointException
      at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java.234)
Problem invoking WLST-Traceback(innermost last):
File "..../shutdown.py",line 6,in ?
File "<iostream>",line 22,in connect
File "<iostream>",line 646,in raiseWLSTException
WLSTException:Error occurred while performing connect : "Cannot connect to WLST"
How to solve this problem?

Hi,
Check the below link which have the same issue reported
1down vote
Couple of things to try:
1 - Setting CompatibilityMBeanServerEnabled to true, perform these steps from command line wlst (replace username, password, hostname, adminport, DomainName with your settings)
connect('username','password','t3://hostname:adminport') cd('JMX/DomainName') ls()
now check the value of "CompatibilityMBeanServerEnabled" parameter, if its false then do the following
edit() startEdit() set('CompatibilityMBeanServerEnabled', 'true') save() activate() shutdown()
startup the AdminServer now, and try invoking your WLST Embedded code
2 - If the above fix doesn't work then add "dumpStack()" in your WLST Embedded code to get the stack trace which will help in identifying the root cause.
https://weblogictips.wordpress.com/tag/please-ensure-that-this-mbeanserver-is-enabled/
java - wlst embeded mode not working - Stack Overflow
Check the below links
NPE in stopWeblogic.cmd with Server Logging Bridge
Hope it helps

Similar Messages

  • Cannot stop admin server

    Hi all
    I use scripts to stop and start admin server and cluster.
    After include " -Xmanagement:autodiscovery=true,authenticate=false,ssl=false,port=11202" as JVM parameters, I cannot stop the admin server using stopWebLogic.sh.
    If I stop from console it works.
    This error seems a port conflict when trying to start a new JVM to stop Adminserver...
    Stopping Weblogic Server...
    [ERROR][mgmnt ] JMX connector server communication error: null
    java.lang.RuntimeException: Error: JMX connector server communication error: nul
    l
    at oracle.jrockit.management.server.Messages.error(Messages.java:109)
    at oracle.jrockit.management.server.Messages.error(Messages.java:123)
    at oracle.jrockit.management.server.Agent.main(Agent.java:165)
    at oracle.jrockit.management.server.Agent.agentmain(Agent.java:101)
    at oracle.jrockit.management.server.Agent.start(Agent.java:214)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at jrockit.management.AgentStarter.startAgent(AgentStarter.java:135)
    Caused by: oracle.jrockit.management.server.AgentError
    at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXC
    onnector.java:82)
    at oracle.jrockit.management.server.RemoteJMXConnector.newServer(RemoteJ
    MXConnector.java:233)
    at oracle.jrockit.management.server.sun.RemoteJMXConnectorImpl.newServer
    (RemoteJMXConnectorImpl.java:112)
    at oracle.jrockit.management.server.RemoteJMXConnector.startNewServer(RemoteJMXConnector.java:181)
    at oracle.jrockit.management.server.JMXConnector.start(JMXConnector.java:64)
    at oracle.jrockit.management.server.Agent.start(Agent.java:64)
    at oracle.jrockit.management.server.Agent.main(Agent.java:163)
    ... 7 more
    Caused by: java.rmi.server.ExportException: Port already in use: 11202; nested exception is:
    java.net.BindException: Address already in use
    at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:310)
    at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
    at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:394)
    at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:130)
    at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
    at oracle.jrockit.management.server.sun.SunRMIExporter.exportObject(SunRMIExporter.java:36)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:84)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:76)
    at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:388)
    at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXConnector.java:80)
    ... 13 more
    Caused by: java.net.BindException: Address already in use
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at java.net.ServerSocket.<init>(ServerSocket.java:97)
    at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectSocketFactory.java:27)
    at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterSocketFactory.java:333)
    at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:649)
    at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:299)
    at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
    at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
    at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
    at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
    at oracle.jrockit.management.server.sun.SunRMIExporter.exportObject(SunRMIExporter.java:36)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:84)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:75)
    at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:388)
    at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXConnector.java:80)
    at oracle.jrockit.management.server.RemoteJMXConnector.newServer(RemoteJMXConnector.java:233)
    at oracle.jrockit.management.server.sun.RemoteJMXConnectorImpl.newServer(RemoteJMXConnectorImpl.java:112)
    at oracle.jrockit.management.server.RemoteJMXConnector.startNewServer(RemoteJMXConnector.java:181)
    at oracle.jrockit.management.server.JMXConnector.start(JMXConnector.java:64)
    at oracle.jrockit.management.server.Agent.start(Agent.java:64)
    at oracle.jrockit.management.server.Agent.main(Agent.java:163)
    at oracle.jrockit.management.server.Agent.agentmain(Agent.java:100)
    at oracle.jrockit.management.server.Agent.start(Agent.java:213)
    ... 5 more
    Could not create the Java virtual machine.
    Done

    This is because the process to stop the JVM is also trying to use the same host/port combination for the remote JRockit monitoring as the same setDomainEnv script is likely called in either case. What you want to do is ignore those options when launching the JVM (the WLST script) that tells the server to shut down.

  • Cannot stop admin or cluster

    Hi all
    I use scripts to stop and start admin server and cluster.
    After include " -Xmanagement:autodiscovery=true,authenticate=false,ssl=false,port=11202" as JVM parameters, I cannot stop the admin server using stopWebLogic.sh.
    If I stop from console it works. Error seems a port conflict when trying to start a new JVM to stop Adminserver...
    Stopping Weblogic Server...
    [ERROR][mgmnt  ] JMX connector server communication error: null
    java.lang.RuntimeException: Error: JMX connector server communication error: nul
    l
    at oracle.jrockit.management.server.Messages.error(Messages.java:109)
    at oracle.jrockit.management.server.Messages.error(Messages.java:123)
    at oracle.jrockit.management.server.Agent.main(Agent.java:165)
    at oracle.jrockit.management.server.Agent.agentmain(Agent.java:101)
    at oracle.jrockit.management.server.Agent.start(Agent.java:214)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at jrockit.management.AgentStarter.startAgent(AgentStarter.java:135)
    Caused by: oracle.jrockit.management.server.AgentError
    at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXC
    onnector.java:82)
    at oracle.jrockit.management.server.RemoteJMXConnector.newServer(RemoteJ
    MXConnector.java:233)
    at oracle.jrockit.management.server.sun.RemoteJMXConnectorImpl.newServer
    (RemoteJMXConnectorImpl.java:112)
    at oracle.jrockit.management.server.RemoteJMXConnector.startNewServer(RemoteJMXConnector.java:181)
    at oracle.jrockit.management.server.JMXConnector.start(JMXConnector.java:64)
    at oracle.jrockit.management.server.Agent.start(Agent.java:64)
    at oracle.jrockit.management.server.Agent.main(Agent.java:163)
    ... 7 more
    Caused by: java.rmi.server.ExportException: Port already in use: 11202; nested exception is:
    java.net.BindException: Address already in use
    at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:310)
    at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
    at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:394)
    at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:130)
    at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
    at oracle.jrockit.management.server.sun.SunRMIExporter.exportObject(SunRMIExporter.java:36)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:84)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:76)
    at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:388)
    at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXConnector.java:80)
    ... 13 more
    Caused by: java.net.BindException: Address already in use
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:365)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at java.net.ServerSocket.<init>(ServerSocket.java:97)
    at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(RMIDirectSocketFactory.java:27)
    at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(RMIMasterSocketFactory.java:333)
    at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:649)
    at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:299)
    at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:218)
    at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
    at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
    at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
    at oracle.jrockit.management.server.sun.SunRMIExporter.exportObject(SunRMIExporter.java:36)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:84)
    at javax.management.remote.rmi.RMIJRMPServerImpl.export(RMIJRMPServerImpl.java:75)
    at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:388)
    at oracle.jrockit.management.server.JMXConnector.startNewServerImpl(JMXConnector.java:80)
    at oracle.jrockit.management.server.RemoteJMXConnector.newServer(RemoteJMXConnector.java:233)
    at oracle.jrockit.management.server.sun.RemoteJMXConnectorImpl.newServer(RemoteJMXConnectorImpl.java:112)
    at oracle.jrockit.management.server.RemoteJMXConnector.startNewServer(RemoteJMXConnector.java:181)
    at oracle.jrockit.management.server.JMXConnector.start(JMXConnector.java:64)
    at oracle.jrockit.management.server.Agent.start(Agent.java:64)
    at oracle.jrockit.management.server.Agent.main(Agent.java:163)
    at oracle.jrockit.management.server.Agent.agentmain(Agent.java:100)
    at oracle.jrockit.management.server.Agent.start(Agent.java:213)
    ... 5 more
    Could not create the Java virtual machine.
    Done
    Edited by: lalbuque on 24/08/2010 06:46

    Where do you add -Xmanagement... to your jvm parameters?
    If you do it in setDomainEnv I guess you will get the described behaviour.
    If so, could you move -Xmanagment.. to startWeblogic or some other script that starts the jvm instance you actually want to monitor with Mission Control?
    (Not sure if this is the proper way to do it, but at least it could work)
    Klara, JRockit Mission Control QA

  • Cannot stop Adobe Message coming up

    Hello
    I keep getting a message coming up on my screen from Adobe Flash Player and I cannot stop it !
    The message is as follows:
    A website wants to open web content using this program on your computer.
    This program will open outside of protected mode.  Internet Exporer protected mode helps protect your computer.
    If you do not trust this website, do not open this program
    Adobe Flash Player
    Adobe Systems Incorporated
    It doesn't matter whether I press yes allow or do not allow - it still keeps coming up - I have had this problem for a few weeks now and I have run my Anti Virus software and Malware etc, but to no joy - it still keeps coming up.
    I don't think  that it is coming from yourselves - I think it is a virus?
    My operating system is Windows 7 64 bit
    And I use Internet Explorer
    Can anyone please help me get rid of it?
    I have done a screen print if there is anyway I can send you it?
    Thank you and kind regards

    Hi - thanks for your reply.  I looked at my 'protected mode' to see if it was enabled in IE's Internet Options and it was already 'checked'
    I have been trying to post my screenshot by clicking the camera icon in this toolbar, but when I browse my documents and click on insert image - a message comes up saying 'the content type of this image is not allowed' !
    It is a WordDoc2007 (*docx) or a .wps extension which is a Microsoft Works document and no matter which image I try to 'insert' - the message is still the same.
    I am desperate now because no matter what website I go on - your message comes up - and everytime the website is loading it comes up quite a few times when a page is loading.  Even while I've been doing this reply to you - everytime I click on a link to take me somewhere on the site - it comes up! 
    Perhaps if I can send you the screenshot by email - it may work?  At least then you would be able to see the screenshot?
    I have just thought about sending you the screenshot as a picture, but I don't have 'Paint' - any ideas would be appreciated.
    Thank you and kind regards

  • I clicked on iMessage on my Macbook Pro today for the first time, and now NOTES keeps opening up every 5 seconds, with a new note.  I cannot stop it from opening. If I close it or force close, it opens again in 5 seconds.  I can't get rid of it.  I have

    I clicked on iMessage on my Macbook Pro today for the first time, and now NOTES keeps opening up every 5 seconds, with a new note.  I cannot stop it from opening. If I close it or force close, it opens again in 5 seconds.  I can't get rid of it.  I have tried to clear out the iMessage settings I had put in, and I've tried to adjust the Accounts to not include notes to synch.  But, Notes will not stop.  It opens a new note, and even if you ignore it, it assumes preference every 5 seconds, and the Mac is impossible to use.

    Do you have any Boot Camp or other secondary partitions set up on your system? If so then try running a disk verification routine (chkdsk, etc.) in Windows to repair the disk. While I've not heard of it happening recently, in the past errors in these partitions have resulted in stubborn ghost files appearing in OS X.

  • I attempted to download X Yosemite to my Mac Pro. It timed out and would not finish. I cannot stop the website from believing it is still downloading. Help.

    I attempted to download X Yosemite to my Mac Pro.
    It timed out and would not finish.
    I cannot stop the website from believing it is still downloading.
    Help.

    oatgeo wrote:
    I  checked the proxy and it should be OK. That's mean I have to try and try again until I get it from the slow servers.
    Yes.

  • Installation adobe reader XI 11.0.07 in windows 8 is not installed me, gives me a message that says "windows search cannot stop". What can i do?

    Installation adobe reader XI 11.0.07 in windows 8 is not installed me, gives me a message that says "windows search cannot stop" for several times. What can i do?

    I have no idea what this means; maybe you need to stop indexing?  Also try the installer from http://get.adobe.com/reader/enterprise/

  • How to remove a black border box that continously tabs to each field automatically till end of web page; restarts to top of page, cannot stop this box. Scroll bar cannot controlled with mouse, returns auto to top of scroll slide, never remaining at bottom

    how to remove a black border box that continously tabs to each field automatically till end of web page; restarts to top of page, cannot stop this box. Scroll bar cannot be controlled with mouse, scroll bar returns automatically to the top of scroll slide every time I move the bar to the bottom of the scale.  Also, there's a rectangular text box (with black background and white text) that is always on the desktop that emulates a typed text, HTML, or cmd function.

    cjuan1morb4ulv wrote:
    how to remove a black border box that continously tabs to each field automatically till end of web page; restarts to top of page, cannot stop this box. Scroll bar cannot be controlled with mouse, scroll bar returns automatically to the top of scroll slide every time I move the bar to the bottom of the scale.  Also, there's a rectangular text box (with black background and white text) that is always on the desktop that emulates a typed text, HTML, or cmd function.
    The first two problems (box cycling from element to element on page, scroll bar returning to top) can be caused by a stuck (or defective) Tab key on the keyboard. Such damage can be caused by a liquid spill; just one tiny droplet is enough to short a wafer switch under one key.
    The last issue (black box, white text - sounds sorta like a debugger window) I haven't seen, but could be caused by something similar.
    To check for that, try using a different keyboard. If you're using a wireless keyboard, turn it off and see if the oddities stop.

  • Installed "Intrigated gmail" and now i get a siren noise that i cannot stop. uninstalled firefox and reinstalled but cannot stop. unistalled all add ons cannot stop. need help

    Installed Intrigated Gmail and right after that everytime I open firefox I get a siren noise that will not stop. I uninstalled firefox and reinstalled with no add ons they where all uninstalled and I still get the siren. If I cannot stop it i will be forced to use a different browser.
    == This happened ==
    Every time Firefox opened
    == 5/21/10 6pm

    Check the home page setting:
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved
    It is possible that there is a problem with the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    Delete the files sessionstore.js [2] and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups and open and closed (undo) tabs to get lost, so you will have to create them again (make a note or bookmark them).
    See also:
    * [1] http://kb.mozillazine.org/Session_Restore
    * [2] http://kb.mozillazine.org/sessionstore.js

  • Hi, on my fathers pc sometimes when downloading multiple tabs start opening and I cannot stop this happening. Could anybody please help me?

    Hi, on my fathers pc sometimes when downloading multiple tabs start opening and I cannot stop this happening. Could anybody please help me? for example, trying to download TomTom Start 25 user manual

    You get that problem if you select the Firefox program to handle a file if you get an "open with" dialog.
    *https://support.mozilla.com/kb/Firefox+keeps+opening+many+tabs+or+windows

  • Cannot stop playlist shuffling

    I cannot stop songs in a playlist from shuffling. I have turned it off on and off again on pc and then updated iPod. Have turned it off on the iPod itself but although there is no shuffle icon showing the songs still randomly select and will not just follow the order 1, 2, 3 etc. What have I done wrong?
    iPod nano   Windows XP  

    Welcome to Apple Discussions!
    Is it skipping songs and not playing them? Like going from 1 of X to 4 of X? Or is the 4th song listed as 2 of X when playing it, for example.
    Have you tried resetting the iPod?
    Reset iPod
    btabz

  • Cannot stop looping

    Hi
    I'm have imported a 30 second clip for the menu screen but I cannot stop it looping after only 10 seconds of play. Menu Info only acknowledges the first 10 seconds of the clip.
    Perhaps I'm missing something very obvious....
    tia
    k

    Kinda solved!
    I put a 30 second silent sound file which adjusted the movie length to 30 seconds.
    An odd workaround for an odd problem.
    Still, why didn't it adjust to the movie clip length????

  • Cannot stop animaiton in order to put a button

    Hi i cannot stop my animaiton in order for me to put a start button to make the animaitoin start when the start button is clicked on. I put the code stop(); into one of the begining frames but it still played . I am using action script 3 on CS4
    This is the frames i have and the code i tried to put in 
    I also uploaded half of my animation in .fla format but its ziped

    I downloaded your file and ran it, no problem--it stops, doesn't go anywhere.
    There isn't any code other than the stop(); command.
    I created a new layer for your actions and put this in:
    stop();
    stage.addEventListener(MouseEvent.CLICK, driveOff);
    function driveOff(event:MouseEvent):void{
        stage.removeEventListener(MouseEvent.CLICK, driveOff);
        gotoAndPlay(2);
    works fine...I attched the file.
    HTH
    -Ted

  • Cannot stop a HP6500A Plus wireless print.

    I cannot stop a document printing on my hp 6500A Plus wireless printer once it has started to print.  I have to wait till each page tries to print, then press the red X to the right of the printer display window multiple times to kill that page print.  I have to do this procedure 75 times to stop a document print of a 75 page document..  It acts like the wireless prints every page separately, so I have to kill each and every page untill all pages have been 'killed'.  Stoping a print can take 15 to 20 minutes of such effort.  HELP!

    I forgot to add the HP 6500 was installed for wireless printing from a Windows 7 64 bit computer. My prints are usually from PowerPoint presentations.

  • Cannot stop getting email threads from this forum.

    Had a problem with Safari crashing. Posted the problem and even though people tried to help the problem never got fixed.
    Since then i get a notification copy of every email of every problem sent to the person I posted the question to.
    Changed settings to no avail. I get 20-40 emails from this forum every day and cannot stop it!
    What to do? Thanks.

    Next time you see one of those emails, click vew full discussion. Once there sign in, then in the upper right hand conner click "stop email notification"

Maybe you are looking for