I am getting this error , any body please help

When i am using WLST to connect the admin server i am getting the following error.
I appreciate, if anybody can help me to resolve this.
connect('system', 'system','t3://localhost:9001')
Connecting to weblogic server instance running at t3://localhost:9001 as username system ...
Traceback (innermost last):
File "<input>", line 1, in ?
File "<iostream>", line 74, in connect
WLSTException: 'Error occured while performing connect : Unknown Error. Use dumpStack() to view the error stack trace'
wls:/(offline)> dumpStack( )
weblogic.rjvm.PeerGoneException: ; nested exception is:
java.io.EOFException
at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137)
at weblogic.management.mbeanservers.compatibility.internal.RemoteMBeanServerImpl_922_WLStub.getAttribute(Unknown Source)
at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:226)
at $Proxy0.isAdminServer(Unknown Source)
at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:135)
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:324)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
at org.python.core.PyMethod.__call__(PyMethod.java)
at org.python.core.PyObject.__call__(PyObject.java)
at org.python.core.PyObject.invoke(PyObject.java)
at org.python.pycode._pyx0.connect$2(<iostream>:68)
at org.python.pycode._pyx0.call_function(<iostream>)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyFunction.__call__(PyFunction.java)
at org.python.pycode._pyx3.f$0(<input>:1)
at org.python.pycode._pyx3.call_function(<input>)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyCode.call(PyCode.java)
at org.python.core.Py.runCode(Py.java)
at org.python.core.Py.exec(Py.java)
at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
at weblogic.WLST.main(WLST.java:110)
Caused by: java.io.EOFException
at weblogic.rjvm.t3.T3JVMConnection.endOfStream(T3JVMConnection.java:874)
at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:583)
at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:533)
at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:691)
at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:638)
at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:282)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
--------------- nested within: ------------------
weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
[weblogic.rjvm.PeerGoneException: ; nested exception is:
        java.io.EOFException]
at weblogic.management.mbeanservers.compatibility.internal.RemoteMBeanServerImpl_922_WLStub.getAttribute(Unknown Source)
at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:226)
at $Proxy0.isAdminServer(Unknown Source)
at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:135)
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:324)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
at org.python.core.PyMethod.__call__(PyMethod.java)
at org.python.core.PyObject.__call__(PyObject.java)
at org.python.core.PyObject.invoke(PyObject.java)
at org.python.pycode._pyx0.connect$2(<iostream>:68)
at org.python.pycode._pyx0.call_function(<iostream>)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyFunction.__call__(PyFunction.java)
at org.python.pycode._pyx3.f$0(<input>:1)
at org.python.pycode._pyx3.call_function(<input>)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyCode.call(PyCode.java)
at org.python.core.Py.runCode(Py.java)
at org.python.core.Py.exec(Py.java)
at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
at weblogic.WLST.main(WLST.java:110)
weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
[weblogic.rjvm.PeerGoneException: ; nested exception is:
        java.io.EOFException]
wls:/(offline)>

I am getting this error even though tunneling is enabled, anybody knows why this happens
Connecting to weblogic server instance running at http://localhost:9001 as username system ...
<Mar 30, 2009 4:15:52 PM EDT> <Error> <RJVM> <BEA-000515> <execute failed
java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2'
java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2'
at weblogic.rjvm.http.HTTPClientJVMConnection.receiveAndDispatch(HTTPClientJVMConnection.java:463)
at weblogic.rjvm.http.HTTPClientJVMConnection.execute(HTTPClientJVMConnection.java:327)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
>
Traceback (innermost last):
File "<input>", line 1, in ?
File "<iostream>", line 74, in connect
WLSTException: 'Error occured while performing connect : Unknown Error. Use dumpStack() to view the error stack trace'
wls:/(offline)> dumpStack()
weblogic.rjvm.PeerGoneException: ; nested exception is:
java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2'
at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:137)
at weblogic.management.mbeanservers.compatibility.internal.RemoteMBeanServerImpl_922_WLStub.getAttribute(Unknown Source)
at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:226)
at $Proxy0.isAdminServer(Unknown Source)
at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:135)
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:324)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
at org.python.core.PyMethod.__call__(PyMethod.java)
at org.python.core.PyObject.__call__(PyObject.java)
at org.python.core.PyObject.invoke(PyObject.java)
at org.python.pycode._pyx0.connect$2(<iostream>:68)
at org.python.pycode._pyx0.call_function(<iostream>)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyFunction.__call__(PyFunction.java)
at org.python.pycode._pyx2.f$0(<input>:1)
at org.python.pycode._pyx2.call_function(<input>)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyCode.call(PyCode.java)
at org.python.core.Py.runCode(Py.java)
at org.python.core.Py.exec(Py.java)
at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
at weblogic.WLST.main(WLST.java:110)
Caused by: java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2'
at weblogic.rjvm.http.HTTPClientJVMConnection.receiveAndDispatch(HTTPClientJVMConnection.java:463)
at weblogic.rjvm.http.HTTPClientJVMConnection.execute(HTTPClientJVMConnection.java:327)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
--------------- nested within: ------------------
weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
[weblogic.rjvm.PeerGoneException: ; nested exception is:
        java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2']
at weblogic.management.mbeanservers.compatibility.internal.RemoteMBeanServerImpl_922_WLStub.getAttribute(Unknown Source)
at weblogic.management.internal.MBeanProxy.getAttribute(MBeanProxy.java:610)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:226)
at $Proxy0.isAdminServer(Unknown Source)
at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:135)
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:324)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java)
at org.python.core.PyMethod.__call__(PyMethod.java)
at org.python.core.PyObject.__call__(PyObject.java)
at org.python.core.PyObject.invoke(PyObject.java)
at org.python.pycode._pyx0.connect$2(<iostream>:68)
at org.python.pycode._pyx0.call_function(<iostream>)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyFunction.__call__(PyFunction.java)
at org.python.pycode._pyx2.f$0(<input>:1)
at org.python.pycode._pyx2.call_function(<input>)
at org.python.core.PyTableCode.call(PyTableCode.java)
at org.python.core.PyCode.call(PyCode.java)
at org.python.core.Py.runCode(Py.java)
at org.python.core.Py.exec(Py.java)
at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter.java)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpreter.java)
at weblogic.WLST.main(WLST.java:110)
weblogic.rmi.extensions.RemoteRuntimeException: Unexpected Exception - with nested exception:
[weblogic.rjvm.PeerGoneException: ; nested exception is:
        java.net.ProtocolException: Tunneling result not OK, result: 'DEAD', id: '2']

Similar Messages

  • I cannot restore my Iphone 4, I keep getting the error code 1611, please help and the Iphone keeps displaying the "Plug-In Itunes Symbol!??

    I cannot restore my Iphone 4, I keep getting the error code 1611, please help and the Iphone keeps displaying the "Plug-In Itunes Symbol!??

    http://tinyurl.com/nyj36v

  • TS1424 i tunes is lock or on a disk i get this error any help?

    i get this error i tunes libary is lock can not access help?

    Glad things are working
    But be aware taht MacKeeper has a very bad reputation and it is recommended that you not use it at all
    https://discussions.apple.com/docs/DOC-3123
    LN

  • I have this error ... please help

    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
    Details: To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a "web.config" configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its "mode" attribute set to "Off".
    &lt;!-- Web.Config Configuration File --&gt; &lt;configuration&gt; &lt;system.web&gt; &lt;customErrors mode="Off"/&gt; &lt;/system.web&gt; &lt;/configuration&gt;
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's &lt;customErrors&gt; configuration tag to point to a custom error page URL.
    &lt;!-- Web.Config Configuration File --&gt; &lt;configuration&gt; &lt;system.web&gt; &lt;customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/&gt; &lt;/system.web&gt; &lt;/configuration&gt;

    Do you get this error on a server you can physically access (e.g., your organization intranet)? If it's a server you control, you can connect to it and try to replicate the error in a browser on that system. Otherwise, IIS withholds the specific error to keep attackers in the dark.
    If this is a web server and the problem isn't fixed promptly by the site, consider whether Firefox might not be sending the information typically expected by a webserver, such as cookies the server set, the referring page (HTTP_REFERER header), or other data you might be blocking/filtering using an add-on.
    Also, here is some general advice. When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that appears you can remove the site's cookies individually.
    Then try reloading the page. Does that help?

  • Could you any body please help me

    when i Double-Click on .Jar file I get this error:cannot find main class.Program will exit.
    Please give me solution..
    Thank you.

    1. Please use a problem related title for your posting. The one you used can apply for any topic.
    2. >Please give me solution
    Impossible. But the quoted error message is generally a path problem. So check all path specifications in manifest file and environment variables.

  • I've been having this error code 0x80090318 please help

    I've been having this error code 0x80090318 please help

    Start by looking to the right on this page under 'More like this'.

  • I did the upgrade to my iTunes yesterday and it did not install correctly. Kept getting same message.  Now cannot download any iTunes without getting windows error 126. Please help.

    Upgraded my itunes yesterday and it failed.  Tried reinstalling and failed again.  Now tried to install several earlier versions and coming up with  windows error 126. Do you have any ideas on how I can fix this?  Please help.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99732)

  • When editing a template and making changes then saving and closing I get this error any idea?

    Have a user who is on Sharepoint office 365 online and when trying to center a excel spreadsheet icon link to center on a organizational report template then saving and closing the user receives this error:
    An expected error has occured
    Trouble shoot issues with Microsoft Sharepoint foundation
    Correlation ID 0952719c-af2e-20a4-9ee6-e98b1a457d0a
    Any clue what this error indicates?
    Best regards,<br/> <br/> <strong>Joe C<br/> </strong>Partner Online Technical Community<br/> -----------------------------------------------------------------------------------------<br/> We hope you get value from
    our new forums platform! Tell us what you think:<br/> <a href="http://social.microsoft.com/Forums/en-US/partnerfdbk/threads"><span style="color:#0033cc">http://social.microsoft.com/Forums/en-US/partnerfdbk/threads<br/>
    </span></a>------------------------------------------------------------------------------------------<br/> This posting is provided &quot;AS IS&quot; with no warranties, and confers no rights <hr>

    Any ideas?  And Melbourne is right SP 2013 online would be impossible to view those logs unless I open a ticket with MS
    Best regards,<br/> <br/> <strong>Joe C<br/> </strong>Partner Online Technical Community<br/> -----------------------------------------------------------------------------------------<br/> We hope you get value
    from our new forums platform! Tell us what you think:<br/> <a href="http://social.microsoft.com/Forums/en-US/partnerfdbk/threads"><span style="color:#0033cc">http://social.microsoft.com/Forums/en-US/partnerfdbk/threads<br/>
    </span></a>------------------------------------------------------------------------------------------<br/> This posting is provided &quot;AS IS&quot; with no warranties, and confers no rights <hr>

  • Can any body please help me

    Hi all,
    I have got a microstar MS 6340 ver 1 motherboard and i tried installing a PCI 32m nvida graphics card under windows xp. when ever i turn the PC on, i get no screen and the machine keeps beeping. the motherboard has an onboard graphice card but i dont know how to diable it. i have searched the web and cant find the manual to help me or someone to tell me what to do. can some one please help me disable the onboard graphic's.
    Thanks a million.
    Ps. if any body knows where to get the manual from, can you please post the link for me.
    Cheers )  )  )

    wird... in the v1 manual there is no indication for integrated VGA.... no wonder your board is the ms6340M v1 (is it??)....
    and thats a little difference
    http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=131&MODEL=MS-6340M
    here is the manual for this mainboard
    http://download.msi.com.tw/support/mnu_exe/E6340Mv1.0.exe
    there is the frame buffer seting but there is no disable option for the on board vga....
    try the new bios... (but check if this is the corect board!!!)
    this is the link for v4.7 bios
    http://download.msi.com.tw/support/bos_exe/6340v47.exe
    [size=15]but be cereful i'm not responsible for any miss flushes  [/SIZE]  

  • I just downloaded Digital Editions to use an e-book I purchased.   When I try to open the file it opens in Adobe Reader and I get an error message.  Please help

    please help  I downloaded Digital Editions to use e-book and when I got to open I get an error message

    It says file could not be opened because it was either not a supported type or it was damaged.  I have already had the file resent and in talking to the American Medical Association (purchased from their site)  it appears when I go to open the file it is in Adobe Reader and I do not see an option to move it to Adobe Digital Editions,
    Kathy Harlan
    <mailto:[email protected]> [email protected]
    Cell: 214-850-6427

  • I keep getting an error can someone please help

    i am trying to develop a web application using tomcat. i have a servlet that will not compile because of two things. firstly, it says that package beans does not exist and secondle it gives an error becuase im using a user bean here to set some attributes but it keeps saying it cannot resolve symbol User. can someone please help me sort this out. thanks

    You need to package the bean classes in the proper package (in your case beans), and then place them in WEB-INF/classes/<package dirs>.
    Then you need to import the classes in the JSP.
    Cheers!
    ***Annie***

  • Get Forms Error FRM-92050 Please Help

    I just success install EBS 11.5.10.2 but when I link from my pc client it's show error FRM-92050 cannot connect to form server <myhost:9000> how to resolve this problem also i wondering is Linux can be EBS Client? because I try to use my note book with suse9.3 but it's still look for Jinitiator.exe how to use linux as EBS client please help
    Tony

    Follow the instructions given in metalink Note id 299187.1
    The error may be due to missing patches.
    Sam
    http://appstech-sam.blogspot.com

  • TS3297 I can get to Itunes store but as soon as I search I get an error message. Please help.

    Run time error
    R6025
    - pure virtual function call
    Happens when I am searching for music.
    Please help.

    What's the error message? 

  • I'm getting this error any hands

    Status Failed
    Details ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)
    Status Failed
    Details ORA-12528: TNS:listener: all appropriate instances are blocking new connections (DBD ERROR: OCIServerAttach)
    Message was edited by:
    user572297

    Did you even search on the errors in metalink?
    No, thought not, try Note:397027.1

  • Everytime i try to install itunes 10.7 i get an error message. Please help.

    An error occured during the installation of assembly 'Microsoft. VC80.CRT,type="win32",version="8.0.50727.6195",publicKeyToken="1fc8b3b9a1e18e3b ",processorArchitecture="x86"'

    These ones are typically caused by underlying problems on the PC that also often cause Windows Updates to fail to install. If we can fix the Windows Update trouble, we can usually get the iTunes trouble cleaned up en passant.
    Go into your Windows update and try to check for new updates. If updates install, stock up on the ones you're behind on, restarting the PC if requested to do so. After the restart, try installing iTunes again. Does it go through this time for you?
    If windows updates fail to install, go into your Update History and doubleclick the failures. What alphanumeric codes appear for you? (For example, 8007000B.)

Maybe you are looking for

  • Downpayment request-Payment terms

    Hi Gurus, We need to activate payment terms while posting Downpayment request, i tried to activate in the field status and posting key. it will not work out. Our business need to assign payment terms, while posting downpayment request. Highly apprici

  • How do i install iweb in my new macbookpro?

    My lion does not offer me iweb. Where is this program?

  • Music stream not playing

    On WinXP Pro, I successfully use the site listed below. However on OS X using Firefox I cannot hear the music on this site. I select the Play All from within this page, a popup is displayed as normal but no music. Again, this works in WinXP. For the

  • I as a webdeveloper can edit site - but not the invited publisher?

    Hei, I have a strange problem. I invited 2 cclients, to try out ICE and with the first client as publisher it was immediately successful. I invited him to a second site, but this time the answer was, no editable region. But I can edit it on my accoun

  • RDS Server : Connection refused error

    Hi All,     I am using flash builder 4.    When i try to connect rds from DataServices - > Connect to LCDS it throws a connection refused error.    I have uncommented the rds in web.xml and set the useappSecurity to false.    Can any body please help