stopManagedServer does not

Hello

We have OBIEE 11 g on 6 OEL. If I lance./stopManagedServer.sh bi_server1 http://myserver:7001 from command line, I get this error message

{code}

SVR_GRP =

If you stop Weblogic Server...

WebLogic Scripting Tool (WLST) initializing...

Welcome to WebLogic Server Administration scripts Shell

Help() type help on the available commands

Connection to http://myserver:7001 with username weblogic...

This Exception occurred at MON 20 Oct 09:57:30 CDT 2014.

javax.naming.CommunicationException [root exception is java.net.ConnectException: http://myserver:7001: Destination unreachable; nested exception is: ]

java.net.ProtocolException: result not specified - Tunneling is the HTTP server to host: "myserver" and the port: '7001' a WebLogic Server? Not available to a capable router to destination]

at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)

at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)

at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:366)

at weblogic.jndi.Environment.getContext(Environment.java:315)

at weblogic.jndi.Environment.getContext(Environment.java:285)

at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)

at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)

at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)

at javax.naming.InitialContext.init(InitialContext.java:223)

to javax.naming.InitialContext. < init > (InitialContext.java:197)

at weblogic.management.scripting.WLSTHelper.populateInitialContext(WLSTHelper.java:520)

at weblogic.management.scripting.WLSTHelper.initDeprecatedConnection(WLSTHelper.java:573)

at weblogic.management.scripting.WLSTHelper.initConnections(WLSTHelper.java:313)

at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:203)

at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)

at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.python.core.PyReflectedFunction.__call__ (unknown Source)

at org.python.core.PyMethod.__call__ (unknown Source)

at org.python.core.PyObject.__call__ (unknown Source)

at org.python.core.PyObject.invoke (unknown Source)

to $1 org.python.pycode._pyx4.connect (< iostream >: 16)

to org.python.pycode._pyx4.call_function (< iostream >)

at org.python.core.PyTableCode.call (unknown Source)

at org.python.core.PyTableCode.call (unknown Source)

at org.python.core.PyFunction.__call__ (unknown Source)

to org.python.pycode._pyx15.f$0(/d10/oracle/middleware/user_projects/domains/bifoundation_domain/shutdown.py:6)

to org.python.pycode._pyx15.call_function(/d10/oracle/middleware/user_projects/domains/bifoundation_domain/shutdown.py)

at org.python.core.PyTableCode.call (unknown Source)

at org.python.core.PyCode.call (unknown Source)

at org.python.core.Py.runCode (unknown Source)

at org.python.util.PythonInterpreter.execfile (unknown Source)

at weblogic.management.scripting.WLST.main(WLST.java:124)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

in weblogic. WLST.main (WLST.java:29)

Caused by: java.net.ConnectException: http://dobi02a1.mlgw.org:7001: Destinationunreachable; nested exception is:

java.net.ProtocolException: result not specified - Tunneling is the HTTP server to host: "myserver" and the port: '7001' a WebLogic Server? No router available at destination

at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)

at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)

at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)

to weblogic.jndi.WLInitialContextFactoryDelegate$ 1.run(WLInitialContextFactoryDelegate.java:345)

at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:340)

... more than 38

Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:

java.net.ProtocolException: result not specified - Tunneling is the HTTP server to host: "myserver" and the port: '7001' a WebLogic Server? No router available at destination

at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)

at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)

at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)

at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)

at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)

at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)

... more than 44

Problem call WLST - Traceback (innermost last):

File "/ d10/oracle/middleware/user_projects/domains/bifoundation_domain/shutdown.py", line 6, in?

File '< iostream >", line 22, in connect

File '< iostream >", line 646, in raiseWLSTException

WLSTException: error occurred when executing connect: error getting the initial context. There is no server running in http://myserver:7001

DumpStack() to view the full stacktrace

Fact

Stopping Server Derby...

{/ code}

But Ma, I am able to successfully stop the bi_server without any error. Why is this? How to solve this problem?

Hello

Had this problem. After you enable the HTTP Tunneling from the administration Console, it works fine now.

Thank you

Tags: Business Intelligence

Similar Questions

  • iPhone 7 more buttons outside does not

    I've had my iPhone 7 + for about 2 weeks now. Every once in awhile all buttons outside to stop, volume up/down, power, home. The home button will still record and push and give the sensation of taptic and touchID works. The phone itself still works and I can answer texts and which do not use notifications.

    The couple spent time he did, he came upon her in about 4-5 minutes, however it was about half an hour and still nothing. I want to restart my phone, but the switch does not work.

    Has anyone seen this issue or know how to fix?

    Thanks in advance.

    I just experienced the same problem on my iPhone 7, I think it's a bug in iOS, but I am using iOS 10.0.2. Power + button low Volume allowed me to turn it off then turn it back on... Apple please fix this bug!

  • App store, Safari and iTunes does not connect to the Internet after installing macOS Sierra

    App store, Safari and iTunes does not connect to the Internet after installing macOS Sierra

    After upgrade 'OS X El Capitan' to "macOS Sierra" window only empty "App store" and page "Safari" made its appearance, no error message shows. store "iTunes" and "Dictionary" does not connect too.

    But Google chrome works well.

    So have you tried the next steps in your original post that Safari does not work after installing macOS Sierra:

    (1) x OS: "Unable to connect" or "unable to connect to the App Store. An internet connection is required"- Apple Support

    2) Advanced the steps to correct the problems with the iTunes Store - Apple Support connection

  • Safari does not work after installing macOS Sierra

    Safari and apple store does not work after installing macOS Sierra

    Alas, my crystal ball is in the shop for cleaning, so you will need to provide more details on what "doesn't work" and above all error messages. First of all, let's start the App Store. Provide as much information as possible for those of us who do not sit on your shoulder.

  • My iPad Apple 3rd generation wifi + his cell phone does not work

    MY 3rd generation Apple iPad, wifi + cell

    model number MD408LL/a

    Serial number DM * VGL

    THE SOUND DOES NOT WORK

    < personal information under the direction of the host >

    All sounds, or simply notification and sounds apps (for example do music and videos app still have sound)? If notifications and apps you have notifications on mute: on the iPad side switch - Apple Support ? If the sounds in all applications which have tried for example soft-reset/reboot of the iPad, insert/remove the headphones?

  • After recent, iPhone, 6, update, Windows, Explorer, does not work, see, iPhone

    I installed the latest update required for my iphone ios 6 a few days ago, and now when I try to download pictures from my iphone to my PC (via USB connection), the PC does not see the iphone.   iTunes sees it yet, but windows Explorer does not work.  It seems that some setting has been broken through the update of ios.  A way to solve this problem?

    Restart the computer and the iPhone. Unlock the iPhone before connecting it to the computer. Any change?

    TT2

  • iPhone 7 more telephoto camera does not

    Is anyone having problems with iPhone 7 more telephoto does not activate. I'll go to the camera application and press the 2 x zoom feature, but it appears to be not to activate the camera of 56mm at the front. I cover the lens with my finger, the camera on the right side and the iPhone always displays an image despite me concealing one of the cameras teo. I can't activate the second camera. It seems to only be zooming digitally. I'll do this outside and he'll only digitally zoom when I hide the second lens.

    Im having this same problem. I heard from someone that he could not work until the next software update... but I have no idea and have not found anything in the online help. If someone else gets to know how.

  • Contact ID battery fast draining iPhone 5s does not

    5s fast drainage and Touch ID sinice 10.0.2 iOS iPhone battery update does not

    Restarted the iPhone since the update yet?

    1. Press and hold the sleep/wake button until the Red slider appears.
    2. Drag the slider to turn off your device completely off.
    3. Once the device turns off, press and hold the sleep/wake button again until you see the Apple logo.
  • Open the link behind Mail does not work

    Sierra using my link opened behind Mail does not work. The link opens on the top of the window.

    This option works for me in Sierra... is working for you with your previous version of the OS?

  • Update for Sierra and now my Apple music does not appear I have a subscription and I am unable to get my music on the cloud?

    Update for Sierra and now my Apple music does not appear I have a subscription and I am unable to get my music on the cloud?

    Hey there Scotchman2926,

    I understand that you are experiencing some problems with Apple music on Sierra. I have a few suggestions to help you solve this problem. First of all, if you are unable to access the iTunes Store as well as music from Apple, use the information in this article to help resolve this problem:

    If you cannot connect to the iTunes Store - Apple Support

    If this does not resolve the problem, you might try signing out of your Apple ID in iTunes and then connect again.

    Thanks to be come to the communities of Apple Support and let us know how it goes.

    See you soon.

  • iPhone 5 home button does not work after ios 10

    My 5 Iphone Home button does not work after update final IOS version of 10.

    The home button works on the first push to wake the phone but it will not open the phone the second button.

    I activated the assist button, which does not work either. But what I discover is if I open device for assistance then touch and lock screen click on the button home will work once to open the phone. If I open any app I can't close it unless I go through the same routine.

    You attempted to restart your phone?

    You can do so by holding the sleep/wake button and the Home button simultaneously until the Apple logo appears

  • New IMac does not, Apple does not change

    https://www.YouTube.com/watch?v=UdUY038FwCI

    I have this problem since I was the imac. I pointed out in 3 days. Apple does not change because I didn't buy that at its retailer. 3 months, still waiting.

    What should I do?

    Everyone pays even, but I get nothing (same lack offers as a freelancer). I think it's fair. What am I, I guess what to do?

    Run the Apple Hardware Test > Apple Hardware Test - Apple help

  • Why Safary does not load the content of pages?

    Why Safary does not load the content of pages? I mean, when I hover over the places where should be the content, he is always showing the "redirect to: [email protected]/" lower left. My Safari is 9.5 and worked fine until Safe Fimder Virus get inside my computer. Mozilla Firefox is a bit slower. If someone could give me an idea on how to deal with it, I would be happy.

    Sorry if my English is not good, I am a Brazilian who is still learning English

    Your English is very good!

    Redirects are usually due to adware or malware.

    Download the run MalwareBytes.

    It of free and takes only a minute or two. Which should remove all adware and malicious software on your Mac.

  • 13-inch early 2011 macbook pro. light green mag extremely shoddy security cordon, macbook pro stopped charging bought new magsafe. and the led does not illuminate or strings. SMC reset now mac does not recognize battery. unplugged

    13-inch early 2011 macbook pro. light green mag extremely shoddy security cordon, macbook pro stopped charging bought new magsafe. and the led does not illuminate or strings. SMC reset now mac does not recognize battery. disconnected the battery and security cordon mag, maintained hold button / stop for 5 seconds, nothing. Another SMC reset and it is the only way Mac powered on that she has no back light for the keyboard and the fan works on high all the time, please can someone HELP, thanks.

    This is the Office Mac Pro forum. I asked that your post be moved to the MacBook Pro laptop forum.

  • Do not disturb (on request) does not work

    I have an iPhone 7 more with iOS 10.0.2. I had set up as NEW when I got it. I use the function do not disturb I SLEEP every night to block the incoming notifications apps and emails (including work with the application Outlook email). I leave the phone won't cut not so I can make sure my alarm wakes me up the morning. But it does not work. I still wake up emails and notifications of the app. It worked on my old iPhone with iOS 6, 8, 9 or even 10.

    I see a lot of old messages and questions about DND not work, but they were more specific to older phones and ' iOS.

    Anyone else having this problem?

    Any ideas for help?

    Thank you.

    I'm sure that I understood this.

    I had "only when locked" checked and not 'always' in settings do not disturb.

    I leave my iPhone unlocked all night using the bedside table Central app as my alarm clock.

    There we go.

Maybe you are looking for

  • My computer showin this error all the time. UNMOUNTABLE_BOOT_VOLUME.

    I tried to do everything a can but still does not. It also shows this error: STOP: 0X000000ED (0X83BCE900, 0X000009C, 0x00000000, 0x00000000). I've pressed F8 then safe mode (but also other options) no chance. can someone help please!

  • HP 4500 Officejet Scan Setup will not work

    Previously, the HP Officejet 4500 wouldn't install, see http://h30434.www3.hp.com/t5/Printer-All-in-One-Install-Setup/HP-4500-Officejet-software-wont-instal... The software is finally installed, but now implementing the feature does not work. When I

  • Cisco Unity full hard

    Hello Running Cisco Unity 4.x with exchange 2000 on the same box. I have two left that everything is installed in the c:\ drive. now c:\ drive becomes full. I have drive d:\ with 10 GB of free space. How can I use this drive d:\. Concerning M

  • Can cling to the blue SATA port on the Mobo for optical drive SATA HDD

    Studio XPS 435 t/9000 Office Service Tag: This box has the following motherboard in it. X501H Dell Studio XPS 9000 435 t LGA1366 Intel X 58 + ICH10R DDR3 motherboard series There are (5) SATA ports on the internal motherboard. SATA1, SATA2 - blue col

  • Impossible to change the scale of a video clip in Premiere Pro CC 2015

    It is RESOLVED through cat w/Adobe. I had to change the rendering engine for 'Software only '. No GPU acceleration. File > project settings > generalIf I change the scale of a video clip or use the "Scale to the size of the image" option in first Pro