Unmarshaling fails after changing top level node from Array to Group

Hi all,
I created a custom OTD to read in the contents of a flat file. The top node was set to Array and it unmarshaled the data ok. Now one of my fellow developers changed my top node to a Group because in my otd there was not array delimiter set according to him. Now my unmarshaling fails with the following error:
There was an error during unmarshal.
<SOD>""<POS>"H14954510 ..." failed input match, after recordGroup[0]: left over 14290 bytes at end of data .
Does this mean there is more data than what is expected to be received?
When enabling Verbose Mode in my otd tester, the following out put is displayed:
[ parse #0 ]
[ parse 'otdInput', pos=0, end=14290, mandatory  ]
[ parse group, count=0, order=0, must ]
[ parse #1 ]
[ parse 'recordGroup', pos=0, end=14290, mandatory  ]
[ parse group, count=0, order=0, must ]
[ parse #2 ]
[ parse 'header', pos=0, end=14290 ]
[ parse group delim, Fog#13 ]
[ - push local delim list ]
[ - iteration #0 ]
[ parse 'rectype', pos=0, end=14290 ]
[ parse fixed, Fog#14, count=0 ]
[ - match BEGIN "H1" ]
[ - matched data 0 to 2: "H1" ]
[ - parse: result=1 ]
[ - parse: 'rectype' , done=false, pos=2, end=14290, last=EOD ]
[ parse 'PackListNumber', pos=2, end=14290 ]
[ parse fixed, Fog#458, count=0 ]
[ - matched data 2 to 22: "4954510             " ]
[ - parse: result=1 ]
[ - parse: 'PackListNumber' , done=false, pos=22, end=14290, last=EOD ]
[ parse 'SequenceNumber', pos=22, end=14290 ]
[ parse fixed, Fog#460, count=0 ]
[ - matched data 22 to 27: "00001" ]
[ - parse: result=1 ]
[ - parse: 'SequenceNumber' , done=false, pos=27, end=14290, last=EOD ]
[ parse 'StockNoticeNumber', pos=27, end=14290 ]
[ parse fixed, Fog#462, count=0 ]
[ - matched data 27 to 47: "49545100000100000000" ]
[ - parse: result=1 ]
[ - parse: 'StockNoticeNumber' , done=false, pos=47, end=14290, last=EOD ]
[ parse 'CurrentDate', pos=47, end=14290 ]
[ parse fixed, Fog#469, count=0 ]
[ - matched data 47 to 67: "                    " ]
[ - parse: result=1 ]
[ - parse: 'CurrentDate' , done=false, pos=67, end=14290, last=EOD ]
[ parse 'SequenceNumber:2', pos=67, end=14290 ]
[ parse fixed, Fog#471, count=0 ]
[ - matched data 67 to 72: "00001" ]
[ - parse: result=1 ]
[ - parse: 'SequenceNumber:2' , done=false, pos=72, end=14290, last=EOD ]
[ parse 'RecvStoreNumber', pos=72, end=14290 ]
[ parse fixed, Fog#473, count=0 ]
[ - matched data 72 to 89: "0000115888       " ]
[ - parse: result=1 ]
[ - parse: 'RecvStoreNumber' , done=false, pos=89, end=14290, last=EOD ]
[ parse 'SchedSendDate', pos=89, end=14290 ]
[ parse fixed, Fog#475, count=0 ]
[ - matched data 89 to 98: "080108   " ]
[ - parse: result=1 ]
[ - parse: 'SchedSendDate' , done=false, pos=98, end=14290, last=EOD ]
[ parse 'CreationDate', pos=98, end=14290 ]
[ parse fixed, Fog#477, count=0 ]
[ - matched data 98 to 107: "080108   " ]
[ - parse: result=1 ]
[ - parse: 'CreationDate' , done=false, pos=107, end=14290, last=EOD ]
[ parse 'CreationTime', pos=107, end=14290 ]
[ parse fixed, Fog#677, count=0 ]
[ - matched data 107 to 113: "091212" ]
[ - parse: result=1 ]
[ - parse: 'CreationTime' , done=false, pos=113, end=14290, last=EOD ]
[ parse 'RefNoticeNum', pos=113, end=14290 ]
[ parse fixed, Fog#547, count=0 ]
[ - matched data 113 to 133: "4954510             " ]
[ - parse: result=1 ]
[ - parse: 'RefNoticeNum' , done=false, pos=133, end=14290, last=EOD ]
[ parse 'ASN', pos=133, end=14290 ]
[ parse fixed, Fog#679, count=0 ]
[ - matched data 133 to 136: "ASN" ]
[ - parse: result=1 ]
[ - parse: 'ASN' , done=false, pos=136, end=14290, last=EOD ]
[ parse 'TRANSACTION_ID', pos=136, end=14290 ]
[ parse fixed, Fog#681, count=0 ]
[ - matched data 136 to 164: "ASN08010849545100..." ]
[ - parse: result=1 ]
[ - parse: 'TRANSACTION_ID' , done=false, pos=164, end=14290, last=EOD ]
[ - retry parent delimiter ]
[ - retry failed: overshoot, del=289, pos=0 ]
[ - parse: result=0 ]
[ - for #2: count=-1 ]
[ - parse: result=0 ]
[ - parse: 'recordGroup' , done=false, pos=0, end=14290, last=EOD ]
[ - for #1: count=0 ]
[ - parse: result=1 ]
[ - parse: 'otdInput' , done=false, pos=0, end=14290, last=EOD ]
[ - for #0: count=1 ]
What should I do to correct this?
Thanks & Kind Regards,
Richard

Can you tell me a quick summary of what you do did to solve this? I am having a similar error.

Similar Messages

  • Load of XML datstore fails after change of PK in from numeric to varchar

    I am facing the following problem.
    I am trying to load an XML datastore (target) from an Oracle table (source) via an interface.
    The primary key in the Oracle table is of data type varchar. However, the primary key in the XML datastore after reverse engineering is created as datatype numeric. When I change the data type of the XML data store PK from numeric to varchar and then execute the interface the load fails with error:
    Wrong data type for input string.
    Taking the geo_dim.xml in the ODI demo folder as an example I take the following steps:
    - I reverse engineered the geo_dim XML that creates amongst other things the Country datastore in the XML model
    - When reverse engineering, ODI adds surrogate PK keys to the XML datastore. These are of data type numeric.
    - I change this surrogate PK key to data type varchar via the ODI designer and load the XML via an Interface from an Oracle source table that has a PK of type varchar.
    - The load of the XML datastore fails with the error "Wrong data type for input string."
    Looks like a bug to me. Any ideas?
    Thanks
    uli

    I figured this one out myself. As part of the JDBC URL you can submit a parameter ni. If set to false this will generate FKs and PKs as varchar.
    It's in the documentation:
    numeric_id or ni
    No
    boolean (true | false)
    true
    If set to true, all internal Primary and Foreign Keys are of NUMERIC type. Otherwise, they are of the VARCHAR type.

  • Xmlns attribute appearing in top level node

    I have an xml message that is parsed and its DOM tree built. Then a portion of the message, identified by an xpath, is extracted which is stored as XMLNode, which is later printed to a stream.
    Using the latest Oracle XML library ( comes with Oracle 10 ), the top level element in the node is always appended with extra 'xmlns' attribute.
    This is an example. The original message does not have
    this extra xmlns attribute.
    <RESPONSE xmlns="http://www.nlis-hub.co.uk/NS/2001-01-10">
    <PROPERTY_1>description 1</PROPERTY_1>
    <PROPERTY_2>description 2</PROPERTY_2>
    <PROPERTY_3>description 3</PROPERTY_3>
    </RESPONSE>
    How can we turn this behaviour off ?
    Thanks,
    Dwi

    THanks for replying.
    Yes, the XML document has the namespace specified:
    <ROOT_MESSAGE xmlns="http://www.nlis-hub.co.uk/NS/2001-01-10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.nlis-hub.co.uk/NS/2001-01-10 Schema.xsd">
    <RESPONSE>
    <PROPERTY_1>description 1</PROPERTY_1>
    <PROPERTY_2>description 2</PROPERTY_2>
    <PROPERTY_3>description 3</PROPERTY_3>
    </RESPONSE>
    </ROOT_MESSAGE>
    In our application, we are storing the <RESPONSE>
    block to db as CLOB. We have a requirement to store it
    exactly as it was received. However, the XML parser (or something) is including the xmlns attribute in the top level node of that portion
    <RESPONSE xmlns="http://www.nlis-hub.co.uk/NS/2001-01-10">
    </RESPONSE>
    This is what is done to obtain the node:
    (xpathStr is the xpath to the RESPONSE node )
    NodeList nodeList = xmlDocument_.selectNodes( xpathStr, this );
    int nodeLength = nodeList.getLength();
    StringWriter xmlStringWriter = new StringWriter();
    PrintWriter xmlPrintWriter = new PrintWriter( xmlStringWriter );
    for( int nodeIndex = 0; nodeIndex < nodeLength; ++nodeIndex )
    XMLNode node = (XMLNode)nodeList.item( nodeIndex );
    node.print( xmlPrintWriter );
    StringBuffer xmlStringBuffer = xmlStringWriter.getBuffer();
    By the time it gets to the output stream, it already has the xmlns attribute appended to the top level node.
    How can we prevent this ?
    Thanks,
    Dwi

  • How to change the primary node for a resource group. Solaris cluster. 3.2

    I have searched for hours to try to find this answer.
    I want to change the primary node of a resource group.
    example.
    log-rg runs on node1.this.com it will list node1.this.com first when you do clrg status.
    But we run it on node2.this.com
    A reboot will have log-rg run on node1 after a reboot. We have to switch it by hand to run
    on node2 .
    I want it to know that it should always try to first run on node1, but still failover to node2 if the situation arises.
    scswitch -z -g log-rg -h node2 (and all the fully qualified versions of this command)
    would not work.
    How tow can I change the primary node for log-rg (logZ) from node1 to node2???
    thanks!

    Hi.
    Show current configuration for RG:
    clrg show -v log-rg
    For change order Nodelist you can:
    clrg remove-node -n node1 log-rg
    clrg add-node -n node1 log-rg
    But tis command more destructive. It may be problem add-node back to this RG.
    I don't know why Validation of resource log-tiv in res group log-rg on node1 failed.
    Need more know about configuration, resourse type, etc.
    May be it's better create for test small RG and try move and change resource.
    Nodelist - say candidates for run this resources. But at this moment RG can run on any from this list.
    Docs about Sun Cluster.
    http://download.oracle.com/docs/cd/E19787-01/820-7360/fxjbo/index.html
    Typical tasks:
    http://download.oracle.com/docs/cd/E19787-01/820-7359/z40002701009474/index.html
    Adding or Removing a Node to or From a Resource Group
    http://download.oracle.com/docs/cd/E19787-01/820-7359/z400043a1055200/index.html

  • Change of Company code from one Cons Group to another Cons Group.

    Dear All,
    Please advise on change of company code from one Cons Group to another Cons Group , we have Cons Structure - at present few companies are in one cons group and as a policy we have to move the companies to another cons group. So please advise me what will be the case if we move int he following senarios:
    1. if till period 012 year 2008,  company A is in Cons Group AA and we want  the same to Cons Group BB. How it  will move to Cons Group BB in a Company code with the opening balances? 
    2. if there is no data in SEM BCS total Cube - and we want to move the Company A from Cons Group AA to Cons Group BB.
    What will be the effect in both the scenarios.  How to do this? if you can specify some steps then I will try to analyze the situation.
    Thanks in advance

    The changes are not complicated but company A must be placed in cons group BB as of period 12 2008 and in the master data of the cons group it should be indicated that the first consolidation is at the end of the period (EOP). Likewise in cons group AA must continue to include company A but in the cons group master data it must be indicated that the period of divestiture is 12 2008 EOP.
    The cons group changes tasks must be executed to move the balances in period 12 2008.
    If there is not data for company A in the totals infocube you may simply drag-and-drop company A from cons group AA to cons group BB without any concerns.
    The affect in each scenario is different because if there is data that is to be reported as part of cons group AA company A must be included in cons group AA.

  • Interface getting failed after changing the Business system to that service

    Hello All,
    Our Env... is XI 3.0 and this is related to produciton env.
    Based on our client requirment to change the business system from client 871 to 100 for  one of the R3 system which is reciever type(rfc).
    After doing all the necessary changes , that particular service is getting failed and in the CC monitoring for that service I can see the log as "RFC_ERROR_LOGIN_FAILURE" mandate 871 (earlier client) does not exist in  the system.
    The steps which I have followed to change the Business system.
    1>I loged into the SLD of PRD system and clicked on businsess landscape .then i have clicked on the specified system to be changed (RY1 ) and then clicked on change mode and selected the required client (100) and saved the settings.
    2>I have logged into ID(Integration Directory) and selected the service (RY1) which need to be changed .Under service -->Adaper specific -->compare sld configurations and then clicked on apply changes.
    3>Now selected that communication channel of service (RY1) RFCRecieverR3 and changed the client 871 to 100 and the password of user XIRFCUSER ...
    Then i saved the changes and after that i have activated that interface.
    After that when i logged into CC monitoring and viewed that service channels and see the following errors:
    Receiver channel 'RFCReceiverR3' for party '', service 'RY1'
    Error can not instantiate RfcPool caused by:
    com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Mandante 871 não existente no sistema (selecionar mandante existente)
    Can any one help me out of this situation , and i need to fix this ASAP as this is production system.
    Awaiting for your reply.
    Best Regards
    Rakesh Reddy

    Hello Nisar
    Thanks for the update,
    Let me say few points  about this particular problem:
    1>The interface "XX" from XI sends data to two systems( R3 -->RP1 & RY1), some thing like branched (same data is passed to both the reciever systems).
    And the second RY1 is copy of First system RP1 (Production sys) which is used for data loading purpose and every week there will be a refresh from First sys (RP1) to Second(RY1).
    2>Now the first sys(RP1) is recieving the data successfully from XI , and the second one (RY1) is getting failed .And this started after changing the Business system 871 to 100 .
    3>As mentioned by you , I have checked all the points mentioned
        i)In SM59 for XI (ABAP part) two rfc's are maintained (LCRSAPRFC & SAPSLDAPI) and the test connection is also fine...But I did not find these two connections in reciever systems(RP1 & RY1 too).
       ii)In reciever system RY1 ,when i went to RZ70 , i did not noticed any special settings and SLD Bridge :Gateway Information is not maitained over there .and the same thing in other reciever system(RP1) , with this can we confirm that there is nothing wrong in RZ70 settings.
       iii)In SLDAPICUST at recievers end for both systems nothing is mantained , where as in XI system all the details are maintained(Host name,port, user & password).
    I have translated the error log into english from the CC monitoring for this interface which is in portuguese language .
    It says that:
    RFC_ERROR_LOGON_FAILURE: 871 Mandante not in the system (select principal existing)
    Kindly advise me what to do ..for fixing this problem(this is pretty urgent and it is production env...)..
    If any information required , I can provide that.
    Best Regards
    Rakesh Reddy

  • How to change Top-Level navigation design bar into an image?

    Hi guru's,
    is there anybody who knows how i can change the Top-Level navigation design bar into an image?
    thanks in advance
    greets
    Kurt

    Hi
    Check this....
    http://help.sap.com/bp_epv260/EP_JA/documentation/EP/N08_BB_ConfigGuide_EN_JP.doc
    Regards

  • Changing Top Level Navigation

    Hi,
    The top level navigation is always displayed as TAB. Is there any way that we can change this to appear as tree level navigation.
    If yes what are the steps required >?
    <b>*To be delivered asap*
    Cheers,
    *RAJ*</b>

    Hi,
    Thanks for the time being mah colleage got a solution. Created 2 dummy roles  test1, test 2 . Assigned Test1 to Test2, and assigned other roles to those Test2.
    Went to default frame work  set Tool Area, Top-Level Navigation invisible.
    Now the other roles that have been assigned to test role 2 appear on detail navigation as a tree.
    Not recommended but works ;).
    Thanks again.
    <b>Cheers,
    *RAJ*</b>

  • How do I download after changing my operating system from a 32 bit to a 64 bit system?

    I changed my operating system from a 32 bit to a 64 bit system and I need to re-purchase or trade my purchase for a different download -fridayjunior

    Hi fridayjunior,
    Which Adobe software are you trying to install?
    All 32 bit applications are compatible and can be installed on a 64 bit machine.

  • How to exclude top-level keywords from export?

    Hi,
    I have keywords organised into a hierarchical structure; I never want the top-level keywords to appear in the exported image but can't find a quick way to do it.
    I can make it work by going to one of it's children and editing that keyword tag, unchecking the "export containing keywords" however I can't see a way of batch performing this action and the number of keywords I have make it impractical to do one by one.
    I tried clicking on the top-level keyword and unchecking the export option. It still exports and is even listed when I make the keyword tags dropdown "Will Export".
    If any of your gurus know the answer or can explain how I am misunderstanding the export terminology, please let me know...
    Thanks,
    Steve
    PS I have tried exporting with & without option "Write Keywords as Lightroom Hierachy"

    Thanks for that - its nearly right but I had tried doing that already and it didn't work.
    The reason why is when simply unchecked the Export Containing Keywords and Export Synonyms remain ticked but greyed out. I assumed that having been greyed out they are no longer effecting the output in any way but I was wrong.
    So, simply uncheck ALL the items in that dialogue box for top-level terms.
    Thanks again!

  • On my mac, I just installed lion.  My emails now roll up to a top level when it is a group message.  I do not want that.  I want to receive each email separate

    I'm not sure where to write my question.  It is a display question.  I just installed lion on my Mac.  Now my emails roll into a top level group email, instead on listing all my emails.  How do I change that?   Thanks Donna

    You are running Lion or Mountain Lion? Your profile shows Mountain Lion.
    I'm on Mountain Lion, but this may have been the same in Lion? A wild guess: do you have this choice in your menu bar in Mail - organize by conversation (and is it checked):

  • J2EE start fails after changing the instance-number

    Hi,
    we installed a SCS with instance number 41. After a few weeks it was necessary to change it to 44. We changed all property-files and the profiles.
    The SCS started fine, but the J2EE-Server failed starting.
    In dev_server0 is still a line with the former port 3241:
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    I thought I changed everything from 41 to 44.  Does someone have an idea, which I forgot? Thank you for help.
    Here you can see the whole dev_server0:
    trc file: "/usr/sap/SM1/DVEBMGS40/work/dev_server0", trc level: 1, release: "700"
    node name   : ID401326950
    pid         : 29093
    system name : SM1
    system nr.  : 40
    started at  : Tue May 22 14:51:09 2007
    arguments       :
           arg[00] : /usr/sap/SM1/DVEBMGS40/exe/jlaunch
           arg[01] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[02] : -DSAPINFO=SM1_40_server
           arg[03] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60030
           arg[06] : -DSAPSYSTEM=40
           arg[07] : -DSAPSYSTEMNAME=SM1
           arg[08] : -DSAPMYNAME=sm1-ci_SM1_40
           arg[09] : -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 182906379008] Tue May 22 14:51:09 2007
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.box.number=SM1DVEBMGS40sm1-ci] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.host=sm1-scs] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.system.id=40] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties]
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> OS libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> os libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID40132690 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID40132695 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID401326900          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] ID401326950          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    [Thr 182906379008] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 182906379008] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1074792800] JLaunchRequestFunc: Thread 1074792800 started as listener thread for np messages.
    [Thr 1076894048] WaitSyncSemThread: Thread 1076894048 started as semaphore monitor thread.
    [Thr 182906379008] SigISetDefaultAction : default handling for signal 17
    [Thr 182906379008] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 182906379008] CPIC (version=700.2006.09.13)
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    [Thr 182906379008] [Node: server0] java home is set by profile parameter
         Java Home: /usr/lib/java
    [Thr 182906379008] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID401326950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/lib/java
    -> 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 -verbose:gc -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Xmn400M -Xgcpolicy:gencon -Xtrace -Xsoftrefthreshold0
    -> java vm version    : J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20060428 (JIT enabled)
    -> java vm vendor     : IBM J9SE VM (IBM Corporation)
    -> java vm type       : <default>
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/SM1/DVEBMGS40/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     : /usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 54021
    -> shutdown timeout   : 120000
    [Thr 182906379008] JLaunchISetDebugMode: set debug mode [no]
    [Thr 1077946720] JLaunchIStartFunc: Thread 1077946720 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -Xmn400M
    -> arg[ 12]: -Xgcpolicy:gencon
    -> arg[ 13]: -Xtrace
    -> arg[ 14]: -Xsoftrefthreshold0
    -> arg[ 15]: -Dsys.global.dir=/usr/sap/SM1/SYS/global
    -> arg[ 16]: -Dapplication.home=/usr/sap/SM1/DVEBMGS40/exe
    -> arg[ 17]: -Djava.class.path=/usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 18]: -Djava.library.path=/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/tmp/sapinst_exe.7551.1151567769:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib:/usr/lib:/usr/sap/SM1/DVEBMGS40/j2ee/os_libs:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib
    -> arg[ 19]: -Dmemory.manager=2048M
    -> arg[ 20]: -Xmx2048M
    -> arg[ 21]: -Xms2048M
    -> arg[ 22]: -DLoadBalanceRestricted=no
    -> arg[ 23]: -Djstartup.mode=JCONTROL
    -> arg[ 24]: -Djstartup.ownProcessId=29093
    -> arg[ 25]: -Djstartup.ownHardwareId=X1817543257
    -> arg[ 26]: -Djstartup.whoami=server
    -> arg[ 27]: -Djstartup.debuggable=no
    -> arg[ 28]: -DSAPINFO=SM1_40_server
    -> arg[ 29]: -DSAPSTART=1
    -> arg[ 30]: -DCONNECT_PORT=60030
    -> arg[ 31]: -DSAPSYSTEM=40
    -> arg[ 32]: -DSAPSYSTEMNAME=SM1
    -> arg[ 33]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 34]: -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
    -> arg[ 35]: -DFRFC_FALLBACK=ON
    -> arg[ 36]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 37]: -DSAPSTARTUP=1
    -> arg[ 38]: -DSAPSYSTEM=40
    -> arg[ 39]: -DSAPSYSTEMNAME=SM1
    -> arg[ 40]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 41]: -DSAPDBHOST=sm1-db
    -> arg[ 42]: -Dj2ee.dbhost=sm1-db
    [Thr 1077946720] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1082288480] Tue May 22 14:51:13 2007
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1082288480] JLaunchISetClusterId: set cluster id 401326950
    [Thr 1094003040] Tue May 22 14:54:13 2007
    [Thr 1094003040] JLaunchIExitJava: exit hook is called (rc = -337)
    [Thr 1094003040] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 1094003040] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 1094003040] JLaunchCloseProgram: good bye (exitcode = -337)
    trc file: "/usr/sap/SM1/DVEBMGS40/work/dev_server0", trc level: 1, release: "700"
    node name   : ID401326950
    pid         : 30385
    system name : SM1
    system nr.  : 40
    started at  : Tue May 22 14:54:15 2007
    arguments       :
           arg[00] : /usr/sap/SM1/DVEBMGS40/exe/jlaunch
           arg[01] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[02] : -DSAPINFO=SM1_40_server
           arg[03] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60030
           arg[06] : -DSAPSYSTEM=40
           arg[07] : -DSAPSYSTEMNAME=SM1
           arg[08] : -DSAPMYNAME=sm1-ci_SM1_40
           arg[09] : -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 182906379008] Tue May 22 14:54:15 2007
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.box.number=SM1DVEBMGS40sm1-ci] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.host=sm1-scs] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.system.id=40] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties]
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> OS libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> os libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID40132690 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID40132695 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID401326900          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] ID401326950          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    [Thr 182906379008] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 182906379008] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1074792800] JLaunchRequestFunc: Thread 1074792800 started as listener thread for np messages.
    [Thr 1076894048] WaitSyncSemThread: Thread 1076894048 started as semaphore monitor thread.
    [Thr 182906379008] SigISetDefaultAction : default handling for signal 17
    [Thr 182906379008] Tue May 22 14:54:16 2007
    [Thr 182906379008] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 182906379008] CPIC (version=700.2006.09.13)
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    [Thr 182906379008] [Node: server0] java home is set by profile parameter
         Java Home: /usr/lib/java
    [Thr 182906379008] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID401326950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/lib/java
    -> 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 -verbose:gc -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Xmn400M -Xgcpolicy:gencon -Xtrace -Xsoftrefthreshold0
    -> java vm version    : J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20060428 (JIT enabled)
    -> java vm vendor     : IBM J9SE VM (IBM Corporation)
    -> java vm type       : <default>
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/SM1/DVEBMGS40/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     : /usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 54021
    -> shutdown timeout   : 120000
    [Thr 182906379008] JLaunchISetDebugMode: set debug mode [no]
    [Thr 1077946720] JLaunchIStartFunc: Thread 1077946720 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -Xmn400M
    -> arg[ 12]: -Xgcpolicy:gencon
    -> arg[ 13]: -Xtrace
    -> arg[ 14]: -Xsoftrefthreshold0
    -> arg[ 15]: -Dsys.global.dir=/usr/sap/SM1/SYS/global
    -> arg[ 16]: -Dapplication.home=/usr/sap/SM1/DVEBMGS40/exe
    -> arg[ 17]: -Djava.class.path=/usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 18]: -Djava.library.path=/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/tmp/sapinst_exe.7551.1151567769:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib:/usr/lib:/usr/sap/SM1/DVEBMGS40/j2ee/os_libs:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib
    -> arg[ 19]: -Dmemory.manager=2048M
    -> arg[ 20]: -Xmx2048M
    -> arg[ 21]: -Xms2048M
    -> arg[ 22]: -DLoadBalanceRestricted=no
    -> arg[ 23]: -Djstartup.mode=JCONTROL
    -> arg[ 24]: -Djstartup.ownProcessId=30385
    -> arg[ 25]: -Djstartup.ownHardwareId=X1817543257
    -> arg[ 26]: -Djstartup.whoami=server
    -> arg[ 27]: -Djstartup.debuggable=no
    -> arg[ 28]: -DSAPINFO=SM1_40_server
    -> arg[ 29]: -DSAPSTART=1
    -> arg[ 30]: -DCONNECT_PORT=60030
    -> arg[ 31]: -DSAPSYSTEM=40
    -> arg[ 32]: -DSAPSYSTEMNAME=SM1
    -> arg[ 33]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 34]: -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
    -> arg[ 35]: -DFRFC_FALLBACK=ON
    -> arg[ 36]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 37]: -DSAPSTARTUP=1
    -> arg[ 38]: -DSAPSYSTEM=40
    -> arg[ 39]: -DSAPSYSTEMNAME=SM1
    -> arg[ 40]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 41]: -DSAPDBHOST=sm1-db
    -> arg[ 42]: -Dj2ee.dbhost=sm1-db
    [Thr 1077946720] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1082288480] Tue May 22 14:54:18 2007
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1082288480] JLaunchISetClusterId: set cluster id 401326950
    [Thr 1077946720] Tue May 22 15:09:19 2007
    [Thr 1077946720] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 1077946720] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 1077946720] JLaunchCloseProgram: good bye (exitcode = 0)
    trc file: "/usr/sap/SM1/DVEBMGS40/work/dev_server0", trc level: 1, release: "700"
    node name   : ID401326950
    pid         : 31835
    system name : SM1
    system nr.  : 40
    started at  : Tue May 22 15:09:21 2007
    arguments       :
           arg[00] : /usr/sap/SM1/DVEBMGS40/exe/jlaunch
           arg[01] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[02] : -DSAPINFO=SM1_40_server
           arg[03] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60030
           arg[06] : -DSAPSYSTEM=40
           arg[07] : -DSAPSYSTEMNAME=SM1
           arg[08] : -DSAPMYNAME=sm1-ci_SM1_40
           arg[09] : -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 182906379008] Tue May 22 15:09:21 2007
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.box.number=SM1DVEBMGS40sm1-ci] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.host=sm1-scs] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.system.id=40] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties]
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> OS libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> os libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID40132690 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID40132695 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID401326900          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] ID401326950          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    [Thr 182906379008] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 182906379008] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1074792800] JLaunchRequestFunc: Thread 1074792800 started as listener thread for np messages.
    [Thr 1076894048] WaitSyncSemThread: Thread 1076894048 started as semaphore monitor thread.
    [Thr 182906379008] SigISetDefaultAction : default handling for signal 17
    [Thr 182906379008] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 182906379008] CPIC (version=700.2006.09.13)
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    [Thr 182906379008] [Node: server0] java home is set by profile parameter
         Java Home: /usr/lib/java
    [Thr 182906379008] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID401326950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/lib/java
    -> 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 -verbose:gc -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Xmn400M -Xgcpolicy:gencon -Xtrace -Xsoftrefthreshold0
    -> java vm version    : J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20060428 (JIT enabled)
    -> java vm vendor     : IBM J9SE VM (IBM Corporation)
    -> java vm type       : <default>
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/SM1/DVEBMGS40/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     : /usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 54021
    -> shutdown timeout   : 120000
    [Thr 182906379008] JLaunchISetDebugMode: set debug mode [no]
    [Thr 1077946720] JLaunchIStartFunc: Thread 1077946720 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -Xmn400M
    -> arg[ 12]: -Xgcpolicy:gencon
    -> arg[ 13]: -Xtrace
    -> arg[ 14]: -Xsoftrefthreshold0
    -> arg[ 15]: -Dsys.global.dir=/usr/sap/SM1/SYS/global
    -> arg[ 16]: -Dapplication.home=/usr/sap/SM1/DVEBMGS40/exe
    -> arg[ 17]: -Djava.class.path=/usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 18]: -Djava.library.path=/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/tmp/sapinst_exe.7551.1151567769:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib:/usr/lib:/usr/sap/SM1/DVEBMGS40/j2ee/os_libs:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib
    -> arg[ 19]: -Dmemory.manager=2048M
    -> arg[ 20]: -Xmx2048M
    -> arg[ 21]: -Xms2048M
    -> arg[ 22]: -DLoadBalanceRestricted=no
    -> arg[ 23]: -Djstartup.mode=JCONTROL
    -> arg[ 24]: -Djstartup.ownProcessId=31835
    -> arg[ 25]: -Djstartup.ownHardwareId=X1817543257
    -> arg[ 26]: -Djstartup.whoami=server
    -> arg[ 27]: -Djstartup.debuggable=no
    -> arg[ 28]: -DSAPINFO=SM1_40_server
    -> arg[ 29]: -DSAPSTART=1
    -> arg[ 30]: -DCONNECT_PORT=60030
    -> arg[ 31]: -DSAPSYSTEM=40
    -> arg[ 32]: -DSAPSYSTEMNAME=SM1
    -> arg[ 33]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 34]: -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
    -> arg[ 35]: -DFRFC_FALLBACK=ON
    -> arg[ 36]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 37]: -DSAPSTARTUP=1
    -> arg[ 38]: -DSAPSYSTEM=40
    -> arg[ 39]: -DSAPSYSTEMNAME=SM1
    -> arg[ 40]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 41]: -DSAPDBHOST=sm1-db
    -> arg[ 42]: -Dj2ee.dbhost=sm1-db
    [Thr 1077946720] Tue May 22 15:09:22 2007
    [Thr 1077946720] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1082288480] Tue May 22 15:09:24 2007
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1082288480] JLaunchISetClusterId: set cluster id 401326950
    [Thr 1077946720] Tue May 22 15:24:25 2007
    [Thr 1077946720] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 1077946720] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 1077946720] JLaunchCloseProgram: good bye (exitcode = 0)
    trc file: "/usr/sap/SM1/DVEBMGS40/work/dev_server0", trc level: 1, release: "700"
    node name   : ID401326950
    pid         : 32545
    system name : SM1
    system nr.  : 40
    started at  : Tue May 22 15:24:27 2007
    arguments       :
           arg[00] : /usr/sap/SM1/DVEBMGS40/exe/jlaunch
           arg[01] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[02] : -DSAPINFO=SM1_40_server
           arg[03] : pf=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=60030
           arg[06] : -DSAPSYSTEM=40
           arg[07] : -DSAPSYSTEMNAME=SM1
           arg[08] : -DSAPMYNAME=sm1-ci_SM1_40
           arg[09] : -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 182906379008] Tue May 22 15:24:27 2007
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.box.number=SM1DVEBMGS40sm1-ci] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.host=sm1-scs] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.en.port=3241] [jstartxx_mt. 841]
    [Thr 182906379008] *** WARNING => INFO: Unknown property [instance.system.id=40] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties]
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> OS libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sm1-scs
    -> ms port    : 3944
    -> os libs    : /usr/sap/SM1/DVEBMGS40/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID40132690 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID40132695 : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID401326900          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    -> [01] ID401326950          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/instance.properties
    [Thr 182906379008] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 182906379008] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1074792800] JLaunchRequestFunc: Thread 1074792800 started as listener thread for np messages.
    [Thr 1076894048] WaitSyncSemThread: Thread 1076894048 started as semaphore monitor thread.
    [Thr 182906379008] SigISetDefaultAction : default handling for signal 17
    [Thr 182906379008] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 182906379008] CPIC (version=700.2006.09.13)
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    [Thr 182906379008] [Node: server0] java home is set by profile parameter
         Java Home: /usr/lib/java
    [Thr 182906379008] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID401326950]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/lib/java
    -> 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 -verbose:gc -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer -Xmn400M -Xgcpolicy:gencon -Xtrace -Xsoftrefthreshold0
    -> java vm version    : J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20060428 (JIT enabled)
    -> java vm vendor     : IBM J9SE VM (IBM Corporation)
    -> java vm type       : <default>
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/SM1/DVEBMGS40/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/SM1/DVEBMGS40/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     : /usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 54021
    -> shutdown timeout   : 120000
    [Thr 182906379008] JLaunchISetDebugMode: set debug mode [no]
    [Thr 1077946720] JLaunchIStartFunc: Thread 1077946720 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 11]: -Xmn400M
    -> arg[ 12]: -Xgcpolicy:gencon
    -> arg[ 13]: -Xtrace
    -> arg[ 14]: -Xsoftrefthreshold0
    -> arg[ 15]: -Dsys.global.dir=/usr/sap/SM1/SYS/global
    -> arg[ 16]: -Dapplication.home=/usr/sap/SM1/DVEBMGS40/exe
    -> arg[ 17]: -Djava.class.path=/usr/sap/SM1/DVEBMGS40/exe/jstartup.jar:/usr/sap/SM1/DVEBMGS40/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 18]: -Djava.library.path=/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/j9vm:/opt/IBMJava2-amd64-142/jre/bin:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/tmp/sapinst_exe.7551.1151567769:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib:/usr/lib:/usr/sap/SM1/DVEBMGS40/j2ee/os_libs:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/DVEBMGS40/exe:/usr/sap/SM1/SYS/exe/run:/sapdb/programs/lib
    -> arg[ 19]: -Dmemory.manager=2048M
    -> arg[ 20]: -Xmx2048M
    -> arg[ 21]: -Xms2048M
    -> arg[ 22]: -DLoadBalanceRestricted=no
    -> arg[ 23]: -Djstartup.mode=JCONTROL
    -> arg[ 24]: -Djstartup.ownProcessId=32545
    -> arg[ 25]: -Djstartup.ownHardwareId=X1817543257
    -> arg[ 26]: -Djstartup.whoami=server
    -> arg[ 27]: -Djstartup.debuggable=no
    -> arg[ 28]: -DSAPINFO=SM1_40_server
    -> arg[ 29]: -DSAPSTART=1
    -> arg[ 30]: -DCONNECT_PORT=60030
    -> arg[ 31]: -DSAPSYSTEM=40
    -> arg[ 32]: -DSAPSYSTEMNAME=SM1
    -> arg[ 33]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 34]: -DSAPPROFILE=/usr/sap/SM1/SYS/profile/SM1_DVEBMGS40_sm1-ci
    -> arg[ 35]: -DFRFC_FALLBACK=ON
    -> arg[ 36]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 37]: -DSAPSTARTUP=1
    -> arg[ 38]: -DSAPSYSTEM=40
    -> arg[ 39]: -DSAPSYSTEMNAME=SM1
    -> arg[ 40]: -DSAPMYNAME=sm1-ci_SM1_40
    -> arg[ 41]: -DSAPDBHOST=sm1-db
    -> arg[ 42]: -Dj2ee.dbhost=sm1-db
    [Thr 1077946720] Tue May 22 15:24:28 2007
    [Thr 1077946720] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1082288480] Tue May 22 15:24:30 2007
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1082288480] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1082288480] JLaunchISetClusterId: set cluster id 401326950
    [Thr 1077946720] Tue May 22 15:39:31 2007
    [Thr 1077946720] JLaunchIExitJava: exit hook is called (rc = 0)
    [Thr 1077946720] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 1077946720] JLaunchCloseProgram: good bye (exitcode = 0)

    Werner,
    First check the instance.properties file to see if it has picked up the change.  You may need to change it there.
    Also, these need to be changed in your default profile:
    j2ee/scs/host = <host>
    j2ee/scs/system = 44
    j2ee/ms/port = 3944
    Also, you have max heap specified twice, make sure this is only specified once by taking it out of the body of the java parameters.  It can cause other problems being in there twice.
    [Thr 182906379008] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx2048M [jstartxx_mt. 2604]
    -jwise

  • Installation fails after changing My Docs position

    Installation fails for Adobe Reader after downloading it in the installer. Then starts installing but says "Error installing Adobe Reader", in details: "The path to Documents Programs or the volume are not valid. Insert them again". I was messing with letters of the partitions before this. Just changed my CD to E, then my second partition to D to fix the creation of D for my CD. And changed position of MY Documents to unit D as always.
    But i had a weird problem with the Libraries. They got removed, i tried to recover them, and they didn't appear. Then i clicked them through Start button, in IMAGES, DOCUMENTS, and all the fast links together with Control Panel, and they appeared. I fixed it all.
    Not when i try to see the "file in the browser" with any program, i can't get it working neither.
    How can i solve this?

    Ok I fixed it.
    I created another account with administration rights. Then i copied everything from my last account (thankfully only the desktop contents and two more files) and deleted the last account. THe new account created the new Library folders which were broken before. Everyhing working perfect.
    I guess it´s related to some data Adobe stores in the My Documents folders.
    Thanks!

  • Re-config of ssh fails after changing Oracle Home while installing RAC

    Hi,
    Red Hat Linux 5
    Oracle 10.2.0.1 RAC installation
    While installing Oracle RAC under ORACLE user we are Configuring ssh for the first time works fine. If any changes done (Eg: i changed the home path of oracle user), then the ssh configuration will prompt for password no matter how many times you reconfigure the ssh.
    I have created another OS user orclusr instead of oracle to over come this issue
    Have any one came across this situation or finds a solution, please reply back.
    Regards
    hari
    Edited by: hariharan.thyagarajan on Apr 8, 2010 12:33 PM

    hariharan.thyagarajan wrote:
    Hi,
    One of the most important reasons for building Real Application Clusters is stability.
    Changing the Oracle Home, after the cluster is built is about 180 degrees counter to this philosophy.
    I agree with this but we face the error while installing oracle cluster
    here is my scenario:
    create oracle user on both the nodes(rac1,rac2):
    1) my first oracle home - /home/oraclePart of thinking these things through before proceeding is to recognize that the concept of ORACLE_HOME is not the same as the $HOME directory for the OS user who happens to be named "oracle".
    Since you appear to be still in the process of building this system, I'd suggest you go back to square one while you can.
    2) configure ssh on both the nodes
    3) due to sapce constraint in /home mount point we changed the oracle home to /oracle
    4) so my new oracle home is /oracle
    5) re-configuring of ssh is working fine, no error's
    6) but if i issue the below command ssg date rac2 it prompts for password why ?
    Any possibility to over come this issue ?
    Regards
    hari
    Edited by: hariharan.thyagarajan on Apr 8, 2010 1:14 PM

  • Dtlogin fails after changing UID - invalid MIT-MAGIC-COOKIE

    The environment is a small stand-alone network of Suns running Solaris 5.10 with no central admin, no DNS. One of the users had login accounts on several machines and asked me to fix it up while he was away. So I consolidated his several home directories onto one machine, changed all the different UIDs on the various Suns to be the same UID, did a chown to match on all the files in his new consolidated home directory, then modified /etc/auto_home on all the machines to point to the new home.
    It all works with console or ssh logins and with dtlogin from the machine on which I didn't change the UID (also where his home now resides). But on the other machines where the UID was changed, trying to log into either CDE or JDS soon comes back to the login screen with an error in .dt/startlog: "invalid MIT-MAGIC-COOKIE-1 key", "Xlib: connection to :0.0 refused by server". I'm guessing the problem is because the user's current UID is different that what it was before on this machine.
    I tried deleting his ~/.*authority files, moving his ~/.dt directory out of the way, and even deleted and recreated the user on one of the remote machines with no joy. This user is going to be mighty unhappy with me when he gets back from vacation next week! Help.
    Edited by: SanDiegoDweller on Aug 12, 2010 7:18 PM -- added a bit more clarification

    Thanks to these suggestions I was able to determine that the X stuff was still referring to the user's old home directory on the local machine rather than his automounted home directory.
    All the local disks were called /export/home -- in an effort to deconfuse myself and make sure I knew which disk space was being used, I changed them to /export/home-A and /export/home-B on machines A and B (renamed the directory and changed /etc/vfstab). All normal logins work, but no X logins work. When logged in as the user, xauth says "error in locking authority file /export/home/user/.Xauthority" but there are no longer any /export/home directories! This is after I've deleted his .Xauthority file. Apparently, the X stuff is remembering somewhere an old path. How can I clean this up?
    Edited by: SanDiegoDweller on Aug 16, 2010 12:54 PM

Maybe you are looking for