Questions on JDI

Hi All,
I have some questions about JDI. Could anybody help to answer them?
1. Some components need to use API provided by some jar files. These JAR files are provided by third party. How could we check in those jar files to DTR?
2. There're some EJB projects (not JDI) in my local computer. How could we put the contents of those projects into a development components in a easy way? To create new classes in DC and copy codes to them is too troublesome.
3. Similar to the previous question. How could we move classes, EJBs, Web Service configurations from one devleopment component to another?
Thanks
Jerome

1. Use External Library DC(s). There are multiple topics in these forums about this process.
2. Create a new DC with the correct Component Type and then import your existing classes. (rightclick the project and select "Import...").
3. See 2.

Similar Messages

  • Please help, few questions on JDI

    Hi,
      I am quite new to JDI and have the following questions which might be silly to you..but these helps me in better understanding of JDI.
    1. Can a track has Multiple SC's?
    2. say if i have a clustered environoment, since we are able to define only one runtime system for production, how are we going to transport to the remaining systems in cluster?
    3. Should a developer import the DC every morning he comes to work?
    4. When does a developer really uses DTR, I mean ofcourse it is used internally by development configuration to maintain the code, but since he will be dealing with development configurations.. it is not really necessary for him to access DTR directly until and unless he wants the prev versions of code. Am I Right?
    5. when a developer 1 creates a DC X with an activity and uses "CHECK IN" on the context menu of the activity, will the developer 2 be able to access the DC X? or should he wait until the developer1 releases the activity.
    6. Is it really necessary to maintain DC's locally in NWDS or is it ok to maintain them in Development configurations?
    I hope that you can help me with your suggestions.
    Thank you
    Shiva

    Hi Sidharth,
      First let me thank you for the reply.
    Following are my comments
    1. OK
    2. OK
    3. I mean, Since the developer doesnt have any code in the local desktop, every morning when he comes to work, he should login and get the dev configs.
      I think the answer for this is "YES". am i right?
    4. I mean, when would it be necessary for me as a developer to use DTR perspective at all? because I am dealing with the Dev configs and any changes and checkins etc.. is done automatically.. I need not go to , DTR perspective to do this. isnt it? if "yes" then when wud a DTR perspective be useful for me.
    5. Got it
    6. But local DC's will be automatically created whenever you import a Dev config and create a new DC in that Dev configuration. Am I right? i.e. although I am disconnected from Central Infrastructure, I will be having DC's locally. isnt it?
    Thank you

  • JDI and EP

    Hi Friends,
      I have a couple of questions regarding JDI. Hope you can help me...
    1. How can JDI be used with EP?
        EP content is mostly .EPA or .PAR content. This can be transported easily with System Administration -->Transport --> Export/Import. why should we use JDI here?
    2. In real time scenarios, what content is usually transported using JDI, i.e. .EPA or .PAR or both.
    3. Let us say, that JDI would be useful for transporting .PAR content, but this can be transported when transporting .epa files using import/export. so why should we use JDI to transport PAR FILES?
    I am mainly focussing on EP. ofcourse it plays an important role when developing SAP java applications.
    I hope that someone can help me in this regard.
    Thank you

    > 2) NWDI (JDI) is good for central source / transport
    > management of JavaApplications - preferrably in
    > team-development. These can also be
    > PortalApplications (JSP-Dynpage,..). Somehow I
    > couldn't figure out how to deploy PAR's from NWDI
    > automatically.
    I have the same problem.
    I looked in the SCA created in the "Assebly" step before importing to test in CMS.
    It contains two folders "BUILDARCHIVES" and "DEPLOYARCHIVES".
    I would guess that buildarchives would contain the API-publicpart files from the DC's and DEPLOYARCHIVES contains the Assembly-publicpart files.
    In order to get something deployed the DC should contain a deployable part. EP-library projects don't have a deployable part for instance. In that case you would wrap them in a EJB and a EA.
    However, I find my Dynpages in the BUILDARCHIVES and not in the DEPLOYARCHIVES. I don't know if I'm supposed to pack my dynpages in an EA to get them deployed...
    The file META-INF/CBS_INFO.PROP (inside the sca file) contans the following about the dynpage.
    <dc-name>.broken: false
    <dc-name>.buildarchive: exported
    <dc-name>.buildlogurl: http://xxxxx/tc.CBS.Appl/servlet/archiveapi?...
    <dc-name>.cbsbuildlogurl: http://xxxx/tc.CBS.Appl/servlet/archiveapi?...
    <dc-name>.deployable: false
    <dc-name>.dirty: false
    <dc-name>.variantbuildnumber: 14462
    <dc-name>.variantname: default
    I'd like to change the .deployable parameter to true...
    Havn't found anything on sdn about this.
    Any hints?
    /Mikael

  • JDI doubts

    Hi ,
      Can some one answer to some of my basic questions regarding JDI.
        what is a track, when will we create multiple tracks ??
       how do we make builds ??
       what happens when we activate , will the changes automatically go to  
       development system??
       what happens when we release ??
       what is active and inactive state ??

    Hi,
    Go to the following links
    1) <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/01/9c4940d1ba6913e10000000a1550b0/content.htm">NWDI</a>
    2)<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/0d18d725301a78e10000000a1553f6/content.htm">Getting Started with NWDI</a>
    Regards
    Suresh

  • XI JDI JTRANS question

    Hi JDI specialists,
    I am looking for hints to or documentation for the following question:
    If a JDI XI track is being imported to a XI development system will the transport work through the JTrans directory (J2EE stack of XI) or will this directly go through the SDM?
    Thank you for any input on this!
    Best regards,
    Helga

    Hi Helga,
    The transport will work through the JTrans directory. When you export the objects from the Integration Repository or Integration Directory i believe a *.pra file is created in the inbox subdirectory.
    Regards
    Sidharth

  • JDI question

    Hello,
    I have a following problem: I am using JDI to debug another program. I am setting a breakpoint to the other program's main() method, so my debugger is stopping on the very beginning of the debugged program. Now, I would like to do some analysis of the debugged program, about it's classes, types and other things, but I can't even get their list, because they're not loaded yet (there's no any entry in vm.allClasses() of any class of the debugged program, instead of the main class with has main() method in it, of course).
    Is there any option to force the JVM to preload all of the classes of the debugged program? Or can I do it manually, because I know the names of the classes (in signature forms)? If yes, how?
    Thanks for any response.

    Hi Kris,
    This is not the right forum to address your thread.
    Please See Java Developement and infrastructure forum for more details.
    However i will answer your Question.
    Basically JDI is a bundel of Design Time reporisotry which maintains versions of your Software,CBS component build service, and CMS is Change management service which used for transportation and production.
    Coming to approval if vendor has application, not necessarily they shold have admin rights.
    in case of JDI there will be one admin and many different developers and other team where admin maintains the approvals(accessibility).
    Hopw this helped you!
    Regards,
    RK

  • Question regarding local J2EE WAS in JDI

    Dear Sirs,
    We are considering implementing JDI in our system landscape. In the JDI papers you are advised that every developer has access to his/hers WAS on a local PC for testing purpose.
    There are however a few downsides with this; you can download the slim edition (Developer Workspace) with a 90 day trail period, and then you have to start paying a license. How big is this license? (guess I'm told to contact my local SAP office, but it will be interesting to know a rough estimate. Are we talking 100$, 500$, 1000$, ...)
    In addition running a WAS on the developer PC, requires a lot from the developers computer.
    How does people overcome the challenges of running a local WAS? Can an alternative to a local WAS, be to install a “separate” WAS, which acts as a local WAS for the developers?
    The way I see it there is a need for a place where developers can test more freely than in DEV, and this way reduce the number of activities on the CMS.
    Best regards,
    Jørgen

    Hi
    An additional input on the central server for development , I think if you add more server process , then you get more ports to debug on thereby isolating a debug sessions between developers.
    No of simultaneous debug session = No of server process?
    Just a theorectical guess..
    On the confuguration side , I use a 1.6 Ghz Pentium M processor , with 2 GB RAM and its okay to develop Portal components and not so heavyweight webdynpro comps. But putting mods on to some of the ESS comps really slows it down.
    The new Intel Core Duo processors with 3-4 GB RAM I heard is like lightning fast ...!!!
    Regards
    Pran

  • JDI and SLD question

    Hi,
    We've DEV and PRD Portal Systems. Currently PRD Webdynpro applications using local SLD on PRD. But we'll install and configure JDI on DEV System. Also aiming to use SLD for JDI which resides on DEV.
    So the scema looks like;
    JDI uses SLD which is on DEV and PRD Dynpro apps using SLD which is on PRD.
    Will it work? Do we need to use single SLD?
    regards

    Hi Huseyin,
    When using 2 SLDs one for DEV and one for PROD, you should export all home developed products/SCs you developed from DEV and import them to PROD as well - keep the CIM consistant. This is the only requirement.
    You should do this step every time you are ready to release new product or version.
    Regards, Angel

  • How to install the JDI  and what re the prerequisites

    Hi All,
    Anybody tell me ,
    AS iam new to the SAP NetWeaver
    How to install the JDI,
    I have got one document in  sdn . It has given the prerequisite as.
    Complete installation of DI (CMS, DTR, and CBS) on SAP J2EE Engine
    Should i install all the above component?  or any one of the components, if need to be, can u anbody tell me how to install , where i will get the help.
    How i need to setup the JDI.
    We are working on Webdynpro, and VC, some of the portal components development.
    Installing the DTR alone is enough to move forward, or JDI is required to  setup?
    Please repsond me.
    Regards
    Vijay

    Hi Krishna thanks for the reply,
    Our Current  Portal Version is
    NetWeaver 2004s SP 11.
    My question, should we need to install all these following components before we setup the JDI.
    Complete installation of DI (CMS, DTR, and CBS) on SAP J2EE Engine.
    or
    As per your reply , my understanding is , By installing the JDI , i will be getting all the above components.
    BCZ in that document it is gving clearly that, the above components are prerequisites for installing the JDI.
    Can u tell me where i will get that service packs in the service market place.
    Regards
    Vijay

  • Questions on Runtime systems

    Hi to all
    I have two questions:
    1)
    SAP says do not use the system where the JDI s installed as runtime system, I suppose in order to avoid the CMS deadlock described in note 754143. Right ?
    Suppose we have three system D (develop), T (test) and P (Pro). Teh JDI is instaleld in D. We define the track Development with the runtime systems T as "test" and P as "production".
    As I understood the deploy on the D system happen automatically as soon the activation is triggered into the Dev Studio IF the system D is used as runtime system.
    Please could you clarify how we can keep aligned the D environment with the system T and P from the point of view of he deployment if we cannot use the D system as runtime environment ?
    2) Suppose we have three system D (develop), T (test) and P (Pro). Teh JDI is instaleld in D.
    We defined the tracks DEVELOP and MAINTENANCE, connected by a 'repair' connection.
    If I understood weel the DEVELOP track and the MAINTENANCE track should have the Development and the Test runtime system in exchanged order:
    the system indicated as Test for the DEVELOP track has to be indicated as Develop for the Maintenance track.
    Then the runtime Production system has to be defined for the DEVELOP track only ?
    Regards

    Hi, thanks H. for the info.
    I understood the MAINTAIN track and the DEVELOP track MUST to have different runtime systems.
    We need at least, (minimun), 3 different systems (development1 and test on the DEVELOP track and development2 on the MAINTEN track) in order to maintain an old relese of SC while a new release is in progress, right ?
    It's then responsability of the 'connection repair' defined between the tracks to move the software from the DEVELOP track to the MAINTEN track.
    Please, in which moment of the DEVELOP track the software will be copied also to the MAINTEN track ?
    New question about the Consolidation phase.
    At the beginning we configured ONLY the runtime development for the DEVELOP track. So the work o teh developers was deployed automatically on that system as they activate their activities into the Developer studio.
    As traiing we released the activities and we saw them into teh Consolidation tab queue ready for transport (NO Consolidation runtime system was in place).
    Anyway we selected them and run the import. The CMS said it gone well.
    After that the activities of the developers were into the Assebly tab queue.
    My dubt is that after the import we saw our application working fine on the envirnment indicated as runtime develop system.
    I need to clarify if this is the correct behaviour:
    A) In this case using only the development runtime system into a track it does not have sense to relase the activities.
    The development activity then end at that point and there is nothing else to do into the CMS.
    If you need at that point the SCA of your work, to import them elewhere you can find it under the ../Jtrans directory (on condition that you reeased them)
    Right?
    B) It's an bug of the CMS to allow to run the import from the Consolidation tab while there is no consolidation runtime registered ?
    Or it do not represents a real, physical import of software but only a logical step needed to move ahead the sw ?
    we suppose when we run the import from the Consolidation tab queue we overwritten again the application on the development runtime system, but I'm not sure of that.

  • JDI: Cannot EDIT a java source file in a loaded, inactive DC

    I have finished JDI Scenario 2+.  I have since built a new workspace and imported my Development Configuration.  I would now like to edit the java code and do a re-deployment.
    Problem: I cannot Edit the file; it is read-only.  I was able to edit the file from a different workspace yesterday, at which time when I typed in the editor I was prompted to create and activity and I did.  I did NOT mark it for exclusive check-out.
    Since then I have done a REVERT on that activity,but I still cannot edit this file in my second new wrokspace.  In the context menus, in the DTR sub-menu, the EDIT selections are always grayed-out.
    So, can someone advise how I can get the EDIT selections to be not grayed-out so that I can edit this file in the Java editor?
    Thanks,
    Mike R.

    Hi Mike,
    You are right, and the instructions are wrong: the "Create Project" must be done from the "Inactive DCs" view (for the sources to be editable).
    The "Active DCs" view will give you sources from the "active" workspace (containing all "activated" sources), which is read-only. For DCs you work on (and modify), you should sync sources from the "Inactive DCs" view, and for DCs you depend on you should sync archives/sources from the "Active DCs" view.
    I have requested for a correction of this error in our documentation.
    Regards,
    Manohar
    PS: There is now a dedicated SDN forum for JDI (under WebAS) - so you can post your questions there in future.

  • Changing host name of JDI server

    Hi,
    during installation of JDI I used ip-addresses as host names for defining the domain host, the SLD server in domain definition, the dtr server URL in track definition, the CBS server URL in track definition.
    I know that one shouldn´t use ip-addresses at all but we did have some trouble with the network infrastructure (DNS-Server, ...) at the beginning and the start of the project couldn´t be delayed.
    Now, for any reason, the network department gave our server a new ip-address.
    I then opened the CMS configuration tool and tried to change the host names (this time not to ip-addresses because DNS-Server works properly in the meantime).
    Changing domain data is no problem. But when I try to save the changes of my track(s) I get an error message that says I should contact my administrator. I am the administrator
    My Questions:
    How is it possible to change the host names of JDI tracks?
    What is to do at client side? There are already some developers working with the dev. configurations. Is it sufficient to change the according entries in the .confdef file or do the clients have to donwload the new dev. configuration from CMS host?
    Thanks in advance
    Helmut

    Hello Helmut,
    it should be possible to change the host names for tracks. You can get more error message details in the trace file of the Engine. To do so connect to your engine with the J2EE Administration Tool  and check the defaultTrace.trc File in the Log Viewer.
    For more details how to find this trace information have look into the Change Management Server Problem Analysis Scenarios (Link: http://help.sap.com/saphelp_nw04/helpdata/en/81/4bce4016d28031e10000000a1550b0/frameset.htm). In the first Scenario Incorrect Initial CMS Configuration you can also find the general information how to read and find the CMS trace files.
    Please open a CSN message for the component BS-CTS-CMS if can not find the reason for the error message or if it is real problem in CMS.
    Best Regards, Michael

  • Deploy problem on JDI due to DC that cannot be deleted

    I have a DC that is listed in a Development Compartment that fails to deploy. In fact, this DC a=is dead wood and I would like to remove (delete) it althogether except it doesn't appear in my NWD Development Configuration Perspective and in the DTR perspective, I cannot do anything with it (I cannot delete, create project or anything like that).
    How do I get rid of it?
    Here is the deployment log with the error messages.
    Info:06/05/04 17:43:16 -  ***********************************************************
    Info:06/05/04 17:43:16 -  Start deploying library JAR /usr/sap/ND1/DVEBMGS01/SDM/root/origin/gazmetro.com/mobilite/jee.libs/SP1_MOB10_D/272/gazmetro.com_MOBILITE_1_default_gazmetro.com_mobilite~jee.libs_200605042140240577.sda...
    Info:06/05/04 17:43:18 -  ERROR: Cannot deploy library: /usr/sap/ND1/DVEBMGS01/SDM/root/origin/gazmetro.com/mobilite/jee.libs/SP1_MOB10_D/272/gazmetro.com_MOBILITE_1_default_gazmetro.com_mobilitejee.libs_200605042140240577.sda. Reason: com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot perform action deploy on component library /usr/sap/ND1/DVEBMGS01/SDM/root/origin/gazmetro.com/mobilite/jee.libs/SP1_MOB10_D/272/gazmetro.com_MOBILITE_1_default_gazmetro.com_mobilitejee.libs_200605042140240577.sda. Reason:
    Info:                      java.rmi.RemoteException: Error during deployLib of server component ./temp/deploy/work/deploying/gazmetro.com_MOBILITE_1_default_gazmetro.com_mobilite~jee.libs_200605042140240577.sda..
    Info:                     Reason: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException; nested exception is:
    Info:                          com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    Info:                          at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1576)
    Info:                          at com.sap.engine.services.deploy.server.DeployServiceImpl.deployLibrary(DeployServiceImpl.java:1434)
    Info:                          at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:336)
    Info:                          at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
    Info:                          at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
    Info:                          at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
    Info:                          at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    Info:                          at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    Info:                          at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    Info:                          at java.security.AccessController.doPrivileged1(Native Method)
    Info:                          at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
    Info:                          at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
    Info:                          at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Info:                     Caused by: com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    Info:                          at com.sap.engine.core.service630.context.container.deploy.DeployContextImpl.deployLibrary(DeployContextImpl.java:36)
    Info:                          at com.sap.engine.services.deploy.server.library.DeployLibTransaction.begin(DeployLibTransaction.java:68)
    Info:                          at com.sap.engine.services.deploy.server.library.LibraryTransaction.makeAllPhases(LibraryTransaction.java:81)
    Info:                          at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1566)
    Info:                          ... 12 more
    Info:                     Exception is:
    Info:                    
    Info:                          at com.sap.engine.deploy.manager.component.ServerComponentsManager.makeComponent(ServerComponentsManager.java:236)
    Info:                          at com.sap.engine.deploy.manager.component.ServerComponentsManager.deployLibrary(ServerComponentsManager.java:138)
    Info:                          at com.sap.engine.deploy.manager.DeployManagerImpl.deployLibrary(DeployManagerImpl.java:2398)
    Info:                          at com.sap.sdm.serverext.servertype.inqmy.extern.EngineCompOnlineDeployerImpl.performDeployment(EngineCompOnlineDeployerImpl.java:153)
    Info:                          at com.sap.sdm.serverext.servertype.inqmy.extern.EngineDeployerImpl.deploy(EngineDeployerImpl.java:96)
    Info:                          at com.sap.sdm.serverext.servertype.inqmy.EngineProcessor.executeAction(EngineProcessor.java:224)
    Info:                          at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:60)
    Info:                          at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:186)
    Info:                          at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:46)
    Info:                          at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:83)
    Info:                          at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:60)
    Info:                          at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:127)
    Info:                          at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:73)
    Info:                          at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:59)
    Info:                          at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:119)
    Info:                          at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:88)
    Info:                          at com.sap.sdm.apiimpl.local.DeployProcessorImpl.deploy(DeployProcessorImpl.java:74)
    Info:                          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Info:                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
    Info:                          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
    Info:                          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
    Info:                          at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
    Info:                          at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.requestRemoteCall(RemoteProxyServerImpl.java:127)
    Info:                          at com.sap.sdm.is.cs.remoteproxy.server.impl.RemoteProxyServerImpl.process(RemoteProxyServerImpl.java:38)
    Info:                          at com.sap.sdm.apiimpl.remote.server.ApiClientRoleCmdProcessor.process(ApiClientRoleCmdProcessor.java:84)
    Info:                          at com.sap.sdm.is.cs.session.server.SessionCmdProcessor.process(SessionCmdProcessor.java:67)
    Info:                          at com.sap.sdm.is.cs.cmd.server.CmdServer.execCommand(CmdServer.java:76)
    Info:                          at com.sap.sdm.client_server.launch.ServerLauncher$ConnectionHandlerImpl.handle(ServerLauncher.java:286)
    Info:                          at com.sap.sdm.is.cs.ncserver.NetCommServer.serve(NetCommServer.java:43)
    Info:                          at com.sap.sdm.is.cs.ncwrapper.impl.ServiceWrapper.serve(ServiceWrapper.java:39)
    Info:                          at com.sap.bc.cts.tp.net.Worker.run(Worker.java(Compiled Code))
    Info:                          at java.lang.Thread.run(Thread.java:568)
    Info:May 4, 2006 5:43:18 PM   Info: End of log messages of the target system.
    Info:May 4, 2006 5:43:18 PM   Info: ***** End of SAP J2EE Engine Deployment (Library component of SAP J2EE Engine) *****
    Info:May 4, 2006 5:43:18 PM   Error: Aborted: development component 'mobilite/jee.libs'/'gazmetro.com'/'SP1_MOB10_D'/'272':
    Info:Caught exception during library deployment from SAP J2EE Engine's deploy service:
    Info:java.rmi.RemoteException: com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot perform action deploy on component library /usr/sap/ND1/DVEBMGS01/SDM/root/origin/gazmetro.com/mobilite/jee.libs/SP1_MOB10_D/272/gazmetro.com_MOBILITE_1_default_gazmetro.com_mobilite~jee.libs_200605042140240577.sda. Reason:
    Info: java.rmi.RemoteException: Error during deployLib of server component ./temp/deploy/work/deploying/gazmetro.com_MOBILITE_1_default_gazmetro.com_mobilite~jee.libs_200605042140240577.sda..
    Info:Reason: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException; nested exception is:
    Info:     com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    Info:     at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1576)
    Info:     at com.sap.engine.services.deploy.server.DeployServiceImpl.deployLibrary(DeployServiceImpl.java:1434)
    Info:     at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:336)
    Info:     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
    Info:     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
    Info:     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
    Info:     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    Info:     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    Info:     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    Info:     at java.security.AccessController.doPrivileged1(Native Method)
    Info:     at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
    Info:     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
    Info:     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Info:Caused by: com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    Info:     at com.sap.engine.core.service630.context.container.deploy.DeployContextImpl.deployLibrary(DeployContextImpl.java:36)
    Info:     at com.sap.engine.services.deploy.server.library.DeployLibTransaction.begin(DeployLibTransaction.java:68)
    Info:     at com.sap.engine.services.deploy.server.library.LibraryTransaction.makeAllPhases(LibraryTransaction.java:81)
    Info:     at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1566)
    Info:     ... 12 more
    Info:
    Info:Exception is:
    Info:
    Info:; nested exception is:
    Info:     com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot perform action deploy on component library /usr/sap/ND1/DVEBMGS01/SDM/root/origin/gazmetro.com/mobilite/jee.libs/SP1_MOB10_D/272/gazmetro.com_MOBILITE_1_default_gazmetro.com_mobilite~jee.libs_200605042140240577.sda. Reason:
    Info: java.rmi.RemoteException: Error during deployLib of server component ./temp/deploy/work/deploying/gazmetro.com_MOBILITE_1_default_gazmetro.com_mobilite~jee.libs_200605042140240577.sda..
    Info:Reason: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException; nested exception is:
    Info:     com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    Info:     at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1576)
    Info:     at com.sap.engine.services.deploy.server.DeployServiceImpl.deployLibrary(DeployServiceImpl.java:1434)
    Info:     at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:336)
    Info:     at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
    Info:     at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
    Info:     at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
    Info:     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    Info:     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    Info:     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    Info:     at java.security.AccessController.doPrivileged1(Native Method)
    Info:     at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
    Info:     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
    Info:     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Info:Caused by: com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    Info:     at com.sap.engine.core.service630.context.container.deploy.DeployContextImpl.deployLibrary(DeployContextImpl.java:36)
    Info:     at com.sap.engine.services.deploy.server.library.DeployLibTransaction.begin(DeployLibTransaction.java:68)
    Info:     at com.sap.engine.services.deploy.server.library.LibraryTransaction.makeAllPhases(LibraryTransaction.java:81)
    Info:     at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1566)
    Info:     ... 12 more
    Info:
    Info:Exception is:
    Info:
    Info:
    Info: (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineCompOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Info:May 4, 2006 5:43:19 PM   Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Info:May 4, 2006 5:43:19 PM   Error: -
    At least one of the Deployments failed -
    Info:end of log received from SDM
    Info:End deployment:
    Info:deploy finished for mobilite/xlibs (281) with rc=0
    Info:deploy finished for mobilite/jee.libs (266) with rc=12
    Info:deployment finished for buildspace: SP1_MOB10_D

    Laurent,
    Look what I have found.. /people/daniel.wirbser/blog/2005/07/27/how-to-delete-development-components-in-netweaver-java-development-infrastructure-jdi
    this works perfectly for me.. let me know if you have any questions..
    Also what you can do is delete all the contents of this DC and re-transport it.. this seems to works also to get rid of the deployment error.. but the DC stills in the JDI..
    Hope this works for you..
    Regards,
    Maria

  • Unable to create a first Domain in JDI CMS system

    Hello All,
    I have installed JDI and configured SLD and everything seems to be working properly.  However, when I go into the CMS service (http://localhost:devinf) and try to create a domain it tells me I am creatinga customer domain and will not be able to transport out of it (OK, Fine), I click save and get a message that says only "unable to process request, please see system administrator".
    I have one host serving as the SLD and name server.  I am running a J2ee add in system with ABAP as persitence layer.  My SLD is set to use Database as persistence layer.  I tried changing it to ABAP and trying again but that did not fix it.  I have created all users according to plan (CMSadm) and given him all the rights therein. 
    I have configred the name server in DTR as well, still no luck, still get the message when trying to create a domain in CMS for the first time. 
    Anyone else seen this or have any ideas?
    Thanks!!
    Tommy

    Hi,
    Actually this is not the right place for your question,please look in to Java Development infrastructure Forum.However i will answer your query.
    System admin has to create domain(Three letter word)
    if you check this url http://<server>:port/devinf as you mentioned you will get DTR,CBS and CMS.With cmsadm user you can create  track before that you have to creta Software component.
    if you post what, message you are getting it helps us to answer.
    Regards,
    RK

  • PAR DC and SC JDI

    Hi,
      What is the best practice  for maitaining EP projects in JDI.
    I have a bunch of PAR files.
    1. should i create a DC for each PAR?
    2. Should i create a one SC and assign all my DC's to that SC?
    3. what are the files of PAR DC that are normally checked in into DTR. should i check in all the files except .project and .classpath.
    4. should we write some build scirpt to make the central build happen? if so could you please let me know how can i do that
    5. Is there a facility to release each DC in CMS or should I only release only a SC which contains all those DC's
    sorry if questions are basic, but just want to clarify.
    Hope you  can help me in thsi regard.
    Thank you

    Hello Marion Schlotte
    we are migrating to NW04 with NWDI from EP 5
    we have about 20 different PAR projects (each contain 1-3 iviews)
    most PAR Projects are not dependend on each other.
    according to this post, if the PAR projects are not dependend on each other, and if i want to be able to release each on of them to production seperately, i need to create a SC for each PAR I have
    this means at least 20 SCs in the system, and that most SCs will contain a single DC
    I have a feeling that creating so many SCs, and having each SC contain only a single DC is not the best design
    however, if i dont do it this way, then i can not release each application (PAR) to production seperately
    I will be happy to get your opinion
    Thank you
    Zach Engel
    Check Point

Maybe you are looking for

  • Pages quit unexpectedly... and Numbers...

    My iWork '09 apps are giving me major grief. It was all three, but it's only Pages and Numbers now. I've tried every trick that I know of to try and resolve this, but all to no avail. This all started a week ago when I reinstalled my OS and the using

  • Non-static method/object cannot be referenced from a static context...?????

    What does this mean. I know about static, but I don't understand why I get this so many times. I try to do something pretty normal and this is what I get a lot of times. I mean: the main() method should be static right? Then what good is the main() m

  • Passive-interface default resets configuration

    Hello all, I would like to run a scenario by you guys and get your input regarding the "passive-interface default" OSPF command. Let's assume I am working on an existing configured OSPF router with the following configuration: router ospf 1 router-id

  • Skillbuilder Modal Page Close

    Gurus like Dan McGhan, etal., I am trying to use Skillbuilder's Modal Page to display a report of outstanding requisition when someone wants to create a new requisition. The condition of the modal page is EXISTS (select 'X' from requisition where req

  • Sun Studio code hangs at fork, GCC code runs fine

    I am encountering a strange problem where code complied with GCC runs fine, but the same code compiled with Sun Studio 12 compiler hangs at a fork call after an initial set of fork calls. I'd appreciate your help in solving this. The code was origina