Rc.shutdown.local not running

Prior to upgrading to Lion, I did not have any of my own rc scripts so I can't tell if this would have worked in Leopard.
I want to execute some code during shutdown. Research in this forum and elsewhere indicates that I need to create /etc/rc.shutdown.local
I have created such a file and have checked that it runs from within Terminal - so it's all syntactically correct.
However, it does not appear to be run during shutdown as I would have hoped.
I also read elsewhere a suggestion that the whole rc mechanism might disappear in a future release of Mac OS (which is kind of weird as it's an inherent part of BSD).
I have ensured that the file is owned by root and permissions are 644 (i.e. the same as rc.common and rc.netboot)
Maybe I'm missing something. Any ideas

I, too, had a need to run scripts at shutdown.  The launchd approach is cumbersome and arcane at best, I'd seen comments like "You have to create a process that simulates a daemon so that launchd can automatically stop the process on shutdown."
Huh?   That's supposed to be an improvement of rc.shutdown?   No way.
Here's what I did instead, works great, but if you do not know exactly what you are doing it will be dangerous.  You could break your mac, void your warranty, and be forced by the lawyers to use a Commodore 64 as punishment.
Mac OS X uses the "shutdown" command during shutdowns, and use the "reboot" command when you are restarting.    We move these aside and replace them with shell scripts that do what you want first - then call the normal shutdown and reboot scripts.
For example:
cd /sbin
cp -p shutdown shutdown.lion
Then take the file here, save it as /sbin/shutdown.pl
cd /sbin
chmod 555 shutdown.pl
cp -p shutdown.pl shutdown
If you need to roll back for any reason, just one command gets you there:
cp -p /sbin/shutdown.lion /sbin/shutdown
Note: repeat all the above to create a reboot.lion, reboot.pl, with suitable edits.   If that is not something you can figure out from here ... you should not be attempting any of this yourself.
-Michael
----- shutdown.pl -------
#!/usr/bin/perl -w
my $who = `whoami`;
chomp $who;
`echo "shutdown called by user='$who', args='@ARGV'" | logger -t SHUTDOWN`;
# Insert your commands here.  For example,
`/Users/miked/TOOLS/my-command-1 | logger -t SHUTDOWN`;
`/Users/miked/TOOLS/my-command-2 | logger -t SHUTDOWN`;
# Finally, shut down the system using the OS command and all args passed this way.
system("/sbin/shutdown.lion @ARGV");
exit ($?);

Similar Messages

  • GPO Startup/Shutdown scripts not running

    I am running server 2003 SBS with windows 8.1 Pro workstations.
    My workstations run 1 start-up script and 2 shutdown scripts. All are BAT files.
    They were all working fine last week before I ran the update for 8.1.1, now they do not run at the appropriate time on any of those systems. However, if I execute them manually they work as expected.
    I have checked to see if the BAT files are still located in the GPO and they are there. They are stored locally on each machine, I have even tried to delete and re-add them and then run GPUPDATE to no avail. 
    Any help here would be great, as they deal with local encrypted containers and are specific to each workstation.

    Hi Sebastian,
    Thanks for posting.
    Whether the GPO with start-up/shutdown scripts are linked to the OU containing computers?
    FYI -  Logon/Logoff scripts could only be applied to users, whereas Start-up/Shutdown scripts applies to computers.
    Also, checkout the below thread on similar discussion,
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/b193e8a9-9b2a-4993-bd74-836c65c51dc3/gpo-with-a-startup-script-is-not-working
    Regards,
    Gopi
    www.jijitechnologies.com

  • Applet not running in local browser

    I can run any applet from web.
    I can run any applet in appletviewer.
    But I can not run applets in browser from local html file.
    I can not run even the demos that came with de SDK 1.4.1_01.
    Can anyone give me some hint?
    Maybe is very obvious but I ca not see it.
    Thank you very much.
    Valeriu Sprintu

    the hello.java file is:
    import java.applet.Applet;
    import java.awt.Graphics;
    public class hello extends Applet {
    StringBuffer buffer;
         public void init() {
         public void start() {
         public void stop() {
         public void destroy() {
         public void paint(Graphics g) {
              //Draw a Rectangle around the applet's display area.
              g.drawRect(0, 0, size().width - 1, size().height - 1);
              //Draw the current string inside the rectangle.
              g.drawString("Hello", 5, 15);
    The hello.html file is:
    <html>
    <body>
    Applet should be there
    <br>
    <applet code="hello.class" width=200 height=200>
    No applet
    </applet>
    </body>
    </html>
    hello.html and hello.class are of course in the same folder.
    If I modify the .html file acording to OBJECT tag specifications for Java Plug-In the same applet runs OK in the browser (IE5.0 ).
    I forgot to tell that I have installed the last version of SDK j2sdk1.4.1_01
    <html>
    <body>
    Applet should be there
    <br>
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    WIDTH = 200 HEIGHT = 200 >
    <PARAM NAME = CODE VALUE = "hello.class" >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.1">
    No applet
    </OBJECT>
    </body>
    </html>
    I think there is a problem with the JVM from Microsoft
    Thank you,
    Best regards,
    ValeriuS

  • Windows cannot connect to the printer the local print spooler service is not running please restart the spooler or restart the m

    We have 7 computers on a local network 3 of them have local printers 2 and are brand new Vista equiped. we shared the local printers on the vista machines but they are unaccessable from one vista to the other... it works from an XP to a Vista, but not from a Vista to a Vista.... go figure.... When we try to add the printers, the error message that we get is: "windows cannot connect to the printer. the local print spooler service is not running. please restart the spooler or restart the machine."
    I would appreciate any help...
    Thank you

    This worked for me.  GP
    Problem : error 1075 and Local print spooler service is not running.
    problem description : I have a Lexmark x4270 all in one. I installed the driver for it in my new laptop running Vista. Turns out the driver is not for Vista but XP. I uninstalled the XP driver and downloaded a Vista driver from Lexmark. When I try to run the printer software I get a message "Local print spooler service is not running. Please restart the spooler or restart the machine." I tried all of that. I have looked this problem up on the web and it is quite common with Vista. Many of the "solutions" say it is a problem with an incomplete removal of the incorrect printer driver and they show how to correct in the registry. I am not comfortable tinkering with the registry and thought I'd consult with you first.
    I tried "everything" I could to fix the problem of getting "error 1075" fixed in my HP laptop running Vista.  HP came up with simple solution below.  The regedit part is what fixed mine.  I did not need the safe mode part.  I think Lexmark should add the solution to your knowledge base.
    ==============================
    From HP:  Please perform the below given steps in safe mode to resolve the issue.
    Reboot your notebook and press F8. The system will show some booting options select safe mode.
    Note: Starting computer in safe mode may take some time.
    Uninstall the printer using Programs and Features from the control panel of your notebook.
    Uninstalling any software from Control Panel :
    1. Click on Vista (start) button
    2. Click on control panel
    3. Double click on Programs and Features
    4. Click on YOUR Lexmark Printer  and click on remove.
    Download and reinstall the printer software using the below given link :
    http://downloads.lexmark.com/cgi-perl/downloads.cgi?ccs=229:1:0:438:0:0&searchLang=en&os_group=Windows%20Vista&target=
         NOTE:  Clicking the link may give an error indicating it is invalid.
                Copy and paste the entire link in a new browser window.
    After the installation of drivers, restart the notebook into normal mode. Now plese check with printing any document. If the still persists then perform the below given steps :
    Click on Vista (Start) button, and type Regedit.exe in search bar
    Navigate to the following branch
    HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ Spooler
    In the right-pane, double-click the DependOnService value
    Delete the existing data, and then type RPCSS
    Close Regedit.exe
    Restart the computer.
    This should resolve the issue.
    For information on keeping your HP and Compaq products up and running, please visit our Web site at:
    http://www.hp.com/go/totalcare

  • Issues running Crystal Reports (Open Doc) from IE 9 with locale not set to English

    Hello Experts.
    This thread is more or less a sub thread of http://scn.sap.com/thread/3541526 .  We continue to experience Crystal Report failures from a location in China when our users enter report parameters and click execute.  The error message we are seeing is: “logon information for this report is either incomplete or incorrect Error code:0 [CRWEB00000119]” (in Chinese).
    After a fair amount of troubleshooting (see aforementioned thread) we discovered that the reports would not only run fine in Firefox, from this location, while set to a  Chinese Language, but if we changed IE to US English, the reports ran from there as well.
    While we have narrowed down the issue we have not been able to find a viable solution.  Firefox is not ideal because it does not run many of our other application properly, including some SAP products and switching browser locale settings from user’s native languages to run a report is also not ideal.  Has anyone else run into this issue in the past, if so how did you work through / around it.  Any help or suggestions will be greatly appreciated.
    Some environmental information
    - We are currently running BOBJ 4.0 SP 4
    - We have a test environment running BOBJ 4.1 SP 2 and the issue is persistent
    - We run IE 9 throughout our organization as a requirement for most of our internal tools

    Hi Apporv
    Please check your database documentation for error 31400.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Modify a Script To Not Run at Shutdown?

    Using the archstats script listed below, how could I alter the script so that it only runs the $ARCHSTATS_CMD command during boot but not when shutting down? I see that is handled by the 'stop)' section, but I am unclear how to properly remove this portion and still have the script operate as desired.
    #!/bin/bash
    . /etc/rc.conf
    . /etc/rc.d/functions
    # NOTE: If you use an alternate location for your archstats.conf file,
    # make sure to set that accordingly with the -c switch
    # Set this to the 'archstats' client path
    ARCHSTATS_CMD='/usr/bin/archstats'
    case "$1" in
    start)
    stat_busy "Updating ArchStats"
    if [ -x "$ARCHSTATS_CMD" ]; then
    "$ARCHSTATS_CMD" -u
    stat_done
    else
    stat_fail
    fi
    stop)
    stat_busy "Updating ArchStats"
    if [ -x "$ARCHSTATS_CMD" ]; then
    "$ARCHSTATS_CMD" -u
    stat_done
    else
    stat_fail
    fi
    echo "usage: $0 {start|stop}"
    esac
    exit 0

    I would guess this, just remark out the "stop" code. Just add "#" to the start of a line to remark it out, so it does not run.
    #!/bin/bash
    . /etc/rc.conf
    . /etc/rc.d/functions
    # NOTE: If you use an alternate location for your archstats.conf file,
    # make sure to set that accordingly with the -c switch
    # Set this to the 'archstats' client path
    ARCHSTATS_CMD='/usr/bin/archstats'
    case "$1" in
    start)
    stat_busy "Updating ArchStats"
    if [ -x "$ARCHSTATS_CMD" ]; then
    "$ARCHSTATS_CMD" -u
    stat_done
    else
    stat_fail
    fi
    stop)
    # stat_busy "Updating ArchStats"
    # if [ -x "$ARCHSTATS_CMD" ]; then
    # "$ARCHSTATS_CMD" -u
    # stat_done
    # else
    # stat_fail
    # fi
    echo "usage: $0 {start|stop}"
    esac
    exit 0

  • Oracle XE 11g x64 does not run. No *DBF files inside of the XE folder. Windows 7 Pro x64.

    Hello everyone!
    I hope you are doing well all. In my case I have some troubles by installing Oracle XE 11g on my PC. My OS is Windows 7 Pro x64.
    1. I activated the Administrator mode on my PC (net user Administrator /active:yes)
    2. Started the setup as Administrator. The setup process was finished successfully with no errors showed.
    3. Started the Database, OracleServiceXE, OracleXETNListener and other services.
    4. Tried to connect using sqlplus-> connect system ->password, what in result gave me ORA-01034 Oracle not available and ORA-27101 Shared memory realm does not exist errors.
    5. Then I recognized that my C:\oraclexe\app\oracle\oradata\XE folder is empty when it should be usually full with 6 DBF file.
    6. I opened the cloneDBCreation.log and it contains these data:
    SQL> Create controlfile reuse set database "XE"
      2  MAXINSTANCES 8
      3  MAXLOGHISTORY 1
      4  MAXLOGFILES 16
      5  MAXLOGMEMBERS 3
      6  MAXDATAFILES 100
      7  Datafile
      8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
      9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
    10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
    11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
    12  LOGFILE
    13  GROUP 1 SIZE 51200K,
    14  GROUP 2 SIZE 51200K,
    15  RESETLOGS;
    SP2-0640: Not connected
    SQL> exec dbms_backup_restore.zerodbid(0);
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SQL> shutdown immediate;
    ORA-12560: TNS:protocol adapter error
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\initXETemp.ora";
    ORA-12560: TNS:protocol adapter error
    SQL> Create controlfile reuse set database "XE"
      2  MAXINSTANCES 8
      3  MAXLOGHISTORY 1
      4  MAXLOGFILES 16
      5  MAXLOGMEMBERS 3
      6  MAXDATAFILES 100
      7  Datafile
      8  'C:\oraclexe\app\oracle\oradata\XE\system.dbf',
      9  'C:\oraclexe\app\oracle\oradata\XE\undotbs1.dbf',
    10  'C:\oraclexe\app\oracle\oradata\XE\sysaux.dbf',
    11  'C:\oraclexe\app\oracle\oradata\XE\users.dbf'
    12  LOGFILE
    13  GROUP 1 SIZE 51200K,
    14  GROUP 2 SIZE 51200K,
    15  RESETLOGS;
    SP2-0640: Not connected
    SQL> alter system enable restricted session;
    SP2-0640: Not connected
    SQL> alter database "XE" open resetlogs;
    SP2-0640: Not connected
    SQL> alter database rename global_name to "XE";
    SP2-0640: Not connected
    SQL> alter system switch logfile;
    SP2-0640: Not connected
    SQL> alter system checkpoint;
    SP2-0640: Not connected
    SQL> alter database drop logfile group 3;
    SP2-0640: Not connected
    SQL> ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\oraclexe\app\oracle\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED;
    SP2-0640: Not connected
    SQL> select tablespace_name from dba_tablespaces where tablespace_name='USERS';
    SP2-0640: Not connected
    SQL> select sid, program, serial#, username from v$session;
    SP2-0640: Not connected
    SQL> alter user sys identified by "&&sysPassword";
    SP2-0640: Not connected
    SQL> alter user system identified by "&&systemPassword";
    SP2-0640: Not connected
    SQL> alter system disable restricted session;
    SP2-0640: Not connected
    SQL> @C:\oraclexe\app\oracle\product\11.2.0\server\config\scripts\postScripts.sql
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL> set echo on
    SQL> spool C:\oraclexe\app\oracle\product\11.2.0\server\config\log\postScripts.log
    I spent around 2 days to come to this reason and now I do not know what to do next.
    My actions to resolve this problem:
    1. Checked if my user has administrative rights and belongs to ora_dba. It does!
    2. Turned Microsoft UAC off.
    3. Set the system and local variables of ORACLE_BASE, ORACLE_HOME, ORACLE_SID, PATH, TNS-ADMIN to the appropriate values in Enivornment Variables:
         - ORACLE_BASE -> C:\oraclexe
         - ORACLE_HOME -> %ORACLE_BASE%\app\oracle\product\11.2.0\server
         - ORACLE_SID -> XE
         - Added to PATH -> C:\oraclexe\app\oracle\product\11.2.0\server\bin;
         - TNS_ADMIN -> %ORACLE_HOME%\network\admin
    4. Removed Oracle XE 11g and reinstalled to another drive. No sense!
    Some more errors:
    1. C:\oraclexe\app\oracle\product\11.2.0\server\config\log\XE.bat.log
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Ein Mitglied konnte in der lokalen Gruppe nicht hinzugefugt oder entfernt werden, da das Mitglied nicht vorhanden ist.
    It means -> O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    I understand that I need to logon as batch job. I added me to this policy in User Rights Assignments, but still I get these "DIM-00019: create service error" and "O/S-Error: (OS 1387)". And I guess just therefore my database is not starting well.
    2. 127.0.0.1:8080/apex/f?p=4950 is not starting in browser. It is probably because the database is not running appropriately. For this issue have already seen one topic in Google that the HTTP Properties inside the Listener Status must be set to 8080 to make this link work. But in my case I do not see this line in my Listener Status:
    Some other information relevant to the issue:
    1)  echo %USERNAME% - Administrator
         echo %USERDOMAIN% - ildar-PC
    2) Listener.log:
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
        (SID_DESC =
          (SID_NAME = CLRExtProc)
          (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    3) Tnsnames.log
    XE =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP)(HOST = ildar-PC)(PORT = 1521))
        (CONNECT_DATA =
          (SERVER = DEDICATED)
          (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
        (CONNECT_DATA =
          (SID = CLRExtProc)
          (PRESENTATION = RO)
    4) Sqlnet.log:
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    5) While connecting by sqlplus, I get this errors/messages:
    6) Confirmation that I've got admin rights and I am in ORA_DBA:
    If u need some more information from me, please let me know!!
    Guys please help me to solve this issue, 'cause I've almost got frustrated to find out the solution of this problem. Thank you beforehand!!
    Kind regards,
    ildar

    I have tried to install both of them lots of times but in each case I receive the same in my XE.bat file:
    Instance created.
    DIM-00019: create service error
    O/S-Error: (OS 1387) Unable to add or remove a member from the local group because this member does not exist.
    Have checked OS 1387 error at Microsoft Support and as possible cause of the problem they give as follows:
    This issue can occur if the environment has a disjointed namespace (i.e. the domain has different NetBIOS and DNS names). For example, assume that the domain has a NetBIOS name of "domain.com" and a DNS name of "domain-old.com." When users are added in the Windows UI, they are displayed in the format of domain\ComputerName. However, you notice in the error log that there was an attempt to add a computer account in the format of domain-old\ComputerName. (System Center 2012 R2 Data Protection Manager install fails and generates ID: 4323: "A member could not be added")
    Tried to find out my DNS name, but it is impossible because I don't have any domain installed and my machine is not connected to it. Some other blog (Install Oracle 11gR2 on Windows) advices to work with adding my computer account to some non-real windows domain (just for the purpose of resolving the network) as well and reinstall the database then. If I undestand it right I need minimum 2 machines for this. But I own just one, where the server is based and thought that is enough to run the database... no idea ..

  • Wily Introscope is not running in Solution Manager 7.1

    Hello Experts,
    wily Introscope is not running in solution manager system,
    below error getting in log, solution manager is running on windows server and how to start wily in windows.
    8/23/14 11:58:50.088 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope Enterprise Manager Release 9.1.0.0 (Build 581006)
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Java VM version "Java HotSpot(TM) 64-Bit Server VM 1.6.0_23" from Sun Microsystems Inc.
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Introscope installation at: D:\usr\sap\CCMS\apmintroscope\.
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] CA Introscope(R) Version 9.1
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Copyright (c) 2011 CA. All Rights Reserved.
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope(R) is a registered trademark of CA.
    8/23/14 11:58:50.089 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting Introscope Enterprise Manager...
    8/23/14 11:58:50.090 AM IST [INFO] [WrapperSimpleAppMain] [Manager]
    ****** CA Wily Introscope License ******
      type = em-sap
      rev = 30
      cid = sap-ags
      organization = SAP Active Global Support
      reg-id = sap-end-user
      email = none
      sum = 27618b562bc2239e3cf71d9542c76df4
    8/23/14 11:58:50.091 AM IST [INFO] [WrapperSimpleAppMain] [Manager] The Introscope Enterprise Manager is set to run in StandAlone mode.
    8/23/14 11:58:50.113 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting server...
    8/23/14 11:58:52.343 AM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections are enabled
    8/23/14 11:58:52.343 AM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections will be assigned the name "WilyWebView"
    8/23/14 11:58:52.412 AM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Configured the Manager of Managers user using private key internal/server/EM.private
    8/23/14 11:58:52.628 AM IST [ERROR] [WrapperSimpleAppMain] [Manager] The EM failed to start. Local Users and Groups realm is misconfigured. Error using new settings for Realm: Non existent user "analyst" referenced in "CEM Analyst" group.
    8/23/14 11:58:52.645 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Shutting down the Isengard server
    8/23/14 11:58:52.655 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Orderly shutdown complete.
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope Enterprise Manager Release 9.1.0.0 (Build 581006)
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Java VM version "Java HotSpot(TM) 64-Bit Server VM 1.6.0_23" from Sun Microsystems Inc.
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Introscope installation at: D:\usr\sap\CCMS\apmintroscope\.
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] CA Introscope(R) Version 9.1
    8/23/14 12:02:31.584 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Copyright (c) 2011 CA. All Rights Reserved.
    8/23/14 12:02:31.585 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope(R) is a registered trademark of CA.
    8/23/14 12:02:31.585 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting Introscope Enterprise Manager...
    8/23/14 12:02:31.585 PM IST [INFO] [WrapperSimpleAppMain] [Manager]
    ****** CA Wily Introscope License ******
      type = em-sap
      rev = 30
      cid = sap-ags
      organization = SAP Active Global Support
      reg-id = sap-end-user
      email = none
      sum = 27618b562bc2239e3cf71d9542c76df4
    8/23/14 12:02:31.586 PM IST [INFO] [WrapperSimpleAppMain] [Manager] The Introscope Enterprise Manager is set to run in StandAlone mode.
    8/23/14 12:02:31.602 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting server...
    8/23/14 12:02:31.958 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections are enabled
    8/23/14 12:02:31.959 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections will be assigned the name "WilyWebView"
    8/23/14 12:02:32.030 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Configured the Manager of Managers user using private key internal/server/EM.private
    8/23/14 12:02:32.287 PM IST [ERROR] [WrapperSimpleAppMain] [Manager] The EM failed to start. Local Users and Groups realm is misconfigured. Error using new settings for Realm: Non existent user "analyst" referenced in "CEM Analyst" group.
    8/23/14 12:02:32.306 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Shutting down the Isengard server
    8/23/14 12:02:32.321 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Orderly shutdown complete.
    8/23/14 12:37:05.225 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope Enterprise Manager Release 9.1.0.0 (Build 581006)
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Java VM version "Java HotSpot(TM) 64-Bit Server VM 1.6.0_23" from Sun Microsystems Inc.
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Using Introscope installation at: D:\usr\sap\CCMS\apmintroscope\.
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] CA Introscope(R) Version 9.1
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Copyright (c) 2011 CA. All Rights Reserved.
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope(R) is a registered trademark of CA.
    8/23/14 12:37:05.226 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting Introscope Enterprise Manager...
    8/23/14 12:37:05.227 PM IST [INFO] [WrapperSimpleAppMain] [Manager]
    ****** CA Wily Introscope License ******
      type = em-sap
      rev = 30
      cid = sap-ags
      organization = SAP Active Global Support
      reg-id = sap-end-user
      email = none
      sum = 27618b562bc2239e3cf71d9542c76df4
    8/23/14 12:37:05.228 PM IST [INFO] [WrapperSimpleAppMain] [Manager] The Introscope Enterprise Manager is set to run in StandAlone mode.
    8/23/14 12:37:05.249 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Starting server...
    8/23/14 12:37:05.644 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections are enabled
    8/23/14 12:37:05.644 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Introscope WebView connections will be assigned the name "WilyWebView"
    8/23/14 12:37:05.728 PM IST [INFO] [WrapperSimpleAppMain] [Manager.Authentication] Configured the Manager of Managers user using private key internal/server/EM.private
    8/23/14 12:37:05.994 PM IST [ERROR] [WrapperSimpleAppMain] [Manager] The EM failed to start. Local Users and Groups realm is misconfigured. Error using new settings for Realm: Non existent user "analyst" referenced in "CEM Analyst" group.
    8/23/14 12:37:06.014 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Shutting down the Isengard server
    8/23/14 12:37:06.028 PM IST [INFO] [WrapperSimpleAppMain] [Manager] Orderly shutdown complete.
    Please assist me on this
    Best Regards
    Hanuman

    Hello Srivastav,
    i am getting below problem in wily introscope log
    9/01/14 11:22:02.675 AM IST [ERROR] [WrapperSimpleAppMain] [Manager.Acceptor] Failed to bind to server socket
    java.net.BindException: Address already in use: bind
      at sun.nio.ch.Net.bind(Native Method)
      at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
      at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
      at com.wily.isengard.postofficehub.link.server.Acceptor.<init>(Acceptor.java:72)
      at com.wily.isengard.postofficehub.link.server.ConnectionListenerFactory.create(ConnectionListenerFactory.java:31)
      at com.wily.isengard.postoffice.server.PostOfficeHubServer.startIncomingConnectionListener(PostOfficeHubServer.java:261)
      at com.wily.isengard.postoffice.server.PostOfficeHubServer.startAllIncomingConnectionListeners(PostOfficeHubServer.java:235)
      at com.wily.isengard.postoffice.server.PostOfficeHubServer.acceptIncomingHubConnections(PostOfficeHubServer.java:103)
      at com.wily.isengard.api.server.IsengardControllerServer.acceptIncomingConnections(IsengardControllerServer.java:207)
      at com.wily.isengard.api.samplemain.SampleMain.acceptIncomingConnections(SampleMain.java:117)
      at com.wily.introscope.server.enterprise.EnterpriseServer.initialize(EnterpriseServer.java:708)
      at com.wily.introscope.server.enterprise.EnterpriseServer.doStart(EnterpriseServer.java:358)
      at com.wily.util.ALifeCycle.start(ALifeCycle.java:86)
      at com.wily.introscope.server.enterprise.EnterpriseServer.<init>(EnterpriseServer.java:301)
      at com.wily.introscope.server.enterprise.EnterpriseServer.<init>(EnterpriseServer.java:280)
      at com.wily.introscope.server.enterprise.EnterpriseServer.start(EnterpriseServer.java:1444)
      at com.wily.introscope.em.internal.Activator.startEM(Activator.java:116)
      at com.wily.introscope.em.internal.Application.start(Application.java:27)
      at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
      at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
      at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
      at org.eclipse.core.launcher.Main.main(Main.java:30)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.tanukisoftware.wrapper.WrapperSimpleApp.run(WrapperSimpleApp.java:244)
      at java.lang.Thread.run(Thread.java:662)
    9/01/14 11:22:02.679 AM IST [INFO] [WrapperSimpleAppMain] [Manager.PostOfficeHub] Server listening for incoming default socket connections on port 6001
    9/01/14 11:22:02.682 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Connection Initiator listening...
    9/01/14 11:22:02.684 AM IST [INFO] [WrapperSimpleAppMain] [Manager.MMHotDeployEntity] Will monitor D:\usr\sap\CCMS\apmintroscope\deploy for new files every 60 seconds
    9/01/14 11:22:02.685 AM IST [INFO] [WrapperSimpleAppMain] [Manager] Introscope Enterprise Manager started with management module warnings.
    9/01/14 11:22:42.883 AM IST [INFO] [PO:main Mailman 1] [Manager.LoadBalancer] Loaded loadbalancing.xml
    9/01/14 11:23:31.817 AM IST [INFO] [btpool0-1] [Manager] User "Admin" logged in successfully from host "localhost"
    9/01/14 11:23:31.825 AM IST [INFO] [btpool0-1] [Manager] request.getContextPath() /webview
    9/01/14 11:23:31.826 AM IST [INFO] [btpool0-1] [Manager] Login event Admin 1667ryb11leum 10.1.0.133 true
    9/01/14 11:51:30.061 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409164200000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.063 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409077800000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.064 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409423400000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.066 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409337000000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.067 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1409250600000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.088 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1406831400000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.089 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1408991400000.data seems to be OK - not sure what to do with append inputs
    9/01/14 11:51:30.090 AM IST [INFO] [Carver data management] [Manager] Existing query file data\archive\1408905000000.data seems to be OK - not sure what to do with append inputs
    Please help me to sort this issue,
    Best Regards,
    Hanuman Chinthalwar

  • "qmasterd not running" - how this happened and what we did to fix it.

    For this with the message "qmasterd not running".
    This may be of help to those of you who are unsuccessful in
    • initialising qmasterd
    • can't sucessfully 'START' qmaster from the system preferences panel
    • can't start qmasterd from the shell or the startupitems
    • can't establish a cluster in qmasteradmin.app
    • etc etc
    Taste will vary ofcourse.
    SOLUTION: after 2 days of concentrated troubleshooting on this we REINITIALISED the startup disk and RE_INSTALLED THE 10.4.8 O/S and all the applications and replaced (copied) the user data on the primary startup disk.
    Affected H/W:
    • g5 QUAD w/8GB memory and 3.7TB disk (including 2 x 250SATA internal DDMs) with 7800graphic card
    • 30inches HD Cinema display
    HIstory:
    • decided to UPGRADE internal 2 x 250GB SATA1 DDM's with 2 x 500GB sATA2 DDMS because of storage shortage.
    • on advice, we used APPLE MIGRATION ASSITANT to migrate 100% functional OS 10.4.8 startup disk (Macintoish HD) to external FW disk that had a fullfunctional 10.4.8 and apple pro apps as a back up. (This proved to be a very bad error of judgement - a mistake)
    • all data migrated over to external disk sucessfully. System restarted on EXTERNAL DISK and tests (TTPRO) and user apps run - all is ok
    • replaced G5 internal UPPER SATA1 250GB disk with new SATA2 500GB .
    • using G5 startup DVD's , built and initialised OS/X 10.4.8 system on NEW G5 QUAD internal UPPER 500GB SATA2 disk as Macintosh HD.
    • used Apple MIGRATION ASSISTANT to migrate all user and apps and ALL the files and objects from the working EXTERNAL disk we made earlier.
    • reatrted and all looked fine. FCS, SHAKE, MOTION etc etc.. all business apps. UNTIL!..
    • we could NOT get qmasterd to start - msg "qmasterd not running"
    • restarted system many times.. no success.
    ERROR SYMPTOMS:
    • noticed sever apps were corrupted such as WACOM TABLET, LIttle SNITCH and others - these were remidied by reinstallation ... however..
    • console crash reporter contained MANY dumps of qmasterd with general addressing exceptions:
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0nnnnnnn
    also r31 contined the page aligned address of the exception.. and this was ALWAYS different.. so assumed a data driven (parm??) corruption.
    • other symptions include that need to kill -9 (force quit) qmasterd as it would NEVER shutdown.
    WHat else we did to try and fix this:
    • repaired disk permissions (disk utility.app) - no luck...
    • repaired qmaster files disk permissions as per http://www.kashum.com/blog/1152611689 and follwd instructions.. no luck
    • removed QMASTER as per the instructions at http://docs.info.apple.com/article.html?artnum=93234 - reinstalled - NO LUCK - still dumps... ;(
    • removed all the qmasterd parms hoping that would help - no luck
    • used many sugesstions form these discussion, COW etc .. including disconnecting all networks... no luck
    • tried out most of the suggestions including an excellent on from Richard BF at http://www.kashum.com/blog/1152611689 - a trully excellent entry for those with the issue of Unable to connect to background process' error dialog problem.
    • einstalled QMASTER for SHAKE4.1 disks - no luck
    • resinstalled FCS (2 hours later) - no luck
    • restarted on secondary system (the external disk) and QMASTER works fine!
    • reinstalled the original 250GB SATA1 - restarted form it to verify QMASTER was ok.. no dumps existed.
    • reinstalled OS 10.4.8 (OS only) .. no luck
    • used CARBONCOPY (CCC) to make new disk - this failed miserably .. will not use this again ever....
    final outcome:
    • concluded that APPLE MIGRATION ASSISTANT had somehow corrupted some objects in the SECOND GENERATION of copy) from external DISK to new internal 500GB SATA2 drive.
    • threw the towel in and initialised the G5 QUAD's UPPER internal DDM (500GB SATA2) - installed a new OS to 10.4.8 + maint
    • tediously installed every APP including ADOBE CS2 and the CS3 photoshop whilst I mess around calling Adobe locally for an activation code (I always need to do this I dunno why).
    so a great waste of 2 days.
    Summary: when QMASTER works it is terrific.. especially for rendering and transcoding... but when it doesn;t it is dreadful.
    Maybe someone with expertise could shed some light on this.
    cheers
    W
    Hong Kong

    HI Chris, I closed it because:
    • at the time + a few eeks after I posted it, I had few views of it .
    • it is just a reference document to suggest the trouble shooting procedures and headaches we endured to try and rectify it in the view that others may try this path
    • it is in fact old news for some who have FCS 2 now.
    The 'fix" is described in the "SOLUTION" part of my post.
    I agree your symptom you are having wth QMASTER is of great frustration.
    I would encourage you however to perserve to get this working because wehn set up it works very well.
    fwiw

  • Daemon not running

    I am trying to run OEM and it is failing to start do to the daemon not running. On the http://localhost:5500/em login page it says the database might be shutdown and has a startup and recovery button. I clicked on startup, even though I know the database is up. I put in the login credentials and it fails with an IO error.
    Can anyone help me?

    Hi
    I can tell you about the Windows Environment. These steps may solve your problem.
    Check and perform the following.
    1. DBSNMP and SYSMAN accounts are NOT LOCKED.
    2. OS user responsible for starting services is a member of ORA_DBA group.
    3. OS user is a member of LOGON AS BATCH JOB in Local Security Policy.
    4. In Host Credentials provide the OS user name in the following way
    DOMAIN_NAME\username.
    5. Verify Listener is running and appropriate entries exists in TNSNAMES.ora file.
    Hope it helps.
    Rgds
    Adnan

  • CO & SE process of Java not running.

    HI All,
    In our NW7.0 BI development Server, following processes are not running..
    co.sapBID_DVEBM  & se.sapBID_DVEBM (not working)     (result of  ps u2013e|grep BI)
    ms.sapBIP_DVEBM  &  ig.sapBIP_DVEBM (working properly)
    and  even java processes are not running when we see thru portal
    SAP is running properly & we can login thru GUI also..I checked in start profile also..
    Any idea how to start above processes..??
    Regards,
    C Singh.

    I just restarted instance & found some errors...pls find startsap_DVEBMGS00.log
    (32128) Starting: local ms.sapBID_DVEBMGS00 pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev
    (32129) Starting: local dw.sapBID_DVEBMGS00 pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev
    (32130) Starting: local co.sapBID_DVEBMGS00 pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev -F
    (32131) Starting: local se.sapBID_DVEBMGS00 pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev -F
    (32132) Starting: local ig.sapBID_DVEBMGS00 -mode=profile pf=/usr/sap/BID/SYS/profile/BID_DVEBMGS00_sapbidev
    (32102) Waiting for Child Processes to terminate.
    (32102) **** 2010/04/26 18:08:17 Child 32130 terminated with Status 2 . ****
    (32130) **** 2010/04/26 18:08:17 No RestartProgram command for program 2  ****
    (32102) **** 2010/04/26 18:08:17 Child 32128 terminated with Status 0 . ****
    (32128) **** 2010/04/26 18:08:17 No RestartProgram command for program 0  ****
    (32102) **** 2010/04/26 18:08:17 Child 32131 terminated with Status 2 . ****
    (32131) **** 2010/04/26 18:08:17 No RestartProgram command for program 3  ****
    (32102) **** 2010/04/26 18:08:19 Child 32129 terminated with Status 1 . ****
    (32129) **** 2010/04/26 18:08:19 No RestartProgram command for program 1  ****
    Instance on host sapbidev started
    (32102) **** 2010/04/26 18:32:57 Caught Signal to Stop all Programs. ****
    & Startsap_SCS01.log
    (32102) Parent Shutdown at 2010/04/26 18:32:59
    (32102) Stop Child Process: 32132
    (32102) Wait 300 sec for Process 32132 terminating...
    (32021) Starting: local ms.sapBID_SCS01 pf=/usr/sap/BID/SYS/profile/BID_SCS01_sapbidev
    (32022) Starting: local en.sapBID_SCS01 pf=/usr/sap/BID/SYS/profile/BID_SCS01_sapbidev
    (32008) Waiting for Child Processes to terminate.
    Instance on host sapbidev started
    (32008) **** 2010/04/26 18:33:17 Caught Signal to Stop all Programs. ****
    (32008) Parent Shutdown at 2010/04/26 18:33:19
    (32008) Stop Child Process: 32022
    (32008) Wait 300 sec for Process 32022 terminating...
    (32008) Stop Child Process: 32021
    (32008) Wait 300 sec for Process 32021 terminating...
    pls update..how to solve ths error,,
    Regards,
    C Singh.

  • QMASTER hints 4 usual trouble (QM NOT running/CLUSTEREd nodes/Networks etc

    All, I just posted this with some hints & workaround with very common issues people have on this forum and keep asking concerning the use of APPLE QMASTER with FCP, SHAKE, COMPRESSOR and MOTION. I've had many over the last 2 years and see them coming up frequently.
    Perhaps these symptoms are fixed in FCS2 at MAY 2007 (now). However if not here's some ROTS that i used for FCP to compressor via QMASTER cluster for example. NO special order but might help someone get around the stuff with QMASTER V2.3, FCP V5.1.4, compressor.app V2.3
    I saw the latest QMASTER UI and usage at NAB2007 and it looked a little more solid with some "EASY SETUP" stuff. I hope it has been reworked underneath.. I guess I will know soon if it has.
    For most FCP/COMPRESSOR, SHAKE. MOTION and COMPRESSOR:
    • provide access from ALL nodes to ALL the source and target objects (files) on their VOLUMES. Simply MOUNT those volumes through the APPLE file system (via NFS) using +k (cmd+k) or finder/go/connect to server. OR using an SSAFS such as XSAN™ where the file systems are all shared over FC not the network. YOu will notice the CPU's going very busy for a small while. THhis is the APPLE FILE SYSTEM task,,, I guess it's doing 'spotlight stuff". This goes away after a few minutes.
    • set the COMPRESSOR preferences for "CLUSTER OPTIONS" to "Never copy source to Cluster". This means that all nodes can access your source and target objects (files) over NFS (as above). Failure to to this means LENGTHY times to COPY material back an forth, in some cases undermining the pleasure gained from initially using clustering (reduced job times)
    • DONT mix the PHYSICAL or LOGICAL networks in your local cluster. I dont know why but I could never get this to work. Physical mean stick with eother ETHERNET or FIREWIRE or your other (airport etc whic will be generally way to slow and useless), Logical measn leepin all nodes on the SAME subnet. You can do this siply by setting theis up in the system preferences/QMASTER/advanced tab under "Use Network Interfaces". In my currnet QUAd I set this to use BUILT IN ETHERNET1 and in the MPBDC's I set this to their BUILTIN ETHERNET.
    • LOGICAL NETWORKS (Subnet): simply HARDCODE an IP address on the ETHERNET (for eample) for your cluster nodes andthe service controller. FOr eample 3.1.1.x .... it will all connect fine.
    • Physical Networks: As above (1) DONT MIX firewire (IPoFW) and Ethernet(IPoE). (2) if more than extra service node USE A HUB or SWITCH. I went and bought a 10 port GbE HUB for about $HK400 (€40) and it worked fine. I was NEVER able to get a stable system of QMASTER mixing FW and ETHERNET. (3) fwiw using IP of FW caused me a LOAD of DISK errors and timouts (I/O errors) on thosse DISKs that were FW400 (al gone now) but it showed this was not stable overall
    • for the cluster controller node MAKE SURE you set the CLUSTER STORAGE (system preferences/QMASTER/shared cluster storage) for the CLUSTER CONTROLLER NODE IS ON A SHARED volume (See above). This seems essential for SHAKE to work. (if not check the Qmaster errors in the console.app [see below] ). IF you have an SSAFS like XSAN™ then just add this cluster storage on a share file path. NOte that QMASTER does not permit the cluster storage to be on a NETWORK NODE for some reason. So in short just MOUNT the volume where the SHARED CLUSTER file is maintained for the CLUSTER controller.
    • FCP - avoid EXPORT to COMPRESSOR from the TIMELINE - it never seems to work properly (see later). Instead EXPORT FROM SEQUENCE in the BROWSER - consistent results
    • FCP - "media missing " messages on EXPORT to COMPRESSOR.. seems a defect in FCP 5.1 when you EXPORT using a sequence that is NOT in the "root" or primary trry in the FCP PROJECT BROWSER. Simply if you have browser/bin A contains(Bin B (contains Bin C (contains sequence X))) this will FAIL (wont work) for "EXPORT TO COMPRESSOR" if you use EXPORT to COMPRESSOR in a FCP browser PANE that is separately OPEN. To get around this, simply OPEN/EXPOSE the triangles/trees in the BROWSER PANE for the PROJECT and select the SEQUENCE you want and "EXPORT to COMPRESSOR" from there. This has been documented in a few places in this forum I think.
    • FCP -> COMPRESSOR -> .M2V (for DVDSP3): some things here. EXPORTING from an FCP SEQUENCE with CHAPTER MARKERS to an MPEG2 .M2V encoding USING A CLUSTER causes errors in the placement of the chapter makers when it is imported to DVDSP3. In fact CONSISTENTLY, ALL the chapter markers are all PLACED AT THE END of the TRACK in DVD SP# - somewhat useless. This seems to happen ALSO when the source is an FCP reference movie, although inconsistent. A simple work around if you have the machines is TRUN OF SEGMENTING in the COMPRESSOR ENCODER inspector. let each .M2V transcode run on the same service node. FOr the jobs at hand just set up a CLUSTER and controller for each machine and then SELECT the cluster (myclusterA, hisclusterb, herclusterc) for each transcode job.. anyway for me.. the time spent resolving all this I could have TRANSCODED all this on my QUAD and it would all have ben done by sooner! (LOL)
    • CONSOLE logs: IF QMASTER fails, I would suggest your fist port of diagnosis should be /Library/Logs/Qmaster in there you will see (on the controller node) compressor.log, jobcontroller.com.apple.qmaster.cluster.admin.log, and lots of others including service controller.com.apple.qmaster.executorX.log (for each cpu/core and node) andd qmasterca.log. All these are worth a look and for me helped me solve 90% of my qmaster errors and failures.
    • MOTION 3 - fwiw.. EXPORT USING COMPRESSOR to a CLUSTER seems to fail EVERY TIME.. seems MOTION is writing stuff out to a /var/spool/qmaster
    TROUBLESHOOTING QMASTER: IF QMASTER seems buggered up (hosed), then follow these steps PRIOR to restarting you machines.
    go read the TROUBLE SHOOTING in the published APPLE docs for COMPRESSOR, SHAKE and "SET UP FOR DISTRIBUTED PROCESSING" and serach these forums CAREFULLY.. the answer is usually there somewhere.
    ELSE THEN,, try these steps....
    You'll feel that QMASTER is in trouble when you
    • see that the QMASTER ICON at the top of the screen says 'NO SERVICES" even though that node is started and
    • that the APPLE QMASTER ADMINSTRATOR is VERY SLOW after an 'APPLY" (like minutes with SPINNING BEACHBALL) or it WONT LET YOU DELETE a cluster or you see 'undefined' nodes in your cluster (meaning that one was shut down or had a network failure)..... all this means it's going to get worse and worse. SO DONT submit any more work to QAMSTER... best count you gains and follow this list next.
    (a) in COMPRESSOR.app / RESET BACKGROUND PROCESSES (its under the COMPRESSOR name list box) see if things get kick started but you will lose all the work that has been done up to that point for COMPRESSOR.app
    b) if no OK, then on EACH node in that cluster, STOP the QMASTER (system preferences/QMASTER/setup [set 0 minutes in the prompt and OK). Then when STOPPED, RESET the shared services my licking OPTION+CLICK on the "START" button to reveal the "RESET SERVICES". Then click "START" on each node to start the services. This has the actin of REMOVING or in the case where the CLUSTER CONTROLLER node is "RESET" f terminating the cluster that's under its control. IF so Simply go to APPLE QMASTER ADMINISTRATOR and REDFINE it. Go restart you cluster.
    c) if step (b) is no help, consult the QMASTER logs in /Library/Logs/Qmaster (using the cosole.app) for any FILE MISSING or FILE not found or FILE ERROR . Look carefully for the NODENAME (the machine_name.local) where the error may have occured. Sometimes it's very chatty. Others it is not. ALso look in the BATCH MONITOR OUTPUT for errors messages. Often these are NEVER written (or I cant find them) in the /var/logs... try and resolve any issues you can see (mostly VOLUME or FILE path issues from my experience)
    (d) if still no joy then - try removing all the 'dead' cluster files from /var/tmp/qmaster , /var/sppol/qmaster and also the file directory that you specified above for the controller to share the clustering. FOR shake issues, go do the same (note also where the shake shared cluster file path is - it can be also specified in the RENDER FILEOUT nodes prompt).
    e) if all this WONT help you, its time to get the BIG hammer out. Simply, STOP all nodes of not stopped. (if status/mode is "STOPPING" then it [QMASTER] is truly buggered). DISMOUNT the network volumes you had mounted. and RESTART ALL YOUR NODES. Tis has the affect of RESTARTING all the QMASTERD tasks. YEs sure you can go in and SUDO restart them but it is dodgy at best because they never seem to terminate cleanly (Kill -9 etc) or FORCE QUIT.... is what one ends up doing and then STILL having to restart.
    f) after restart perform steps from (B) again and it will be usually (but not always) right after that
    LAstly - here's some posts I have made that may help others for QMASTER 2.3 .. and not for the NEW QMASTER as at MAy 2007...
    Topic "qmasterd not running" - how this happened and what we did to fix it. - http://discussions.apple.com/message.jspa?messageID=4168064#4168064
    Topic: IP over Firewire AND Ethernet connected cluster? http://discussions.apple.com/message.jspa?messageID=4171772#4171772
    LAstly spend some DEDICATED time to using OBJECTIVE keywords to search the FINAL CUT PRO, SHAKE, COMPRESSOR , MOTION and QMASTER forums
    hope thats helps.
    G5 QUAD 8GB ram w/3.5TB + 2 x 15in MBPCore   Mac OS X (10.4.9)   FCS1, SHAKE 4.1

    Warwick,
    Thanks for joining the forum and for doing all this work and posting your results for our benefit.
    As FCP2 arrives in our shop, we will try once again to make sense of it and to see if we can boost our efficiencies in rendering big projects and getting Compressor to embrace five or six idle Macs.
    Nonetheless, I am still in "Major Disbelief Mode" that Apple has done so little to make this software actually useful.
    bogiesan

  • Office 2013 applications will not run as a domain users

    I have a windows 7 64-bit pc with 2013 office home and and business installed. When trying to access Office as a domain user the programs will not run. Is there a fix for this other than making the users local admins?

    Hi,
    Which version of Office 2013 did you deployed, Windows Installer-based version or the Click-to-Run version?
    Did you install the Office product with local administrator account? I notice that the users must be local administrators on their computers to install Office:
    http://technet.microsoft.com/en-us/library/ee624360.aspx
    If we add the local admin right to the user, can the Office programs be launched? If so, repair the Office programs and then remove the local admin right. See if it can work.
    Best regards,
    Rex Zhang
    TechNet Community Support

  • If you're NOT running Aperture 3.6 and want to update to 10.10.3 - read this FIRST.

    If you’re NOT running Aperture 3.6 and want to update to 10.10.3 - read this FIRST.
    In this personal scenario, I used a Mavericks (10.9) test hard drive to see what would happen if I updated to 10.10.3. No photos were harmed in the making of this post. I have full redundant back-ups of everything as should you before attempting ANY OS update. There simply is no excuse not to back up and keep your personal data protected in this day and age.
    Now that’s out of the way… 
    If you’re not running Aperture 3.6 (which I believe is only available if running 10.10.2), updating to 10.10.3 will disable any version of Aperture below that and it CANNOT be updated or found on the App Store, or downloaded from anywhere else. Both the Aperture and iPhotos icons in the dock will have a white circle with a line going through it.
    If you click to open Aperture, the computer will prompt you to update to the latest version because the current version is not compatible with Yosemite. After you acknowledge that, it sends you the the App Store where you will be met with a message that states “Item not available”. It also no longer appears in your purchase history so you can’t update it from there either!
    You’re now forced to use the new Photos app.
    Upon it’s it’s first launch, the Photos app will create a new library for itself and migrate/duplicate all Aperture photos into it. Effectively doubling the disc space used by your pictures...
    This behavior apparently does not happen going from 10.10.2 to 10.10.3. In this latter scenario, Photos still uses the Aperture library and creates a smaller Photos library migrating only the metadata it seems. The actual photos are still referenced from the Aperture library and you can continue to use Aperture (3.6) if you choose. The libraries are NOT unified though. Changes made in one will NOT be reflected in the other.
    In other words, you cannot leap-frog update if you want to continue using Aperture.
    The 10.10.2 Combo Update “may” solve this problem but I have not tested it. Here is a link if you’re feeling brave. https://support.apple.com/kb/DL1786?locale=en_US
    Here are some screen-shots.

    I had been trying to download 7.0.1 with Firefox 3.6. Just would NOT download. Well, I opened another browser, Safari, went to the download page, and the download worked. Who knew?
    All is well now.
    Thanks for the reply.

  • Server Process  is not running in the  WAS  JAVA

    Hi,
    The WAS JAVA  have the resources Netweaver7.0 and java is j2sdk1.4.2_13 version Operating system is Windows2003 and database server is SQLserver2005.
    Previously it was running properly Now it giving the following Error.
    Any one of you please give me suggestions how to solve it .
    Devolper trace for the jcontol.exe process is as follows
    trc file: "D:\usr\sap\NW2\JC02\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 4516
    system name : NW2
    system nr.  : 02
    started at  : Mon Mar 24 17:07:20 2008
    arguments       :
           arg[00] : D:\usr\sap\NW2\JC02\exe\jcontrol.EXE
           arg[01] : pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.box.number=NW2JC02mmsr17] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.en.host=mmsr17] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.en.port=3203] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.system.id=2] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties;D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : mmsr17
    -> ms port    : 3903
    -> OS libs    : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> files [01] : D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : mmsr17
    -> ms port    : 3903
    -> os libs    : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID28653700 : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID28653750 : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID28653700           : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [01] ID28653750           : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [02] sdm                  : D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    [Thr 4512] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 4512] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0286537
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_bootstrap.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlExecuteBootstrap: read instance values after global bootstrap
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.box.number=NW2JC02mmsr17] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.en.host=mmsr17] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.en.port=3203] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.system.id=2] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties;D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : mmsr17
    -> ms port    : 3903
    -> OS libs    : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    [Thr 4512] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> files [01] : D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : mmsr17
    -> ms port    : 3903
    -> os libs    : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID28653700 : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID28653750 : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID28653700           : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [01] ID28653750           : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [02] sdm                  : D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    [Thr 4512] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID28653700]
    [Thr 4512] [Node: dispatcher bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID28653700]
    -> node name          : dispatcher bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID028653700
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=bootstrap_ID28653700
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_bootstrap_ID28653700.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_bootstrap_ID28653700.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_bootstrap_ID28653700
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID28653750]
    [Thr 4512] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID28653750]
    -> node name          : server0 bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID028653750
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=bootstrap_ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_bootstrap_ID28653750.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_bootstrap_ID28653750.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_bootstrap_ID28653750
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 5144] JControlRequestFunc: Thread 5144 started as listener thread for np messages.
    [Thr 4512] [Node: dispatcher] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID28653700]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -XX:NewSize=57m -XX:MaxNewSize=57m -XX:NewRatio=3 -XX:DisableExplicitGC -verbose:gc -XX:UseConcMarkSweepGC
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 170M
    -> init heap size     : 170M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster\dispatcher
    -> class path         : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 4512] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID28653750]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : yes
    -> debug port         : 50221
    -> shutdown timeout   : 120000
    [Thr 4512] INFO: Invalid property value [Debbugable=yes]
    [Thr 4512] [Node: SDM] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [sdm]
    -> node name          : SDM
    -> node type          : sdm
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    :
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\NW2\JC02\SDM\program
    -> class path         : D:\usr\sap\NW2\JC02\SDM\program\bin\SDM.jar
    -> OS libs path       : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> main class         : SDMInternal
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> shutdown class     : com.sap.sdm.jstartup.shutdown.InternalShutDown
    -> parameters         : server sdmhome=D:\usr\sap\NW2\JC02\SDM\program
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 4512] JControlMSConnect: attached to message server (mmsr17/3903)
    [Thr 5340] JControlMSMessageFunc: Thread 5340 started as listener thread for ms messages.
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_dispatcher
    -> arg[03] = -nodeId=0
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653700
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_dispatcher.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_dispatcher.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_dispatcher
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process dispatcher started (PID:5444)
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = -debugMode=yes
    -> arg[12] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:4684)
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_sdm
    -> arg[03] = -nodeId=2
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=sdm
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_sdm.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_sdm.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_sdm
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process SDM started (PID:5472)
    [Thr 4512] JControlMSSendLogon: delete SDM logon information (rc=0)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlMSSendLogon: insert SDM logon information (port=50218; rc=0)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:4684) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (1)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856249 -bz D:\usr\sap\NW2\SYS\global
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:3944)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:3944) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (2)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856314 -bz D:\usr\sap\NW2\SYS\global
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:4308)
    [Thr 4512]  Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:4308) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (3)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856350 -bz D:\usr\sap\NW2\SYS\global
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:2616)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:2616) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (4)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856405 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:10, argument:1 from pid:0
    [Thr 5144] JControlIDumpStackTrace: dump stacktrace for server0
    [Thr 5144] *** ERROR => Can't send command for stack dump (rc=-3) [jcntrxxi.c   1403]
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:19, argument:1 from pid:0
    [Thr 5144] JControlITraceIncrement: increment trace level for server0
    [Thr 5144] *** ERROR => Can't send command for trace level increment (rc=-3) [jcntrxxi.c   1434]
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:4, argument:1 from pid:0
    [Thr 5144] JControlIEnableProcess: enable process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:3556)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:3556) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (5)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856490 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:4, argument:1 from pid:0
    [Thr 5144] JControlIEnableProcess: enable process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:2872)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:2872) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (6)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189858000 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:10, argument:1 from pid:0
    [Thr 5144] JControlIDumpStackTrace: dump stacktrace for server0
    [Thr 5144] *** ERROR => Can't send command for stack dump (rc=-3) [jcntrxxi.c   1403]
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:4, argument:1 from pid:0
    [Thr 5144] JControlIEnableProcess: enable process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:4836)
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] JControlIProcessSoftKill: soft kill of process server0 (pid:4836)
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:4836) died (STOPPING)
    [Thr 4512] JControlIResetProcess: reset process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:5428)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:5428) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (7)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189860005 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:4, argument:1 from pid:0
    [Thr 5144] JControlIEnableProcess: enable process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:5196)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:5196) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (8)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189860117 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    Thanks,
    Vivek

    Hi Vivek,
    FYI :
    JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    The above message can be ignored. You will see that message often in perfectly up/running systems as well.
    Also, the dev_jcontrol file shows that the server process was terminating !
    You need to check std_server0.out file for the errors/exceptions as to why server0 was terminating abruptly. The reason should be apparent from dev_server0 and std_server0 most of the times unless its a startup framework bug where the error messages are not written to the log files.
    So, whenever the server process or dispatcher process fails to start, you should check the corresponding dev_server<n> or dev_dispatcher and std_server<n> / std_dispatcher  files. Also, usually, there will be some exception (if its application related) in the defaultrace file as well under server<n>\log or dispatcher\log depending on which one is failing to start.
    e.g. if server0 is failing to start due to some UME issues, you will see the mention of it in std_server0.out (definitely) and more ellaborate info/exceptions in deafultrace under server0\log as well.
    Hope the above helps.

Maybe you are looking for

  • Office Add-In Not Working After Installing Office 2013

    I just installed Office 2013 on my Windows 7 Pro desktop with Acrobat X Pro installed and all of the Office Add-In's went away.  I find them very useful and would like to know how I can get them working again. Thanks.

  • How i create oracle9i data Warehouse

    hi master sir i am use oracle 9i with devloper 6i sir how i create data Warehouse with my 9i data base please give me step what software i install how i use portal how i create datamart how create cub how i connect my oracle 9i with Warehouse how i s

  • Syncing old iPod to current iTunes

    I have a first generation iPod which has all of my old music and apps on it. I also have an iPhone 5 which is synced to my current iTunes library. Basically, I want to sync my old ipod to my current itunes so that everything on the old ipod gets wipe

  • EP learning

    Hi All, I am a fresher to SAP technology.I know webdynpro java and I want to learn EP. Can any body tell how to learn EP, I mean how to start,where to start and how to proceed?Please help me in this. Thank you.. Regards, Bharath. A

  • No LFE on subwoofer in playback

    I am compressing a final cut edit with some LFE sounds from apple loops. When I bring this into compressor, I enable LFE and choose 2.1 from the menu. But after I burn a DVD in DVDSP, the LFE sounds are garbage and don't activate the sub. Anything el