NWDS doubt

Hi,
  I have installed nwds 7.31 and i created projects from nwdi in that.
When i open my nwds path \nwds-extsoa-...\eclipse\workspace.jdi path, i can see folders .dtr, 0 , 1 , local developement.
But i dont see any .dtc folder. I searched in C:/Users/ also but didnt find .dtc
In folder 1, i can see my DCs and SCs.
My doubt is in 7.31 .dtc is replaced as 1 ? or else how to get .dtc folder ?
Thanks in advance,
Alex

Hi Alex,
you are welcome!
I am not sure it'd properly work. There are other files and folders that have to be in sync with those devconfig folders. What I still don't understand, why don't you just fire up your NWDS on the target client machine and simply import the corresponding development configs to your NWDS ?
NWDS is only a client, the party goes on the server.
Without connecting to NWDI it all makes no sense even if you would find a brute force way copying devconfig folders from A to B. You could acually even delete your entire NWDS installation from the original client machine (considering you have no checked out activities) and still nothing would get lost because everything is on the server (the archives are in CBS and the sources in DTR). Once deleting your local NWDS workspace you could reimport the given development config in a minute and then you'd be there were you were before the deletion. But consequently you can do this on any other client machine, even if it is on the other side of the world (having proper connection to the server (NWDI)).
Cheers,
Ervin

Similar Messages

  • Error while importing model in NWDS 7.1

    Hi All,
    I am trying to consume a Web Service in NWDS 7.1.
    Following are the steps which I have followed for consuming the web service :
    Create a model in the DC using 'Adaptive Web Service model' template.
    Create component and reference this model as used model in it.
    In the custom coontroller apply the 'service controller' template to the model.
    In this 3rd step, its giving the following error while applying the template in component controller:
    Status ERROR
    Plugin : com.sap.ide.metamodel.common.services.eclipse
    code=0
    Internal error
       Plugin name: Metamodel Common Services for Eclipse
       Internal error  : com.sap.ide.metamodel.common.services.eclipse
       Class      : com.sap.ide.mmservices.common.eclipse.internal.template.apply.ApplyTemplateWizard$1
       Method     : performFinish()
       Message    : Error in template generation
       Exception  : java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
    at java.util.ArrayList.RangeCheck(ArrayList.java:546)
    at java.util.ArrayList.get(ArrayList.java:321)
    at com.sap.ide.metamodel.core.collection.MetamodelOrderedCollectionImpl.get(MetamodelOrderedCollectionImpl.java:188)
    at com.sap.ide.metamodel.webdynpro.implementation.ModelRelationProxy.getModelRelationRole(ModelRelationProxy.java:590)
    at com.sap.ide.webdynpro.template.simplescenario.generation.servicecontroller.ModelGeneration.createNestedStructure(ModelGeneration.java:350)
    at com.sap.ide.webdynpro.template.simplescenario.generation.servicecontroller.ModelGeneration.createNestedStructure(ModelGeneration.java:385)
    at com.sap.ide.webdynpro.template.simplescenario.generation.servicecontroller.ModelGeneration.generateCoding(ModelGeneration.java:131)
    at com.sap.ide.mmservices.common.eclipse.internal.template.generation.GenerationStartup.generateFragments(GenerationStartup.java:246)
    at com.sap.ide.mmservices.common.eclipse.internal.template.generation.GenerationStartup.generate(GenerationStartup.java:87)
    at com.sap.ide.mmservices.common.eclipse.internal.template.apply.ApplyTemplateWizard$1.run(ApplyTemplateWizard.java:64)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
    at com.sap.ide.mmservices.common.eclipse.internal.template.apply.ApplyTemplateWizard.performFinish(ApplyTemplateWizard.java:61)
    at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:742)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:618)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
    at org.eclipse.jface.window.Window.open(Window.java:796)
    at com.sap.ide.mmservices.common.eclipse.template.actions.ApplyTemplateAction.run(ApplyTemplateAction.java:28)
    at com.sap.ide.mmservices.common.eclipse.template.TemplateInvoker.startApplyTemplateAction(TemplateInvoker.java:78)
    at com.sap.ide.mmservices.common.eclipse.template.TemplateInvoker.startApplyTemplateWizard(TemplateInvoker.java:34)
    at com.sap.ide.webdynpro.wdexplorer.actions.other.ApplyTemplateAction.run(ApplyTemplateAction.java:48)
    at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseDelegateSingleAction.runInternal(BaseDelegateSingleAction.java:65)
    at com.sap.ide.tools.core.viewerfwk.internal.actions.BaseDelegateSingleAction.run(BaseDelegateSingleAction.java:58)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
    Please do let me know how to resolve this error .
    Thanks.

    Hi Yogita,
    I suggest you get in touch with the SAP support team via an OSS message to help you resolve this issue. Please don't forget to attach the DC that you have created so that the support team can help in resolving this at the earliest. You could raise the issue via the OSS component BC-DWB-WD-JAV.
    Without details of the DC that you are working on and the model that you have imported, I doubt if anybody in SCN would be able to help you out.
    Thanks and Best Regards,
    Pradyut.

  • PAR file import problem in NWDS

    Hello All,
    Some time back we had developed a custome masthead component for our portal (EP 6, SP 21).
    It has been deployed into the portal and its running fine.
    now, we need to change some thing in that and so we have downloaded the par file and imported in nwds for code modification.
    once we do that we get the masthead.jsp file but unable to get the class files and the beans.
    what we doubt is while deploying the par the code was not deployed in the portal.
    do you have any idea how can we get the code base out of that ?
    p.s we dont have any other code base.
    Thanks
    Anirban

    Hi Anirban,
    If you uncheck and deploy the PAR file, later you can download it from portal. But the source code will not be available i.e src.api and scr.core will not be available. 
    1.unzip the jar file in portalINF/lib.
    2. Run the java decompiler tool on each unzipped folder.
    3. create another folder and move .java files and rename it.
    Hope this might be helpful.
    Thanks,
    Subashini.

  • Java Proxy & NWDS

    Hi friends,
                   I need very simple and clear steps as to what i should do as far as Java proxy is concerned.Steps to do in NWDS,.
    Also am new to Proxies.....          What about the Java code.....I don know Java....
    Can i find relevant code and screen shots with both client and server Java proxies.
    Scenarios with screen shots if possible.
    Please post as soon as possible.....
    Thanks & Regards
    Deepika K

    Hi
    NWDS
    NWDS - NetWeaver Developer Studio - editor, etc used by the developer to code. Developers way to interact with the infrastructure.
    NWDS is just a development environment with all robust development tools.
    It can run j2ee,j2se and sap applications also.
    It is an interface to access NWDI services and applications.
    SAP NetWeaver Developer Studio (NWDS) for more details follow : http://help.sap.com/saphelp_nw2004s/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/frameset.htm
    SAP NetWeaver Java Development Infrastructure (NWDI) for more details follow http://help.sap.com/saphelp_nw2004s/helpdata/en/44/312b1a8bea3ec8e10000000a1553f6/frameset.htm
    JAVA PROXIES
    You can generate Java proxies for J2EE applications on the SAP Web AS. Proxy generation generates J2EE beans and proxy classes for this purpose. The generated beans satisfy the EJB 2.0 standard.
    Java proxy generation is part of the Integration Builder and has the following functions:
    ·        Create an archive (as a Jar or Zip file) by using one or more message interfaces from the same software component version. The archive contains bean and proxy classes.
    ·        Open existing archives to regenerate proxies. Proxy generation knows the original message interfaces for which proxy objects are contained in the archive.
    Selecting Message Interfaces
    You can call Java proxy generation from the design maintenance screen of the Integration Builder in the following ways:
    ·        From the main menu, choose Tools ® Java Proxy Generation.
    ·        From the context menu, choose Java Proxy Generation... for message interfaces in the navigation tree.
    The latter method has the advantage that the selected message interface and the corresponding software component version can be copied directly. You can only generate proxy classes for message interfaces and not for sub objects of message interfaces.
    Java Proxies and SAP Exchange Infrastructure - The Inside Story, Part 1
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    Java Proxies and SAP Exchange Infrastructure - The Inside Story, Part 2
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d
    SAP Exchange Infrastructure 3.0: Java Proxy Runtime 3.0 - J2EE Integration
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30572c6a-d311-2a10-99ab-f646ec3b5b12
    How to Work with Java Proxies
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd23702
    Java Proxies in XI
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=java+proxy&adv=false&sortby=cm_rnd_rankvalue#
    Java Proxies in XI
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=java+proxy&adv=false&sortby=cm_rnd_rankvalue#
    SAP Network Blog: Pre requisites for Client Java Proxies
    /people/yugapreetha.t/blog/2007/12/03/pre-requisites-for-client-java-proxies
    Java Proxy-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7d4db211-0d01-0010-1e8e-9b07fc2113ab
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d
    Hope this clears your doubts
    Thanks
    Saiyog

  • Design , Config, NWDS and Flow of messages in SAP PO 7.31

    Hello Experts,
    I am assigned to File -> SAP PO 7.31 -> ABAP Proxy Scenario. I never worked on SAP PO and searched to find the related stuffs but nothing really helped me.
    I am just perplexed to start from unseen boundary.Hope to receive some support from the experts.
    1. Where to create DT , MT , SI and other design objects. Should it be there are NWDS or at SWING UI.
    2. What about the config objects?
    3.Any sample scenario tutorials so that it can shed some inputs.
    4. Just then, whats the flow of messages in the SAP PO...
    5. Any real time questions which can hit my continuous stream of queries. 
    Thanks
    Rebecca

    Hello,
    1. Where to create DT , MT , SI and other design objects. Should it be there are NWDS or at SWING UI.
    >> It hardly matters which UI u are using to create ESR objects becoz functionality wise both provides same features (in case ur version is >= 7.31 SP06), so u can use either one of them. Personally speaking, i am working on PO since last 2 years and still using swing UI to create ESR objects, but having said so it's better to get acquainted with new tool as well.
    2. What about the config objects?
    >> For ID objects, it's advisable to create IFlows. Just search SDN u will get tons of blogs on the same.
    4. Just then, whats the flow of messages in the SAP PO...
    >> In PO (i believe u are using single stack version), message executes and passes through AEX. Check this for more details, but in case u have any specific doubts u can post ur questions here:
    https://help.sap.com/saphelp_nw73ehp1/helpdata/en/31/57765aef5042028eda03f2833aedd1/content.htm
    5. Any real time questions which can hit my continuous stream of queries. 
    >> Ur scenario looks straight forward, just make sure u have created destinations on PI and ECC to enable proxy connectivity.
    Thanks
    Amit Srivastava

  • NWDS with Process composer

    Hi Friends,
    plz let me know which version of NWDS(netweaver developer studio) have the Process Composer and Rules Composer.
    or elase do i need to do any settings after installation to get those tools,.
    Thanks in Advance,
    Saran

    Do you want to use visual composer from nwds?
    check it may be relvant to your doubts
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e058a805-68b2-2b10-6a8b-fc570f1c37d1
    Koti Reddy

  • PDK and NWDS

    Hi Friends,
    Actually i hav gone through much threads and i just not satisfied.
    whats my question is
    Why PDK?
    What is NWDS?
    V r creating components in NWDS, what da PDK installation in EP.
    I didnt get dat.
    can u plz give me a brief idea abt pdk and nwds.
    Thanks in advance,
    Regards,
    Renu!

    Hi Renushree,
    See the following links too for clearing your doubts regarding PDK:
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=172981">https://www.sdn.sap.com/irj/sdn/thread?threadID=172981</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=113025">https://www.sdn.sap.com/irj/sdn/thread?threadID=113025</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=12593">https://www.sdn.sap.com/irj/sdn/thread?threadID=12593</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=26251">https://www.sdn.sap.com/irj/sdn/thread?threadID=26251</a>
    See the following thread for info related to NWDS, it has a very good <i>help.sap</i> link:
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=44939">https://www.sdn.sap.com/irj/sdn/thread?threadID=44939</a>
    Bye
    Ankur
    Do reward points if it helps!!

  • NWDS JDK version

    Hi Team,
        I am using Portal 7.4 sp4 and i want to modify one WD Java application running in that.
    Now i am trying to install NWDS 7.31 SP 9 with JDK jdk-6u26-windows-i586.
    My doubt is in the NWDS installation guide, its mentioned like...
    Note: To deploy an application, the JDK version of NWDS and JVM version of application server should be same "
    Now my JVM version in portal UNIX server is JVM 6 (SAP).
    Can i go ahead with  installtion of  NWDS 7.31 SP 9 with JDK jdk-6u26-windows-i586 in my windows 32bit machine to modify the applications?
    Please suggest.
    Thanks in Advance
    Regards,
        Alex

    Hi Alex
    you can go ahead.
    I think that comment tries to say only that the major version of the jdk/jre must be the same. E.g if on client you have 1.6 then on server the vm must be sapvm6 (and not say 5 or anything else). You said also very correctly that the jdk has to be 32 bit and the SP relation is also correct (731 nwds has +5 higher SP than 7.4 server)
    Regards,
    Ervin

  • Is nwds run on was6.20

    hi friendz,
    in my workplace sapnetweaver Ep version is 6.0 WAS is 6.20.
    is it support nwds.
    and in portal desktop sapwebdynpro iview template is there.That template is for javadynpro or abapdynpro.
    and onemorething i installed nwds and connected to WAS 6.40(j2eeengine). Taht server is for sap-xi.whenever we deploy the app. can we access that application in ep.
    plz clear me these doubts.
    Thanks in advance

    Hi,
    as to ABAP Web Dynpro, it's only for NW2004s onwards, see also note 751611.
    Regards, Heidi

  • Error while deploying a PAR file from NWDS into an ECC.

    Hi all,
    I am getting this error while deploying a PAR file from NWDS into an ECC.
    Operation Failed: Please make sure the server is running or check the log (sap-plugin.log) for
    more detail.
    My server is running properly
    1 - Where is sap-plugin.log file? I don´t find it. 
    2 - Could there be another file with another name with information about the error?
    3 - Is there another way to deploy the file directly from the ECC?
    Regards,

    Hi,
    Just make sure you have maintained correct server setting to check the same open the NWDS and follow this path
    Windows/ Prefereces / SAP Enterprise Portal
    Check the following enteries
    Alias
    Host
    Port
    Login etc.
    Regards,

  • Error While Deploying A Web Dynpro Appln thru NWDS

    HI,
    I am getting an error while deploying a Web Dynpro Application through NWDS.Following is the Exception
    Aborted: development component '<ComponentName>'/'local'/'LOKAL'/'0.2006.07.26.15.06.05':Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [sapsbx28] with user name: [J2EE_ADMIN] Check your login information. Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.] (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)
    When i give a request for deployment it asks for the SDM password. I enter a valid SDM pwd. If i enter  a invalid SDM pwd i get  some other exception. So the pwd SDM entered by me is correct.
    can any one help me in solving this
    regards
    Nilesh Taunk

    Hi Nilesh,
           Try opening Visual Admin if your not able to login with username(administrator) and password. Problem with NWD2004s do the following steps.
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation=>SAVE properly
    Restart the server and try login visual admin
           Deploy now...Other wise see this thread same error solved:
    Re: An Deploy Problem about Credentials.
    Regards
    Suresh

  • Doubt in fbl1n transaction

    hi i have a doubt....
    in fbl1n transaction, there are open items and cleared items.
    in it the cleared items  for certain document types such as invoice etc is not present in the open item table (bsik)
    however the cleared items for document types such as general  voucher its present in the open items table (bsik)
    is this possible as all cleared item entries shld b present in the open item table with an indicator set for cleared or not...
    plz exlain!

    Hi
    There are 2 tables(open and Closed Items)  in FI for Account Payables and Account Receivables and GL accounts
    1.Account payables: BSIK is Open Items and BSAK is Closed items
    2.Account Receivables; BSID and BSAD for OPEN and closed items
    3/GL accounts :  BSIS and BSAS  for Open and Closed Items
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Error while deploying from NWDS

    Hi,
    i am getting the following error while trying to deploy a PAR file from NWDS through export.
    PAR upload failed:C:\Documents and settings\Trials\Trials.par
    Please check the userid and password.
    i cross checked the userid and password.both are correct. the same par file is deployed successfully in other servers.
    this error occurs only for PAR file deployment. other applications like webdynpro and all are deploying successfully.please help.
    /* useful inputs will be rewarded*/
    Regards,
    Art Tech.

    Hi All,
    Thanks for ur responses.
    To Sahu:
         Yes the user id has system admin role.
    To Ramani:
         I know that we can upload the PAR from portal itself as u said but i want to know the cause of my problem. why i am not able to do it from NWDS.
    To Vinoth:
         As i said i want to upload it from NWDS only.
    i want to inform onething to all of  u . we thought that it may be problem in SDM. so we checked SDM also. in that a process (deployment) is still going on. so we r not able to enter into it. it is like a infinitive for loop. so, that may be the cause which doesnt allow other deployments.
      Can any one tell me how to kill that process. it is something relevent to J2ee engine administration i hope.
    What i mentioned above is only our decision , we are not sure that whether it is the exact reason or not. so if anyone encountered the same problem and solved please guide me or any docs related to this also will be helpful.
    Regards,
    Art Tech.

  • Problem while deploying a webdynpro java application in NWDS 7.1 version

    HI All,
            I got the below error when i deploying the  webdynpro java application in NWDS 7.1 version..help me out...........................................
    Exception:
    com.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=[Ecc]
    NameNotFoundException.The SAP J2EE ENGINE service 'tcbldeploy_controller' is not available
    because of deployment or down engine( service ).
    Reason: Object not found in lookup of
    tcbldeploy_controller.
         at
    com.sap.ide.eclipse.deployer.dc.ComponentManagerImpl.getDeployProcessor(ComponentManagerImpl
    .java:64)
         at com.sap.ide.eclipse.sdm.threading.DCDeployThread.run(DCDeployThread.java:118)
    Caused by: com.sap.engine.services.dc.api.ConnectionException: [ERROR CODE DPL.DCAPI.1118]
    NameNotFoundException.The SAP J2EE ENGINE service 'tcbldeploy_controller' is not available
    because of deployment or down engine( service ).
    Reason: Object not found in lookup of
    tcbldeploy_controller.
         at
    com.sap.engine.services.dc.api.session.impl.SessionImpl.createCM(SessionImpl.java:320)
         at
    com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.<init>(DeployProcessorImpl.ja
    va:136)
         at
    com.sap.engine.services.dc.api.deploy.impl.DeployProcessorFactoryImpl.createDeployProcessor(
    DeployProcessorFactoryImpl.java:26)
         at
    com.sap.engine.services.dc.api.impl.ComponentManagerImpl.getDeployProcessor(ComponentManager
    Impl.java:46)
         at
    com.sap.ide.eclipse.deployer.dc.ComponentManagerImpl.getDeployProcessor(ComponentManagerImpl
    .java:58)
         ... 1 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object
    not found in lookup of tcbldeploy_controller.
         at
    com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:649)
         at
    com.sap.engine.services.jndi.implserver.ServerContextRedirectableImpl.lookup(ServerContextRe
    directableImpl.java:80)
         at
    com.sap.engine.services.jndi.implserver.ServerContextImplp4_Skel.dispatch(ServerContextImplp
    4_Skel.java:555)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:319)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:200)
         at
    com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:136
         at
    com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.pro
    cess(ApplicationSessionMessageListener.java:33)
         at
    com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

    First check is Java stack is running ?
    make sure J2EE_ADMIN user not locked.
    Ans please check password in secure area. check password in secure store should be correct.
    may be you can try with restart of SAP and DB.
    All the best
    regards
    nag

  • Error while deploying ear-file to J2EE via NWDS/SDM

    Hi everybody,
    i have a problem deploying an ear-file. I was looking for similar cases in forums, but didn't find anything. My application is developed by jsp/servlets. The deployment aborts with following error-massage:
    Caught exception during application deployment from SAP J2EE Engine's deploy API:
    com.sap.engine.deploy.manager.DeployManagerException: com.sap.engine.services.deploy.container.DeploymentException: Cannot update archive file Docsndownloads.warcom.sap.engine.services.deploy.ear.exceptions.BaseIOException: Error during replacement of substitution values. Reason: java.io.IOException: Stream closed
    I don't know what the reason could be. The application is running on tomcat. And I can deploy other applications to j2ee with nwds/sdm.
    Maybe somebody had or has the same problem. Or somebody knows the answer for the problem. Please help, points will be regarded. Thanks in advance.
    best regards
    Lu

    Hi,
    I checked the log-files, but there are no helpful informations, but:
    07/04/23 12:08:04 -  Start updating EAR file...
    07/04/23 12:08:04 -  start-up mode is lazy
    07/04/23 12:08:20 -  com.sap.engine.deploy.manager.DeployManagerException: com.sap.engine.services.deploy.container.DeploymentException: Cannot update archive file Docsndownloads.war
                         com.sap.engine.services.deploy.ear.exceptions.BaseIOException: Error during replacement of substitution values. Reason:
                          java.io.IOException: Stream closed
    and
    Apr 23, 2007 12:08:20... Error: Aborted: development component 'Dokusunddownloads'/'sap.com'/'localhost'/'2007.04.23.12.07.47'/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy API:
    com.sap.engine.deploy.manager.DeployManagerException: com.sap.engine.services.deploy.container.DeploymentException: Cannot update archive file Docsndownloads.war
    com.sap.engine.services.deploy.ear.exceptions.BaseIOException: Error during replacement of substitution values. Reason:
    java.io.IOException: Stream closed
    thanks,
    Lu

Maybe you are looking for

  • IPhone 6 iOS 8 iMessage not working

    I just purchased a brand new iPhone today and I set up my iCloud and iMessage but when I try to send a message, the text bubble still turns up green. I have a secure Wifi contecttion and I am messaging with someone who has their iMessaging turned on

  • Using multiple ipods on itunes...

    Currently, my husband and I both have classic iPods and iPhones. We each have our own iTunes accounts on our laptops and run them separately. We have a very large CD collection which we have been backing up on an external hard drive. What would be th

  • Dynamic casting

    hello all (happy new year!), i am trying to dynamically cast a class that is only known at runtime from the configuration file that is parsed during startup. the code is as follows: ArrayList classes = new ArrayList(); ... (parsing) classes = JAFSaxP

  • How to access the JMS queues in the XI J2EE Engine?

    Hi Gurus, Can anybody know how to access the jms dead message queues in the WAS J2EE Engine? I have read in the SAP documentation that we can use some JMS commands from the telnet. I don't know how to use those commands. Can anybody provide a step-by

  • XSL feed error

    Anyone know why my feed is not showing online? It works locally and it used to work online. I didn't change any code and all of sudden its giving me this error. MM_XSLTransform error. Transformation Error. Security access denied (coldfusion.runtime.F