Abrupt shut down of weblogic 7.0

Hi,
we are running an application on weblogic 7.0.
The problem is whenever more no.of users(more than 10) are using concurrently,The server is shutting down automatically .
The requests form the users involve database access which is taking long time.
Is the shutting down problem because of this long database calls
can u please suggest the work around for this.
The messages in the server log file are
javax.servlet.jsp.JspException: Connection reset by peer: socket write error
     at org.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:149)
     at jsp_servlet._private.__login._jspService(__login.java:823)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:462)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:312)
     at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1759)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:312)
     at weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:147)
     at jsp_servlet.__login._jspService(__login.java:92)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:462)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5517)
     at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:685)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3156)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2506)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)
Jun 29, 2005 4:49:21 AM CDT MAXIMOTRNSERVER Error HTTP [ServletContext(id=3181811,name=/acweb,context-path=/acweb)]
Root cause of ServletException
javax.servlet.jsp.JspException: Connection reset by peer: socket write error
     at org.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:149)
     at jsp_servlet._private.__login._jspService(__login.java:823)
     at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:312)
     at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1759)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
     at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:312)
     at org.apache.struts.action.ActionServlet.processActionForward(ActionServlet.java:1759)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1596)
     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5517)
     at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:685)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3156)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2506)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)
Jun 29, 2005 6:40:15 AM CDT MAXIMOTRNSERVER Error HTTP [ServletContext(id=3181811,name=/acweb,context-path=/acweb)]
Root cause of ServletException
java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read
     at java.net.SocketInputStream.socketRead(Native Method)
     at java.net.SocketInputStream.read(SocketInputStream.java:85)
     at weblogic.servlet.internal.PostInputStream.read(PostInputStream.java:170)
     at weblogic.servlet.internal.ServletInputStreamImpl.read(ServletInputStreamImpl.java:180)
     at weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletRequestImpl.java:1209)
     at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:1076)
     at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:1069)
     at weblogic.servlet.internal.ServletRequestImpl.getParameterNames(ServletRequestImpl.java:1305)
     at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:743)
     at org.apache.struts.action.ActionServlet.processPopulate(ActionServlet.java:2061)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1564)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5517)
     at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:685)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3156)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2506)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)
--------------- nested within: ------------------
weblogic.utils.NestedRuntimeException: Cannot parse POST parameters of request: '/acweb/executereport.do' - with nested exception:
[java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read]
     at weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletRequestImpl.java:1240)
     at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:1076)
     at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:1069)
     at weblogic.servlet.internal.ServletRequestImpl.getParameterNames(ServletRequestImpl.java:1305)
     at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:743)
     at org.apache.struts.action.ActionServlet.processPopulate(ActionServlet.java:2061)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1564)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1075)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:418)
     at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:306)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:5517)
     at weblogic.security.service.SecurityServiceManager.runAs(SecurityServiceManager.java:685)
     at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3156)
     at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2506)
     at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:234)
     at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:210)
Jun 29, 2005 6:40:53 AM CDT MAXIMOTRNSERVER Info HTTP [ServletContext(id=7578460,name=/maximo,context-path=/maximo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

I am also having the same problem on a couple of our cluster members. I found where I turn on JDBC Logging but cannot find where to set Test Reserved database connection to true using Weblogic 7.0 console.

Similar Messages

  • Premiere pro cc 2014 just abruptly shut down and now will not open my project please help...

    I am trying to open a project file that just abruptly shut down - "serious error occurred" and now my project will not open at all.  I have no idea what to do other than start over completely!!  Multi cam mix with camera over 1 and 15 minutes of video - hoping my work is not lost forever.

    Yep that is what I had to do...Thank you for your help

  • Why does my MacBook abruptly shut down shortly after being wakened?

    This has just begun happening within the past two days; I've used my MacBook every day since 8/10 without problems. When I wake it from Sleep it abruptly shuts down either within a few seconds, or while I'm connecting to the internet, or at least within minutes of waking it. No Application needs to be or usually is running. Power cord and external modem are the only connects. My last third party download a few days ago was the latest update of Stuffit Expander. Apple Hardware Test shows no problems. I can start it back up by pressing the power button for five seconds or by Command/Control->press Power button but it sometimes shuts down again within seconds. What's the problem? TIA.
    MacBook 2.0 Mhz Mac OS X (10.4.7)
    MacBook 2.0 Mhz   Mac OS X (10.4.7)  

    But I wonder if I could get some advice as how to
    proceed at this point. Should I even bother to try
    some of the prelminary fixes like resetting the PRAM
    since nothing but hardware repair seems to work?
    Should I even bother to call Apple Support first or
    should I contact the Mac genius at the store where I
    bought it?
    You should do a backup as soon as you can, since most people report that once the problem starts, it gets worse until the machine may become completely inoperable. And there's a chance that the hard drive will be wiped during repair.
    Apparently most, if not all, Apple Stores will send it in for repair rather than do it in the store. I had my repair done by contacting AppleCare directly. They will send you a shipping box, and you pack your machine and send it in. This, and return shipping, is via overnight shipping, DHL or FedEx, in the U.S. The time to repair depends on availability of parts. Mine was done in 48 hours; others report delays of weeks.
    I've owned an original iMac Rev. A since they first
    came out and have NEVER had a problem with it
    requiring hardware repair. I'm a newbie to this
    aspect of the game.
    Same here.

  • Macbook abruptly shuts down

    Hello all,
    I just got my Macbook yesterday. Twice today, while browsing websites and listening to music, my Macbook abruptly shut down! One moment I'm zooming along, the next -- silence .. and I'm gazing into a black screen.
    My battery? 100%! My AC adapter? Plugged in!
    When I type, nothing happens. When I press the power button, the computer screen turns on and I hear the startup chime but then the computer abruptly shuts down again very quickly after the chime. I press the power button again, same thing!
    The only way to get the Macbook to turn on is to hold down the power button until my "indicator light" (the one that pulses when the Macbook is sleeping) blinks rapidly, then I let go. A loud annoying long beeeeeep is heard, and the Macbook starts up as it should.
    Very odd! As I said, it's happened twice now .. seperated by only a few hours. Anyone have any ideas? :{
    Ty
    Blackbook   Mac OS X (10.4.6)  

    I agree with the temp. theory. I have read many posts about this happening as you discribed it, beep and all. I suggest seeing if you can MAKE the macbook do it. Run a lot of programs and just make that puppy work and get it to shut down. Assuming it does Let the unit cool, and repeat, but this time have the macbook sitting as close as you can to a source of coolness as you can get . Tilt one end up and have a fan blow at high across the bottom and see if you cant get it to shut off again.
    2. Maybe you have a deffective unit, if you can make the macbook shut off on command, so to speal, get it exchanged.
    3. How much RAM are you running? OSX needs a Gig at least to multitask without flaw.

  • Weblogic 11g abruptly shutting down while deployment

    Hi Guys,
    I have configured a weblogic server in a UNIX box & the server works fine when i deploy a working ear.
    But if the ear has any initialization codes (init) that throws error, the deployment of the application fails as expected but the server shuts down abruptly.
    Is there any way I can stop the server from shutting down abruptly?
    Thanks & Regards,
    Varun V. Iyer
    Edited by: Varun V. Iyer on 11 Apr, 2013 11:07 PM

    Hi,
    Can you show what's happening in server logs.
    Thanks,
    Ranjan

  • MBP abruptly shutting down whent he battery still indicates 1:30 of life -

    Hello,
    I read a few other threads about this, but none seemed to directly address my problem. I've had my MPB for about 14 months now and have had no problems with the battery - but in the last few weeks my computer will abruptly shut off even if it has a 75% charge - no reserve power warning, no going to sleep - it simply loses all power. This is my battery info from System Profiler:
    Model Information:
    Serial Number: Sony-ASMB012-36a9-297d
    Manufacturer: Sony
    Device name: ASMB012
    Pack Lot Code: 0003
    PCB Lot Code: 0000
    Firmware Version: 102a
    Hardware Revision: 0500
    Cell Revision: 0303
    Charge Information:
    Charge remaining (mAh): 2380
    Fully charged: No
    Charging: Yes
    Full charge capacity (mAh): 2790
    Health Information:
    Cycle count: 150
    Condition: Check battery
    Battery Installed: Yes
    Amperage (mA): 1004
    Voltage (mV): 12542
    I just noticed it's telling me to "check battery" - which makes sense, bc/ iStat nano has me at 49% health @ 150 cycles, which I hear is not very good. Does anyone know whether calibrating would help, or if I should call tech support? I have Pro Care...
    Thanks.

    Thanks for the advice. I reset the SMC (or at least, I followed the steps to do so), but I am unable to calibrate my battery because it requires that I allow it to slowly drain to almost empty and then to let my computer to go to sleep - but that's impossible because it shuts itself down after 30 minutes. My battery's health went from 49% to 51%, yet somehow, I remain dissatisfied So I'll contact Apple and ask them for help. Cheers,
    P

  • Laptop abrupt shut down

    Hi
    I have Lenovo 3000 N 100 series laptop.For past 2 onths its battery was  damaged hence removed.Problem is laptop has started shutting down abruptly.When I start the laptop, I can see the desktop wall paper after which laptop shuts down.
    Following is the configuration:
    RAM 512 RAM/Had Disc 60 GB, partition into two.
    Operating System Windows XP.No games or heavy application installed.
    Has anybody faced similar problem? I read some posts but didn't get much clues.
    Regards
    PD

    Hi,
    Even in safe mode, it has same problem.Today it got shut down after 45 minutes first.Later 15 minutes,sometimes evern 5 minutes.
    I am not able to guess what could be the problem.I ran Symentec Antivirus when it ran for 45 minutes but no virus after which it shut down.2/3 times it shut down when Windows XP Desktop was about to appear.In safe mode, it shut down even before Windows main screen appeared.
    As of now, it seems doesn not seem to be a problem with Virus/power.Power could be a problem.Coming week when new battery comes, I can tell whether its power problem.
    Regards
    PD

  • 13" MacBook Pro abruptly shut down, won't power on or take a charge

    Today I was using my 13" MacBook Pro, bought March 2012 (I think it is running 10.7.5), it had been plugged in all day and the charger light was green.  The screen abruptly went black and all sound stopped working.  As this happens sometimes, I tried to reboot it (shut computer, unplugged, left off for a minute, etc. before doing so) but nothing happened.  The charger also did not light up when it was still plugged in.  I tried another charger and got the same result.  I searched on here for ways to force the notebook to turn on/various boot modes, but nothing worked.  I am currently on a cruise ship with no way of getting to a Genius Bar or making a phone call for the next several days.  Is there anything else I can do, or do I just have to wait until then?  I appreciate any feedback or suggestions.

    Try doing a SMC reset, take a look at this link, http://support.apple.com/kb/HT3964

  • MBP abruptly shut down and will not turn on unless it is plugged in

    Hey everyone,
    I was using my Mac tonight off the battery tonight when it suddenly shut off when at about 50% power. I tried to turn it back on but it claimed that it held no charge. When I plugged it in, it turned on, but is listing as not charging. The second I unplug the adaptor, it shuts off, even though it currently says it's at 51% power.
    This Macbook is only 3 weeks old purchased new.
    I tried the SMC (I believe that's what it's referred to) but I got nothing.
    System profiler says this about the battery:
    Charge Information:
    Charge remaining (mAh): 2764
    Fully charged: No
    Charging: No
    Full charge capacity (mAh): 5454
    Health Information:
    Cycle count: 18
    Condition: Normal
    Any ideas what it could be? There are no apple stores in my location and it was purchased at futureshop and they provided me with a free warranty, should I take it to them or contact Apple?
    As it is less than a month old I'm rather upset.

    If Futureshop is an authorized Apple reseller and service provider, then yes, take it back there for evaluation. If not, call AppleCare at 1-800-275-2273, assuming you're in the USA. You still have free phone support, and of course your machine is under warranty.

  • My Crystal Reports Abruptly shuts-down Immediately after opening

    When I launch Crystal Reports 2008, the program open and load normally but as soon as it's finished loading it closes immedaitrely. This issue just started yesterday, Dec 22nd, 2010. I haven't really been using the program yet. I am just finishing reading up on it to get myself familiar with the program before I drove in to it. Now I can't even get the program to open up. I have no idea what happened. I really do need some help here.
    Thanks.
    Edited by: aojiku01 on Dec 23, 2010 5:19 PM
    Edited by: aojiku01 on Dec 23, 2010 5:22 PM

    aojiku01,
    the problem is with the cookies. That is the cause of the script-error on the Start Page while opening.
    In IE - Internet Options - Privacy - Websites - add domain "businessobjects.com"
    and the problem has gone.
    There is No need to uncheck "Check for updates on startup"
    And there is No need to disable "Show online resources"
    Marcel Gijsel

  • Shutting down Server from command line in WebLogic 5.1

    Cannot shut down the WebLogic Server using the command line:
    java weblogic.Admin URL SHUTDOWN system password
    Errors out saying:
    java.io.InvalidClassException:
    weblogic.security.acl.internal.AuthenticatedUser; Local class not
    compatible: stream classdesc serialVersionUID=6699361079932480379 local
    class serialVersionUID=2825328378974757378
    at
    java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:523)
    at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:567)
    at
    java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:936)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:518)
    at
    weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:610)
    at
    weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.jav
    a:34)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630)
    at
    weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java:342)
    at
    weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:247)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Currently using Service Pack 8.
    Has anyone faced this problem before? Any solutions?
    Thanks.
    MN

    Hi Murali,
    Are you using 128bit version of the server for wls5.1 ? if so have you
    correctly installed the Service pack 8 ?
    Can you show me the result of
    java weblogic.Admin url VERSION
    Murali Nanchala wrote:
    Cannot shut down the WebLogic Server using the command line:
    java weblogic.Admin URL SHUTDOWN system password
    Errors out saying:
    java.io.InvalidClassException:
    weblogic.security.acl.internal.AuthenticatedUser; Local class not
    compatible: stream classdesc serialVersionUID=6699361079932480379 local
    class serialVersionUID=2825328378974757378
    at
    java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:523)
    at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:567)
    at
    java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:936)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:366)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1186)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
    at
    weblogic.socket.JVMAbbrevSocket.readMsgAbbrevs(JVMAbbrevSocket.java:518)
    at
    weblogic.rjvm.MsgAbbrevInputStream.prime(MsgAbbrevInputStream.java:134)
    at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:610)
    at
    weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.jav
    a:34)
    at
    weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630)
    at
    weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393)
    at weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java:342)
    at
    weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:247)
    at
    weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Currently using Service Pack 8.
    Has anyone faced this problem before? Any solutions?
    Thanks.
    MN

  • Planning services shut down automatically

    Hi Guys,
    We are trying to get this particular service started “./startHyperionPlanning.sh“ and currently the client is using Weblogic 9.2 mp3.Eevrything was running fine and since last week we have been facing this issue.We thought that there could be a problemw ith the admin account records being corrupted in HSP_user & as oracle suggested we went and deleted the object_id for the admin account it worked for like a day and then since then it keeps abruptly shutting down and we have to start it manually …Throws the following error down below
    JAVA Memory arguments: -Xms512m -Xmx1024m -Xss1024k
    WLS Start Mode=Production
    CLASSPATH=/app/oracle/hyperion/common/CLS/9.5.0.0/lib/cls-9_5_0.jar:/app/oracle/hyperion/common/config/9.5.0.0/lib/hit-config.jar:/app/oracle/hyperion/common/config/9.5.0.0/lib/hit-common.jar:/app/oracle/hyperion/common/SAP/lib:::/app/oracle/bea/patch_weblogic923/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app/oracle/bea/jrockit_150_12/lib/tools.jar:/app/oracle/bea/weblogic92/server/lib/weblogic_sp.jar:/app/oracle/bea/weblogic92/server/lib/weblogic.jar:/app/oracle/bea/weblogic92/server/lib/webservices.jar::/app/oracle/bea/weblogic92/common/eval/pointbase/lib/pbclient51.jar:/app/oracle/bea/weblogic92/server/lib/xqrl.jar::
    PATH=/app/oracle/bea/weblogic92/server/bin:/app/oracle/bea/jrockit_150_12/jre/bin:/app/oracle/bea/jrockit_150_12/bin:/usr/kerberos/bin:/usr/java/j2sdk/bin:/usr/java/j2re/jre/bin:/usr/local/bin:/bin:/usr/bin:/home/oraas13/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    BEA JRockit(R) (build R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32, compiled mode)
    Starting WLS with line:
    /app/oracle/bea/jrockit_150_12/bin/java -jrockit -Xms512m -Xmx1024m -Xss1024k -DComponentName=HyperionPlanning -DcomponentId=203443c9f0b7ed1963235fde123a074cd4d7eba -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/app/oracle/hyperion -Dhyperion.home=/app/oracle/hyperion -Dweblogic.j2ee.application.tmpDir=/app/oracle/hyperion/deployments/temp -Dweblogic.security.SSL.trustedCAKeyStore=/app/oracle/bea/weblogic92/server/lib/cacerts -DComponentName=HyperionPlanning -DcomponentId=203443c9f0b7ed1963235fde123a074cd4d7eba -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/app/oracle/hyperion -Dhyperion.home=/app/oracle/hyperion -Dweblogic.j2ee.application.tmpDir=/app/oracle/hyperion/deployments/temp -da -Dplatform.home=/app/oracle/bea/weblogic92 -Dwls.home=/app/oracle/bea/weblogic92/server -Dwli.home=/app/oracle/bea/weblogic92/integration -Dweblogic.management.discover=false -Dweblogic.management.server=http://localhost:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/app/oracle/bea/patch_weblogic923/profiles/default/sysext_manifest_classpath -Dweblogic.Name=HyperionPlanning -Djava.security.policy=/app/oracle/bea/weblogic92/server/lib/weblogic.policy weblogic.Server
    <Mar 2, 2010 5:26:16 PM EST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /app/oracle/bea/weblogic92/platform/lib/p13n/p13n-schemas.jar:/app/oracle/bea/weblogic92/platform/lib/p13n/p13n_common.jar:/app/oracle/bea/weblogic92/platform/lib/p13n/p13n_system.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/netuix_common.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/netuix_schemas.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/netuix_system.jar:/app/oracle/bea/weblogic92/platform/lib/wlp/wsrp-common.jar>
    <Mar 2, 2010 5:26:17 PM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.4.0-90_CR358515-94243-1.5.0_12-20080118-1154-linux-ia32 from BEA Systems, Inc.>
    <Mar 2, 2010 5:26:18 PM EST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.2 MP3 Mon Mar 10 08:28:41 EDT 2008 1096261 >
    <Mar 2, 2010 5:26:19 PM EST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : /app/oracle/bea/license.bea>
    <Mar 2, 2010 5:26:19 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 2, 2010 5:26:19 PM EST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Mar 2, 2010 5:26:20 PM EST> <Notice> <Log Management> <BEA-170019> <The server log file /app/oracle/hyperion/deployments/WebLogic9/servers/HyperionPlanning/logs/HyperionPlanning.log is opened. All server side log events will be written to this file.>
    <Mar 2, 2010 5:26:22 PM EST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 2, 2010 5:26:24 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Mar 2, 2010 5:26:24 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    [INFO] RegistryLogger - REGISTRY LOG INITIALIZED
    /app/oracle/hyperion/common/config/9.5.0.0/product/planning/9.5.0.0/planning_1.xml
    displayName = Planning
    componentTypes =
    priority = 50
    version = 9.5.0.0
    build = 1
    location = /app/oracle/hyperion/products/Planning
    taskSequence =
    task =
    *******/app/oracle/hyperion/common/config/9.5.0.0/registry.properties
    Creating rebind thread to RMI
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 111.168.16.111:8300 for protocols iiop, t3, ldap, http.>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:8300 for protocols iiop, t3, ldap, http.>
    <Mar 2, 2010 5:26:27 PM EST> <Warning> <Server> <BEA-002611> <Hostname "localhost.localdomain", maps to multiple IP addresses: 111.168.16.111, 127.0.0.1>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <WebLogicServer> <BEA-000330> <Started WebLogic Managed Server "HyperionPlanning" for domain "WebLogic9" running in Production Mode>
    <Mar 2, 2010 5:26:27 PM EST> <Warning> <Server> <BEA-002611> <Hostname "linux50.xxx.com", maps to multiple IP addresses: 111.168.16.111, 127.0.0.1>
    <Mar 2, 2010 5:26:27 PM EST> <Notice> <Log Management> <BEA-170027> <The server initialized the domain log broadcaster successfully. Log messages will now be broadcasted to the domain log.>
    <Mar 2, 2010 5:26:28 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Mar 2, 2010 5:26:28 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    using Java property for Hyperion Home /app/oracle/hyperion
    Setting Arbor path to: /app/oracle/hyperion/common/EssbaseRTC/9.5.0.0
    Setting HBR Mode to: 2
    =2010-03-02 17:27:02,522 WARN [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.security.HbrSecurityAPI - Error retrieving user by identity
    d{ISO8601} WARN [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.security.HbrSecurityAPI - Error retrieving user by identity
    Embedded HBR initialized.
    Reaquired task list lease: Tue Mar 02 17:27:02 EST 2010: 1267568822784
    d{ISO8601} INFO [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.audit.client.runtime.AuditRuntime - Audit Client has been created for the server http://linux50.xxx.com:28080/interop/Audit
    d{ISO8601} INFO pinging com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status true
    d{ISO8601} INFO filterConfig com.hyperion.audit.client.cache.AuditConfigFilter - Client Enable Status true
    [Tue Mar 02 17:27:27 EST 2010] Planning successfully notified HBR repository.
    Exception in thread "Thread-26" Exception in thread "RMI ConnectionExpiration-[111.168.16.111:40272]" Exception in thread "Timer-1" Exception in thread "[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" Exception in thread "RMI ConnectionExpiration-[111.168.16.111:11333]" Exception in thread "Thread-13" java/lang/OutOfMemoryError:
    --- End of stack trace
    java/lang/OutOfMemoryError:
    --- End of stack trace
    Exception in thread "weblogic.timers.TimerThread" Exception in thread "filterConfig" java/lang/OutOfMemoryError:
    --- End of stack trace
    Exception in thread "Timer-2" Exception in thread "Timer-4" Exception in thread "ExecuteThread: '7' for queue: 'weblogic.socket.Muxer'" Exception in thread "DoSManager" Exception in thread "RMI LeaseChecker" Exception in thread "weblogic.time.TimeEventGenerator" [WARN ] Exception occured in registered Java signal handler:
    Exception in thread "(Signal Handler)"
    Exception in thread "GC Daemon" Exception in thread "Timer-5" Killed
    [oraas13@linux50 bin]$ /app/oracle/hyperion/deployments/WebLogic9/bin/startWebLogic.sh: line 184: 25736 Killed ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} ${JAVA_OPTIONS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${PROXY_SETTINGS} ${SERVER_CLASS}
    Edited by: user9208793 on Mar 4, 2010 2:59 PM
    Edited by: user9208793 on Mar 4, 2010 3:01 PM

    Guess not, huh.
    Seems like such an obvious feature?
    C.

  • Battery doesn't charge AND frequent shut down when only on AC power

    Hello all,
    I've spent some time browsing and searching this forum to avoid asking a question that has already been answered but I haven't seen a complete answer to this situation so here goes.
    I have a Lenovo 3000 N100 model 0768DKU.  Battery (P/N 92P1185) started not charging/not holding a change about 6-8 months ago AND the laptop now abruptly shuts down even when on AC power.  From the forum I found out about the 18 month battery replacement policy but I'm just a few months past the 18 months so out of luck there.  Normally I would just buy a new battery but the last few months I've been getting very frequent shut downs when the laptop is exclusively on AC power even with the battery removed!  This has kept me from buying a battery because the laptop won't stay on even when it's plugged into the wall then how will a battery help? 
    This has really thrown me for a loop since the laptop may run 30 minutes then it's dead like you pulled the power cord.  Turn it back on maybe 10 minutes then dead, or 5 minutes then dead repeat over and over.
    Steps I've taken since browsing the forums:
    Virus scans/spyware are clean
    Used compressed air on the fan vent to remove a little dust, opened up and sprayed out dust nothing major.
    Speedfan is reporting cpu temperatures of 65C to 69C at 99% idle.
    Reseated memory
    Questions:
    Would a new battery potentially solve this problem?  I'm not sure how since it shuts down even with the battery removed and only the power cord plugged in.
    Bad AC adapter?
    Thermal problem?  It looks like the cpu is still below temperature ranges based on Intel but it sure seem like a thermal problem to me the way it shuts down.  I'm trying some new thermal grease tonight but not sure if that will realy make a difference.
    Any suggestions, I'd hate for it to be motherboard, etc.
    Sorry if this was answered elsewhere I've seen all the battery posts but not how the battery would address the fact the laptop shuts down even when on AC power with or without the battery installed. 
    Thanks,
    Chad 

    Hard reset didn't work for me either, thanks for the tip it was worth a shot.
    Thermal paste kept temps lower around 45C still suddenly shut off like usual while on AC power.  3, 5, minutes, etc.  Doesn't appear to be thermal.
    Could the "bad" battery somehow be messing up the power circuit and cutting off.  Looks like the battery problem with these units is huge wish I'd been looking earlier since I was within the extended 18 month period at the time.  Just want to hear that someone bought a battery and it fixed the problem....

  • IMac 24" 2.93 shuts down randomly

    iMac 24" 2.93.  Boots fine and runs for a while and then abruptly shuts down.  Does not appear to be overheating in any area?  What are the components to look at?  Could it be the power cable or the logic board?

    Hello:
    The problem is almost certainly hardware.  It is not going to go away.  I suggest you take it in for diagnosis.  The hardware test mentioned is not going to catch an intermittent problem (IMHO).
    Barry

  • W510 shuts down

    Hello everyone,
    About a week ago My W510 started behaving strangely. It would abruptly shut down, usually while looking at a content-heavy web-page (e.g., youtube vido). Just before the shutdown, the hard drive light would come on as if there was a problem reading/writing. I wanted to replace the drive anyway, so I did that, and it woks better but the problem didn't go away completely.
    I run the PC doctor tests. The exact same shut down happens during the keyboard power on self-test. Every other test I run is fine, but if I try to run the the keyboard power on self-test, the laptop clicks off.
    At one point I had a similar problem with my old Dell, turned out there was a short in one of the cables; the shut-down I am experiencing now looks alarmingly similar: like something is shorting out.
    The only other thing I did so far was to take the keyboard off and clean underneath, and clean the fan (may be the problem has to do with heat???) Since then it only shut down once.
    Suggestions welcome. Thank you in advance.

    if cleaning fixes the problem. Then i think it is to do with overheating. Try to repaste the CPU/GPU again to ensure it is working properly.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

Maybe you are looking for

  • How do i remove the link between my apple ID and my mobile number?

    i decided to move away from iPhone a couple of days ago as a result of renewing my contract. When I got my new phone, I factory re-set it and handed it in to my network provider as part of a recycling scheme. Since getting my new phone, when people s

  • Iphone does not sync OUTLOOK CONTACT NOR CALENDAR EVENTS (XP)

    I was able to sync photos- music but no contacts-Calendar events from OUTLOOK 2003. The fact that my outlook PST file is not located in the default Outlook directory could be the problem but I am not sure. Anyone out there having the same issue??? Pl

  • Performing Top-n Analysis (but per group)

    The Oracle University Guide SQL Volume 2 says: To perform Top-n Analysis the general syntax is SELECT [column_list], ROWNUM FROM (SELECT [column_list] FROM table ORDER BY Top-N_column) WHERE ROWNUM <= N; for example To display the top three earner na

  • Fixed my prob (slow loading web pages and youtube streaming) so far :)

    I dont know how and I dont know why this worked but I am flying now. On iPad went to DNSServerlist.org down the bottom it gives you IP address and suggested DNS address's. Here's where things are strange... I *changed my DNS to the IP address instead

  • Photo Booth in Yosemite

    Few problems with this photo booth only out of Yosemite: It appears to pause the video when not in use, also it appears to be putting my computer to SLEEP, after that. Is there any way to disable this new "feature"? Is there an alternative to Photo b