Errors in NWDS

Hi ,
System NW2004s
ESS MSS mysap 1.0
I imported the ESS dev components into NWDS, but the issue is all the source code of  lines in us/bank DC and US/W4 (infact most of the DCs) are shown as error. becuase of which i am not getting the context help when trying to write new lines of code .
I did syn sources and sync used DCs but nothing helped.
I re-imported the track even tat did not help
Any idea what the issue could be?
regards
Sam
Message was edited by:
        sameer chilama
Message was edited by:
        sameer chilama

Hi,
The reason for this kind of problem is the classes imported/used are not known to the environment.
On right click on DC there is an option called as "Repair" or "Repair & Reload".
Can you please select that option and check it that works.
If there is no problem with track then should be working.
Regards,
Nagaraju Donikena.

Similar Messages

  • PAR Upload Error from NWDS

    I'm unable to export a PAR file from NWDS to the Portal. I go into the com.sap.ep.connectionManager log and find the error captured there with the URL address that NWDS was attempting to connect to and drop it in a browser. This results in the following error message:
    ERROR: Upload failed - exception caught: com.sapportals.portal.prt.runtime.PortalRuntimeException: Invalid content type submitted - no multipart data
    Has anyone encountered this and has a solution?
    Thanks in advance!

    Thanks for the response, Yoav.
    There is not a problem with uploading the par file. I can enter Java Development-Tools-PRT Admin Console and use the Archive Uploader to store the par file in the PCD.
    This appears to be a problem with NWDS communicating with the portal and the way the file is presented for upload. I am using NWDS SP11 with EP 6 SP11 and PDK 6 SP9.
    Thanks again,
    Steve

  • Deploy par file error using NWDS

    Hi
    I developed a portal service for activity report. After i deploy the service i get an Java Iview Runtime error in portal and our portal is down. I found the error which is a null reference in portal service i wrote.I fixed the problem, but i can't deploy par file using neither NWDS. Is there any other ways to deploy the par file. Please help.
    Thanks
    Edited by: Ozkan Onay on Jan 31, 2008 8:11 PM
    Edited by: Ozkan Onay on Jan 31, 2008 8:16 PM

    Hi,
      To deploy the application, you can without NWDS but not without server running. Server should be up for deploying any application. Go to Drive:\usr\sap\J2E\JCXX\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd
    and ..\deployment\temp folders. Delete your project. It will be cleaned from the portal. Now restart the server. It will be up.
    Regards,
    Harini S

  • Web dynpro project creation error with NWDS SP07

    I have NWDS 7.01 SP07 installed and when I am trying to create a webdynpro project, Local DC or otherwise. I get the following exception in the log. I am not able to create a web dynpro project. This problem has been replicated on other systems in windows environment.
    java.lang.NoClassDefFoundError: com/sap/ide/metamodel/webdynpro/WebDynproObject
    Any help regarding this release? We have to use SP07.

    This error is with NWDS standalone. No NWDI or server involved at the time of the error.
    Error happens at the time of creation of the web dynpro project. For both a DC project and standard web dynpro project. It seems to be a bug in NWDS 7.01 SPP07. I am wondering if there is a patch available.
    There are also errors opening up the empty web dynpro perspective.

  • Abstract list error in nwds 7.2

    Hi all,
    I am working with nwds 7.2.  When I am trying to set values to a structure in a bapi using list it gives code error, so I used abstract list.  Please find below the structure and code:
    structure:
    Model     UploadProdOrderModel
    bapi        Zbapi_Por_5003_Upload_So_Input
                   I->File_Table of structure type Zbapi_Por_5003_Table
                                            collection cardinality as 0...n and selection cardinality as 0..1
                   I->Bapi_Input of structure type Zbapi_Por_5003_Input
                                            collection cardinality as 0..1 and selection cardinality as 0..1
    The code is as follows :
         try
         com.sap.crmb2b.uploadproductorder.model.UploadProdOrderModel modalVar = new com.sap.crmb2b.uploadproductorder.model.UploadProdOrderModel();
         com.sap.crmb2b.uploadproductorder.model.Zbapi_Por_5003_Upload_So_Input requestVar =  new com.sap.crmb2b.uploadproductorder.model.Zbapi_Por_5003_Upload_So_Input(modalVar);
         Zbapi_Por_5003_Input in = new Zbapi_Por_5003_Input(modalVar);
         Zbapi_Por_5003_Table tab= new Zbapi_Por_5003_Table(modalVar);
         in.setSales_Org("1010");
         in.setDist_Channel("00");
         in.setDivision("00");
    wdComponentAPI.getMessageManager().reportSuccess("1");
         requestVar.setBapi_Input(in);
         wdComponentAPI.getMessageManager().reportSuccess("2");
         AbstractList<Zbapi_Por_5003_Table> listin = null;
         wdComponentAPI.getMessageManager().reportSuccess("3");
         tab.setMatnr("0101");
         wdComponentAPI.getMessageManager().reportSuccess("4");
         tab.setShipto("23324");
         wdComponentAPI.getMessageManager().reportSuccess("5");
         tab.setKwmeng("1");
         wdComponentAPI.getMessageManager().reportSuccess("6");
         tab.setSoldto("2345");
         wdComponentAPI.getMessageManager().reportSuccess("7");
         listin.add(tab);
         wdComponentAPI.getMessageManager().reportSuccess("8");
         requestVar.setFile_Table(listin);
         wdComponentAPI.getMessageManager().reportSuccess("9");
         requestVar.execute();
    Error on execution:
    while trying to invoke the method java.util.AbstractList.add(java.lang.Object) of an object loaded from local variable 'listin'
    Thank you
    Regards,
    Preet Kaur

    Hi,
    You set
    AbstractList<Zbapi_Por_5003_Table> listin = null;
    but you never initialized it. Adding to 'null' will give you this exception.
    If your Bapi method returns an AbstractList, you need to have something like 
    AbstractList listin = new <YourBapi>.<YourBapi>_List();

  • Deployment Error in NWDS 7.2

    Hi All,
    My server and NWDS are on same patch level. Once i am trying to deploy a simple scenario, i am getting below deployment error.
    Status ERROR
    Plugin : com.sap.ide.tools.services
    code=0
    Deployment problems
    children=[
    Status ERROR
    Plugin : com.sap.ide.tools.services
    code=0
    Deploy Exception.
    com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.
    Reason: ASJ.dpl_dc.001085 An error occurred while deploying the deployment item [demo.sap.com_dc_my_name_age].
    ; nested exception is:
         com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_dc_my_name_age]. Cannot deploy it.
    at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:891)
    at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:259)
    at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:104)
    at com.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:178)
    at com.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:92)
    at com.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$3.run(DcDeployAction.java:236)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Nested exceptions :com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 An error occurred while deploying the deployment item [demo.sap.com_dc_my_name_age].
    ; nested exception is:
         com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_dc_my_name_age]. Cannot deploy it.
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:244)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:62)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:273)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:95)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Nested exceptions :com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of [demo.sap.com_dc_my_name_age]. Cannot deploy it.
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:134)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:130)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:210)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:62)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:273)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:95)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Nested exceptions :com.sap.engine.services.deploy.server.utils.DSRemoteException: ASJ.dpl_ds.006193 Error while deploying ear file /usr/sap/BPD/J03/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/135/demo.sap.com~dc_my_name_age.sda; nested exception is:
         com.sap.engine.services.deploy.container.DeploymentException: TxException
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:4443)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:353)
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:116)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:130)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:210)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:62)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:273)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:95)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Nested exceptions :com.sap.engine.services.deploy.container.DeploymentException: TxException
    atcom.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:1280)
    atcom.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deploy(ContentArchiveDeployContainer.java:137)
    atcom.sap.engine.services.deploy.server.utils.container.ContainerWrapper.deploy(ContainerWrapper.java:273)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.makeComponents(DeploymentTransaction.java:577)
    atcom.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:297)
    atcom.sap.engine.services.deploy.server.application.DeploymentTransaction.begin(DeploymentTransaction.java:211)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:697)
    atcom.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:755)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:2238)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:401)
    atcom.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:351)
    atcom.sap.engine.services.dc.gd.impl.ApplicationDeployer.deploy(ApplicationDeployer.java:116)
    atcom.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:130)
    atcom.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)
    atcom.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:210)
    atcom.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:62)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:273)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
    atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:95)
    atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Nested exceptions :java.lang.Exception: com.sap.engine.services.ts.transaction.TxRollbackException: Current transaction is marked for rollback
         at com.sap.engine.services.ts.transaction.TxManagerImpl.commitLevel(TxManagerImpl.java:587)
         at com.sap.transaction.TxManager.commitLevel(TxManager.java:237)
         at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deployArchive(ContentArchiveDeployContainer.java:1277)
         at com.sap.glx.repository.deploy.content.ContentArchiveDeployContainer.deploy(ContentArchiveDeployContainer.java:137)
         at
    Please help me .
    Thanks
    Vidhi

    HI ,
    I am able to over deployment problem. It was due to some error in code of view i created. because of that, it was giving deployment error.
    Now, when i goto NWA->Configuration -> Process and Task -> Process Repository, I can see my deployed DC's. When i select my process and go to start process, Start Process button is blurred (means read only). Can you please help me on this?
    Thanks and Regards
    Vidhi

  • Error in NWDS WAR import. taglib.

    Hi Experts,
    my requirement is to customize the login page for CE 7.1.
    I have taken the WAR file, Imported it into NWDS.
    I imported the jar file logon.jar also. But immediately after the import,
    but im facing an error which say:
    "Cannot find the tag library descriptor for /SapLogon".
    Can anyone pls help me in solving this issue.
    Pls provide answer in detail.
    Any help would be greatful..!.
    Thanks,
    Shikha

    Hello Neeraj,
    Now as I mentioned earlier, when I go to com.sap.aii.security package in the jar com.sap.aii.sec.svc_api.jar there is no 'lib' folder. Also there is no security.class in any of the subfolders in com.sap.aii.security .
    - In PI7.1 security.class is in folder ext, check whether you can find the folder ext.
    - Your SampleAdapter has already implementation code in it, as you mentioned in the source there are import statements, so the point to focus is to make your source error free, after compile.
    - In case you have the sap.comtcsecssfcore.jar added to your build path, try to reimport the two classes, still if it show error try to close and open your module project.
    Regards,
    Prasanna

  • Error in NWDS 7.0.13

    Hi Experts,
    When i ahve clicked on the NWDS icon i am getting the following error:
    Problems during startup.Check the ".log" file in the ".metadata" directory of your workspace.
    When i have checked the log in the workspace this is what it is showing:
    !SESSION Feb 22, 2008 12:03:06.421 -
    java.version=1.4.2_04
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86 -feature com.sap.java.ide C:\j2sdk1.4.2_04\bin\javaw.exe
    -Xmx512m
    -Xms128m
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -DallUserDir='C:\Documents and Settings\All Users\Application Data'
    -cp D:\Program Files\SAP\IDE\IDE70\eclipse\SapStartup.jar com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash D:\Program Files\SAP\IDE\IDE70\eclipse\SapIde.exe -showsplash 600  -data C:\Documents and Settings\1087961\Documents\SAP\workspace -install file:D:/Program Files/SAP/IDE/IDE70/eclipse/
    !ENTRY Startup 1 0 Feb 22, 2008 12:03:06.421
    !MESSAGE Sap NetWeaver Developer Studio - Build: 200708072056
    !SESSION -
    !ENTRY org.eclipse.core.launcher 4 0 Feb 22, 2008 12:03:10.203
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: java.lang.reflect.InvocationTargetException
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:861)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         ... 7 more
    Caused by: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
         at org.eclipse.swt.SWT.error(SWT.java:2330)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:101)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)
         at org.eclipse.swt.widgets.Display.release(Display.java:1782)
         at org.eclipse.swt.graphics.Device.dispose(Device.java:212)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1390)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
    What might be the problem?
    My work is stopped here.
    Please help me out so that i can restore my work.
    FYI:I have installed the NWDS again on my system but still i am unable to get the same.Versions are the same.
    Thanks and regards,
    Chandrashekar.

    Options you have
    - Delete the .metadata folder and restart NWDS (you will lose all your settings!)
    - Try a recent JDK; 1.4.2_04 is really old!
    - Install from the DVD
    - If you downloaded the install, extract it to the root of one of your disks, not some subdirectory and install from there.

  • Error in NWDS Creating activity is not allowed

    Hi all,
    I received this error and can't use the NWDI fully...
    the error message is:
    FAILED: Creating activity is not allowed because workspace is not modifiable
    all properties in .dtc, .metadata, NWDS folder, and project folders are not set to read only..
    where i need to change to work that??
    Thanks in advanced!

    Hi Bruno Ricciardi,
    While creating the project from DTR, did you create the project from Inactive DC's?
    You should not create a project from Active Dc's.
    Regards,
    Jaya.

  • Sample Adapter - Error in NWDS for import stmt of class PermissionMode

    Hello,
    I downloaded the latest code of Sample Adapter from the SAPNote 1004000.
    I am trying to build the code in SAP NWDS. I am getting an error for the import statements -
    import com.sap.aii.security.lib.KeyStoreManager;
    import com.sap.aii.security.lib.PermissionMode;
    I looked into the jar for the package com.sap.security. There is no 'lib' folder inside this. These two class are also not in any of the folders and subfolders in this package.
    Now for the KeyStoreManager Class, I found a jar sap.comtcjekeystore_apiAPI.jar which contain a class by the name of KeystoreManager in the package com.sap.engine.interfaces.keystore.
    1. Is this KeystoreManager the same class file as KeyStoreManager?
    2. In which jar can I find the class PermissionMode ?
    Best Regards,
    Neeraj
    Edited by: Neeraj Kumar on Aug 20, 2009 10:44 AM

    Hello Neeraj,
    Now as I mentioned earlier, when I go to com.sap.aii.security package in the jar com.sap.aii.sec.svc_api.jar there is no 'lib' folder. Also there is no security.class in any of the subfolders in com.sap.aii.security .
    - In PI7.1 security.class is in folder ext, check whether you can find the folder ext.
    - Your SampleAdapter has already implementation code in it, as you mentioned in the source there are import statements, so the point to focus is to make your source error free, after compile.
    - In case you have the sap.comtcsecssfcore.jar added to your build path, try to reimport the two classes, still if it show error try to close and open your module project.
    Regards,
    Prasanna

  • Error occured: NWDS cannot be launched

    I shut down my Neweaver Developer Studio, and restart this morning, and I got the following error. I reinstall the studio from the installation file, it still give me the same error. The NWDS platform get launched and encountered errors and shut down itself.
    Here is the last error listed in log file (at .metadata folder):
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
         at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
         at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: java.lang.reflect.InvocationTargetException
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:861)
         at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
         ... 7 more
    Caused by: java.lang.NullPointerException
         at org.eclipse.swt.widgets.Table.releaseWidget(Table.java:1089)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Widget.releaseResources(Widget.java:715)
         at org.eclipse.swt.widgets.Composite.releaseChildren(Composite.java:319)
         at org.eclipse.swt.widgets.Composite.releaseWidget(Composite.java:367)
         at org.eclipse.swt.widgets.Canvas.releaseWidget(Canvas.java:118)
         at org.eclipse.swt.widgets.Decorations.releaseWidget(Decorations.java:615)
         at org.eclipse.swt.widgets.Shell.releaseWidget(Shell.java:709)
         at org.eclipse.swt.widgets.Widget.dispose(Widget.java:372)
         at org.eclipse.swt.widgets.Shell.dispose(Shell.java:472)
         at org.eclipse.swt.widgets.Display.release(Display.java:1779)
         at org.eclipse.swt.graphics.Device.dispose(Device.java:212)
         at org.eclipse.ui.internal.Workbench.run(Workbench.java:1390)
         at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
         at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
         ... 8 more
    Thanks for help.

    Armin,
    I don't have a chance to try this.
    I just uninstalled and deleted all the NWDS sources, adn it is working fine now.
    Thanks.
    Kent

  • Error in NWDS Deployment View

    Hi all,
    we are trying to deploy some test project from NWDS (7.3 SP12 PAT0000) to some newly installed Netweaver (7.40 SP7). But when clicking on the server in Repository View it asks for the password and fails.
    In the deploy.log the following exception can be found:
    Jul 30, 2014 1:58:58 PM  [Error ]: [#0]: Could not establish connection to AS Java on [<server>:50004]. Cannot authenticate the user. Wrong or missing security credentials (password) for principal [<myusr>], or the specified principal has no permissions to perform JNDI related operations.
    The Netweaver Log shows that:
    LOGIN.FAILED
    User: N/A
    Authentication Stack: service.naming
    Authentication Stack Properties:
            template = SAP-J2EE-Engine
    Login Module                                                               Flag        Initialize  Login      Commit     Abort      Details
    1. com.sap.engine.services.security.server.jaas.BasicPasswordLoginModule   SUFFICIENT  ok          exception             true       Authentication did not succeed.
    2. com.sap.security.core.server.jaas.EvaluateTicketLoginModule             SUFFICIENT  ok          false                 true      
    No logon policy was applied
    If we try to do that on one of our existing 7.3 Netweaver Systems, everything works as expected. So the question is, what should be checked to nail this issue down?
    Regards,
    Torsten

    Hm, it works now, but I'm not sure why. What have I done:
    1. installed the latest nwds (7.31 SP 12 Patcht 1 instead Patch 0)
    2. added my domain user to the administrators group (it has the same name as the nwa user)
    3. dont use the domain password (which worked with the old systems), instead use the nwa password.
    However, thanks for your effords.

  • Web Dynpro Javascript error in NWDS

    Hi, experts,
    There will be a IE Javascript can't run error, when designing web dynpro in the  NWDS, why? how to solve this problem?
    Thanks.

    Probably the stylesheets of your Portal are not compatible to the used Web Dynpro version.
    Armin

  • Web Service error in NWDS.

    While creating a web service in NWDS, when I select the method to be contained in the virtual interface (web service) , I get an error in the next step
    Extending Type
    Specification of an extending type for abstract type com.sap.security.api.IPrincipal
    What should I select in the Type Name:
    Thanks

    Hello Tony,
    Can you please tell me what was the solution, I am getting the same error.
    Thanks
    Som

  • Error in NWDS uploading Webdynpro example

    Hi All,
    I am trying to deploy and run the webdynpro CarRental example project and I get a series of errors of missing library during the build like...
    Project TutWD_CarRental is missing required library: 'C:Program Files/SAP/IDE/IDE70/eclipse/plugins/com.sap.dicitionary.runtime/lib/SapDicitionaryTypesruntime.jar'
    I am using NWDS 7.0.
    Thanks!
    Salim

    Hi,
    In NWDS access the Properties of your project from the context menu, select Java Build Path -> select the Libraries tab -> press the Add Variable button.
    There should appear a variable called ECLIPSE_HOME. Select it, choose Extend button -> browse to plugins/com.sap.dictionary.runtime_2.0.0/lib/SapDictionaryTypesRuntime.jar and add this to the list of referenced libraries.
    Now remove the old entry which is not vaild ECLIPSE_HOME/plugins/com.sap.dicitionary.runtime/lib/SapDicitionaryTypesruntime.jar
    Greetings,
    Praveen Gudapati

  • Deployment Error in NWDS

    Hi All..
    When i deploy my application on portal , i get following error::
    Deployment exception : Server eppune did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server eppune at port 50118: Connection timed out: connect
    Inner exception was :
    Server eppune did not accept login request as admin on port 50118. Details: ERROR: Could not establish connection to server eppune at port 50118: Connection timed out: connect
    Any idea regarding it??
    Edited by: Chetna  Verma on Jul 28, 2008 1:41 PM

    Hi,
    could you plz check in your machine in the host file C:\WINDOWS\system32\drivers\etc server entry is there or not.
    And one more thing you can do is from your NWDS you can try to ping the server for this go to:-
    Window->Preference->Java Development Infrastructure->Develpoment Configuration. in that one url input field is there, give you server ULR i.e. http://<name>:50000/irj.
    if you are able to ping then ok, if not then problem...from NWDS to server.......:)
    Hope this may help you.
    Regards,
    Deepak

Maybe you are looking for

  • Print in Black and White, NOT GRAYSCALE!

    Hello, I'm trying to print on my Mac in Black and White -- NOT grayscale.  The printer I'm using is a thermal printer that prints on heat-sensitive card-stock (a DataMax E-4203 printer) and when I print bar-codes on there the edges of the bar-codes a

  • Business Rule

    Hi , I want write a Business rule for Copying the Actual data from May month to June month Actuals . How to fix the months,ie; specifying the months May to June.Can we create global variables and run tome prompts for this.Can we Write like this FIX (

  • How to monitor Radius services on ACS 5.4

    Hi All, I want to monitor  Radius services of ACS 5.4,  In case of failure any radius service on ACS. ACS should send alert to Syslogs  or email notification Is there any way to monitor Radius services ? Anyone have any idea how to monitor. Regards.

  • Photoshop elements 12. photo mail problem

    My "Share" lists E-mail and Photo Mail. but neither work. Under "edit-preferences-share" it has a server choice that lists "Adobe Photo Mail" and no others. No outlook No refresh. Just Adobe Photo Mail and it dosn't work Please help .....jt

  • Server Monitor Buttons Missing

    The Monitoring, Profiling and Memory Tracking buttons are all missing from the Server Monitor and it is not displaying any data. Where did they go? I'm on CF9/Multi-server and Windows Server 2008/64 bit. My CF server instances are running under a dom