ABAP/Java Code to create ID configuration

Hi Experts ,
It is our project requirement that we need to create the mass ID Configs like ( Receiver determination / Interface determination) from the code (ABAP/JAVA)...
I have seen on the SAP docs that there is some web services available to do that .
Has anybody has this sort of exposure ...
Kind regards
Goutam

Hi,
For ID objects, I did not see any article yet.
But for IR objects or SLD objects, the answer is Yes.
Please check following blog:
XI - Reverse Engineering #1 – Software Component
/people/felix.jeyareuben/blog/2007/03/20/xi--reverse-engineering-1-150-software-component
XI – Reverse Engineering #2 – Dependencies in SWC & adding a namespace
/people/felix.jeyareuben/blog/2007/03/22/xi-150-reverse-engineering-2-150-dependencies-in-swc-amp-adding-a-namespace
What you can do is to check the author of the blog to see if this is possible.
Regards.
Liang

Similar Messages

  • JAVA CODE  NOT CREATING IDOC

    Hi all
    I m facing problem to upload data through idoc.the scenario is like we receive electric meter reading in flat file format. And to upload that data JAVA code is written which will create an IDOC FILE this authorization is only give to 2-3 person in organization and to basis guy also as user changed it’s password in SAP and in JAVA the java code is not going to create the IDOC file and data is not going to upload. after changing user password in sap system ,user not able to upload the data.
    ISU_MR_UPLOAD01 is the idoc file generated. So is there any authorization issue, password issue how to see and view IDOC IN SAP, can any one help me out into this.
    The error with java throws is as;
    1ST ERROR IN TRACE FILE
    ERROR file opened at 20061109 133610 India Standard, SAP-REL 640,0,59 RFC-VER 3  MT-SL
    T:2736 ======> User TR has no RFC authorization for function group SYST .
    T:2736 <* RfcReceive [1] : returns 3:RFC_SYS_EXCEPTION
    2ND ERROR ON COMMAND PROMT
    C:\j2sdk1.4.2_07>cd bin
    C:\j2sdk1.4.2_07\bin>java sandsupload
    Creating IDoc...Exception in thread "main" com.sap.mw.idoc.IDoc$Exception: (2) I
    DOC_ERROR_METADATA_UNAVAILABLE: The meta data for the IDoc type "ISU_MR_UPLOAD01
    " is unavailable.
            at com.sap.mw.idoc.jco.JCoIDoc$JCoDocument.<init>(JCoIDoc.java:233)
            at com.sap.mw.idoc.jco.JCoIDoc$JCoDocument.<init>(JCoIDoc.java:187)
            at com.sap.mw.idoc.jco.JCoIDoc.createDocument(JCoIDoc.java:10521)
            at sandsupload.main(sandsupload.java:35)
    the part of java code
    try {
                //create a JCo client pool
                JCO.addClientPool( "MyPool",    //pool name
                                   3,           //maximum pool connections
                                   "333",       //SAP client
                                   " TR",    //user ID
                                   " XYZ",  //password
                                   "EN",        //language
                                   " 1.1.1.1   ", //app server host name
                                   "00" );   //system number
                //create an IDoc repository
                IDoc.Repository idocRep = JCoIDoc.createRepository("MyIDocRepository", "MyPool");
                //create a new and empty MATMAS02 document
                System.out.print("Creating IDoc...");
         Line where it shows error
                IDoc.Document doc = JCoIDoc.createDocument(idocRep, "ISU_MR_UPLOAD01");
                //get the root segment from the document
                //The root segment does not contain any fields or data. It is only
                //used as the standard parent segment and won't be transmitted when
                //the document is sent to an SAP system.
                IDoc.Segment segment = doc.getRootSegment();
                //create and add a new and empty child segment of type E1MARAM
                //and fill the segment data

    Hi Gaurav,
    Same exception on the same line has been reported and marked as solved here :
    IDOC_ERROR_METADATA_UNAVAILABLE:
    Btw, I think this forum is not visited often by JCO and ABAP connectivity experts, so maybe you could get a faster response to your problems while posting in "Java Programming" or maybe in some forum under the category ABAP Development.
    HTH
    Peter

  • Java code to create a new .txt file in FTP server  --- Help

    Hi,
    I wrote a standalone java app which creates a .txt file in my local machine and transfers it to FTP server. But my requirement now is to create a new .txt file with the same content in FTP server itself instead of creating locally with basic java code.
    I'm aware of transfering file from local machine to the FTP server using STOR command of FTP. But i never tried creating a new file & writing content into that in FTP server.
    So, if any one did this before please help me out with source code or any idea ???
    Thank you.
    Vj.

    simply_vijay wrote:
    thanks for your reply. yes i've seen the Apache Commons NET API , but there is no method or class to create a new file in FTP server. I'm really worried how to solve this problem ???Sure there is.
    There's a method where you can write data to a file on the server using an OutputStream, right? Well, instead of writing to a FileOutputStream, write to that OutputStream instead. Remember to close the OutputStream and call the method which says you're finished with the command (I forget what it's called).

  • Need JAVA code to create OIM ITresource-connection values are in a csv file

    Hi,
    Could any one plz help me with the java code used / tested before to create OIM IT resource dynamically, for the reference. IT resource parameter (connection) values in a .csv file, where in I've multiple environments.
    Thanks,
    Ramesh
    Edited by: user13267745 on Aug 19, 2010 12:37 AM

    Hi Gregg,
    You can create one transformation from the DataStore to itself.  In the "Technical" rules group, set 0RECORDMODE = 'X' (before image) or 'R' (reverse).  Therefore, when you execute its corresponding DTP, all existing records shouldl be set to zero.
    Then, as a second step, you can execute the DTP which is related to the transformation between the DataStore and the DataSource, thus loading the new records.
    I hope this helps you.
    Regards,
    Maximiliano

  • ADF Calendar : java code to create activity

    Dear All,
    I need to create an activity in the calendar from java code and not from the create popup.
    actually i need to create a new activity when i drag a activity from a table to the calendar but the oracle demo is too complicated !!
    Can anyone advice how ?
    Thanks

    Hi,
    Always mention your JDev version.
    Are you talking about the component demo ? Calendar Drop Target Demo ?
    Which part of it you are finding it complicated? Have you downloaded the source and went through the code?
    -Arun

  • NWDI - NON SAP ABAP / JAVA Code Version Control

    Dear Friends,
    Is there a way we can utilize SAP NWDI application for NON-SAP Code Version Control?
    Our goal is to provide version control for some UNIX scripts of which we are going to deploy across the landscape...
    Thank you,
    Sri

    Hi Sri,
    here is a blog from the very beginnings you might find interesting as well:
    Why DTR ? Why not Perforce or ClearCase...?
    And yes, as Jun said you can create your own dtr workspace and manage your own data there using DTR console or even the DTR webui .
    Cheers,
    Ervin

  • Unable to create a folder through java code on weblogic server 10GR3

    Hi,
    I have java code which creates a folder and writes an XML file in to it.
    File saveDirectory = new File(storePath);
    if(!saveDirectory.exists()){
    System.out.println("directory doesnt exists");
    boolean isDirectoryCreated = saveDirectory.mkdir();
    System.out.println("directory doesnt exist creating status :"+isDirectoryCreated);
    This code works fine on my local weblogic server.Whereas the one installed on Unix box is not.
    saveDirectory.mkdir() is unable to create a directory at the given path.
    I feel there is some permission problems.
    Please let me know what can be done.
    Thanks,

    I have my Linux/Unix Admin either add me to a group that can do this or create one that can and add me to it.
    If you command prompt can you manually do it now?
    Best Regards
    mseberg

  • How to kill a system process from java code.

    Hi,
    i need to kill or remove windows system process like cmd.exe from java code.
    like removing it from end process in task mgr.
    i tried below code but its not removed.
    is there a better way we can do this.
    killing a system process from java code will create any issues?
       public static void main(String[] args) throws Exception {
       String[] cmd = { "cmd.exe" };
       Process p = Runtime.getRuntime().exec(cmd);
       p.destroy();
    any suggestions or ideas are really appreciated.
    thanks.

    Hi  jtahlborn, mohan
    yes the process is created from my java code. 
    in my code iam creating a process like below and if it is running for a long i need to kill it from java.
    For that " Runtime.getRuntime().exec("taskkill /F /PID " +  7408); " is working fine.
    7408 is my process id in taskmgr created from java and iam manually passing the PID it to kill it.
    But i need to get the PID from java code.
    Thanks for your suggestions.
    Sample Code:
    public static void main(String args[])
            try {
              Process process = Runtime.getRuntime().exec(new String[]{"cmd.exe","/c","start"});        
              Field f = process.getClass().getDeclaredField( "handle");
              f.setAccessible( true);         
              long procHandle = f.getLong( process);
              System.out.println( "prochandle: " + procHandle );
              //Runtime.getRuntime().exec("taskkill /F /PID " +  procHandle);
            } catch( Exception e) {
              e.printStackTrace();

  • Code to create AccessPolicy

    Hi
    I'm writing a java code to create access policy on OIM. I have a problem to add responsabilities. The responsabilities is add to resource eBusiness Suite in the Access Policy but when the access policy is triggered, only the account is created but the responsability isn't added to user. Can someone help me ?
    AccessPolicyResourceData data = new AccessPolicyResourceData( 87,"eBusiness Suite User",8,"UD_EBS_USER","P"); //87 code object- 8 is code parent table
    //add responsabilities
    HashMap<String, String> hashResp = new HashMap();
    hashResp.put("UD_EBS_RESP_RESP_NAME", "4~222~50751");
    data.addChildTableRecord("9","UD_EBS_RESP","Add",hashResp); // 9 is code child table
    AccessPolicyResourceData[] resourceData={data};
    tcAccessPolicyOperationsIntf accessOpr= Platform.getService(tcAccessPolicyOperationsIntf.class);
    HashMap hashParamAP = new HashMap();
    hashParamAP.put("Access Policies.Description","Access Policy By Custom Code");
    hashParamAP.put("Access Policies.Name","eBusiness Suite AccessPolicy");
    hashParamAP.put("Access Policies.Note","");
    hashParamAP.put("Access Policies.Retrofit Flag","0");
    hashParamAP.put("Access Policies.By Request","0");
    long[] denyObg={};
    boolean[] revokeObgIsNotAplly ={true};
    long[] keyRole={24};
    long[] keyObj={87};
    accessOpr.createAccessPolicy(hashParamAP,keyObj,revokeObgIsNotAplly,denyObg,keyRole,resourceData);
    Thanks
    Edited by: 825715 on Jan 28, 2013 12:45 PM

    OIM API Access Policy creation

  • How can i edit registry using a java code

    hi
    i want to configure internet explorer settings using java code.one way to configure is to edit registry iteslf (correct me if i am wrong).
    now please tell me if there is any way to edit registry using java code.
    thanks and advance
    shwetank

    If you don't want to write the code yourself, check here:
    http://cogentlogic.com/cocoon/CogentLogicCorporation/Home.xml

  • UME Config error.... ABAP+JAVA

    Hi All,
       i installed ABAP+JAVA (BI7) Instance... configured the UME to use the ABAP AS but now i cannot access any of the services such as /useradmin, /sld....etc ... can only access /irj but even in that i cannot change user auth (even with J2EE_ADMIN user).....
    here are the log & trace files... would really appreciate if you could help me out... i need to get the BI7 WAD & BEX working.....
    security.log http://rapidshare.com/files/119475472/security.txt.html
    server.log http://rapidshare.com/files/119475520/server.txt.html
    trace.log http://rapidshare.com/files/119475606/trace.txt.html

    hi.. i managed to get a bit further...it was the JAVA home path error...
    now i get a blank screen when i run /useradmin... the defaultrace.log has the following errors.....
    #1.5 #0017A43CF29A001100000005000032C800044EE546A8A140#1212646546772#com.sap.caf.eu.gp.model.context.impl.GPModelServiceUser##com.sap.caf.eu.gp.model.context.impl.GPModelServiceUser#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Group "Administrators" does not exist.
    com.sap.security.api.NoSuchGroupException: Group "Administrators" does not exist.
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[./log/defaultTrace.trc]/>
    <!PATTERN[defaultTrace.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[UTF8]/>
    <!FILESET[0, 20, 10485760]/>
    <!PREVIOUSFILE[defaultTrace.19.trc]/>
    <!NEXTFILE[defaultTrace.1.trc]/>
    <!LOGHEADER[END]/>
    #1.5 #0017A43CF29A002400000002000032C800044EE545CC5E97#1212646532350#com.sap.security.core.umap.imp.UserMappingUtils##com.sap.security.core.umap.imp.UserMappingUtils.getMasterSystem()#######SAPEngine_System_Thread[impl:5]_20##0#0#Error##Plain###Cannot provide the current ABAP master system because the responsible system landscape is currently not available.#
    #1.5 #0017A43CF29A002C00000000000032C800044EE545DE5113#1212646533522#com.sap.tc.lm.ctc.confs.service.ServiceFrame##com.sap.tc.lm.ctc.confs.service.ServiceFrame#######SAPEngine_System_Thread[impl:5]_73##0#0#Info#1#/System/Server/CTC#Plain###Starting Configuration util service...#
    #1.5 #0017A43CF29A002D00000000000032C800044EE545E1002D#1212646533694#com.sap.caf.um.metadata.imp.MetaDataTools##com.sap.caf.um.metadata.imp.MetaDataTools.MetaDataTools()#######SAPEngine_System_Thread[impl:5]_53##0#0#Info#1#/System/Server#Plain###sap.com caf/um/metadata/imp MAIN_APL70VAL_C 1528581#
    #1.5 #0017A43CF29A002C00000002000032C800044EE545E1EACE#1212646533757#com.sap.tc.lm.ctc.confs.service.ServiceFrame##com.sap.tc.lm.ctc.confs.service.ServiceFrame#######SAPEngine_System_Thread[impl:5]_73##0#0#Info#1#/System/Server/CTC#Plain###Configuration util service started successfully.#
    #1.5 #0017A43CF29A003800000001000032C800044EE54605CC9C#1212646536100#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_43##0#0#Error#1#/System/Security#Plain###Error while reading trusted anchor configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         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)
    #1.5 #0017A43CF29A003800000003000032C800044EE54605CF3B#1212646536100#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_43##0#0#Error#1#/System/Security#Plain###Error while reading credential configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         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)
    #1.5 #0017A43CF29A003800000005000032C800044EE54605D1EB#1212646536116#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_43##0#0#Error#1#/System/Security#Plain###Error while reading CRL configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         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)
    #1.5 #0017A43CF29A003800000007000032C800044EE54605D4B3#1212646536116#com.adobe.service.sap.configuration##com.adobe.service.sap.configuration#######SAPEngine_System_Thread[impl:5]_43##0#0#Error#1#/System/Security#Plain###Error while reading password configuration information:
    com.sap.security.core.server.securestorage.exception.ObjectRetrievalException: Could not find clientID servicescomadobeDocumentServicesConfigurationAdobeConfigurationService~jar
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.getClientsStorageLocation(RemoteSecureStorageClientContextImpl.java:231)
         at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.retrieveObject(RemoteSecureStorageClientContextImpl.java:724)
         at com.adobe.service.sap.configuration.ConfigurationService.readXML(Unknown Source)
         at com.adobe.service.sap.configuration.ConfigurationService.<init>(Unknown Source)
         at com.adobe.service.sap.configuration.ServiceFrame.start(Unknown Source)
         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)
    #1.5 #0017A43CF29A004000000000000032C800044EE5462AB82B#1212646538522#com.sap.caf.um.relgroups.imp.persistence.DataSource##com.sap.caf.um.relgroups.imp.persistence.DataSource.DataSource()#######SAPEngine_System_Thread[impl:5]_35##0#0#Info#1#/System/Server#Plain###sap.com caf/um/relgroups/imp MAIN_APL70VAL_C 1552476#
    #1.5 #0017A43CF29A004000000002000032C800044EE546308DD8#1212646538913#com.sap.caf.um.relgroups.imp.principals.RelGroupFactory##com.sap.caf.um.relgroups.imp.principals.RelGroupFactory.RelGroupFactory()#######SAPEngine_System_Thread[impl:5]_35##0#0#Info#1#/System/Server#Plain###sap.com caf/um/relgroups/imp MAIN_APL70VAL_C 1552476#
    #1.5 #0017A43CF29A001100000001000032C800044EE546A273D3#1212646546381#com.sapportals.trex.tns.TNSClient##com.sapportals.trex.tns.TNSClient#######SAPEngine_System_Thread[impl:5]_57##0#0#Error##Plain###verifyNameServerAddress: NameServer = tcpip://<nameserverhost>:<nameserverport> caught exception: java.net.MalformedURLException: For input string: "<nameserverport>"#
    #1.5 #0017A43CF29A001100000002000032C800044EE546A28AF4#1212646546381#com.sapportals.trex.tns.TNSClient##com.sapportals.trex.tns.TNSClient#######SAPEngine_System_Thread[impl:5]_57##0#0#Error##Plain###Invalid Entry for nameserver: tcpip://<nameserverhost>:<nameserverport> caught Exception: com.sapportals.trex.TrexException: TREX Name Server (including back-up servers) is down or not accessable.  (Errorcode 7217)#
    #1.5 #0017A43CF29A001100000003000032C800044EE546A290B3#1212646546381#com.sapportals.trex.tns.TNSClient##com.sapportals.trex.tns.TNSClient#######SAPEngine_System_Thread[impl:5]_57##0#0#Error##Plain###verifyNameServerAddress: NameServer = tcpip://<nameserverhost>:<nameserverport> caught exception: java.net.MalformedURLException: For input string: "<nameserverport>"#
    #1.5 #0017A43CF29A001100000004000032C800044EE546A29167#1212646546381#com.sapportals.trex.tns.TNSClient##com.sapportals.trex.tns.TNSClient#######SAPEngine_System_Thread[impl:5]_57##0#0#Error##Plain###Invalid Entry for nameserver: tcpip://<nameserverhost>:<nameserverport> caught Exception: com.sapportals.trex.TrexException: TREX Name Server (including back-up servers) is down or not accessable.  (Errorcode 7217)#
    #1.5 #0017A43CF29A001100000005000032C800044EE546A8A140#1212646546772#com.sap.caf.eu.gp.model.context.impl.GPModelServiceUser##com.sap.caf.eu.gp.model.context.impl.GPModelServiceUser#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Group "Administrators" does not exist.
    com.sap.security.api.NoSuchGroupException: Group "Administrators" does not exist.
         at com.sap.security.core.imp.GroupFactory.getGroupByUniqueName(GroupFactory.java:1421)
         at com.sap.caf.eu.gp.model.context.impl.GPModelServiceUser.checkServiceUser(GPModelServiceUser.java:64)
         at com.sap.caf.eu.gp.model.context.impl.GPModelServiceUser.<clinit>(GPModelServiceUser.java:83)
         at com.sap.caf.eu.gp.model.context.impl.UserContextFactory.getServiceUser(UserContextFactory.java:288)
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.<init>(DevelopmentObjectManager.java:171)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceImpl.<init>(GPServiceImpl.java:260)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:874)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000007000032C800044EE546A8CA4C#1212646546788#com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager##com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Cannot start DevelopmentObjectManager#
    #1.5 #0017A43CF29A001100000009000032C800044EE546A8CB3C#1212646546788#com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager##com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Caught exception: class java.lang.NullPointerException#
    #1.5 #0017A43CF29A00110000000B000032C800044EE546A8CCAA#1212646546788#com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager##com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###null
    java.lang.NullPointerException
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.isCompositeFormsEnabled(DevelopmentObjectTypeRegistry.java:331)
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.registerBuiltinTypes(DevelopmentObjectTypeRegistry.java:242)
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.<init>(DevelopmentObjectTypeRegistry.java:56)
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.initialize(DevelopmentObjectManager.java:258)
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.<init>(DevelopmentObjectManager.java:178)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceImpl.<init>(GPServiceImpl.java:260)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:874)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A00110000000D000032C800044EE546A8D0B2#1212646546788#com.sap.caf.eu.gp.model.svc.impl.GPServiceImpl##com.sap.caf.eu.gp.model.svc.impl.GPServiceImpl#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###null
    com.sap.caf.eu.gp.base.exception.EngineException
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.<init>(DevelopmentObjectManager.java:194)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceImpl.<init>(GPServiceImpl.java:260)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:874)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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: java.lang.NullPointerException
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.isCompositeFormsEnabled(DevelopmentObjectTypeRegistry.java:331)
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.registerBuiltinTypes(DevelopmentObjectTypeRegistry.java:242)
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.<init>(DevelopmentObjectTypeRegistry.java:56)
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.initialize(DevelopmentObjectManager.java:258)
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.<init>(DevelopmentObjectManager.java:178)
         ... 8 more
    #1.5 #0017A43CF29A00110000000F000032C800044EE546A8D7D7#1212646546788#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###
    GP SERVICE START FAILED! CAUSE IS EXCEPTION: -
         null
         com.sap.caf.eu.gp.base.exception.EngineException
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceImpl.<init>(GPServiceImpl.java:434)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:874)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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.caf.eu.gp.base.exception.EngineException
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.<init>(DevelopmentObjectManager.java:194)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceImpl.<init>(GPServiceImpl.java:260)
         ... 7 more
    Caused by: java.lang.NullPointerException
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.isCompositeFormsEnabled(DevelopmentObjectTypeRegistry.java:331)
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.registerBuiltinTypes(DevelopmentObjectTypeRegistry.java:242)
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.<init>(DevelopmentObjectTypeRegistry.java:56)
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.initialize(DevelopmentObjectManager.java:258)
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.<init>(DevelopmentObjectManager.java:178)
         ... 8 more
    #1.5 #0017A43CF29A001100000011000032C800044EE546A8E3CF#1212646546803#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/BusinessObjectManager.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/BusinessObjectManager.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterBusinessObjectManager(AbstractGPServiceFrame.java:424)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:642)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000013000032C800044EE546A8E71F#1212646546803#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/EndpointAliasManager.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/EndpointAliasManager.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterEndPointAliasManager(AbstractGPServiceFrame.java:452)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:650)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000015000032C800044EE546A8EA14#1212646546803#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterStructureFactory(AbstractGPServiceFrame.java:396)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:658)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000017000032C800044EE546A8EC86#1212646546803#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
    com.sap.engine.frame.ServiceException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterStructureFactory(AbstractGPServiceFrame.java:408)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:658)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterStructureFactory(AbstractGPServiceFrame.java:396)
         ... 8 more
    #1.5 #0017A43CF29A001100000019000032C800044EE546A8EFA2#1212646546803#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/UserContextFactory.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/UserContextFactory.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterUserContextFactory(AbstractGPServiceFrame.java:368)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:665)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A00110000001B000032C800044EE546A8F1D3#1212646546803#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/UserContextFactory.
    com.sap.engine.frame.ServiceException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/UserContextFactory.
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterUserContextFactory(AbstractGPServiceFrame.java:380)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:665)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/UserContextFactory.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterUserContextFactory(AbstractGPServiceFrame.java:368)
         ... 8 more
    #1.5 #0017A43CF29A00110000001D000032C800044EE546A90C36#1212646546803#com.sap.caf.eu.gp.model.process.info.impl.InformationFactory##com.sap.caf.eu.gp.model.process.info.impl.InformationFactory#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/InformationFactory.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/InformationFactory.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.process.info.impl.Utils.unregisterInformationFactory(Utils.java:143)
         at com.sap.caf.eu.gp.model.process.info.impl.InformationFactory.unregisterInformationFactory(InformationFactory.java:293)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:707)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A00110000001F000032C800044EE546A91D34#1212646546803#com.sap.caf.eu.gp.model.process.reporting.impl.ReportingFactory##com.sap.caf.eu.gp.model.process.reporting.impl.ReportingFactory#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/ReportingFactory.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/ReportingFactory.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.process.reporting.impl.Utils.unregisterReportingFactory(Utils.java:485)
         at com.sap.caf.eu.gp.model.process.reporting.impl.ReportingFactory.unregisterReportingFactory(ReportingFactory.java:143)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:715)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000021000032C800044EE546A9641D#1212646546835#com.sap.caf.eu.gp.model.runtime.impl.ViewRegistry##com.sap.caf.eu.gp.model.runtime.impl.ViewRegistry#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/ViewRegistry.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/ViewRegistry.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.runtime.impl.ViewRegistry.unregisterViewRegistry(ViewRegistry.java:324)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:723)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000023000032C800044EE546A9B25C#1212646546850#com.sap.caf.eu.gp.model.pfw.attachment.IAttachmentManager##com.sap.caf.eu.gp.model.pfw.attachment.IAttachmentManager#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/AttachmentManager.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/AttachmentManager.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.pfw.attachment.impl.AttachmentManager.unregisterAttachmentManager(AttachmentManager.java:605)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:731)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000025000032C800044EE546A9C0C0#1212646546850#com.sap.caf.eu.gp.model.pfw.attachment.source.IAttachmentSourceHandlerRegistry##com.sap.caf.eu.gp.model.pfw.attachment.source.IAttachmentSourceHandlerRegistry#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/AttachmentSourceHandlerRegistryImpl.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/AttachmentSourceHandlerRegistryImpl.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.pfw.attachment.source.impl.AttachmentSourceHandlerRegistryImpl.unregisterAttachmentSourceHandlerRegistry(AttachmentSourceHandlerRegistryImpl.java:149)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:739)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000027000032C800044EE546A9D234#1212646546850#com.sap.caf.eu.gp.model.pci.impl.ProcessControlItemRegistry##com.sap.caf.eu.gp.model.pci.impl.ProcessControlItemRegistry#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/ProcessControlItemRegistry.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/ProcessControlItemRegistry.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.pci.impl.ProcessControlItemRegistry.unregisterProcessControlItemRegistry(ProcessControlItemRegistry.java:170)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:747)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000029000032C800044EE546A9E597#1212646546866#com.sap.caf.eu.gp.model.eudt.impl.EndUserDTRegistry##com.sap.caf.eu.gp.model.eudt.impl.EndUserDTRegistry#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/EndUserDTRegistry.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/EndUserDTRegistry.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.eudt.impl.EndUserDTRegistry.unregisterEndUserDTRegistry(EndUserDTRegistry.java:185)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:755)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:951)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A00110000002B000032C800044EE546A9F2EB#1212646546866#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###
    GP Model Service: shutdown complete, but top-level errors occured. Please set Logging level to info in order to get these. 
    #1.5 #0017A43CF29A00110000002D000032C800044EE546AA0223#1212646546866#com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl##com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Cannot start the service cafeugp~model.
    com.sap.engine.frame.ServiceException: Cannot start the service cafeugp~model.
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:959)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:57)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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.caf.eu.gp.base.exception.EngineException
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceImpl.<init>(GPServiceImpl.java:434)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.initGPModel(GPServiceFrame.java:874)
         ... 6 more
    Caused by: com.sap.caf.eu.gp.base.exception.EngineException
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.<init>(DevelopmentObjectManager.java:194)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceImpl.<init>(GPServiceImpl.java:260)
         ... 7 more
    Caused by: java.lang.NullPointerException
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.isCompositeFormsEnabled(DevelopmentObjectTypeRegistry.java:331)
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.registerBuiltinTypes(DevelopmentObjectTypeRegistry.java:242)
         at com.sap.caf.eu.gp.model.devobj.type.impl.DevelopmentObjectTypeRegistry.<init>(DevelopmentObjectTypeRegistry.java:56)
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.initialize(DevelopmentObjectManager.java:258)
         at com.sap.caf.eu.gp.model.devobj.impl.DevelopmentObjectManager.<init>(DevelopmentObjectManager.java:178)
         ... 8 more
    #1.5 #0017A43CF29A00110000002F000032C800044EE546AA05F3#1212646546866#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/GPService.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/GPService.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterServiceInterface(AbstractGPServiceFrame.java:340)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:634)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:73)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000031000032C800044EE546AA08C2#1212646546866#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/BusinessObjectManager.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/BusinessObjectManager.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterBusinessObjectManager(AbstractGPServiceFrame.java:424)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:642)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:73)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000033000032C800044EE546AA0B8B#1212646546866#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/EndpointAliasManager.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/EndpointAliasManager.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterEndPointAliasManager(AbstractGPServiceFrame.java:452)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:650)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:73)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000035000032C800044EE546AA0E46#1212646546866#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.getLastContainer(ServerContextImpl.java:261)
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.unbind(ServerContextImpl.java:716)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1189)
         at com.sap.engine.services.jndi.implclient.ClientContext.unbind(ClientContext.java:1241)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at javax.naming.InitialContext.unbind(InitialContext.java:371)
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterStructureFactory(AbstractGPServiceFrame.java:396)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:658)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:73)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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)
    #1.5 #0017A43CF29A001100000037000032C800044EE546AA1066#1212646546866#com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame##com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame#######SAPEngine_System_Thread[impl:5]_57##0#0#Error#1#/System/Server#Plain###Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
    com.sap.engine.frame.ServiceException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
         at com.sap.caf.eu.gp.model.svc.impl.AbstractGPServiceFrame.unregisterStructureFactory(AbstractGPServiceFrame.java:408)
         at com.sap.caf.eu.gp.model.svc.impl.GPServiceFrame.stop(GPServiceFrame.java:658)
         at com.sap.caf.eu.gp.model.svc.impl.ContainerEventListenerImpl.serviceStarted(ContainerEventListenerImpl.java:73)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:158)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:102)
         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.engine.services.jndi.persistent.exceptions.NameNotFoundException: Path to object does not exist at com.sap.nw.eu.gp, the whole lookup name is sap.com/com.sap.nw.eu.gp/StructureFactory.
         at com.sap.e

  • How to dynamically configure JPA setting at runtime using java code?

    Hi,
    I am new to EJB 3.0 and JPA. I am trying to help my company to deploy the use of JPA in EJB3.0. Currently, i am trying out with OpenJPA in IBM Webshpere Application Server 7.0. We have four different WAS servers running for testing, system integration testing, user testing and production respectively, and in each region, the configurations for data source, JDBC username and password, schema, etc are different. So i think i would need to configure the JPA setting during runtime using Java code that determines which is the environment. And apparently i am stuck with the limited knowledge i have.
    1) I understand that i could override the JDBC in the persistence xml by creating entity manager using entity manager factory. But is it possible that i do similar thing by using inejction of persistence context on entity manager to obtain a container managed entity manager?
    2) Alternatively, it is possible to create multiple persistence unit in the XML and inject different PU to the entity manager, am i right? But how to inject dynamically since @PersistenceContext(unitName="xxx") only accepts constant declaration.
    3) Is it possible that the JDBC username and password are read from properties file?
    Thanks for your help in advance!

    Hi
    Thanks for the reply.
    Are you saying that i have to configure the data source authentication to the backend DB2 using the JAAS-J2C? Correct me if i am mistaken. I guess i am unable to do so as the application server setup only contains one data source, and the server hosted a number of applications. Every applications has their own JDBC username and password supply to the data source (the ID supplied at the DB2 side will decide which resource can access) and thus, i have to supply the username and password at runtime. Talked to the server guy and seems that it is not feasible to have seperate datasource for each applications as considered to the volume of applications hosted inside the server.
    Any suggestion?

  • Calling Java code from Webdynpro Abap UI

    Hi All,
    Can anybody tell me, How to make calls to java code on a button click from webdynpro ABAP UI ?
    Thanks in Advance.
    Jenish .V. Joy

    Hi Jenish,
    As I am new to WebDynpro for ABAP I could not help you out exactly.But See this link which will help you to create applications in WebDynpro by using ABAP language.
    https://www.sdn.sap.com/irj/sdn/developerareas/abap?
    rid=/library/uuid/02e1fa45-0801-0010-10a0-f1cf47e8c943
    If you get any answer for your question let me know.
    Regards,
    Karthick K Eswaran

  • Need a java code using swing that can do master configuration

    I need a java code using swing that can do master configuration.For example, in the 1st screen it will show all configuration checke boxes . According to those selected check box, it will show the needed panels sequentially and finnaly it will update many xml files.

    TapasB wrote:
    I need a java code .......and I wish you much luck in creating it. Please come back if you have a specific question on a specific part of your code that is not working quite right.

  • Create a new File from java code

    Hi,
    I'd like to create a new File on IFS, using Java code. Moreover, this file will be an image file, and I'd like to store meta data with this file... and then execute a search on this meta data.
    I know it must not be very difficult to do, but I can't find any code sample.
    Does anyone could give me some usefull link or advice ?
    thanks in advance,
    Roger.

    First of all, you need to create your custom class. You can do it using iFS Manager, extending the class DOCUMENT. Let's call this class IMAGE with the attributes "length", "width", "colorDepth". Take a look at the code that creates one instance:
    You need one instance of LibrarySession (that appears in the code named "ifsSession").
    You need also the InputStream of the image you want to store (that appears in the code named "contentStream").
    // Setting the attributes
    DocumentDefinition def = new DocumentDefinition(ifsSession);
    def.setClassname("IMAGE");
    def.setAttribute("NAME", AttributeValue.newAttributeValue("nameOfTheImage"));
    def.setAttribute("LENGTH", AttributeValue.newAttributeValue(100));
    def.setAttribute("WIDTH", AttributeValue.newAttributeValue(230));
    def.setAttribute("COLORDEPTH", AttributeValue.newAttributeValue(1024));
    def.setContentStream(contentStream);
    // Creation
    Document doc = (Document) ifsSession.createPublicObject(def);
    I hope this helps,
    Fabio Nunes

Maybe you are looking for

  • Cant find HPC6280 IP address

    I'm trying to find my printers IP address so that I can figure out how to get my phone to print to it, and I've been reading how to do so but nothing  I've tried has worked. I tried printing a Network Config Page but no where on there is an IP addres

  • Mac Pro 2013 power rating

    This thing isn't meant to be used at full power, right? I mean clearly 450W isn't enough to power 250W+250W for the D700s, 130W for the processor, and maybe around ~30-50W for the rest of the system? What's the catch here? Why underpower it? Why make

  • What is with the little blue box with the question mark.

    what is with the little blue box with the question mark?

  • Topic properties

    I am having a real problem with topic properties not cooperating. For some reason, RoboHelp insists on making some of my topic titles lowercase. For example - the title Copyright. It keeps changing the "c" to lowercase. Also, I want the filenames to

  • Numbers crashes when I try to open an Excel .xlsx file

    I downloaded an Excel file from my brokerage with the .xlsx extension. In the past, I was able to open similar file with Numbers. Now, Numbers crashes whenever I try to open these types of files, even the ones I used with Numbers in the past. Any hel