Error in Eclipse while reading NW service

Hello Experts, I developed a web service in the backend(SAP). I am planning to use the READ(GET) operation in the SAP UI5 application. However, i got stuck up at an issue which says " Uncaught Error: failed to load 'Zempcrud/EmpDetails.view.js' from ./Zempcrud/EmpDetails.view.js: SyntaxError: Illegal return statement I used an MVC approach and my view name is : EmpDetails and my project name is ZEMPCRUD. I followed the steps as shown in link "http://scn.sap.com/docs/DOC-61821#comment-583702" Can someone tell me what wrong did i do and where to correct it? Thanks

You have some irrelevant closing tags means ")" and this "})".
I have commented it.
• sap.ui.jsview("zhk_ui5_empcrud.EmpDetails", { • • /** Specifies the Controller belonging to this View. • * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller. • * @memberOf zhk_ui5_empcrud.EmpDetails • */ • getControllerName : function() { • return "zhk_ui5_empcrud.EmpDetails"; • }, • • /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed. • * Since the Controller is given to this method, its event handlers can be attached right away. • * @memberOf zhk_ui5_empcrud.EmpDetails • */
This will be code after this.
      createContent : function(oController) {
             var oPage = new sap.m.Page({
                   title : "Employee Details",  });
             // Table or Dashboard to show Employee Data •
             var oTable = new sap.m.Table({
                   id : "Employees",
                   itemPress : [ oController.ItemPress,oController ],
                   columns : [
                              new sap.m.Column({
                                    width: "1em",
                                    header: new sap.m.Label({ text : "Emp ID" })
                              new sap.m.Column({
                                    width: "1em",
                                    header: new sap.m.Label({ text : "Name"  })
                              new sap.m.Column({
                                    width: "1em",
                                    header: new sap.m.Label({ text : "Address" })
                              new sap.m.Column({
                                    width: "1em",
                                    header: new sap.m.Label({
                                          text : "Designation"  })
//          })         // Comment This
//          }                // Comment This
//Template  to map the data to the respective column     
            var template = new sap.m.ColumnListItem({
                  id: "first_template",
                  type: "Navigation",
                  visible: true,
                  cells: [
                          new sap.m.Label("ID", {
                              text: "{Empid}"
                          new sap.m.Label({
                              text: "{Empname}"
                          new sap.m.Label({
                              text: "{Empadd}"               
                          new sap.m.Label({
                              text: "{Empdes}"
            var oFilters = null;
            oTable.bindItems("/results",template,null,oFilters);
            oPage.addContent(oTable);
            return oPage;
//    }                             // Comment This
I have commented the unwanted closing tags by // Comment This.
Just copy and paste this code in view after deleting everything after this.
• sap.ui.jsview("zhk_ui5_empcrud.EmpDetails", { • • /** Specifies the Controller belonging to this View. • * In the case that it is not implemented, or that "null" is returned, this View does not have a Controller. • * @memberOf zhk_ui5_empcrud.EmpDetails • */ • getControllerName : function() { • return "zhk_ui5_empcrud.EmpDetails"; • }, • • /** Is initially called once after the Controller has been instantiated. It is the place where the UI is constructed. • * Since the Controller is given to this method, its event handlers can be attached right away. • * @memberOf zhk_ui5_empcrud.EmpDetails • */
This is the attached screenshot.
Regards
Dhananjay

Similar Messages

  • Disc error -43 occurred while reading or writing to a scratch disk.

    "Disc error -43 occurred while reading or writing to a scratch disk.  Sorry, but this error is unrecoverable."
    What does this mean, and how can I fix it?
    I assume it affecting my performance if PS is not able to write to the scratch disc???
    I get the error every time I shut down Photoshop.
    Attached are my settings.

    It means that the OS says there was an error with your hard disk.
    You need to check the disk for problems, and make sure you have your data backed up before continuing.
    It could be a one time thing (especially if the SMART system remapped the bad block), but could also be an indication of serious problems with the disk if it recurrs.

  • Error In Eclipse While Creating EJB Application

    I am using GlassFish application server.
    IDE is Eclipse 3.3
    After choosing newproject I have selected EJB and I have choosen GlassFish sever, after creating the project MyProject Folder is showing error in eclipse.
    ejb-jar.xml file is showing error at ejb-jar tag.
    Can any one have idea how to resolve this problem.

    I think you need to post the stack trace error message to get a response.

  • An error was received while reading backup file- Cancelling Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).

    Hi,
    We have been getting the below error while restoring a database onto SQL Server 2008. We are using lite speed and performing a full restore. When we restart the server, the restore is completed cleanly but every 3 or 4 days once, the restore is failing.
    We have tried everything from installing a patch that was supposed to fix it but it is not.
    Error Message:
    BackupIoRequest::ReportIoError: read failure on backup device 'VDI_7D17E958-2468-45A8-B7F0-EB73D0BF0F3A_3'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).
    The backup is getting validated successfully but failing while trying to read it. Any help would be greatly appreciated.
    Thanks,
    Sree

    Hello,
    I would try to get the latest update for the LiteSpeed software, based on the following thread:
    http://www.red-gate.com/messageboard/viewtopic.php?t=5968
    Please read the following article too:
    http://troubleshootingsql.com/2011/02/09/troubleshooting-that-darn-backup-error/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Getting an error in startdb while restarting sap services

    hi Experts ,
    while restarting my sap services it gets an error at startdb and log file is shown below                                                                               
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    16:33:22 22.11.2010   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.95 700 - AIX v11.00 5L-64 bit 070920
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 356538) is already running .....
    saposcol already running
    Running /usr/sap/LBD/SYS/exe/run/startdb
    Trying to start LBD database ...
    Log file: /home/lbdadm/startdb.log
    /usr/sap/LBD/SYS/exe/run/startdb: Terminating with error code 12
    DB startup failed
                                                                                    my startdb.log file
    Mon Nov 22 16:33:23 IST 2010
    LOGFILE FOR STARTING ORACLE
    Trying to start LBD database ...
    Mon Nov 22 16:33:23 IST 2010
    checking required environment variables
    ORACLE_HOME  is >/oracle/LBD/102_64<
    ORACLE_SID   is >LBD<
    Mon Nov 22 16:33:23 IST 2010
    check initora
    Mon Nov 22 16:33:23 IST 2010
    check initora
    Mon Nov 22 16:33:23 IST 2010
    checking V2 connect
    "startdb.log" 77 lines, 2315 characters
    Mon Nov 22 16:33:23 IST 2010
    LOGFILE FOR STARTING ORACLE
    Trying to start LBD database ...
    Mon Nov 22 16:33:23 IST 2010
    checking required environment variables
    ORACLE_HOME  is >/oracle/LBD/102_64<
    ORACLE_SID   is >LBD<
    Mon Nov 22 16:33:23 IST 2010
    check initora
    Mon Nov 22 16:33:23 IST 2010
    check initora
    Mon Nov 22 16:33:23 IST 2010
    checking V2 connect
    TNS Ping Utility for IBM/AIX RISC System/6000: Version 10.2.0.1.0 - Production on 22-NOV-2010 16:33:23
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /usr/sap/LBD/SYS/profile/oracle/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP) (HOST = lodhabidev)
    (PORT = 1527))) (CONNECT_DATA = (SID = LBD) (GLOBAL_NAME = LBD.WORLD)))
    OK (30 msec)
    tnsping: V2 connect to LBD
    Mon Nov 22 16:33:23 IST 2010
    Connect to the database to check the database state:
    R3trans: connect check finished with return code: 12
    Database not available
    R3trans: connect check finished with return code: 12
    Database not available
    Mon Nov 22 16:33:28 IST 2010
    Shutdown database
    First trying to shutdown the database - May be,
    the database is in the nomount or mount state
    Mon Nov 22 16:33:53 IST 2010
    starting database
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Nov 22 16:33:53 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1526726656 bytes
    Fixed Size                  2021064 bytes
    Variable Size             771754296 bytes
    Database Buffers          738197504 bytes
    Redo Buffers               14753792 bytes
    Database mounted.
    Database opened.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning and Data Mining options
    Mon Nov 22 16:35:07 IST 2010
    Connect to the database to verify, that the database is now open
    R3trans check finished with return code: 12
    ERROR: Startup of database failed
        Notify Database Administrator.
    /usr/sap/LBD/SYS/exe/run/startdb: Terminating with error code 12
    ~
    ~
    ~
    ~
    ~
    ~
    starting database
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Nov 22 16:33:53 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1526726656 bytes
    Fixed Size                  2021064 bytes
    Variable Size             771754296 bytes
    Database Buffers          738197504 bytes
    Redo Buffers               14753792 bytes
    Database mounted.
    Database opened.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning and Data Mining options
    Mon Nov 22 16:35:07 IST 2010
    Connect to the database to verify, that the database is now open
    R3trans check finished with return code: 12
    ERROR: Startup of database failed
        Notify Database Administrator.
    /usr/sap/LBD/SYS/exe/run/startdb: Terminating with error code 12                                                                               
    my trans.log file
    ETW000  [dev trc     ,00000]  Rolling back transaction ...                          38  0.261052
    4 ETW000  [dev trc     ,00000]  Closing user session (con_hdl=0,svchp=0x11100fb98,usrhp=0x110ffc360)
    4 ETW000                                                                             208  0.261260
    4 ETW000  [dev trc     ,00000]  Now I'm disconnected from ORACLE                     531  0.261791
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@LBD on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              56  0.261847
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBa
    tch
    4 ETW000                                                                              51  0.261898
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0x110ff4580 0x11100c9f8 0x111
    00c2a8
    4 ETW000                                                                              52  0.261950
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0x110ffc360        28  0.261978
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0x110ffc360        36  0.262014
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0x11100fb98,srvhp=0x11100fdb8,usrhp=0x110ffc360)
    4 ETW000                                                                              63  0.262077
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=28000
    4 ETW000                                                                            3892  0.265969
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=0x11100fdb8)
    4 ETW000                                                                              46  0.266015
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x11100fb98,srvhp=0x11100fdb8)
    4 ETW000                                                                              61  0.266076
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x11100fdb8       358  0.266434
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '28000'
    4 ETW000                                                                              73  0.266507
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 28000        40  0.266547
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 28000  performing CON [dblink#5 @ 431]
    4 ETW000                                                                             220  0.266767
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-28000: the account is locked [dblink#5 @ 431]
    4 ETW000                                                                              69  0.266836
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'LBD'"
                                                                                    here i checked my TNSListener is running
    please check why it is not starting
    Regards

    hi sunil
    please find below trans.log file
    vi trans.log
    "trans.log" 97 lines, 9755 characters
    4 ETW000 R3trans version 6.14 (release 700 - 14.02.08 - 14:55:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 22.11.2010 - 18:07:14
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Mon Nov 22 18:07:14 2010
         100  0.000100
    4 ETW000  [dev trc     ,00000]  db_con_init called
          28  0.000128
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)
          54  0.000182
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/LBD/SYS/exe/run/dbo
    raslib.o' ...
    4 ETW000
          70  0.000252
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/LBD/SYS/exe/run/db
    oraslib.o), hdl 0
    4 ETW000
       14694  0.014946
    "trans.log" 97 lines, 9755 characters
    4 ETW000 R3trans version 6.14 (release 700 - 14.02.08 - 14:55:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 22.11.2010 - 18:07:14
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Mon Nov 22 18:07:14 2010                             100  0.000100
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    28  0.000128
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             54  0.000182
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/LBD/SYS/exe/run/dboraslib.o' ...
    4 ETW000                                                                              70  0.000252
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/LBD/SYS/exe/run/dboraslib.o), hdl 0
    4 ETW000                                                                           14694  0.014946
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/LBD/SYS/exe/run/dboraslib.o' loaded
    4 ETW000                                                                              45  0.014991
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/LBD/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              49  0.015040
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/LBD/SYS/exe/run/dboraslib.o' is "700.08", patchlevel (0.144)
    4 ETW000                                                                            1087  0.016127
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/LBD/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              49  0.016176
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/LBD/SYS/exe/run/dboraslib.o
    4 ETW000                                                                             302  0.016478
    4 ETW000  [dev trc     ,00000]  New connection 0 created                             155  0.016633
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 00
    0, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              57  0.016690
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         56  0.016746
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              45  0.016791
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000
    , con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              53  0.016844
    4 ETW000  [dev trc     ,00000]  Got LIBPATH=/usr/lib:/lib:/usr/sap/LBD/SYS/exe/run:/oracle/client/10x_64/instantclient from e
    nvironment
    4 ETW000                                                                             531  0.017375
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                  332  0.017707
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         30  0.017737
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          8192  0.025929
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           43  0.025972
    4 ETW000  [dev trc     ,00000]  Connecting as /@LBD on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           43  0.025972
    4 ETW000  [dev trc     ,00000]  Connecting as /@LBD on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              48  0.026020
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBa
    tch
    4 ETW000                                                                              50  0.026070
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0x110ff4580 0x11100c9f8 0x111
    00c2a8
    4 ETW000                                                                              62  0.026132
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       38  0.026170
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      30  0.026200
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server LBD (con_hdl=0,svchp=0x11100fb98,srvhp=0x11100fdb8)
    4 ETW000                                                                              87  0.026287
    4 ETW000  [dev trc     ,00000]  Assigning server context 0x11100fdb8 to service context 0x11100fb98
    4 ETW000                                                                          109025  0.135312
    4 ETW000  [dev trc     ,00000]  Allocating user session handle                       166  0.135478
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0x11100fb98,srvhp=0x11100fdb8,usrhp=0x110ffc360)
    4 ETW000                                                                              60  0.135538
    4 ETW000  [dev trc     ,00000]  Assigning user session 0x110ffc360 to service context 0x11100fb98
    4 ETW000                                                                           32455  0.167993
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_MODULE (:A0, :A1); END;
    4 ETW000                                                                             192  0.168185
    4 ETW000  [dev trc     ,00000]         BEGIN DBMS_APPLICATION_INFO.SET_CLIENT_INFO (:A0); END;
    4 ETW000                                                                             111  0.168296
    4 ETW000  [dev trc     ,00000]  Now '/@LBD' is connected (con_hdl 0, nls_hdl 0).
    4 ETW000                                                                            1135  0.169431
    4 ETW000  [dev trc     ,00000]         ALTER SESSION SET NLS_SORT = BINARY
    4 ETW000                                                                              62  0.169493
    4 ETW000  [dev trc     ,00000]         SELECT USERID, PASSWD FROM SAPUSER WHERE USERID IN (:A0, :A1)
    4 ETW000                                                                             465  0.169958
    4 ETW000  [dev trc     ,00000]  Got SAPSR3's password from OPS$-user                 962  0.170920
    4 ETW000  [dev trc     ,00000]  Disconnecting from connection 0 ...                   39  0.170959
    4 ETW000  [dev trc     ,00000]  Rolling back transaction ...                          37  0.170996
    4 ETW000  [dev trc     ,00000]  Closing user session (con_hdl=0,svchp=0x11100fb98,usrhp=0x110ffc360)
    4 ETW000                                                                             205  0.171201
    4 ETW000  [dev trc     ,00000]  Now I'm disconnected from ORACLE                     549  0.171750
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@LBD on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              57  0.171807
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@LBD on connection 0 (nls_hdl 0) ... (dbsl 700 250407)
    4 ETW000                                                                              57  0.171807
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBa
    tch
    4 ETW000                                                                              52  0.171859
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1 0x110ff4580 0x11100c9f8 0x111
    00c2a8
    4 ETW000                                                                              51  0.171910
    4 ETW000  [dev trc     ,00000]  Assigning username to user session 0x110ffc360        29  0.171939
    4 ETW000  [dev trc     ,00000]  Assigning password to user session 0x110ffc360        35  0.171974
    4 ETW000  [dev trc     ,00000]  Starting user session (con_hdl=0,svchp=0x11100fb98,srvhp=0x11100fdb8,usrhp=0x110ffc360)
    4 ETW000                                                                              65  0.172039
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCISessionBegin' failed with rc=28000
    4 ETW000                                                                            3869  0.175908
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=1,svrhp=0x11100fdb8)
    4 ETW000                                                                              47  0.175955
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x11100fb98,srvhp=0x11100fdb8)
    4 ETW000                                                                              47  0.176002
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x11100fdb8       357  0.176359
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '28000'
    4 ETW000                                                                              72  0.176431
    4 ETW000  [dev trc     ,00000]     set_ocica() -> OCI or SQL return code 28000        39  0.176470
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 28000  performing CON [dblink#5 @ 431]
    4 ETW000                                                                             218  0.176688
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-28000: the account is locked [dblink#5 @ 431]
    4 ETW000                                                                              67  0.176755
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'LBD'"
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    ~
    4 ETW000 R3trans version 6.14 (release 700 - 14.02.08 - 14:55:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 22.11.2010 - 18:07:14
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Mon Nov 22 18:07:14 2010                             100  0.000100
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    28  0.000128
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             54  0.000182
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/LBD/SYS/exe/run/dboraslib.o' ...
    4 ETW000                                                                              70  0.000252
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/LBD/SYS/exe/run/dboraslib.o), hdl 0
    4 ETW000                                                                           14694  0.014946
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/LBD/SYS/exe/run/dboraslib.o' loaded
    4 ETW000                                                                              45  0.014991
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/LBD/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              49  0.015040
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/LBD/SYS/exe/run/dboraslib.o' is "700.08", patchlevel (0.144)
    4 ETW000                                                                            1087  0.016127
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/LBD/SYS/exe/run/dboraslib.o
    4 ETW000                                                                              49  0.016176
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/LBD/SYS/exe/run/dboraslib.o
    4 ETW000                                                                             302  0.016478
    4 ETW000  [dev trc     ,00000]  New connection 0 created                             155  0.016633
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 00
    0, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              57  0.016690
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         56  0.016746
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              45  0.016791
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000
    , con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              53  0.016844
    4 ETW000  [dev trc     ,00000]  Got LIBPATH=/usr/lib:/lib:/usr/sap/LBD/SYS/exe/run:/oracle/client/10x_64/instantclient from e
    nvironment
    4 ETW000                                                                             531  0.017375
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                  332  0.017707
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         30  0.017737
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          8192  0.025929
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           43  0.025972
    4 ETW000  [dev trc     ,00000]  Connecting as /@LBD on connection 0 (nls_hdl 0) ... (dbsl 700 250407)

  • Error in lsmw while reading the data.

    Hi experts,
                  I have an error that tells my source structures has no field with the same name... I want to see my source structure. Is there any way to see the source structure back.

    hi
    go to maintain source field, you can check your fields..
    Thanks
    Ahamed.

  • Import movie from iPhone gives "An unknown error has occurred while reading the video file. Connecting to Dynamic Link server failed. (1)

    Tried previous suggestions about purging the Camera Raw Cache and I raised it to 20.0 GB.
    Still lightroom fails to read most of the videos that I create on my iPhone 6 plus.
    Aperture, iMovie, and Image Capture have no problem with these files.
    Respectfully,
    Kay Fisher

    This is an iPhoto problem. It is, IMHO, one of the worst photo/video programs ever thought up by any company.
    I suggest you find your original video files, which won't contain any edits and or adjustment you have made in iPhoto, and copy them to some other folder on your drive that you create and then import them to LR.
    Usually iPhoto stores all original image and video files in a folder called Masters buried deep inside the iPhoto Photolibrary package folder. Which makes almost impossible for any normal computer user to get to.
    Next time you are in the market for a new computer think long and hard before you drink the Apple Mac Cool-aid.

  • "Disk error -36 occurred while reading or writing to a scratch disk.  Sorry, but this error is unrec

    This happens doing unremarkable activities. On a: G5/power PC/OS 10.4.11/CS3/6.5 GB ram/93% or 2856 mb to PS/cache level 6. Using dual 1TB hd's, with PS on one hd, and the scratch disk on a 100 gb partition on the other hd. Have to force shut down the entire computer when this happens, turning off the power switch. Have sent in multiple crash reports. Surely Adobe must know about this.
    Can someone direct me to other threads on this?

    Chris,
    Disk error -36 is not good. It's an input/output error, meaning that data is not be properly transmitted to or from your drive(s).
    And I would suspect your drives. From the size of your drives, they appear to be new installations on your G5. Maybe one of the drives is failing. Maybe one of the drives has not be configured correctly (should be HFS Extended (Journaled but NOT case-sensitive). Maybe the connection cables (data and power) are not securely in place. Maybe the jumpers on the drive are incorrectly positioned.
    I see that you have additional RAM as well. If the RAM is not SPECIFIC to your G5 model, if it is bad, or if it is not properly seated or installed, you could also have a problem.
    In addition (unlikely the cause), all your apps should be in their default installation locations in the Applications folder, without being moved, additionally nested or renamed.
    Also (less likely a cause, but probably needed at this point anyway), run Disk Utility to repair permissions and repair (boot off the Mac OS X disc to repair your startup drive). Run DiskWarrior as well.
    Hope this gives you some starting points.
    Neil

  • An error occurred while reading document

    Hello all,
    First let me apologize for the lengthy post, but I want to be clear.  :-). Ever since I upgraded my iPad 2 to the newest iOS 8 release, I have had issues with my tablet.  It is running slower, as I type this out there is a delay with the press of each letter.  I have to wait until each letter is typed before moving on to the next section when filling out forms for example.  Openings apps has also been slower and several apps have crashed unexpectedly.  While visiting websites the connection is also slower and while searching for items on Google, the search results are listed but when I try to click on one of the items, not happens.  The links are not available but they are listed.  I have to switch to another app or refresh the page or sometimes both in order to be able to click on one of the results. 
    But the most annoying issue is that I cannot open attachments up from my iOS email now.  Before I was able to open the attachment and see a preview of the attachment whether it is word, excel, PowerPoint, etc.  I would then open that attachment in my word processing app to edit or open the file in a pdf converter for publication,    But now when I get an attachment and try to open it from iOS mail, I get a blank page with the document file name and "Microsoft Word 97-2014 document" and the size of the document.  These files are files that I edited in a word processing app, CouldOn, which I then email to myself so that I may get the file into my pdf converter app.  I have done this several times before the upgrade now. 
    I also tried to open the file in my pdf converter app even tho it was not showing in the iOS Mail preview, but then I get an error message stating "An error has occurred while reading the document". 
    This is really frustrating.  I have googled my issues but didn't really refined any solutions,  I did find some others had similar issues but they were with other previous versions of iOS, not the one I have now.  Can anyone help me out here?  This has basically caused my work to stop, if I cannot be sure that attachments are not going to have any issues when they are sent to clients, then I cannot send them,  I need to get this fixed ASAP.  Has anyone else had these issues? 

    Adding to above, I have latest update for Pages. I can open documents on my iPad that are not locked. But now, I can't get to the "lock" buttons to unlock it.  On my Mac, iCloud and share document is on.

  • Need backend error in SRM while entering Service item

    hi SRM guru ,
    I need backend error while entering Service item in SRM in PO .
    I have scenario where in I need backend errors from ERP while making entry Service items .
    I need some configuration or customization that will cause backend error againt Service items .
    I have tried many thing like introducing such UOM , Tax code in SRM which is not supported by ERP .
    I was expecting backend error for it but it does not happen like that .
    I need find out some action that can cause Backend error for Sure while making entry of SRM Service item .
    I kindly invite your ideas and inputs ...
    In genral need something on PO UI that can cause backend error for Service item ...
    i have this Scenario mainly in SRM 6.0 onwards systems...
    Thanks in Advance .
    Regards ,
    Parag Bhise

    Hi,
    What specifically are you attempting to do?
    Why any error when craeting service item.
    You could code the DOC_CHECK_BADI to make an RFC call the the backend to do what ever check is necessary.
    Regards,
    Matthew

  • Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    Im trying to convert a PDF into an excel document and I keep getting an error message that reads "An error has occurred while trying to access the service". WHat am I doing wrong?

    it seems my subscription had expired so I signed up again.. It was still having trouble so I repeated the sign up process again.. Then it worked perfectly.. Unfortunately, I think I just subscribed twice and need to cancel one of them. Ugh. Such a pain when I'm trying to get this project completed. I'll be canceling at least one of the subscriptions in the morning. Adobe is not my favorite company right now. None of this was intuitive. And trying to get help was an absolute waste of an hour.
    Regards,
    Nathaniel
    [removed by moderator]

  • Unable to Log-in *SAP System Message : Error while reading a Dynpro*

    Hi,
    We are facing issues while logging-in through SAP logon 710.
    The system throws an error dialog box with the below message:
    SAP System Message : Error while reading a Dynpro
    At the OS level Java process  server0 is in stop status with exit code -11113. In ABAP WP Table all processes are in wait status.

    Hi Please find the contents of std_server.out below.
    stdout/stderr redirect
    node name   : server0
    pid         : 4124
    system name : KEC
    system nr.  : 01
    started at  : Mon Jul 27 15:44:57 2009
    [Thr 5656] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel 110760.44 is starting...
    Loading: LogManager ... 250 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 47 ms.
    Loading: ThreadManager ... 16 ms.
    Loading: IpVerificationManager ... 0 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 93 ms.
    Loading: LockingManager ... 32 ms.
    Loading: ConfigurationManager ... 1032 ms.
    Loading: LicensingManager ... 0 ms.
    Loading: CacheManager ... 93 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service runtimeinfo started. (16 ms).
      Service cross started. (31 ms).
      Service file started. (31 ms).
      Service memory started. (31 ms).
      Service timeout started. (16 ms).
      Service trex.service started. (32 ms).
      Service userstore started. (0 ms).
      Service jmx_notification started. (15 ms).
      Service p4 started. (62 ms).
      Service classpath_resolver started. (16 ms).
      Service deploy started. (3722 ms).
      Service MigrationService started. (31 ms).
      Service bimmrdeployer started. (0 ms).
      Service log_configurator started. (5177 ms).
      Service locking started. (0 ms).
      Service http started. (126 ms).
      Service naming started. (157 ms).
      Service failover started. (16 ms).
      Service appclient started. (31 ms).
      Service javamail started. (47 ms).
      Service ts started. (47 ms).
      Service jmsconnector started. (47 ms).
      Service licensing started. (15 ms).
      Service connector started. (93 ms).
      Service iiop started. (94 ms).
      Service configuration started. (16 ms).
      Service webservices started. (265 ms).
      Service dbpool started. (1204 ms).
      Service UT started. (0 ms).
    Jul 27, 2009 3:45:09 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_54] Fatal: Initialization of ABAP data source (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed: "     Error while reading a dynpro                                        ". This message is critical if it appears during the startup of the AS Java.
    Jul 27, 2009 3:45:09 PM  ...re.server.ume.service.UMEServiceFrame [SAPEngine_System_Thread[impl:5]_54] Fatal:
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details:      Error while reading a dynpro                                       
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:398)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException:      Error while reading a dynpro                                       
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:236)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:491)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:221)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:287)
         ... 6 more
    com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details:      Error while reading a dynpro                                       
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:398)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:81)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:152)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException:      Error while reading a dynpro                                       
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:236)
         at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:491)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:446)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:221)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:287)
         ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Jul 27, 2009 3:45:09 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_54] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.

  • Error while deploying web service in Netweaver application

    Hi,
    In my group, two members working in the development of a WebDynpro based application.  We have created a track and are using the same for development. For our application
    the team member 1 created a Dc say DC1 for EJBS(both
    entity and session) and another DC say DC2 for the application archieve 'ear'
    and activated the two DCS. When another member of
    the team is trying to create a webservice in the checked out DC, the
    webservice was created successfully but while deploying the
    application archive DC it gives an error (details furnished below).
    Error:
    :Caught exception during application deployment from SAP J2EE Engine's
    deploy service:java.rmi.RemoteException: Cannot deploy
    application asianpaints.com/pe_mgt_ear.. Reason: Webservices common
    deployment exception! The reason is: Error occurred,
    trying to update web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none; nested exception
    is:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment
    exception! The reason is: Error occurred, trying to update web services
    for application asianpaints.com/pe_mgt_ear.
    WSDeploymentException: Webservices common deployment exception! The
    reason is: Error occurred, trying to parse documentation
    for web service NewPEProcessorService. .
    So we created one more DC3(referring the entity beans of DC1) and
    created the required session bean and webservice in that
    DC. It got deployed successfully. Again when we are trying to create
    new webservice it got created but the deployment got
    aborted with the same error as mentioned above:
    The detailed error description we got in both the cases is given below:
    Mar 30, 2006 1:07:39 PM /userOut/deploy
    (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy
    Thread,5,main]] INFO:
    [005]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[/usr/sap/J2E/JC00/SDM/program/log/sdmcl20060330074205.log]/>
    <!PATTERN[sdmcl20060330074205.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[ISO8859_1]/>
    <!LOGHEADER[END]/>
    Mar 30, 2006 1:12:07 PM Info: -
    Starting deployment -
    Mar 30, 2006 1:12:07 PM Info: Loading selected archives...
    Mar 30, 2006 1:12:07 PM Info: Loading
    archive '/usr/sap/J2E/JC00/SDM/program/temp/temp35515asianpaints.com~pe_mgt_ear.ear'
    Mar 30, 2006 1:12:17 PM Info: Selected archives successfully loaded.
    Mar 30, 2006 1:12:17 PM Info: Actions per selected component:
    Mar 30, 2006 1:12:17 PM Info: Update: Selected development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'20060330130420' updates
    currently deployed development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'8008'.
    Mar 30, 2006 1:12:17 PM Info: The deployment prerequisites finished
    without any errors. All items are correct.
    Mar 30, 2006 1:12:17 PM Info: Saved current Engine state.
    Mar 30, 2006 1:12:17 PM Info: Error handling strategy: OnErrorStop
    Mar 30, 2006 1:12:17 PM Info: Update strategy: UpdateAllVersions
    Mar 30, 2006 1:12:17 PM Info: Starting: Update: Selected development
    component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'20060330130420' updates
    currently deployed development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'8008'.
    Mar 30, 2006 1:12:17 PM Info: SDA to be deployed:
    /usr/sap/J2E/JC00/SDM/root/origin/asianpaints.com/pe_mgt_ear/J2E_HSSPNEW_D/20060330130420/temp35515asianpaints.com~pe_mgt_ear
    .ear
    Mar 30, 2006 1:12:17 PM Info: Software type of SDA: J2EE
    Mar 30, 2006 1:12:17 PM Info: ***** Begin of SAP J2EE Engine
    Deployment (J2EE Application) *****
    Mar 30, 2006 1:15:07 PM Info: Begin of log messages of the target
    system:
    06/03/30 13:12:17 -
    06/03/30 13:12:20 - Start updating EAR file...
    06/03/30 13:12:20 - start-up mode is lazy
    06/03/30 13:12:23 - EAR file updated successfully for 3161ms.
    06/03/30 13:12:23 - Start updating...
    06/03/30 13:12:24 - EAR file uploaded to server for 525ms.
    06/03/30 13:15:07 - ERROR: Not updated. Deploy Service returned ERROR:
    java.rmi.RemoteException: Cannot deploy
    application asianpaints.com/pe_mgt_ear..
    Reason: Webservices common deployment exception!
    The reason is: Error occurred, trying to update web
    services for application asianpaints.com/pe_mgt_ear. . Additional info:
    none; nested exception is:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException:
    Webservices common deployment exception! The reason is: Error occurred,
    trying to update web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:164)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:118)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:86)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateManager.makeUpdate(WSUpdateManager.java:52)
    at
    com.sap.engine.services.webservices.server.deploy.WSDeployer.makeUpdate
    (WSDeployer.java:274)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :290)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:584)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged
    (Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160) Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices
    deployment exception! The reason is: Error occurred, trying to generate
    web services deployment files for application
    asianpaints.com/pe_mgt_ear. . The error refers to application: none,
    jar: , web service: .
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:296)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.deployWebServices(WSUpdateProcessor.java:262)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:155)
    ... 21 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, parsing
    com.sap.engine.services.webservices.server.deploy.descriptors.sapwebservices.WSDescriptor descriptor, application
    asianpaints.com/pe_mgt_ear, web service NewPEProcessorService, location
    message: type: jar file, location:
    /usr/sap/J2E/JC00/j2ee/cluster/server0/./temp/deploy/work/deploying/reader1143704544275/asianpaints.com~HSSPNEW_UserDetails.j
    ar . . Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:907)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebService(WSDefinitionFactory.java:176)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebServices(WSDefinitionFactory.java:158)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:284)
    ... 23 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, trying to parse
    documentation for web service NewPEProcessorService. .
    Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseDocumentation(WSDefinitionFactory.java:1586)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDAndDocumentation(WSDefinitionFactory.java:15
    60)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:814)
    ... 26 more
    Caused by: java.lang.NullPointerException
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:596)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged
    (Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160) Caused by:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment exception! The
    reason is: Error occurred, trying to update web services for
    application asianpaints.com/pe_mgt_ear. . Additional info: none
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:164)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:118)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:86)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateManager.makeUpdate(WSUpdateManager.java:52)
    at
    com.sap.engine.services.webservices.server.deploy.WSDeployer.makeUpdate
    (WSDeployer.java:274)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :290)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:584)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at
    com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged
    (Native Method)
    at
    com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at
    com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160) Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices
    deployment exception! The reason is: Error occurred, trying to generate
    web services deployment files for application
    asianpaints.com/pe_mgt_ear. . The error refers to application: none,
    jar: , web service: .
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:296)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.deployWebServices(WSUpdateProcessor.java:262)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:155)
    ... 21 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, parsing
    com.sap.engine.services.webservices.server.deploy.descriptors.sapwebservices.WSDescriptor descriptor, application
    asianpaints.com/pe_mgt_ear, web service NewPEProcessorService, location
    message: type: jar file, location:
    /usr/sap/J2E/JC00/j2ee/cluster/server0/./temp/deploy/work/deploying/reader1143704544275/asianpaints.com~HSSPNEW_UserDetails.j
    ar . . Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:907)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebService(WSDefinitionFactory.java:176)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebServices(WSDefinitionFactory.java:158)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:284)
    ... 23 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, trying to parse
    documentation for web service NewPEProcessorService. .
    Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseDocumentation(WSDefinitionFactory.java:1586)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDAndDocumentation(WSDefinitionFactory.java:15
    60)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:814)
    ... 26 more
    Caused by: java.lang.NullPointerException
    at
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException.writeReplace(WSDeploymentException.java:64)
    at sun.reflect.NativeMethodAccessorImpl.invoke0
    (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke
    (NativeMethodAccessorImpl.java:39)
    at
    sun.reflect.DelegatingMethodAccessorImpl.invoke
    (DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke
    (Method.java:324)
    at java.io.ObjectStreamClass.invokeWriteReplace
    (ObjectStreamClass.java:896)
    at java.io.ObjectOutputStream.writeObject0
    (ObjectOutputStream.java:1011)
    at java.io.ObjectOutputStream.defaultWriteFields
    (ObjectOutputStream.java:1332)
    at java.io.ObjectOutputStream.writeSerialData
    (ObjectOutputStream.java:1304)
    at
    java.io.ObjectOutputStream.writeOrdinaryObject
    (ObjectOutputStream.java:1247)
    at java.io.ObjectOutputStream.writeObject0
    (ObjectOutputStream.java:1052)
    at java.io.ObjectOutputStream.writeObject
    (ObjectOutputStream.java:278)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl.throwException
    (DispatchImpl.java:135)
    at
    com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:296)
    ... 8 more
    For detailed information see the log file of the
    Deploy Service.
    06/03/30 13:15:07 -
    Mar 30, 2006 1:15:07 PM Info: End of log messages of the target
    system.Mar 30, 2006 1:15:07 PM Info: ***** End of SAP J2EE Engine
    Deployment
    (J2EE Application) *****
    Mar 30, 2006 1:15:07 PM Error: Aborted: development component
    'pe_mgt_ear'/'asianpaints.com'/'J2E_HSSPNEW_D'/'20060330130420':
    Caught exception during application deployment from SAP J2EE Engine's
    deploy service:
    java.rmi.RemoteException: Cannot deploy application
    asianpaints.com/pe_mgt_ear..
    Reason: Webservices common deployment exception! The reason is: Error
    occurred, trying to update web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none; nested exception
    is:
    java.lang.Exception:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common
    deployment exception! The reason is: Error occurred, trying to update
    web services for application
    asianpaints.com/pe_mgt_ear. . Additional info: none
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:164)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:118)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:86)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateManager.makeUpdate(WSUpdateManager.java:52)
    at
    com.sap.engine.services.webservices.server.deploy.WSDeployer.makeUpdate
    (WSDeployer.java:274)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:390)
    at
    com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:387)
    at
    com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:159)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java
    :290)
    at
    com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:323)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3027)
    at
    com.sap.engine.services.deploy.server.DeployServiceImpl.update
    (DeployServiceImpl.java:584)
    at
    com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch
    (DeployServiceImplp4_Skel.java:1278)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal
    (DispatchImpl.java:294)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run
    (DispatchImpl.java:183)
    at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request
    (P4SessionProcessor.java:119)
    at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageLis
    tener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run
    (MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:95)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:160)
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices deployment exception! The
    reason is: Error occurred, trying to generate web services deployment
    files for application asianpaints.com/pe_mgt_ear. . The
    error refers to application: none, jar: , web service: .
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:296)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.deployWebServices(WSUpdateProcessor.java:262)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.updateWebServices(WSUpdateProcessor.java:155)
    ... 21 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment
    exception! The reason is: Error occurred, parsing
    com.sap.engine.services.webservices.server.deploy.descriptors.sapwebservices.WSDescriptor descriptor, application
    asianpaints.com/pe_mgt_ear, web service NewPEProcessorService, location
    message: type: jar file, location:
    /usr/sap/J2E/JC00/j2ee/cluster/server0/./temp/deploy/work/deploying/reader1143704544275/asianpaints.com~HSSPNEW_UserDetails.j
    ar . . Additional info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:907)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebService(WSDefinitionFactory.java:176)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.loadWebServices(WSDefinitionFactory.java:158)
    at
    com.sap.engine.services.webservices.server.deploy.ws.update.WSUpdateProcessor.generateDeployFiles(WSUpdateProcessor.java:284)
    ... 23 more
    Caused by:
    com.sap.engine.interfaces.webservices.server.deploy.WSDeploymentException: Webservices common deployment
    exception! The reason is: Error occurred, trying to parse documentation
    for web service NewPEProcessorService. . Additional
    info:
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseDocumentation(WSDefinitionFactory.java:1586)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDAndDocumentation(WSDefinitionFactory.java:15
    60)
    at
    com.sap.engine.services.webservices.server.deploy.ws.WSDefinitionFactory.parseWSDescriptor(WSDefinitionFactory.java:814)
    ... 26 more
    Caused by: java.lang.NullPointerException
    (message ID:
    com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Mar 30, 2006 1:15:17 PM Info: J2EE Engine is in same state
    (online/offline) as it has been before this deployment process.
    Mar 30, 2006 1:15:17 PM Error: -
    At least one of the Deployments
    failed -
    Deployment failure happens only when the DC contains a web service; else, it goes through properly. 
    Can anyone of you indicate where we are going wrong and what should be done to resolve this issue?
    Thanks a lot in advance.
    Regards,
    Ravi

    Hi,
    You can go to the Visual Administrator -> <SID> -> Server -> Services -> Deploy -> Runtime tab -> option Container at the bottom and see if everything is correct and running in the webservices_container.
    If something necessary to the deployment is not started you can select it and click in start.
    I hope it helps.
    Thanks,
    Anderson

  • EHPI installer: Error while reading a dynpro. Stuck at Start Shadow First.

    Hi Everyone,
    I am dead in the water with my test install of EhP5 using the most current installer.  This small test is on an older iseries, V5R4 with 8G memory. The SAP version is ECC 6.0 at sp Basis  23 and Applications at 19.
    The install stops at Start Shadow First, but the instance and work processes are up on the server.   The log- SAPehpiConsole reads:
    Severe error(s) occured in phase MAIN_SHADOW/START_SHDI_FIRST!
    Last error code set: RFC call to upg_is_shadow_system failed with key
    RFC_ERROR_SYSTEM_FAILURE (open): Error while reading a dynpro
    Please refer to these logs in the posted replys following this post for readability.
    The shadow system work process wp01 log showsan RFC error as follows:
    Wed Sep 14 11:29:58 2011
    ABAP Program SAPMSSY2                                .
    Source                                          Line 0.
    Error Code DYNPRO_READ_FAILED.
    Module  $Id: //bas/720_REL/src/krn/dynp/dyrdypdb.c#3 $ SAP.
    Function dy_dbread Line 100.
    RABAX: level LEV_RX_STDERR completed.
    RABAX: level LEV_RX_RFC_ERROR entered.
    RABAX: level LEV_RX_RFC_ERROR completed.
    RABAX: level LEV_RX_RFC_CLOSE entered.
    RABAX: level LEV_RX_RFC_CLOSE completed.
    RABAX: level LEV_RX_ERROR_SAVE entered.
    RABAX: level LEV_RX_ERROR_SAVE completed.
    RABAX: level LEV_RX_ERROR_TPDA entered.
    RABAX: level LEV_RX_ERROR_TPDA completed.
    RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    RABAX: level LEV_RX_END entered.
    RABAX: level LEV_RX_END completed.
    RABAX: end no http/smtp
    RABAX: end RX_BTCHLOG RX_VBLOG
    Error while reading a dynpro.
    C Wed Sep 14 11:33:59 2011
    C  *** ERROR => SQL-Error -204 in function db_open  (dbsldb4.cpp  10630)
    C  {root-id=4E6F19A9A5F02851E10080020A7F0064}_{conn-id=}_0
    RABAX: level LEV_RX_IMC_ERROR entered.
    RABAX: level LEV_RX_IMC_ERROR completed.
    RABAX: level LEV_RX_DATASET_CLOSE entered.
    RABAX: level LEV_RX_DATASET_CLOSE completed.
    C  Reopen: FALSE
    B  *** ERROR => dbdynpdb2: dbdd_dbtab_columns (DYNPSOURCE) failed with rc = 4
    dbdynpdb2.c  2506]
    B  {root-id=4E6F19A9A5F02851E10080020A7F0064}_{conn-id=00000000000000000000000000000000}_0
    B  ***LOG BZY=> unexpected return code 4          calling dbdd_dbtab [dbdynpdb     2508]
    So I have a problem communicating with the shadow. Or is it a problem with the db_open?
    From the test system I have an entry in SM59 to the shadow and I get this error when trying a connection test.
    Error Details     Error while reading a dynpro.
    And trying to logon to the client sends the same message, it does not bring up the login screen.
    OK. So in the 3 weeks that I have restarted, re-set and completely restored and restarted the install, I have always come to this point. I have search for similar issues and have done a review of pertinent notes etcu2026    Just as a comment, last year I successfully did the Ehp 4 upgrade without many problems on this same system using last years SAP system.   In the month that I have been trying to do this,  SAP has replaced the EHPI installer 3 times which indicates some problems on their part.
    Any comments or suggestions would be greatly appreciated.
    Pat

    The 2 logs from the installer are here.
    The STARTSFI is as follows:
    1 ETQ201 Entering upgrade-phase "START_SHDI_FIRST" ("20110913144811")
    4 ETQ399 Set environment for standard connect:
    2 ETQ367 Connect variables are set for standard instance access
    4 ETQ399 System-nr = '14', GwService = 'sapgw14'
    4 ETQ399 Environment variables:
    4 ETQ399   dbs_db4_schema=SAPR3
    4 ETQ399   auth_shadow_upgrade=0
    1 ETQ206 Executing pre-phase DB specific actions.
    3 ETQ399 Fixing IFS authorities for '/usr/sap/TEH/EHPI/abap/exe'
    1 ETQ206 Executing pre-phase DB specific actions.
    1 ETQ200 Executing actual phase 'MAIN_SHADOW/START_SHDI_FIRST'.
    1 ETQ399 Phase arguments:
    2 ETQ399 Arg[0] = 'DEVTRACE.LOG'
    4 ETQ399 Set environment for shadow connect:
    4 ETQ399 Set RFC variables for shadow connect:
    4 ETQ399 System-nr = '15', GwService = 'sapgw15'
    4 ETQ380 computing toolpath for request "TP_SHADOW_CONNECT"
    4 ETQ381 request "TP_SHADOW_CONNECT" means "tp needs to connect to shadow system"
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"
    4 ETQ383 translates to path "exe"
    4 ETQ383 translates to path "exe"
    4 ETQ399 Set tool parameters for shadow connect:
    4 ETQ399   default TPPARAM: SHADOW.TPP
    4 ETQ380 computing toolpath for request "TP_ALWAYS_NEW"
    4 ETQ381 request "TP_ALWAYS_NEW" means "always tp from DIR_PUT/exe, for phase KX_SWI
    4 ETQ382 translates to group "R3UP_TOOL_GROUP_NEW"
    4 ETQ383 translates to path "exe"
    4 ETQ383 translates to path "exe"
    2 ETQ399 Starting shadow instance
    4 ETQ359 RFC Login to: System="TEH", Nr="15", GwHost="omni", GwService="sapgw15"
    2 ETQ231 RFC Login failed
    repeats the rfc call with a fail until this final entry.
    2EETQ399 Starting shadow instance failed
    2EETQ399 Test RFC failed finally
      The DEVTRACE.LOG is here:
    $                               Directory:    /usr/sap/TEH/EHPI/abap/log
    Name:         DEVTRACE.LOG
    trc file: "dev_disp.new", trc level: 1, release: "720"
    sysno      15
    sid        TEH
    systemid   327 (IBM i with OS400)
    relno      7200
    patchlevel 0
    patchno    100
    intno      20020600
    make       single threaded, ASCII, 64 bit, optimized
    profile    /usr/sap/TEH/EHPI/abap/TEH/SYS/profile/TEH_DVEBMGS15_omni
    pid        75851
    kernel runs with dp version 131(ext=118) (@(#) DPLIB-INT-VERSION-131)
    length of sys_adm_ext is 376 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (15 75851) [dpxxdisp.c   1287]
    #shared lib "dw_xml.so" version 100 successfully loaded
    #shared lib "dw_xtc.so" version 100 successfully loaded
    #shared lib "dw_stl.so" version 100 successfully loaded
    #shared lib "dw_gui.so" version 100 successfully loaded
    #shared lib "dw_mdm.so" version 100 successfully loaded
    #shared lib "dw_rndrt.so" version 100 successfully loaded
    #shared lib "dw_abp.so" version 100 successfully loaded
    #shared lib "dw_sym.so" version 100 successfully loaded
    #shared lib "dw_aci.so" version 100 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    rdisp/dynamic_wp_check : 0
    rdisp/calculateLoadAverage : 1
    Tue Sep 13 14:48:58 2011
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  6404]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: write dp-profile-values into sys_adm_ext
    DpIPCInit2: start server >omni_TEH_15                             <
    DpShMCreate: sizeof(wp_adm)##17440#(1744)
    DpShMCreate: sizeof(tm_adm)##4976768#(24760)
    DpShMCreate: sizeof(wp_ca_adm)##56000#(56)
    DpShMCreate: sizeof(appc_ca_adm)#56000#(56)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/576048/576064
    DpShMCreate: sizeof(comm_adm)##576064#(1136)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)##0#(104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)##0#(80)
    DpShMCreate: sizeof(vmc_adm)##0#(1856)
    DpShMCreate: sizeof(wall_adm)##(25648/36736/64/104)
    DpShMCreate: sizeof(gw_adm)#48
    DpShMCreate: sizeof(j2ee_adm)#2032
    DpShMCreate: SHM_DP_ADM_KEY##(addr: 700000050000000, size: 5759216)
    DpShMCreate: allocated sys_adm at 700000050000010
    DpShMCreate: allocated wp_adm_list at 700000050002970
    DpShMCreate: allocated wp_adm at 700000050002b60
    DpShMCreate: allocated tm_adm_list at 700000050006f90
    DpShMCreate: allocated tm_adm at 700000050006fe0
    DpShMCreate: allocated wp_ca_adm at 7000000504c6070
    DpShMCreate: allocated appc_ca_adm at 7000000504d3b40       
    Directory:    /usr/sap/TEH/EHPI/abap/log
    Name:         DEVTRACE.LOG
    DpShMCreate: allocated comm_adm at 7000000504e1610
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 70000005056e060
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated gw_adm at 70000005056e110
    DpShMCreate: allocated j2ee_adm at 70000005056e150
    DpShMCreate: allocated ca_info at 70000005056e950
    DpShMCreate: allocated wall_adm at 70000005056e9d0
    DpCommAttachTable: attached comm table (header=7000000504e1610/ft=7000000504e1620)
    DpSysAdmIntInit: initialize sys_adm
    rdisp/test_roll : roll strategy is DP_NORMAL_ROLL
    dia token check not active (3 token)
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    DpRqQInit: keep protect_queue / slots_per_queue 0 / 2001 in sys_adm
    rdisp/queue_size_check_value :  -> on,50,30,40,500,50,500,80
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    Using implementation std
    EsStdUnamFileMapInit: ES base = 0x7000000a0000000
    EsStdInit: Extended Memory 4096 MB allocated
    <ES> 1023 blocks reserved for free list.
    ES initialized.
    mm.dump: set maximum dump mem to 96 MB
    DpVmcSetActive: set vmc state DP_VMC_NOT_ACTIVE
    MPI: dynamic quotas disabled.
    MPI init: pipes=4000 buffers=1279 reserved=383 quota=10%
    Tue Sep 13 14:48:59 2011
    WARNING => System running without ICM - check rdisp/start_icman [dpxxdisp.c   13097]
    Tue Sep 13 14:49:02 2011
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( omni) [dpxxdisp.c   12339]
    MBUF state LOADING
    DpStartStopMsg: send start message (myname is >omni_TEH_15                             <)
    DpStartStopMsg: start msg sent
    Tue Sep 13 14:49:11 2011
    CCMS uses Shared Memory Key 73 for monitoring.
    CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.
    CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Tue Sep 13 14:49:13 2011
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1296]
    MBUF state ACTIVE
    DpWpBlksLow: max wp blocks in queue is 800 (80 %)
    MBUF component UP
    DpMsgProcess: 1 server in MBUF
    DpAppcBlksLow: max appc blocks in queue is 500 (50 %)
    Tue Sep 13 14:50:24 2011
    DpModState: change server state from STARTING to ACTIVE
    trc file: "dev_ms.new", trc level: 1, release: "720"
    [Thr 01] Tue Sep 13 14:48:39 2011
    [Thr 01] MsSOsPrivInit: Run priority adjusted to 12
    [Thr 01] ms/http_max_clients = 500 -> 500
    [Thr 01] MsSSetTrcLog: trc logging active, max size = 52428800 bytes
    systemid   327 (IBM i with OS400)
    relno      7200
    patchlevel 0
    patchno    92
    intno      20020600
    make       multithreaded, ASCII, 64 bit, optimized
    pid        75850
    [Thr 01] Tue Sep 13 14:48:40 2011
    [Thr 01] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 75850) [msxxserv_mt. 2274]
    [Thr 01] SigISetDefaultAction : default handling for signal SIGCHLD
    [Thr 01] load acl file = /usr/sap/TEH/EHPI/abap/TEH/SYS/global/ms_acl_info
    [Thr 01] MsGetOwnIpAddr: my host addresses are :
    [Thr 01]   1 : [10.127.0.100] omni.plastekgroup.com (HOSTNAME)
    [Thr 01]   2 : [127.0.0.1] LOOPBACK (LOCALHOST)
    [Thr 01] MsHttpInit: full qualified hostname = omni.plastekgroup.com
    [Thr 01] HTTP logging is switch off
    [Thr 01] MsHttpOwnDomain: own domain[1] = plastekgroup.com
    [Thr 01] *** I listen to port 3615 (3615) ***
    [Thr 01] CUSTOMER KEY: >H1357713078<
    [Thr 01] build version=720.2011.05.04
    trc file: "dev_rd", trc level: 1, release: "720"
    Tue Sep 13 14:49:07 2011
    ***LOG S00=> GwInitReader, gateway started ( 75855) [gwxxrd.c     1758]
    systemid   327 (IBM i with OS400)
    relno      7200
    patchlevel 0
    patchno    96
    intno      20020600
    make       single threaded, ASCII, 64 bit, optimized
    pid        75855
    gateway runs with dp version 131(ext=118) (@(#) DPLIB-INT-VERSION-131)
    gateway (version=720.2011.04.20)
    Tue Sep 13 14:49:10 2011
    gw/reg_no_conn_info = 1
    gw/local_addr : 0.0.0.0
    gw/reg_no_conn_info = 1
    SWITCH TRC-RESOLUTION from 1 TO 1
    CCMS: initialize CCMS Monitoring for ABAP instance with J2EE addin.
    CCMS uses Shared Memory Key 73 for monitoring.
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Tue Sep 13 14:49:13 2011
    CCMS: Initalized shared memory of size 40000000 for monitoring segment.
    CCMS: Checking Downtime Configuration of Monitoring Segment.
    CCMS: AlMsUpload called by wp 1002.
    CCMS: AlMsUpload successful for /usr/sap/TEH/EHPI/abap/TEH/DVEBMGS15/log/ALMTTREE (0 MTEs).
    Bind service sapgw15 (socket) to port 3315
    GwIRegInitRegInfo: reg_info file /usr/sap/TEH/EHPI/abap/TEH/DVEBMGS15/data/reginfo not found
    GwPrintMyHostAddr: my host addresses are :
      1 : [10.127.0.100] omni.plastekgroup.com (HOSTNAME)
      2 : [127.0.0.1] LOOPBACK (LOCALHOST)
    Full qualified hostname = omni.plastekgroup.com
    DpSysAdmExtCreate: ABAP is active
    DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    DpIPCInit2: read dp-profile-values from sys_adm_ext
    DpShMCreate: sizeof(wp_adm)##17440#(1744)
    DpShMCreate: sizeof(tm_adm)##4976768#(24760)
    DpShMCreate: sizeof(wp_ca_adm)##56000#(56)
    DpShMCreate: sizeof(appc_ca_adm)#56000#(56)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/576048/576064
    DpShMCreate: sizeof(comm_adm)##576064#(1136)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)##0#(104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)##0#(80)
    DpShMCreate: sizeof(vmc_adm)##0#(1856)
    DpShMCreate: sizeof(wall_adm)##(25648/36736/64/104)
    DpShMCreate: sizeof(gw_adm)#48
    DpShMCreate: sizeof(j2ee_adm)#2032
    DpShMCreate: SHM_DP_ADM_KEY##(addr: 700000060000000, size: 5759216)
    DpShMCreate: allocated sys_adm at 700000060000010
    DpShMCreate: allocated wp_adm_list at 700000060002970
    DpShMCreate: allocated wp_adm at 700000060002b60
    DpShMCreate: allocated tm_adm_list at 700000060006f90
    DpShMCreate: allocated tm_adm at 700000060006fe0
    DpShMCreate: allocated appc_ca_adm at 7000000604d3b40
    DpShMCreate: allocated comm_adm at 7000000604e1610
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 70000006056e060
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated gw_adm at 70000006056e110
    DpShMCreate: allocated j2ee_adm at 70000006056e150
    DpShMCreate: allocated ca_info at 70000006056e950
    DpCommAttachTable: attached comm table (header=7000000604e1
    MtxInit: -2 0 0
    DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 fro
    Tue Sep 13 14:50:14 2011
    GwDpInit: attached to gw_adm at 70000006056e110
    Tue Sep 13 14:50:16 2011
    DpSetProcessPriority: Run priority for gwrd adjusted to 12

  • Error while creating a Service Naming for OID

    Hi ,
    I have installed Fussion Middleware 11.1.1.0.7 in REDHAT 32 bit, and configured the OID without a domain.
    database is 11g  resides in another machine which a AIX machine. Configuration went successfully.
    Checked the status of OID
    ./opmnctl status -l
    Processes in Instance: asinst_2
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    ias-component                    | process-type       |     pid | status   |        uid |  memused |    uptime | ports
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    oid1                             | oidldapd           |    5211 | Alive    | 1071387060 |  1407576 |   0:02:41 | N/A
    oid1                             | oidldapd           |    5207 | Alive    | 1071387059 |   415636 |   0:02:41 | N/A
    oid1                             | oidmon             |    5198 | Alive    | 1071387058 |   560124 |   0:02:42 | LDAPS:3131,LDAP:3060
    EMAGENT                          | EMAGENT            |    4611 | Alive    | 1071387054 |   106144 |   0:08:38 | N/A
    Finally while ading the service name in netmgr am getting below error.
    Please help in resolving the issue.
    oracle.net.common.dataStore.DataStoreException: error writing ServiceAlias to: LDAPDataStore [svr: 10.180.20.182:3060, type: OID, ctxt: cn=OracleContext,dc=odiprd01,dc=com, home: /opt/app/oracle/product/11.2.0.3]
    original exception message: TNS-04409: Directory service error
      caused by: oracle.net.config.DirectoryServiceException: TNS-04405: General error
      caused by: oracle.net.ldap.NNFLException
    original stack trace: oracle.net.config.ServiceAliasException: TNS-04409: Directory service error
      caused by: oracle.net.config.DirectoryServiceException: TNS-04405: General error
      caused by: oracle.net.ldap.NNFLException
    oracle.net.config.DirectoryServiceException: TNS-04405: General error
      caused by: oracle.net.ldap.NNFLException
    oracle.net.ldap.NNFLException
            at oracle.net.config.DirectoryService.throwException(Unknown Source)
            at oracle.net.config.DirectoryService.read(Unknown Source)
            at oracle.net.config.ServiceAlias.<init>(Unknown Source)
            at oracle.net.common.dataStore.LDAPNetServiceHandler.save(Unknown Source)
            at oracle.net.common.dataStore.NetObjectHandler.maybeCommit(Unknown Source)
            at oracle.net.common.dataStore.NetObjectHandler.addElement(Unknown Source)
            at oracle.net.mgr.servicename.ServiceNameComponent.writeLDAPEntry(Unknown Source)
            at oracle.net.mgr.servicename.ServiceNameComponent.create(Unknown Source)
            at oracle.net.mgr.container.NetContainer.commandIssued(Unknown Source)
            at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.deliverEvent(CommandAdapter.java:442)
            at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.commandIssued(CommandAdapter.java:455)
            at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.toolBarItemActionPerformed(CommandAdapter.java:393)
            at oracle.sysman.emSDK.client.appContainer.ToolBarEventAdapter.toolBarItemActionPerformed(ToolBarEventAdapter.java:138)
            at oracle.ewt.toolBar.ToolBar.processToolBarEvent(Unknown Source)
            at oracle.ewt.toolBar.ToolBar.processEventImpl(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Component.java:4038)
            at java.awt.Container.dispatchEventImpl(Container.java:2059)
            at java.awt.Component.dispatchEvent(Component.java:3871)
            at oracle.ewt.toolBar.ToolBarPainterItem.activate(Unknown Source)
            at oracle.ewt.toolBar.ToolBarPainterItem.mouseReleased(Unknown Source)
            at oracle.ewt.toolBar.ToolBar.processMouseReleased(Unknown Source)
            at oracle.ewt.toolBar.ToolBar.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Component.java:5336)
            at java.awt.Container.processEvent(Container.java:2001)
            at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
            at oracle.ewt.toolBar.ToolBar.processEventImpl(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
            at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
            at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
            at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mouseReleased(Unknown Source)
            at java.awt.Component.processMouseEvent(Component.java:5571)
            at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Component.java:5336)
            at java.awt.Container.processEvent(Container.java:2001)
            at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
            at oracle.ewt.event.tracking.GlassMouseGrabProvider$Proxy.processEventImpl(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Component.java:4038)
            at java.awt.Container.dispatchEventImpl(Container.java:2059)
            at java.awt.Component.dispatchEvent(Component.java:3871)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4249)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3929)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3859)
            at java.awt.Container.dispatchEventImpl(Container.java:2045)
            at java.awt.Component.dispatchEvent(Component.java:3871)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:588)
            at java.awt.EventQueue.access$000(EventQueue.java:119)
            at java.awt.EventQueue$1.run(EventQueue.java:549)
            at java.awt.EventQueue$1.run(EventQueue.java:548)
            at java.security.AccessController.doPrivileged(AccessController.java:214)
            at com.ibm.oti.security.CheckedAccessControlContext.securityCheck(CheckedAccessControlContext.java:30)
            at com.ibm.oti.security.CheckedAccessControlContext.securityCheck(CheckedAccessControlContext.java:34)
            at sun.misc.JavaSecurityAccessWrapper.doIntersectionPrivilege(JavaSecurityAccessWrapper.java:44)
            at java.awt.EventQueue$2.run(EventQueue.java:563)
            at java.awt.EventQueue$2.run(EventQueue.java:562)
            at java.security.AccessController.doPrivileged(AccessController.java:214)
            at com.ibm.oti.security.CheckedAccessControlContext.securityCheck(CheckedAccessControlContext.java:30)
            at sun.misc.JavaSecurityAccessWrapper.doIntersectionPrivilege(JavaSecurityAccessWrapper.java:39)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:560)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:268)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:197)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:191)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:183)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:144)

    Hi ,
    I have installed Fussion Middleware 11.1.1.0.7 in REDHAT 32 bit, and configured the OID without a domain.
    database is 11g  resides in another machine which a AIX machine. Configuration went successfully.
    Checked the status of OID
    ./opmnctl status -l
    Processes in Instance: asinst_2
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    ias-component                    | process-type       |     pid | status   |        uid |  memused |    uptime | ports
    ---------------------------------+--------------------+---------+----------+------------+----------+-----------+------
    oid1                             | oidldapd           |    5211 | Alive    | 1071387060 |  1407576 |   0:02:41 | N/A
    oid1                             | oidldapd           |    5207 | Alive    | 1071387059 |   415636 |   0:02:41 | N/A
    oid1                             | oidmon             |    5198 | Alive    | 1071387058 |   560124 |   0:02:42 | LDAPS:3131,LDAP:3060
    EMAGENT                          | EMAGENT            |    4611 | Alive    | 1071387054 |   106144 |   0:08:38 | N/A
    Finally while ading the service name in netmgr am getting below error.
    Please help in resolving the issue.
    oracle.net.common.dataStore.DataStoreException: error writing ServiceAlias to: LDAPDataStore [svr: 10.180.20.182:3060, type: OID, ctxt: cn=OracleContext,dc=odiprd01,dc=com, home: /opt/app/oracle/product/11.2.0.3]
    original exception message: TNS-04409: Directory service error
      caused by: oracle.net.config.DirectoryServiceException: TNS-04405: General error
      caused by: oracle.net.ldap.NNFLException
    original stack trace: oracle.net.config.ServiceAliasException: TNS-04409: Directory service error
      caused by: oracle.net.config.DirectoryServiceException: TNS-04405: General error
      caused by: oracle.net.ldap.NNFLException
    oracle.net.config.DirectoryServiceException: TNS-04405: General error
      caused by: oracle.net.ldap.NNFLException
    oracle.net.ldap.NNFLException
            at oracle.net.config.DirectoryService.throwException(Unknown Source)
            at oracle.net.config.DirectoryService.read(Unknown Source)
            at oracle.net.config.ServiceAlias.<init>(Unknown Source)
            at oracle.net.common.dataStore.LDAPNetServiceHandler.save(Unknown Source)
            at oracle.net.common.dataStore.NetObjectHandler.maybeCommit(Unknown Source)
            at oracle.net.common.dataStore.NetObjectHandler.addElement(Unknown Source)
            at oracle.net.mgr.servicename.ServiceNameComponent.writeLDAPEntry(Unknown Source)
            at oracle.net.mgr.servicename.ServiceNameComponent.create(Unknown Source)
            at oracle.net.mgr.container.NetContainer.commandIssued(Unknown Source)
            at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.deliverEvent(CommandAdapter.java:442)
            at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.commandIssued(CommandAdapter.java:455)
            at oracle.sysman.emSDK.client.guiComponent.commandAdapter.CommandAdapter.toolBarItemActionPerformed(CommandAdapter.java:393)
            at oracle.sysman.emSDK.client.appContainer.ToolBarEventAdapter.toolBarItemActionPerformed(ToolBarEventAdapter.java:138)
            at oracle.ewt.toolBar.ToolBar.processToolBarEvent(Unknown Source)
            at oracle.ewt.toolBar.ToolBar.processEventImpl(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Component.java:4038)
            at java.awt.Container.dispatchEventImpl(Container.java:2059)
            at java.awt.Component.dispatchEvent(Component.java:3871)
            at oracle.ewt.toolBar.ToolBarPainterItem.activate(Unknown Source)
            at oracle.ewt.toolBar.ToolBarPainterItem.mouseReleased(Unknown Source)
            at oracle.ewt.toolBar.ToolBar.processMouseReleased(Unknown Source)
            at oracle.ewt.toolBar.ToolBar.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Component.java:5336)
            at java.awt.Container.processEvent(Container.java:2001)
            at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
            at oracle.ewt.toolBar.ToolBar.processEventImpl(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
            at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
            at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp._redispatchEvent(Unknown Source)
            at oracle.ewt.event.tracking.GlassMouseGrabProvider$Disp.mouseReleased(Unknown Source)
            at java.awt.Component.processMouseEvent(Component.java:5571)
            at oracle.ewt.lwAWT.LWComponent.processMouseEvent(Unknown Source)
            at java.awt.Component.processEvent(Component.java:5336)
            at java.awt.Container.processEvent(Container.java:2001)
            at oracle.ewt.lwAWT.LWComponent.processEventImpl(Unknown Source)
            at oracle.ewt.event.tracking.GlassMouseGrabProvider$Proxy.processEventImpl(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
            at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
            at java.awt.Component.dispatchEventImpl(Component.java:4038)
            at java.awt.Container.dispatchEventImpl(Container.java:2059)
            at java.awt.Component.dispatchEvent(Component.java:3871)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4249)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3929)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3859)
            at java.awt.Container.dispatchEventImpl(Container.java:2045)
            at java.awt.Component.dispatchEvent(Component.java:3871)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:588)
            at java.awt.EventQueue.access$000(EventQueue.java:119)
            at java.awt.EventQueue$1.run(EventQueue.java:549)
            at java.awt.EventQueue$1.run(EventQueue.java:548)
            at java.security.AccessController.doPrivileged(AccessController.java:214)
            at com.ibm.oti.security.CheckedAccessControlContext.securityCheck(CheckedAccessControlContext.java:30)
            at com.ibm.oti.security.CheckedAccessControlContext.securityCheck(CheckedAccessControlContext.java:34)
            at sun.misc.JavaSecurityAccessWrapper.doIntersectionPrivilege(JavaSecurityAccessWrapper.java:44)
            at java.awt.EventQueue$2.run(EventQueue.java:563)
            at java.awt.EventQueue$2.run(EventQueue.java:562)
            at java.security.AccessController.doPrivileged(AccessController.java:214)
            at com.ibm.oti.security.CheckedAccessControlContext.securityCheck(CheckedAccessControlContext.java:30)
            at sun.misc.JavaSecurityAccessWrapper.doIntersectionPrivilege(JavaSecurityAccessWrapper.java:39)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:560)
            at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:268)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:197)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:191)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:183)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:144)

Maybe you are looking for

  • Problem with dsc shared shared variables and error 1950679023

    I'm having trouble using shared variables on my laptop PC (with Windows XP) using Labview 8.2 and DSC.   I've set up a simple project with one VI and one shared variable library.  In the VI, I have  a while loop that writes a number from a front pane

  • B2B-50079 Transport error: To Transport Informations Not found

    Hi, I'm trying an outbound scenario in b2b using ebXML. When i tried to test, 3 messages for a single instance can be seen. 1.A message entry with correct document type which converts custom format to ebXML format and the status is in "MSG_WAIT_ACK"

  • How to watch iTunes rental movie on HDTV and keep MBP display off

    I would like to watch a movie on my flat screen TV. I rented the movie from the iTunes movie store, and I am attaching my MBP to the TV via the HDMI port on the TV and the sound cable to the RCA jacks. My understanding is that I have to use the F7 ke

  • Xbox refuses to now recognize iPod!!

    Son recently downloaded newest update to his iPod. Now his Xbox won't recognize it and he can't listen to his music from his iPod while using his Xbox. Why? What happened? Is the newest update causing this issue? Does anyone have any idea why this wo

  • TS4002 iCloud won't let me access using OS10.7.4 mail

    I am unable to access my email from iCloud on OS 10.7.4 mail.  The incoming mail server is set in light gray and cannot be changed to the the recommended imap.*.  It hard written as a curious po4-imap.*  Is there anyone out there who can help me with