WLS 8.1sp5 fails to shutdown

Hi All,
I am getting this error while trying to stop WebLogic managed instance running on 81. SP5 with JRockit version jrockit81sp5_142_08.
While shutting down a weblogic managed server in a cluster we get this message on the command line:
Error: javax.management.InstanceAlreadyExistsException: ACF:Location=managed1,Name=ServerLifeCycleTask-0,ServerRuntime=managed1,Type=ServerLifeCycleTaskRuntime.
An exception is produced on the admin server:
####<Oct 11, 2008 12:50:04 AM GMT> <Debug> <Management> <lnx-server1> <managed1> <ExecuteThread: '1' for queue: 'weblogic.admin.RMI'> <weblogic> <BEA-141132> <Dynamic invocation while executing action forceShutdown on ACF:Location=managed1,Name=managed2,ServerRuntime=managed1,Type=ServerLifeCycleRuntime MBean instance failed. The method forceShutdown with signature [] was invoked with parameters as [|http://forums.oracle.com/forums/].
javax.management.InstanceAlreadyExistsException: ACF:Location=managed1,Name=ServerLifeCycleTask-0,ServerRuntime=managed1,Type=ServerLifeCycleTaskRuntime
at com.sun.management.jmx.RepositorySupport.addMBean(Ljava/lang/Object;Ljavax/management/ObjectName;)V(RepositorySupport.java:134)
at com.sun.management.jmx.MBeanServerImpl.internal_addObject(Ljava/lang/Object;Ljavax/management/ObjectName;)V(MBeanServerImpl.java:2381)
at com.sun.management.jmx.MBeanServerImpl.registerMBean(Ljava/lang/Object;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;(MBeanServerImpl.java:876)
at weblogic.management.internal.RemoteMBeanServerImpl.private_registerMBean(Ljava/lang/Object;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;(RemoteMBeanServerImpl.java:614)
at weblogic.management.internal.RemoteMBeanServerImpl.registerMBean(Ljava/lang/Object;Ljavax/management/ObjectName;)Ljavax/management/ObjectInstance;(RemoteMBeanServerImpl.java:554)
at weblogic.management.runtime.RuntimeMBeanDelegate.register()V(RuntimeMBeanDelegate.java:166)
at weblogic.management.runtime.RuntimeMBeanDelegate.<init>(Ljava/lang/String;Lweblogic/management/runtime/RuntimeMBean;Z)V(RuntimeMBeanDelegate.java:122)
at weblogic.management.runtime.RuntimeMBeanDelegate.<init>(Ljava/lang/String;Lweblogic/management/runtime/RuntimeMBean;)V(RuntimeMBeanDelegate.java:85)
at weblogic.management.runtime.RuntimeMBeanDelegate.<init>(Ljava/lang/String;)V(RuntimeMBeanDelegate.java:62)
at weblogic.management.runtime.RuntimeMBeanDelegate.<init>(Ljava/lang/String;Ljava/lang/String;)V(RuntimeMBeanDelegate.java:74)
at weblogic.server.ServerLifeCycleTaskRuntime.<init>(Lweblogic/management/configuration/ServerMBean;ZLjava/lang/String;)V(ServerLifeCycleTaskRuntime.java:101)
at weblogic.server.ServerLifeCycleTaskRuntime.<init>(Lweblogic/management/configuration/ServerMBean;Ljava/lang/String;)V(ServerLifeCycleTaskRuntime.java:125)
at weblogic.server.ServerLifeCycleRuntime.forceShutdown()Lweblogic/management/runtime/ServerLifeCycleTaskRuntimeMBean;(ServerLifeCycleRuntime.java:375)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Unknown Source)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;(DynamicMBeanImpl.java:755)
at weblogic.management.internal.DynamicMBeanImpl.invoke(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;(DynamicMBeanImpl.java:734)
at com.sun.management.jmx.MBeanServerImpl.invoke(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;(MBeanServerImpl.java:1557)
at com.sun.management.jmx.MBeanServerImpl.invoke(Ljavax/management/ObjectName;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;(MBeanServerImpl.java:1525)
at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(Ljavax/management/ObjectName;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;(RemoteMBeanServerImpl.java:990)
at weblogic.management.internal.RemoteMBeanServerImpl.invoke(Ljavax/management/ObjectName;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;(RemoteMBeanServerImpl.java:948)
at weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(ILweblogic/rmi/spi/InboundRequest;Lweblogic/rmi/spi/OutboundResponse;Ljava/lang/Object;)Lweblogic/rmi/spi/OutboundResponse;(Unknown Source)
at weblogic.rmi.internal.BasicServerRef.invoke(Lweblogic/rmi/extensions/server/RuntimeMethodDescriptor;Lweblogic/rmi/spi/InboundRequest;Lweblogic/rmi/spi/OutboundResponse;)V(BasicServerRef.java:492)
at weblogic.rmi.internal.BasicServerRef$1.run()Ljava/lang/Object;(BasicServerRef.java:435)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Lweblogic/security/subject/AbstractSubject;Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;(SecurityManager.java:147)
at weblogic.rmi.internal.BasicServerRef.handleRequest(Lweblogic/rmi/spi/InboundRequest;)V(BasicServerRef.java:430)
at weblogic.rmi.internal.BasicExecuteRequest.execute(Lweblogic/kernel/ExecuteThread;)V(BasicExecuteRequest.java:35)
at weblogic.kernel.ExecuteThread.execute(Lweblogic/kernel/ExecuteRequest;)V(ExecuteThread.java:224)
at weblogic.kernel.ExecuteThread.run()V(ExecuteThread.java:183)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

You can download it from metalink. Patch #8211184.

Similar Messages

  • Iplanet 4.1 server failed to shutdown

    OK I have IPlanet web server 4.2 with SP7 and in the admin screens I want to turn the server off and back on. When I click "off" I get...
    server failed to shutdown (0: unknown early startup error)
    What in the world is going on? I deleted the wdnotify file and this didn't solve the problem. I could probably do a kill -9 and try to restart it, but what if I get a "could not start" error. Anyone dealt with this before?

    ok, I grew some balls and reboot the entire UNIX box. Took down all 5 websites! It restarted without a hitch. After the reboot I WAS able to stop and restart the server as many times as needed. No problems.
    Here's the thing. I am trying to install the MS SQL Server JDBC driver so my jsp's can connect to a database. From what I read you can just add the path to the jar's in the JVM12.conf file. Well I go to the 'Servlets' tab and hit the 'Configure JVM Attributes' button and scroll over to the JVM Classpath to put the path to my jdbc jars. I did that and tried to stop and restart the server and I am back in the same boat. I tried to shutdown the server and I get a shutdown error. Everything worked until I tried to edit the JVM12.conf file. Now I probably have to reboot to get this thing to work again. My question is....
    Why would editing the jvm12.conf file make me have a shutdown failure? Nothing about this failure is entered into the error log or I would post the contents.

  • Failed to shutdown DBConsole Gracefully

    Hi everyone... I can't stop my dbconsole, this is my output
    ----Failed to shutdown DBConsole Gracefully----
    Failed
    My OS is linux, my database is      10.2.0.1.0 and it's a production server...
    Has anybody an idea....?
    Regards
    Carlos Julio.

    See this note on metalink:
    Database Control emctl stop dbconsole failing with error: Failed to shutdown DBConsole Gracefully
    Doc ID:335532.1
    Werner

  • Server failed to shutdown. (0: unknown early startup error

    I am running iPlanet 4.1 SP8 on Solaris 8. I receive the following error message when trying to shut down the server via the Administration console:
    server failed to shutdown. (0: unknown early startup error
    Any ideas?

    Hi
    There is not error message in the Admin Server Logs. In fact, I only see the following:
    Status:
    [https-compartido]: server failed to shutdown. (0: unknown early startup error)
    Error
    An error occurred during shutdown.
    If I shutdown from the script there is no problem. Only when I try shutdown it from the Admin Server I'm using Solaris 5.8.
    Regards

  • System fails to shutdown and restart in addition to keyboard freezing HELP!

    System fails to shutdown and restart in addition to keyboard freezing HELP!

    Try resetting your SMC.
    Resetting the System Management Controller >>
    Boot from your system CD, run Disk First Aid from your Disk Utility and repair your permissions.
    -Bmer
    Mac Owners Support Group - Join us @ MacOSG.com
      Mac611 Mobile Mac Support - about.Mac611.com
       iTunes:MacOSG Podcast | YouTube.MacOSG.com
                       An Apple User Group 

  • ListenThread.run() failed on shutdown

    Hello,
    Could anyone please let me know if getting the following is the expected
    result when you are shutting down WLS? Specifically, I'm interested in
    the ListenThread.run() failed message. I'm using WLS 5.1 on Solaris 5.6
    with JDK 1.2.1_04. The main reason I'm bringing this up is when I
    shutdown my WLS on NT (WLS 5.1, JDK 1.2.2) I don't get the
    ListenThread.run() failed message. Can anyone shed some light on this
    issue? If I shouldn't be getting that failed message, any suggestions
    on how to remedy the situation?
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server Logins are now
    disabled
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server shutdown by
    system
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server shutdown
    commencing NOW
    Thu Aug 24 10:35:42 PDT 2000:<A> <ListenThread> ListenThread.run()
    failed:
    java.lang.ThreadDeath
    Thu Aug 24 10:35:42 PDT 2000:<!> <ListenThread> **** The WebLogic Server
    is no longer listening for connections.
    Thu Aug 24 10:35:42 PDT 2000:<!> <ListenThread> **** You should probably
    restart it.
    Thu Aug 24 10:35:42 PDT 2000:<A> <SSLListenThread> ListenThread.run()
    failed:
    java.lang.ThreadDeath
    Thanks for your help.
    Jeff

    Hi,
    I am getting the same error too. I am using wls510 sp8 running on NT. And IIS plug
    in works with WLS cluster (2).
    How to fix it?
    Thanks
    Jeff Van Dorn <[email protected]> wrote:
    Hello,
    Could anyone please let me know if getting the following is the expected
    result when you are shutting down WLS? Specifically, I'm interested in
    the ListenThread.run() failed message. I'm using WLS 5.1 on Solaris 5.6
    with JDK 1.2.1_04. The main reason I'm bringing this up is when I
    shutdown my WLS on NT (WLS 5.1, JDK 1.2.2) I don't get the
    ListenThread.run() failed message. Can anyone shed some light on this
    issue? If I shouldn't be getting that failed message, any suggestions
    on how to remedy the situation?
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server Logins are now
    disabled
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server shutdown by
    system
    Thu Aug 24 10:35:42 PDT 2000:<I> <WebLogicServer> Server shutdown
    commencing NOW
    Thu Aug 24 10:35:42 PDT 2000:<A> <ListenThread> ListenThread.run()
    failed:
    java.lang.ThreadDeath
    Thu Aug 24 10:35:42 PDT 2000:<!> <ListenThread> **** The WebLogic Server
    is no longer listening for connections.
    Thu Aug 24 10:35:42 PDT 2000:<!> <ListenThread> **** You should probably
    restart it.
    Thu Aug 24 10:35:42 PDT 2000:<A> <SSLListenThread> ListenThread.run()
    failed:
    java.lang.ThreadDeath
    Thanks for your help.
    Jeff

  • OSX Lion Fails To ShutDown

    Hi Community,
    I have a new MBP 2011, that came with OSX Lion Installed.
    The system statred off very well, with super startup and shut down times.
    Along the way the system beagn freezing while under load, and the problem was resolved after installing the latest patches to 10.7.1.
    A few weeks ago, the laptop began developing the following problems:
    1. OSX Lion takes time to shutdown, almost 2 minutes or more.
    2. The Problem has now worsened and OSX Lion fails to shut down completely until I hold on to the power button for a few seconds.
    I checked on the logs for any signs, but being a first time mac user, am not sure how to get to the root of the problem.
    Below is the relevant sectionof the Log files for the shutdown process.
    Any help will be highly appreiated in resolving this rather frustrating issues with Lion.
    ROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1512173     1 com.apple.launchd                          665 0x7fc6a1400a10.anonymous.sh              Reaping
    1512178     1 com.apple.launchd                            0 0x7fc6a1400a10.anonymous.sh              Total rusage: utime 0.000000 stime 0.000000 maxrss 0 ixrss 0 idrss 0 isrss 0 minflt 0 majflt 0 nswap 0 inblock 0 oublock 0 msgsnd 0 msgrcv 0 nsignals 0 nvcsw 0 nivcsw 0
    1512182     1 com.apple.launchd                            0 0x7fc6a1400a10.anonymous.sh              Removed
    1512184     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1512185     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1512187     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1512188     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1512189     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1512486     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1512491     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 664 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_EXEC
    1512494     1 com.apple.launchd                          664 0x7fc6a14015b0.anonymous.sh              Dispatching kevent callback.
    1512495     1 com.apple.launchd                          664 0x7fc6a14015b0.anonymous.sh              EVFILT_PROC event for job.
    1512498     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a14015b0 data = 0x0 ident = 664 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_EXEC
    1512502     1 com.apple.launchd                          664 0x7fc6a14015b0.anonymous.sh              Program changed. Updating the label to: 0x7fc6a14015b0.anonymous.grep
    1512504     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1512505     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1512507     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1512508     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1512510     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1512875     1 com.apple.launchd                          664 0x7fc6a14015b0.anonymous.grep            Getting key: 5
    1618413     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1618421     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 664 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1618425     1 com.apple.launchd                          664 0x7fc6a14015b0.anonymous.grep            Dispatching kevent callback.
    1618426     1 com.apple.launchd                          664 0x7fc6a14015b0.anonymous.grep            EVFILT_PROC event for job.
    1618430     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a14015b0 data = 0x0 ident = 664 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1618432     1 com.apple.launchd                          664 0x7fc6a14015b0.anonymous.grep            Reaping
    1618439     1 com.apple.launchd                            0 0x7fc6a14015b0.anonymous.grep            Total rusage: utime 0.000000 stime 0.000000 maxrss 0 ixrss 0 idrss 0 isrss 0 minflt 0 majflt 0 nswap 0 inblock 0 oublock 0 msgsnd 0 msgrcv 0 nsignals 0 nvcsw 0 nivcsw 0
    1618443     1 com.apple.launchd                            0 0x7fc6a14015b0.anonymous.grep            Removed
    1618446     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1618448     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1618450     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1618452     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1618453     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1618454     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1618457     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[1]: udata = 0x7fc6a1802000 data = 0x0 ident = 663 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1618459     1 com.apple.launchd                          663 0x7fc6a1400fa0.anonymous.kextstat        Dispatching kevent callback.
    1618460     1 com.apple.launchd                          663 0x7fc6a1400fa0.anonymous.kextstat        EVFILT_PROC event for job.
    1618462     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1400fa0 data = 0x0 ident = 663 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1618464     1 com.apple.launchd                          663 0x7fc6a1400fa0.anonymous.kextstat        Reaping
    1618467     1 com.apple.launchd                            0 0x7fc6a1400fa0.anonymous.kextstat        Total rusage: utime 0.000000 stime 0.000000 maxrss 0 ixrss 0 idrss 0 isrss 0 minflt 0 majflt 0 nswap 0 inblock 0 oublock 0 msgsnd 0 msgrcv 0 nsignals 0 nvcsw 0 nivcsw 0
    1618470     1 com.apple.launchd                            0 0x7fc6a1400fa0.anonymous.kextstat        Removed
    1618472     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1618473     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1618475     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1618476     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1618477     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1618630     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1618635     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 52 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_FORK
    1618638     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Dispatching kevent callback.
    1618639     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       EVFILT_PROC event for job.
    1618642     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a3001410 data = 0x0 ident = 52 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_FORK
    1618644     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       fork()ed
    1618650     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1618652     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1618654     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1618655     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1618657     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1619559     1 com.apple.launchd                            0 0x7fc6a3001780.anonymous.kextunload      Conceived
    1619578     1 com.apple.launchd                          668 0x7fc6a3001780.anonymous.kextunload      This process showed up to the party while all the guests were leaving. Odds are that it will have a miserable time.
    1619585     1 com.apple.launchd                          668 0x7fc6a3001780.anonymous.kextunload      Created PID 668 anonymously by PPID 52
    1619592     1 com.apple.launchd                          668 0x7fc6a3001780.anonymous.kextunload      Getting key: 5
    1624670     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1624676     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a3001410 data = 0x9c ident = 131 filter = EVFILT_READ flags = EV_ADD|EV_RECEIPT fflags = 0x0
    1624678     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Dispatching kevent callback.
    1624692    52 com.parallels.desktop.launchdaemon          52 com.parallels.desktop.launchdaemon       (kernel) Kext unloading is disabled (com.parallels.kext.prl_hid_hook).
    1624694    52 com.parallels.desktop.launchdaemon          52 com.parallels.desktop.launchdaemon       Failed to unload com.parallels.kext.prl_hid_hook - (libkern/kext) function disabled.
    1624778     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1624783     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 668 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1624785     1 com.apple.launchd                          668 0x7fc6a3001780.anonymous.kextunload      Dispatching kevent callback.
    1624787     1 com.apple.launchd                          668 0x7fc6a3001780.anonymous.kextunload      EVFILT_PROC event for job.
    1624790     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a3001780 data = 0x0 ident = 668 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1624792     1 com.apple.launchd                          668 0x7fc6a3001780.anonymous.kextunload      Reaping
    1624798     1 com.apple.launchd                            0 0x7fc6a3001780.anonymous.kextunload      Total rusage: utime 0.000000 stime 0.000000 maxrss 0 ixrss 0 idrss 0 isrss 0 minflt 0 majflt 0 nswap 0 inblock 0 oublock 0 msgsnd 0 msgrcv 0 nsignals 0 nvcsw 0 nivcsw 0
    1624802     1 com.apple.launchd                            0 0x7fc6a3001780.anonymous.kextunload      Removed
    1624805     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1624806     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1624808     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1624810     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1624826     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1625608     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1625624     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 52 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_FORK
    1625630     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Dispatching kevent callback.
    1625634     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       EVFILT_PROC event for job.
    1625642     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a3001410 data = 0x0 ident = 52 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_FORK
    1625646     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       fork()ed
    1625659     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1625664     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1625668     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1625672     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1625675     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1627392     1 com.apple.launchd                            0 0x7fc6a3001780.anonymous.logger          Conceived
    1627411     1 com.apple.launchd                          669 0x7fc6a3001780.anonymous.logger          This process showed up to the party while all the guests were leaving. Odds are that it will have a miserable time.
    1627418     1 com.apple.launchd                          669 0x7fc6a3001780.anonymous.logger          Created PID 669 anonymously by PPID 52
    1627425     1 com.apple.launchd                          669 0x7fc6a3001780.anonymous.logger          Getting key: 5
    1627879     1 com.apple.launchd                            1 com.apple.launchd                        System: Looking up service com.apple.system.logger
    1627889     1 com.apple.launchd                          669 0x7fc6a3001780.anonymous.logger          Mach service lookup failed: com.apple.system.logger
    1628044     1 com.apple.launchd                            1 com.apple.launchd                        System: Looking up service com.apple.system.notification_center
    1628051     1 com.apple.launchd                          669 0x7fc6a3001780.anonymous.logger          Mach service lookup failed: com.apple.system.notification_center
    1628582     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1628603     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 669 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1628621     1 com.apple.launchd                          669 0x7fc6a3001780.anonymous.logger          Dispatching kevent callback.
    1628622     1 com.apple.launchd                          669 0x7fc6a3001780.anonymous.logger          EVFILT_PROC event for job.
    1628626     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a3001780 data = 0x0 ident = 669 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1628628     1 com.apple.launchd                          669 0x7fc6a3001780.anonymous.logger          Reaping
    1628633     1 com.apple.launchd                            0 0x7fc6a3001780.anonymous.logger          Total rusage: utime 0.000000 stime 0.000000 maxrss 0 ixrss 0 idrss 0 isrss 0 minflt 0 majflt 0 nswap 0 inblock 0 oublock 0 msgsnd 0 msgrcv 0 nsignals 0 nvcsw 0 nivcsw 0
    1628637     1 com.apple.launchd                            0 0x7fc6a3001780.anonymous.logger          Removed
    1628639     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1628641     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1628642     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1628644     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1628645     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1628766     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1628771     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 52 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_FORK
    1628774     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Dispatching kevent callback.
    1628775     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       EVFILT_PROC event for job.
    1628778     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a3001410 data = 0x0 ident = 52 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_FORK
    1628780     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       fork()ed
    1628785     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1628787     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1628788     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1628790     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1628791     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1629819     1 com.apple.launchd                            0 0x7fc6a1400fa0.anonymous.date            Conceived
    1629847     1 com.apple.launchd                          671 0x7fc6a1400fa0.anonymous.date            This process showed up to the party while all the guests were leaving. Odds are that it will have a miserable time.
    1629852     1 com.apple.launchd                          671 0x7fc6a1400fa0.anonymous.date            Created PID 671 anonymously by PPID 670
    1629862     1 com.apple.launchd                            0 0x7fc6a1400910.anonymous.sh              Conceived
    1629869     1 com.apple.launchd                          670 0x7fc6a1400910.anonymous.sh              This process showed up to the party while all the guests were leaving. Odds are that it will have a miserable time.
    1629874     1 com.apple.launchd                          670 0x7fc6a1400910.anonymous.sh              Created PID 670 anonymously by PPID 52
    1629878     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Called *fork(). Please switch to posix_spawn*(), pthreads or launchd. Child PID 670
    1629883     1 com.apple.launchd                          671 0x7fc6a1400fa0.anonymous.date            Getting key: 5
    1630185     1 com.apple.launchd                            1 com.apple.launchd                        System: Looking up service com.apple.system.notification_center
    1630192     1 com.apple.launchd                          671 0x7fc6a1400fa0.anonymous.date            Mach service lookup failed: com.apple.system.notification_center
    1630530     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1630536     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 671 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1630538     1 com.apple.launchd                          671 0x7fc6a1400fa0.anonymous.date            Dispatching kevent callback.
    1630540     1 com.apple.launchd                          671 0x7fc6a1400fa0.anonymous.date            EVFILT_PROC event for job.
    1630543     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1400fa0 data = 0x0 ident = 671 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1630545     1 com.apple.launchd                          671 0x7fc6a1400fa0.anonymous.date            Reaping
    1630550     1 com.apple.launchd                            0 0x7fc6a1400fa0.anonymous.date            Total rusage: utime 0.000000 stime 0.000000 maxrss 0 ixrss 0 idrss 0 isrss 0 minflt 0 majflt 0 nswap 0 inblock 0 oublock 0 msgsnd 0 msgrcv 0 nsignals 0 nvcsw 0 nivcsw 0
    1630554     1 com.apple.launchd                            0 0x7fc6a1400fa0.anonymous.date            Removed
    1630556     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1630558     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1630559     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1630561     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1630562     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1630682     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1630688     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 670 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1630690     1 com.apple.launchd                          670 0x7fc6a1400910.anonymous.sh              Dispatching kevent callback.
    1630691     1 com.apple.launchd                          670 0x7fc6a1400910.anonymous.sh              EVFILT_PROC event for job.
    1630695     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1400910 data = 0x0 ident = 670 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR|EV_EOF|EV_ONESHOT fflags = NOTE_EXIT
    1630696     1 com.apple.launchd                          670 0x7fc6a1400910.anonymous.sh              Reaping
    1630701     1 com.apple.launchd                            0 0x7fc6a1400910.anonymous.sh              Total rusage: utime 0.000000 stime 0.000000 maxrss 0 ixrss 0 idrss 0 isrss 0 minflt 0 majflt 0 nswap 0 inblock 0 oublock 0 msgsnd 0 msgrcv 0 nsignals 0 nvcsw 0 nivcsw 0
    1630718     1 com.apple.launchd                            0 0x7fc6a1400910.anonymous.sh              Removed
    1630724     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1630728     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1630733     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1630736     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1630740     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1631623     1 com.apple.launchd                            1 com.apple.launchd                        Dispatching kevent...
    1631628     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a1802000 data = 0x0 ident = 52 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_FORK
    1631630     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Dispatching kevent callback.
    1631632     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       EVFILT_PROC event for job.
    1631635     1 com.apple.launchd                            1 com.apple.launchd                        KEVENT[0]: udata = 0x7fc6a3001410 data = 0x0 ident = 52 filter = EVFILT_PROC flags = EV_ADD|EV_RECEIPT|EV_CLEAR fflags = NOTE_FORK
    1631637     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       fork()ed
    1631642     1 com.apple.launchd                            1 com.apple.launchd                        System: No submanagers left.
    1631644     1 com.apple.launchd                           28 com.apple.securityd                      Job is active: PID is still valid
    1631645     1 com.apple.launchd                           28 com.apple.securityd                      Job was sent SIGTERM.
    1631646     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job is active: PID is still valid
    1631648     1 com.apple.launchd                           52 com.parallels.desktop.launchdaemon       Job was sent SIGTERM.
    1633049     1 com.apple.launchd                            0 0x7fc6a32004c0.anonymous.expr            Conceived
    1633067     1 com.apple.launchd                          673 0x7fc6a32004c0.anonymous.expr            This process showed up to the party while all the guests were leaving. Odds are that it will have a miserable time.
    1633081     1 com.apple.launchd                          673 0x7fc6a32004c0.anonymous.expr            Created PID 673 anonymously by PPID 672
    1633084     1 com.apple.launchd                            0 0x7fc6a32008a0.anonymous.sh              Conceived
    1633087     1 com.apple.launchd                          672 0x7fc6a32008a0.anonymous.sh              This process showed up to the party while all the guests were leaving. Odds are that it will have a miserable time.

    Macs that can be upgraded to OS X Mountain Lion
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminum, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    Xserve (Early 2009)
    I'm guessing that you have a Mac Pro 1,1 or 2,1 model from 2006/7. They cannot run Mountain Lion.

  • Unmounting root fs fails on shutdown

    Hey all,
    since a few days my root filesystem refuses to umount on shutdown claiming it were busy. On every bootup a recovery is done which bothers me. The failing umount suggests using lsof to find the process causing the problem. I switched to runlevel 1 and did so, but the output is not very helpful for me...
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    init 1 root cwd DIR 8,5 4096 2 /
    init 1 root rtd DIR 8,5 4096 2 /
    init 1 root txt REG 8,5 31352 37632 /sbin/init
    init 1 root mem REG 8,5 1584604 1986 /lib/libc-2.10.1.so
    init 1 root mem REG 8,5 133581 1984 /lib/ld-2.10.1.so
    init 1 root 10u FIFO 0,12 0t0 1195 /dev/initctl
    kthreadd 2 root cwd DIR 8,5 4096 2 /
    kthreadd 2 root rtd DIR 8,5 4096 2 /
    kthreadd 2 root txt unknown /proc/2/exe
    migration 3 root cwd DIR 8,5 4096 2 /
    migration 3 root rtd DIR 8,5 4096 2 /
    migration 3 root txt unknown /proc/3/exe
    ksoftirqd 4 root cwd DIR 8,5 4096 2 /
    ksoftirqd 4 root rtd DIR 8,5 4096 2 /
    ksoftirqd 4 root txt unknown /proc/4/exe
    watchdog/ 5 root cwd DIR 8,5 4096 2 /
    watchdog/ 5 root rtd DIR 8,5 4096 2 /
    watchdog/ 5 root txt unknown /proc/5/exe
    migration 6 root cwd DIR 8,5 4096 2 /
    migration 6 root rtd DIR 8,5 4096 2 /
    migration 6 root txt unknown /proc/6/exe
    ksoftirqd 7 root cwd DIR 8,5 4096 2 /
    ksoftirqd 7 root rtd DIR 8,5 4096 2 /
    ksoftirqd 7 root txt unknown /proc/7/exe
    watchdog/ 8 root cwd DIR 8,5 4096 2 /
    watchdog/ 8 root rtd DIR 8,5 4096 2 /
    watchdog/ 8 root txt unknown /proc/8/exe
    events/0 9 root cwd DIR 8,5 4096 2 /
    events/0 9 root rtd DIR 8,5 4096 2 /
    events/0 9 root txt unknown /proc/9/exe
    events/1 10 root cwd DIR 8,5 4096 2 /
    events/1 10 root rtd DIR 8,5 4096 2 /
    events/1 10 root txt unknown /proc/10/exe
    khelper 11 root cwd DIR 8,5 4096 2 /
    khelper 11 root rtd DIR 8,5 4096 2 /
    khelper 11 root txt unknown /proc/11/exe
    async/mgr 12 root cwd DIR 8,5 4096 2 /
    async/mgr 12 root rtd DIR 8,5 4096 2 /
    async/mgr 12 root txt unknown /proc/12/exe
    kblockd/0 13 root cwd DIR 8,5 4096 2 /
    kblockd/0 13 root rtd DIR 8,5 4096 2 /
    kblockd/0 13 root txt unknown /proc/13/exe
    kblockd/1 14 root cwd DIR 8,5 4096 2 /
    kblockd/1 14 root rtd DIR 8,5 4096 2 /
    kblockd/1 14 root txt unknown /proc/14/exe
    kacpid 15 root cwd DIR 8,5 4096 2 /
    kacpid 15 root rtd DIR 8,5 4096 2 /
    kacpid 15 root txt unknown /proc/15/exe
    kacpi_not 16 root cwd DIR 8,5 4096 2 /
    kacpi_not 16 root rtd DIR 8,5 4096 2 /
    kacpi_not 16 root txt unknown /proc/16/exe
    kseriod 17 root cwd DIR 8,5 4096 2 /
    kseriod 17 root rtd DIR 8,5 4096 2 /
    kseriod 17 root txt unknown /proc/17/exe
    khungtask 18 root cwd DIR 8,5 4096 2 /
    khungtask 18 root rtd DIR 8,5 4096 2 /
    khungtask 18 root txt unknown /proc/18/exe
    pdflush 19 root cwd DIR 8,5 4096 2 /
    pdflush 19 root rtd DIR 8,5 4096 2 /
    pdflush 19 root txt unknown /proc/19/exe
    kswapd0 21 root cwd DIR 8,5 4096 2 /
    kswapd0 21 root rtd DIR 8,5 4096 2 /
    kswapd0 21 root txt unknown /proc/21/exe
    aio/0 22 root cwd DIR 8,5 4096 2 /
    aio/0 22 root rtd DIR 8,5 4096 2 /
    aio/0 22 root txt unknown /proc/22/exe
    aio/1 23 root cwd DIR 8,5 4096 2 /
    aio/1 23 root rtd DIR 8,5 4096 2 /
    aio/1 23 root txt unknown /proc/23/exe
    crypto/0 24 root cwd DIR 8,5 4096 2 /
    crypto/0 24 root rtd DIR 8,5 4096 2 /
    crypto/0 24 root txt unknown /proc/24/exe
    crypto/1 25 root cwd DIR 8,5 4096 2 /
    crypto/1 25 root rtd DIR 8,5 4096 2 /
    crypto/1 25 root txt unknown /proc/25/exe
    ata/0 450 root cwd DIR 8,5 4096 2 /
    ata/0 450 root rtd DIR 8,5 4096 2 /
    ata/0 450 root txt unknown /proc/450/exe
    ata/1 452 root cwd DIR 8,5 4096 2 /
    ata/1 452 root rtd DIR 8,5 4096 2 /
    ata/1 452 root txt unknown /proc/452/exe
    ata_aux 453 root cwd DIR 8,5 4096 2 /
    ata_aux 453 root rtd DIR 8,5 4096 2 /
    ata_aux 453 root txt unknown /proc/453/exe
    scsi_eh_0 457 root cwd DIR 8,5 4096 2 /
    scsi_eh_0 457 root rtd DIR 8,5 4096 2 /
    scsi_eh_0 457 root txt unknown /proc/457/exe
    scsi_eh_1 473 root cwd DIR 8,5 4096 2 /
    scsi_eh_1 473 root rtd DIR 8,5 4096 2 /
    scsi_eh_1 473 root txt unknown /proc/473/exe
    scsi_eh_2 483 root cwd DIR 8,5 4096 2 /
    scsi_eh_2 483 root rtd DIR 8,5 4096 2 /
    scsi_eh_2 483 root txt unknown /proc/483/exe
    scsi_eh_3 484 root cwd DIR 8,5 4096 2 /
    scsi_eh_3 484 root rtd DIR 8,5 4096 2 /
    scsi_eh_3 484 root txt unknown /proc/484/exe
    kjournald 564 root cwd DIR 8,5 4096 2 /
    kjournald 564 root rtd DIR 8,5 4096 2 /
    kjournald 564 root txt unknown /proc/564/exe
    kondemand 900 root cwd DIR 8,5 4096 2 /
    kondemand 900 root rtd DIR 8,5 4096 2 /
    kondemand 900 root txt unknown /proc/900/exe
    kondemand 905 root cwd DIR 8,5 4096 2 /
    kondemand 905 root rtd DIR 8,5 4096 2 /
    kondemand 905 root txt unknown /proc/905/exe
    ksuspend_ 1409 root cwd DIR 8,5 4096 2 /
    ksuspend_ 1409 root rtd DIR 8,5 4096 2 /
    ksuspend_ 1409 root txt unknown /proc/1409/exe
    khubd 1469 root cwd DIR 8,5 4096 2 /
    khubd 1469 root rtd DIR 8,5 4096 2 /
    khubd 1469 root txt unknown /proc/1469/exe
    hd-audio0 1914 root cwd DIR 8,5 4096 2 /
    hd-audio0 1914 root rtd DIR 8,5 4096 2 /
    hd-audio0 1914 root txt unknown /proc/1914/exe
    kpsmoused 2006 root cwd DIR 8,5 4096 2 /
    kpsmoused 2006 root rtd DIR 8,5 4096 2 /
    kpsmoused 2006 root txt unknown /proc/2006/exe
    iwl3945 2007 root cwd DIR 8,5 4096 2 /
    iwl3945 2007 root rtd DIR 8,5 4096 2 /
    iwl3945 2007 root txt unknown /proc/2007/exe
    phy0 2017 root cwd DIR 8,5 4096 2 /
    phy0 2017 root rtd DIR 8,5 4096 2 /
    phy0 2017 root txt unknown /proc/2017/exe
    kmmcd 2081 root cwd DIR 8,5 4096 2 /
    kmmcd 2081 root rtd DIR 8,5 4096 2 /
    kmmcd 2081 root txt unknown /proc/2081/exe
    khpsbpkt 2087 root cwd DIR 8,5 4096 2 /
    khpsbpkt 2087 root rtd DIR 8,5 4096 2 /
    khpsbpkt 2087 root txt unknown /proc/2087/exe
    knodemgrd 2248 root cwd DIR 8,5 4096 2 /
    knodemgrd 2248 root rtd DIR 8,5 4096 2 /
    knodemgrd 2248 root txt unknown /proc/2248/exe
    usbhid_re 3320 root cwd DIR 8,5 4096 2 /
    usbhid_re 3320 root rtd DIR 8,5 4096 2 /
    usbhid_re 3320 root txt unknown /proc/3320/exe
    bluetooth 3446 root cwd DIR 8,5 4096 2 /
    bluetooth 3446 root rtd DIR 8,5 4096 2 /
    bluetooth 3446 root txt unknown /proc/3446/exe
    kjournald 3463 root cwd DIR 8,5 4096 2 /
    kjournald 3463 root rtd DIR 8,5 4096 2 /
    kjournald 3463 root txt unknown /proc/3463/exe
    krfcommd 4048 root cwd DIR 8,5 4096 2 /
    krfcommd 4048 root rtd DIR 8,5 4096 2 /
    krfcommd 4048 root txt unknown /proc/4048/exe
    pdflush 6018 root cwd DIR 8,5 4096 2 /
    pdflush 6018 root rtd DIR 8,5 4096 2 /
    pdflush 6018 root txt unknown /proc/6018/exe
    udevd 10990 root cwd DIR 8,5 4096 2 /
    udevd 10990 root rtd DIR 8,5 4096 2 /
    udevd 10990 root txt REG 8,5 99948 7631 /sbin/udevd
    udevd 10990 root mem REG 8,5 1584604 1986 /lib/libc-2.10.1.so
    udevd 10990 root mem REG 8,5 50746 1769 /lib/libnss_files-2.10.1.so
    udevd 10990 root mem REG 8,5 133581 1984 /lib/ld-2.10.1.so
    udevd 10990 root 0u CHR 1,3 0t0 1185 /dev/null
    udevd 10990 root 1u CHR 1,3 0t0 1185 /dev/null
    udevd 10990 root 2u CHR 1,3 0t0 1185 /dev/null
    udevd 10990 root 3r DIR 0,9 0 1 inotify
    udevd 10990 root 4u unix 0xf1959000 0t0 56175 socket
    udevd 10990 root 5u sock 0,4 0t0 56176 can't identify protocol
    syslog-ng 13248 root cwd DIR 8,5 4096 2 /
    syslog-ng 13248 root rtd DIR 8,5 4096 2 /
    syslog-ng 13248 root txt REG 8,5 235740 3439 /usr/sbin/syslog-ng
    syslog-ng 13248 root mem REG 8,5 17914 1987 /lib/libattr.so.1.1.0
    syslog-ng 13248 root mem REG 8,5 98082 1786 /lib/libnsl-2.10.1.so
    syslog-ng 13248 root mem REG 8,5 82987 172784 /usr/lib/libz.so.1.2.3.3
    syslog-ng 13248 root mem REG 8,5 13771 1744 /lib/libdl-2.10.1.so
    syslog-ng 13248 root mem REG 8,5 1584604 1986 /lib/libc-2.10.1.so
    syslog-ng 13248 root mem REG 8,5 211279 2024 /lib/libpcre.so.0.0.1
    syslog-ng 13248 root mem REG 8,5 15405 1991 /lib/libcap.so.2.16
    syslog-ng 13248 root mem REG 8,5 34551 3638 /usr/lib/libwrap.so.0.7.6
    syslog-ng 13248 root mem REG 8,5 1561754 55876 /usr/lib/libcrypto.so.0.9.8
    syslog-ng 13248 root mem REG 8,5 317643 64401 /usr/lib/libssl.so.0.9.8
    syslog-ng 13248 root mem REG 8,5 16703 35966 /usr/lib/libevtlog.so.0.0.0
    syslog-ng 13248 root mem REG 8,5 875900 2512 /usr/lib/libglib-2.0.so.0.2000.4
    syslog-ng 13248 root mem REG 8,5 133581 1984 /lib/ld-2.10.1.so
    syslog-ng 13248 root 0r CHR 1,3 0t0 1185 /dev/null
    syslog-ng 13248 root 1w CHR 1,3 0t0 1185 /dev/null
    syslog-ng 13248 root 2w CHR 1,3 0t0 1185 /dev/null
    syslog-ng 13249 root cwd DIR 8,5 4096 474297 /var/run
    syslog-ng 13249 root rtd DIR 8,5 4096 2 /
    syslog-ng 13249 root txt REG 8,5 235740 3439 /usr/sbin/syslog-ng
    syslog-ng 13249 root mem REG 8,5 17914 1987 /lib/libattr.so.1.1.0
    syslog-ng 13249 root mem REG 8,5 98082 1786 /lib/libnsl-2.10.1.so
    syslog-ng 13249 root mem REG 8,5 82987 172784 /usr/lib/libz.so.1.2.3.3
    syslog-ng 13249 root mem REG 8,5 13771 1744 /lib/libdl-2.10.1.so
    syslog-ng 13249 root mem REG 8,5 1584604 1986 /lib/libc-2.10.1.so
    syslog-ng 13249 root mem REG 8,5 211279 2024 /lib/libpcre.so.0.0.1
    syslog-ng 13249 root mem REG 8,5 15405 1991 /lib/libcap.so.2.16
    syslog-ng 13249 root mem REG 8,5 34551 3638 /usr/lib/libwrap.so.0.7.6
    syslog-ng 13249 root mem REG 8,5 1561754 55876 /usr/lib/libcrypto.so.0.9.8
    syslog-ng 13249 root mem REG 8,5 317643 64401 /usr/lib/libssl.so.0.9.8
    syslog-ng 13249 root mem REG 8,5 16703 35966 /usr/lib/libevtlog.so.0.0.0
    syslog-ng 13249 root mem REG 8,5 875900 2512 /usr/lib/libglib-2.0.so.0.2000.4
    syslog-ng 13249 root mem REG 8,5 50746 1769 /lib/libnss_files-2.10.1.so
    syslog-ng 13249 root mem REG 8,5 133581 1984 /lib/ld-2.10.1.so
    syslog-ng 13249 root 0r CHR 1,3 0t0 1185 /dev/null
    syslog-ng 13249 root 1w CHR 1,3 0t0 1185 /dev/null
    syslog-ng 13249 root 2w CHR 1,3 0t0 1185 /dev/null
    syslog-ng 13249 root 3u unix 0xf1958400 0t0 58926 /dev/log
    syslog-ng 13249 root 4w FIFO 0,6 0t0 58922 pipe
    syslog-ng 13249 root 5u unix 0xf1959800 0t0 58929 /var/run/syslog-ng.ctl
    syslog-ng 13249 root 6r REG 0,3 0 4026531978 /proc/kmsg
    syslog-ng 13249 root 7w REG 8,5 40938 475550 /var/log/syslog.log
    syslog-ng 13249 root 8w REG 8,5 17572696 475551 /var/log/everything.log
    syslog-ng 13249 root 9w REG 8,5 11246832 475552 /var/log/kernel.log
    syslog-ng 13249 root 10w REG 8,5 14397607 475553 /var/log/messages.log
    syslog-ng 13249 root 12w REG 8,5 5666055 475561 /var/log/daemon.log
    init 13252 root cwd DIR 8,5 4096 2 /
    init 13252 root rtd DIR 8,5 4096 2 /
    init 13252 root txt REG 8,5 31352 37632 /sbin/init
    init 13252 root mem REG 8,5 1584604 1986 /lib/libc-2.10.1.so
    init 13252 root mem REG 8,5 133581 1984 /lib/ld-2.10.1.so
    init 13252 root 0u CHR 5,1 0t0 1177 /dev/console
    init 13252 root 1u CHR 5,1 0t0 1177 /dev/console
    init 13252 root 2u CHR 5,1 0t0 1177 /dev/console
    bash 13253 root cwd DIR 8,5 4096 22 /root
    bash 13253 root rtd DIR 8,5 4096 2 /
    bash 13253 root txt REG 8,5 607644 64366 /bin/bash
    bash 13253 root mem REG 8,5 1821760 130893 /usr/lib/locale/locale-archive
    bash 13253 root mem REG 8,5 50746 1769 /lib/libnss_files-2.10.1.so
    bash 13253 root mem REG 8,5 1584604 1986 /lib/libc-2.10.1.so
    bash 13253 root mem REG 8,5 13771 1744 /lib/libdl-2.10.1.so
    bash 13253 root mem REG 8,5 345186 2004 /lib/libncursesw.so.5.7
    bash 13253 root mem REG 8,5 33753 10766 /lib/libhistory.so.6.0
    bash 13253 root mem REG 8,5 245785 10765 /lib/libreadline.so.6.0
    bash 13253 root mem REG 8,5 11125 62090 /usr/lib/gconv/ISO8859-1.so
    bash 13253 root mem REG 8,5 35764 302973 /usr/share/locale/de/LC_MESSAGES/bash.mo
    bash 13253 root mem REG 8,5 133581 1984 /lib/ld-2.10.1.so
    bash 13253 root 0u CHR 5,1 0t0 1177 /dev/console
    bash 13253 root 1u CHR 5,1 0t0 1177 /dev/console
    bash 13253 root 2u CHR 5,1 0t0 1177 /dev/console
    bash 13253 root 255u CHR 5,1 0t0 1177 /dev/console
    lsof 13304 root cwd DIR 8,5 4096 22 /root
    lsof 13304 root rtd DIR 8,5 4096 2 /
    lsof 13304 root txt REG 8,5 122304 57 /usr/sbin/lsof
    lsof 13304 root mem REG 8,5 1821760 130893 /usr/lib/locale/locale-archive
    lsof 13304 root mem REG 8,5 1584604 1986 /lib/libc-2.10.1.so
    lsof 13304 root mem REG 8,5 133581 1984 /lib/ld-2.10.1.so
    lsof 13304 root 0u CHR 5,1 0t0 1177 /dev/console
    lsof 13304 root 1w REG 8,5 0 75 /root/lsof_out
    lsof 13304 root 2u CHR 5,1 0t0 1177 /dev/console
    lsof 13304 root 3r DIR 0,3 0 1 /proc
    lsof 13304 root 4r DIR 0,3 0 59163 /proc/13304/fd
    lsof 13304 root 5w FIFO 0,6 0t0 59168 pipe
    lsof 13304 root 6r FIFO 0,6 0t0 59169 pipe
    lsof 13305 root cwd DIR 8,5 4096 22 /root
    lsof 13305 root rtd DIR 8,5 4096 2 /
    lsof 13305 root txt REG 8,5 122304 57 /usr/sbin/lsof
    lsof 13305 root mem REG 8,5 1821760 130893 /usr/lib/locale/locale-archive
    lsof 13305 root mem REG 8,5 1584604 1986 /lib/libc-2.10.1.so
    lsof 13305 root mem REG 8,5 133581 1984 /lib/ld-2.10.1.so
    lsof 13305 root 4r FIFO 0,6 0t0 59168 pipe
    lsof 13305 root 7w FIFO 0,6 0t0 59169 pipe
    Does anyone have an Idea what to do? Thanks!
    Johannes

    I noticed one thing, but that's not to say there's not other problems too: your syslog-ng is still running. At that point in shutdown, I think all your daemons including it should be shut down. I don't know why it's still running. Do you just launch it by putting "syslog-ng" in your DAEMONS array in /etc/rc.conf? It's possible that you're not really getting an accurate picture here of the state of your system at shutdown. I debug these issues by hacking /etc/rc.shutdown. Before the "Unmounting Filesystems" block you could do a
    lsof / # I think this is the way to display only open files on the root filesystem, but you should read man lsof to be sure
    ls /var/run/daemons
    read -p "continue? " reply # pause here
    ...rest of /etc/rc.shutdown

  • WLS daemon - Startup Fails

    Running WLS5.1, sp6,WLCS2.01,sp2, Solaris 2.7, JDK1.2.2_05a, Weblogic OCI
    JDBC driver, Oracle 8.1.6.
    Oracle is starting in init level 2.
    Trying to set up WLS to start in init level 3. but some strange things are
    happening.
    The startup script (basically invoking StartCommerce.sh) executes fine,
    BUT....all db connections fail with the infamous 24327 error.
    If i login as root and run the script in rc3.d, everything starts up fine.
    can't understand why the startup script is failing like this. Any insight
    appreciated.

    Hi Judd,
    don't know if this will solve your problem, but I remember there was a
    change in sp2 which would disallow having the same name for both the
    server and the domain in your configuration. Please check and make sure
    that the server and the domain use different names.
    Nils
    Judd Smith wrote:
    >
    I have been running 6.1 successfully for some time. Yesterday I installed sp2.
    Now when I start the server it fails with this message ...
    weblogic.management.configuration.ConfigurationException: invalid value CoremaContextServer
    for attribute Name of MBean "CoremaContextServer:Name=CoremaContextServer,Type=Server"
    I am using the same config.xml I have been using for weeks.
    Any idea what is going wrong here?
    Thanks,
    Judd--
    ============================
    [email protected]

  • [solved] Networkmanager failed on shutdown

    Hi!
    Second post
    Well, I try to install quick-init but I have a lot of problems and when I uninstalled it and restore all (I hope so) I see that when I shutdown a FAIL on networkmanager, can anybody help me, please?
    And tell me how can I give you more information about it?
    Thanks a lot!
    Last edited by thearcher (2010-05-17 07:31:33)

    For the first question, It happens everytime I shutdown the PC but everythings seems to runs well.
    In my modules I don't know what cause I'm out of my office now but I think dbus is installed cause docky ask me for it when I installed it.
    (excuse my poor english)
    Edited: I connect with ssh and see this on my rc.conf: DAEMONS=(syslog-ng hal !network networkmanager @netfs @noip @sshd @crond @alsa @samba @smartd @fam @dnsmasq @preload)
    My MODULES are this: MODULES=(!rt2800usb !rt2x00usb)
    It's possibly to view a log for the networkmanager?
    Thanks for the fast answers!
    Last edited by thearcher (2010-05-14 13:39:23)

  • Uninstall WLS 8.1 fails

    I created an experimental WLS 81 installation.
    Then I tried to uninstall it. I've tried the start menu item, and also DOS console
    uninstallation in various modes.
    These all fail with the same symptom
    The BEA WLS 8.1 splash screen is displayed
    Then a warning dialog with the message E:\bea\weblogic81\uninstall
    Any ideas?

    I'm having exactly the same problem - it seems to be an universal problem, weird there is no solution anywhere. I'm trying to uninstall WLS 8.1 SP5 from a WinXP, with the same symptoms.
    I've tried the silent mode suggested by Prasanna Yalam without any success. The only thing I got differently was that now I have this log file.
    ============================
    2006-09-29 09:23:10,472 INFO [main] com.bea.plateng.wizard.WizardController - Wizard Controller Version 3.1.0.0 (Gandalf) Started.
    2006-09-29 09:23:10,482 INFO [main] com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing resource bundle (resources/wizard/i18n_wizard) in namespace (wizard-internal) in locale (pt_BR).
    2006-09-29 09:23:10,492 INFO [main] com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing resource bundle (resources/wizard/i18n_public) in namespace (public) in locale (pt_BR).
    2006-09-29 09:23:10,512 INFO [main] com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing resource bundle (resources/wizard/i18n_wizard_silent) in namespace (wizard-internal) in locale (pt_BR).
    2006-09-29 09:23:10,702 INFO [main] com.bea.plateng.wizard.WizardController - Executing BEA Uninstaller 3.0.0.0 in Silent Mode under namespace <public>
    2006-09-29 09:23:10,832 INFO [main] com.bea.plateng.wizard.WizardController - Loaded target: transfer
    2006-09-29 09:23:10,832 INFO [WizardController] com.bea.plateng.wizard.WizardController - Excecuting.
    2006-09-29 09:23:10,932 INFO [loadResources] com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing resource bundle (resources/uninstall/uninstall) in namespace (uninstall) in locale (pt_BR).
    2006-09-29 09:23:10,942 INFO [loadResources] com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing resource bundle (resources/bids/bids) in namespace (uninstall) in locale (pt_BR).
    2006-09-29 09:23:10,942 ERROR [loadResources] com.bea.plateng.wizard.silent.tasks.LoadResourcesTask - Error loading ResourceBundle resources/bids/bids
    java.util.MissingResourceException: Can't find bundle for base name resources/bids/bids, locale pt_BR
         at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
         at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:808)
         at java.util.ResourceBundle.getBundle(ResourceBundle.java:702)
         at com.bea.plateng.common.util.ResourceBundleManager$ResourceNamespace.manageBundle(ResourceBundleManager.java:285)
         at com.bea.plateng.common.util.ResourceBundleManager.manageBundle(ResourceBundleManager.java:79)
         at com.bea.plateng.common.util.ResourceBundleManager.manageBundle(ResourceBundleManager.java:92)
         at com.bea.plateng.wizard.ControllerProxy.manageI18nBundle(ControllerProxy.java:346)
         at com.bea.plateng.wizard.silent.tasks.LoadResourcesTask.execute(LoadResourcesTask.java:34)
         at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:32)
         at java.lang.Thread.run(Thread.java:534)
    2006-09-29 09:23:10,952 INFO [loadResources] com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing resource bundle (resources/comdev/comdev) in namespace (comdev) in locale (pt_BR).
    2006-09-29 09:23:10,962 INFO [loadResources] com.bea.plateng.common.util.ResourceBundleManager - Attempting to managing resource bundle (resources/comdev/gpr) in namespace (comdev) in locale (pt_BR).
    2006-09-29 09:23:11,012 FATAL [installerInit] com.bea.plateng.wizard.installer.uninstall.silent.tasks.UninstallerInitTask - Parse Error: Unable to parse uninstall.xml: C:\bea\WEBLOG~1\uninstall\uninstall.xml
    com.bea.plateng.wizard.installer.uninstall.UninstallDefinitionException: Unable to create xml parser
    Root Cause: org.xml.sax.SAXParseException: The root element is required in a well-formed document.
         at com.bea.plateng.wizard.installer.uninstall.UninstallDefinitionParser.<init>(UninstallDefinitionParser.java:131)
         at com.bea.plateng.wizard.installer.uninstall.UninstallDefinitionHelper.parseDefintion(UninstallDefinitionHelper.java:223)
         at com.bea.plateng.wizard.installer.uninstall.UninstallDefinitionHelper.init(UninstallDefinitionHelper.java:231)
         at com.bea.plateng.wizard.installer.uninstall.silent.tasks.UninstallerInitTask.execute(UninstallerInitTask.java:83)
         at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:32)
         at java.lang.Thread.run(Thread.java:534)
    2006-09-29 09:23:11,012 INFO [WizardController] com.bea.plateng.wizard.WizardController - Terminating.
    ============================
    As far I can understand from it, the problem seems to be in the parsing of the uninstall.xml file. This file exists but it's empty in my environment.
    Does anyone know what it should have? Why is it empty? How can I fix it?
    Heleno
    PS: The first error in the log can be the cause of the misterious alert error: as the uninstall process does not find the message bundle for my language (portuguese) it does not know how to inform a more accurate error. I'm investigating this to. Does anyone knows how to fix it too?

  • WLS and TUX domain startup/Shutdown

    Hi All,
    1. I start my TUX domain first.
    2. Then Start my WLS configured with startup class for Tuxedo connection.
    3. I invoke a method that requests a service on Tuxedo. I get the tuxedo connection
    and the request is successful.
    4. I restart my Tuxedo domain.
    5. I invoke the same request again as in Step 3.
    4. I get a Tuxedo connection failure.
    When I restart my WLS again then it works fine.
    My understanding is when Tuxedo domain is restarted the handle of Tuxedo factory
    connection which was establised at the time of startup is invalid as the Tux domain
    was restarted.
    Could any one tell me how could I resolve this. Is there any configration in
    the bdmconfig.xml or an alternate way to look up Tuxedo factory connection handle
    only when there is a request from the client.
    regards,
    Riaz

    Thanx Bob.
    I shall look into the areas you mentioned and try out the same.
    Will get back to you in case I need further help.
    regards,
    Riaz
    Bob Finan <[email protected]> wrote:
    Riaz,
    The Tuxedo connection factory handle is not invalidated by the Tuxedo
    side rebooting. The session connection is invalidated but that should
    not
    be visible to the app. For example, if in the simpapp sample a tpcall()
    to the
    TOUPPER Tuxedo service is done twice the second call will occur but then
    fail if it can not create a connection to the remote Tuxedo domain. Your
    problem
    may be because the remote domain has not had sufficient time to create
    a
    connection
    OR the configuration does not permit WTC side from retrying the
    connection OR.......
    Try turning on the WTC tracing and see if the connection has been
    re-established
    prior to the repeated call to the Tuxedo service.(Also look at Tuxedo
    side ulog). Check
    the configuration ConnectionPolicy and MaxRetries attributes.
    Bob Finan
    Riaz wrote:
    Hi All,
    1. I start my TUX domain first.
    2. Then Start my WLS configured with startup class for Tuxedo connection.
    3. I invoke a method that requests a service on Tuxedo. I get the tuxedoconnection
    and the request is successful.
    4. I restart my Tuxedo domain.
    5. I invoke the same request again as in Step 3.
    4. I get a Tuxedo connection failure.
    When I restart my WLS again then it works fine.
    My understanding is when Tuxedo domain is restarted the handle of Tuxedofactory
    connection which was establised at the time of startup is invalid asthe Tux domain
    was restarted.
    Could any one tell me how could I resolve this. Is there any configrationin
    the bdmconfig.xml or an alternate way to look up Tuxedo factory connectionhandle
    only when there is a request from the client.
    regards,
    Riaz

  • Installation of SP3 for WLS 6.1 fails on BEA_HOME

    Hi,
    I can't seem to install the service pack on an HP-UX 11.
    I did have the BEA_HOME and WL_HOME environment variables or run the setEnv.sh,
    but the installation doesn't seem to pick up the BEA_HOME directory. I tried
    even with BEAHOME and all, but no success so far.
    Output attached.
    Thanks for any help, Stefaan.
    [202] $ java -cp ./wls61sp3_upgrade_generic.zip install -i console
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
    ->1- English
    CHOOSE LOCALE BY NUMBER: 1
    ===============================================================================
    WebLogic Server 6.1 Service Pack 3 (created with InstallAnywhere by Zero G)
    ===============================================================================
    Introduction
    This installer will guide you through the installation of Service Pack 3 of
    WebLogic Server 6.1. Use command "next" to proceed to the next screen. If you
    want to change something in a previous screen, use command "previous" or
    "back". You may quit the installer at any time by using the command the
    "quit".
    PRESS <ENTER> TO CONTINUE:
    ===============================================================================
    Choose BEA Home Directory
    ===============================================================================
    WebLogic Server 6.1 not found
    WebLogic Server Service Pack 3 Installation failed.
    You do not seem to have WebLogic Server 6.1
    installed for BEAHOME .
    Exiting the Service Pack 3 installer...:

    Please make sure you have a $HOME/bea directory with a "beahomelist"
    file in it.
    Then look for a registry.xml file in the same directory as the
    license.bea file and see if the host name and InstallDir match your
    environment. Those are the most common gotchya's.
    Wayne Scott
    Liberty Corner Support Center
    Stefaan Destoop wrote:
    Hi,
    I can't seem to install the service pack on an HP-UX 11.
    I did have the BEA_HOME and WL_HOME environment variables or run the setEnv.sh,
    but the installation doesn't seem to pick up the BEA_HOME directory. I tried
    even with BEAHOME and all, but no success so far.
    Output attached.
    Thanks for any help, Stefaan.
    [202] $ java -cp ./wls61sp3_upgrade_generic.zip install -i console
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
    ->1- English
    CHOOSE LOCALE BY NUMBER: 1
    ===============================================================================
    WebLogic Server 6.1 Service Pack 3 (created with InstallAnywhere by Zero G)
    ===============================================================================
    Introduction
    This installer will guide you through the installation of Service Pack 3 of
    WebLogic Server 6.1. Use command "next" to proceed to the next screen. If you
    want to change something in a previous screen, use command "previous" or
    "back". You may quit the installer at any time by using the command the
    "quit".
    PRESS <ENTER> TO CONTINUE:
    ===============================================================================
    Choose BEA Home Directory
    ===============================================================================
    WebLogic Server 6.1 not found
    WebLogic Server Service Pack 3 Installation failed.
    You do not seem to have WebLogic Server 6.1
    installed for BEAHOME .
    Exiting the Service Pack 3 installer...:

  • After security update 2011-005, iMac fails to shutdown

    Hi All,
    I just upgraded my work computer running OS X 10.6.8 to latest security patch (2011-005), and after that my iMac can't shutdown anymore.
    The process that is hanging is Apache Tomcat 6. Exactly org.apache.catalina.stratup.Bootstrap
    We looked into System diagnostics and there is nothing there!
    It looks to me that it has to do with permissions and dependencies, but I have no clue where to look!
    PLEASE HELP!!!
    Many thanks,
    Sava

    Don't remove any screws to do an SMC reset:
    Resetting the SMC on portables with a battery you should not remove on your own
    Note: Portable computers that have a battery you should not remove on your own include MacBook Pro (Early 2009) and later, all models of MacBook Air, and MacBook (Late 2009).
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.

  • WLS Discoverer Plus fails to connect to database

    I have Discoverer (server) running on a WebLogic Server but cannot get it to connect to my database. IE7 shows a page error in the lower left-hand corner when trying to connect from the Discoverer Plus login page. Displaying the page error shows a message like the following.
    Line: 1
    Char: 1
    Error: Object expected
    Code: 0
    URL:http://myServer:7777/discoverer/plus
    When trying to connect from the login page using Mozilla Firefox nothing happens, no errors displayed, nothing, just sits there.
    I keep thinking this is an issue with IExplorer but not sure since Firefox does not connect either. Is there a particular log I should be looking at, if so then what should I be looking for?
    Any help would be greatly appreciated.

    Thanks, I have resolved this issue. It was a version issue with regards to the Fusion MiddleWare components I have loaded on my WLS. WebLogic Server 10.3.5 will not run versions of Forms, Reports or Discoverer that are lower than 11.1.6, at least that is what I found on my server. I had to patch my version of those components up to 11.1.6. All of these components now work fine. Thanks for your help.

Maybe you are looking for