Probblems Net Weaver Developer Studio (NWDS) caused by Internet Explorer 7

Hi,
I figured out that the view designer in NWDS does not work properly.
It managed to draw a preview of a view but after a change the preview desappeared and I sow a window with the message: "The browser cannot display the webpage" and so on.
After hours of searching I figured out that the update from 2007-12-15/16 of Internet Explorer changed the IE7 and made the view designer not to work properly.
I've unistalled the update and now I can work back againd with NWDS.
I've checked 3 versions of NWDS, namely 2.0, 7.0 SP09, 7.0 SP10, and all of them have the same problems.
My conclusion: SAP shouldn't rely on such system and IE dependant elements in NWDS.

Hello,
The given update is the  "Cumulative security update for Internet Explorer" - KB942615 [link|http://support.microsoft.com/kb/942615].
I does "break" the WD Layout visualization in NWDS, working under Windows XP or Vista.
Cheers
Marlo Simon.

Similar Messages

  • SAP Net weaver Development studio

    Hi All,
    We are going to implement SAP Portal in my office soon .
    I am planning to try small Java applications etc . pls advice is it posible to  download and use SAP Net weaver Development studio
    without sap in my system .
    Just i wanted learn basics of SAP Net weaver Development studio.
    Thanks,
    Rani

    Hi Rani,
    answering your question in short: yes and no.
    A bit longer: yes, if you have authorization to the NWDS download page, then you can download it, and work with it locally, but without a SAP J2EE Engine you cannot test your application in runtime, as you cannot deploy it anywhere.
    As an alternative, you can also create a Developer Workplace installation, which includes an NWDS and a local J2EE Engine you can use to do local tests. Both will be installed on your client side machine. This kind of engine intallation is not meant to be serve a complete server, but meant to be only for testing your local developments on client side.
    Some info on DWP:
    #924983 -- Developer Workplace Installation for SAP NetWeaver 7.0
    (http://service.sap.com/sap/support/notes/924983)
    A forum thread in this topic:
    Netweaver developer workplace and Infrastructure
    (I tried to find a CE version of these infos, maybe someone else can add this info.)
    Best Regards,
    Ervin

  • User mapping issue using SAP net weaver developer studio

    Dear All,
    I am getting below error when updating user mapping in SAP Enterprise Portal. I was able to update the data through SAP portal but not through the below code.
    Code:
    userMapData.setSystemAlias(“WebEx”);
    mappingData.put(UmeConstants.USERNAME, "user id");
                                                                   mappingData.put(UmeConstants.PASSWORD, "pasword");
    if (!userMapData.setMappingData(newUser, mappingData,logger)) {
    errorMessage = new ErrorMessage("Set user maaping data for + " + newUser.getDisplayName() + " failed.", "ApolloUMECreateUser.setUserMappingData()");
    public boolean setMappingData(IUser iUser, Map logonData, UmeLog logger) {
            //logonData needs to be able to be null to clear the user mapping!
            if (iUser != null) { 
                try {
                      IUserMappingData mappingData = iUserMapping.getUserMappingData(systemAlias, iUser, logonData);
                    //IUserMappingService iums = (IUserMappingService)PortalRuntime.getRuntimeResources().getService(IUserMappingService.KEY);
                    //IUserMappingData mappingData = iums.getMappingData (systemAlias, iUser);
                    mappingData.storeLogonData(logonData);
                            return true;
                catch (IOException ioe) {
    return false;
                catch (Exception e) {
                            return false;
            return false;
    Error:
    #1.5#00155D007802007D0000417100000B480004F636722D1228#1396613610296#com.sap.security.core.umap.imp.UserMappingDataImp#ibm.com/ibm.com.tivoli.im.umeagent#com.sap.security.core.umap.imp.UserMappingDataImp.saveLogonDataInternal(Map, boolean)#Guest#0##n/a##88b1fdb2bbf211e3a6ac00000032f136#SAPEngine_Application_Thread[impl:3]_24##0#0#Error##Java###Cannot save logon data for principal {0} because there is no mapped backend user ID in the logon data map to save.#1#"user id, password" (unique ID: "USER.PRIVATE_DATASOURCE.un:aujastest31")#
    #1.5#00155D00780200740000411600000B480004F636722D12D8#1396613610296#System.err#ibm.com/ibm.com.tivoli.im.****umeagent#System.err#Guest#0##n/a##88cc4ee9bbf211e3b0a300000032f136#SAPEngine_Application_Thread[impl:3]_33##0#0#Error##Plain###Apr 4, 2014 5:43:30 PM com.ibm.tim.agents.UmeAgent [SAPEngine_Application_Thread[impl:3]_33] Info: Created the Writer
    #1.5#00155D007802007D0000417200000B480004F636722D18DA#1396613610296#com.sap.security.core.umap.imp.UserMappingDataImp#ibm.com/ibm.com.tivoli.im.umeagent#com.sap.security.core.umap.imp.UserMappingDataImp#Guest#0##n/a##88b1fdb2bbf211e3a6ac00000032f136#SAPEngine_Application_Thread[impl:3]_24##0#0#Error##Java###storeLogonData(Map)
    [EXCEPTION]
    {0}#1#com.sap.security.api.UMException: Mapped backend user ID not specified.
          at com.sap.security.core.umap.imp.UserMappingDataImp.saveLogonDataInternal(UserMappingDataImp.java:280)
          at com.sap.security.core.umap.imp.UserMappingDataImp.saveLogonData(UserMappingDataImp.java:251)
          at com.sap.security.core.umap.imp.UserMappingDataImp.storeLogonData(UserMappingDataImp.java:223)
          at com.ibm.tivoli.integration.im.agents.umeagent.sap.usermapping.UserMapData.setMappingData(UserMapData.java:106)
          at com.ibm.tivoli.integration.im.agents.umeagent.sap.UMECreateUser.setUserMappingData(UMECreateUser.java:381)
          at com.ibm.tivoli.integration.im.agents.umeagent.sap.UMECreateUser.UMECreateSAPUser(UMECreateUser.java:118)
          at com.ibm.tim.agents.UmeAgent.UMEProcessAddRequest(UmeAgent.java:207)
          at com.ibm.tim.agents.UmeAgent.processRequest(UmeAgent.java:134)
          at com.ibm.tim.agents.UmeAgent.doPost(UmeAgent.java:89)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
          at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
          at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
          at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
          at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
          at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
          at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1060)
          at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
          at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
          at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
          at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(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:104)
          at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Thanks Rodrigo for you reply.
    In Data Base user is exist and manually user mapping is working only through code i am getting error. Using code user is creating but mapping is not happening. I am sending ep6User user as iUser please find requested code.
    Please suggest Thanks in advanced!!!
    public UmeUser processRequest(com.ibm.dsml2.parser.AddRequest addRequest) {
            UmeUser ep6User = null;
            try {
                Enumeration enumAddRequestAttr = addRequest.enumerateAttr();
                Properties userAttributes = new Properties();
                while (enumAddRequestAttr.hasMoreElements()) {
                    com.ibm.dsml2.parser.Attr attr = (com.ibm.dsml2.parser.Attr) enumAddRequestAttr.nextElement();
                   if (attr.getValueCount() == 1) {
                        userAttributes.put(attr.getName(), getAttributeValue(attr));
                    else {
                        List list = new ArrayList(attr.getValueCount());
                        for (int i = 0; i < attr.getValueCount(); i++) {
                            list.add(getAttributeValue(attr, i));
                        userAttributes.put(attr.getName(), list);
                ep6User = new UmeUser(userAttributes, logger);
            catch (Exception e) {
                logger.log(this.getClass().getName(), e);
            return ep6User;

  • Error while installing the EHP 1 for SAP NetWeaver Developer Studio (NWDS)

    Dear All,
    I am trying to install the EHP 1 for SAP NetWeaver Developer Studio (NWDS) 7.1  .It got installed once but when i was trying to deploy the application i was getting an error sayind that we need to have JDK1.5 Update 14 or higher for the installation.
    Now i have JDK 1.5.0_14 installed in my system.So i Uninstalled the EHP 1 for SAP NetWeaver Developer Studio (NWDS)  and i am trying to reinstall it but i am getting the following error
    ERROR:
    Unable to complete action for feature "SAP NetWeaver Developer Studio Facades" due to errors.
        Execution failed! Commmand: "msiexec.exe /norestart /qb /i librfc32.msi /lvx C:\DOCUME1\NS46249\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log ALLUSERS=2 REBOOT=ReallySuppress". Exit value: "1639". Working directory: "D:\Program Files\SAP\IDE\CE7.1.1\eclipse\features\com.sap.netweaver.developerstudio.facades_7.1.0.081112155351". Log file: "C:\DOCUME1\NS46249\Local Settings\Temp\com.sap.netweaver.developerstudio.facades_librfc32.msi_install_standard.log".
    Can anybody please help me in resolving this issue.Please help needed as early as possible.
    Thanks in Advance:)
    Regards,
    Nishita Salver

    Dear Nishita,
    I hope you have removed the older version of jdk before installing the new version of jdk. Also after un installation of NWDS, did you delete all the temp files and also the directories created during the original installation of NWDS. Also did you restart your system after the uninstallation of NWDS EHP1 and older jdk before reinstallation of the two softwares?
    Regards,
    Veera
    P.S. The first thing you can try is restarting the PC and try resuming the installation, if it doesnt succeed, please remove all traces of NWDS and JDK, restart pc and then resinstall both of them.

  • Adobe Premiere Elements 8 "Auto Analyzer" causes Microsoft Internet Explorer 9 and 10 to freeze.

    Adobe Premiere Elements 8 "Auto Analyzer" causes Microsoft Internet Explorer 9 and 10 to freeze. How is this fixed? Uninstall your software?

    Leo_Do
    Are you running Premiere Elements 8 as the 8.0.1 Update. If not, please do so
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4653
    The automatic Background Rendering and AutoAnalyzer features of version 8 are major grabbers of system resources.
    The 8.0.1 shuts off the automatic Background Rendering feature. See Edit Menu/Preferences/General and the background
    rendering option there.
    But, you have to shut off the AutoAnalzyer feature yourself in the Elements Organizer part of the program. To do that:
    1. Click on the Organizer tab in the row below the active Organize header in order to open the Elements Organizer.
    2. In the Elements Organizer workspace, go to Edit Menu/Preferences/AutoAnalzyer options and turn them all off.
    3. To get back to the Premiere Elements workspace from the Elements Organizer workspace, in the Elements Organizer
    workspace, go to File Menu/Exit.
    But back to what you actually wrote
    Adobe Premiere Elements 8 "Auto Analyzer" causes Microsoft Internet Explorer 9 and 10 to freeze. How is this fixed? Uninstall your software?
    Are you saying, with Premiere Elements 8.0/8.0.1 closed, that you are having these freezing problems with the non Adobe programs mentioned OR are you multitasking with Premiere Elements 8.0/8.0.1 project open when the freeze occur in these non Adobe programs?
    In the context of an opened or closed Premere Elements program, please check to be sure, when you close Premiere Elements, that the close is reflected in the Task Manager/Processes. When Premiere Elements is closed by you, are you still seeing it displayed in Task Manager/Processes?
    We will be watching for your follow up and deciding what next based on the details that you supply.
    Thanks.
    ATR

  • Overview of Netweaver Development studio(NWDS with DI configuration)

    hi friends
    explain me the brief overview of Netweaver Development studio
    with DI configuration
    send me helpful ppts or pdf files and important links also
    thanks
    ramu.

    Hi,
    go through:[http://www.sap.com/swiss/platform/netweaver/components/developerstudio/index.epx]
    for NWDS wid java infrasturcture:
    [http://www.eclipsecon.org/2004/EclipseCon_2004_TechnicalTrackPresentations/48_Kessler.pdf]
    development using NWDS:
    for NWDI:
    [http://en.wikipedia.org/wiki/SAP_Netweaver_Development_Infrastructure]
    [http://help.sap.com/saphelp_nw70/helpdata/EN/42/c8204dd57f136fe10000000a1553f7/content.htm]
    [http://help.sap.com/SAPHELP_NW04S/helpdata/EN/db/bd3642e2a3ab04e10000000a1550b0/content.htm]
    Regards,
    Khushboo

  • Reader 9 causes message "Internet Explorer has encountered a problem and needs to close.  We are sorry for the inconvenience." whenever a tab is closed.

    After installing reader 9, Internet Explorer gives the message: "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." everytime I close an internet window. If I remove reader 9, the problem no longer occurs. Reinstalling reader 9 causes the problem to return. I got rid of reader 8.1.4 because it was not working properly. Any suggestions about this issue?
    OS - Windows XP Pro

    This could some problem with you Windows OS. check for viruses or like.
    -Prasanth

  • Best browser to develop for ApEx, Firefox or Internet Explorer

    Greetings!
    I have a simple question, which is the best web browser for doing Oracle ApEx (Applications Express)? I already know the answer, Firefox, but Firefox is blacklisted by my current employer.
    My primary reason for asking such a question is to help me make a case to my company internet security officers to allow Firefox to be installed on the work stations of the ApEx developers. Currently, we are restricted to using Internet Explorer (IE 6.x) only.
    The security of Firefox has been sited for not allowing it's installation or use on any computers on our corporate network. There are some who believe that IE 6.x is more secure that Firefox 3.x.
    My expertise as a seasoned ApEx developer who has used both and has become a better and more efficient developer since using Firefox along with the Firebug plug-in. Firefox and Firebug allow a JavaScript debugging that is far superior to JavaScript debugging utility that is available for IE 6.x.
    Please make any suggestions that may help me to present a compelling argument for allowing Firefox to be allowed on the systems of the ApEx development team members.
    Thanks,
    Charles

    Hello Charles,
    Seems you have all the right information and arguments at hand:
    My expertise as a seasoned ApEx developer who has used both and has become a better and more efficient developer since using Firefox along with the Firebug plug-in. Firefox and Firebug allow a JavaScript debugging that is far superior to JavaScript debugging utility that is available for IE 6.x.
    There are some who believe that IE 6.x is more secure that Firefox 3.x..
    Ask these people to support their believe by evidence.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • NetWeaver Developer Studio NWDS 7.2 on Windows 7 Prof x64

    Hello
    neither installing NWDS 7.2. from CD nor directly from https://nwds.sap.com/swdc/downloads/updates/netweaver/nwds/ce/index.html does work on an x64 version of Windows 7.
    It seems the bundled VS-redistributable is only shipped for x86 systems which breaks the installer.
    I know the prerequisites explicitly state that only x86 systems are supported but... WTF!
    ALL new notebooks and workstations with a decent amount of RAM are shipped on x64.
    Is there any way to get it running under x64?
    Thanks!

    Hi ,
    I tried to open the NWDS 7.2 which was download in the link provided in the thread(NWDS_Platform).
    I am getting the below pop up
    Current JVM
    You have to use a JDK as a JVM instead of a JRE
      Current JVM:
        Sun Microsystems Inc. JRE 1.6.0_33
        java.home = C:\Program Files (x86)\Java\jre6
      Supported JVMs:
        JDK provided by SAP AG: java.version 1.6.0_07 or higher
        JDK provided by Sun Microsystems Inc.: java.version 1.6.0_07 or higher
      A JDK is not the same as a JRE. If a JDK is required, a JRE is not sufficient
    Could you please help?
    I could not find any to make the JDK entry.
    I have installed both the J2sdk1.4 and JDK1.6 since i am using the NWDS 7.01 version also.
    My system is Windows 7 - 64 bit (C:\Program Files (x86))...
    Thanks.
    Senthil Kumar S.

  • J developer giving weird behaviour in Internet explorer

    Hi,
    We are running one page In Jdeveloper, that page is running in Mozilla firefox and displaying the data in 2-3 min.
    But when I try to run it in internet Explorer it’s timed out in 2 min.
    In that page we are using SQL queries to fetch the data, and we are doing calculations.
    Please help us to solve this issue.
    Thanks in advance.
    Regards,
    PR

    PR,
    No versions, no details about how you built the pages, no details about technologies used = no answer possible.
    John

  • NetWeaver Developer Studio - error

    When working with NetWeaver Developer studio (NWDS), sometimes we get an error which says <b>"An error has occurred. See error log for more details."</b>
    No further details are given. Which error log is it referring to? Where can it be found?
    Thanks in advance!!!

    Sandeep,
    in your NWDS select menu Window->Show View->Other and select PDE Runtime/Error Log in the dialog.
    Regards Stefan

  • How to Login to Web Dynpro developer studio in real time scenario.

    Hi,
    1. How to Login to Web Dynpro developer studio in real time scenario.
    Do we have login pad and User id to enter developer studio.
    Is the user id for login maintained in UME of J2EE engine.
    2. How to stop and start j2ee engine in real time. Is it same SAP Management console is used like in Demo version.
    3. If I use central server, Do I have to install GUI like SAP R/3 GUI to Develop, test and deploy my application.
    Cheers,
    Sam

    Hi,
    What do you mean with real time scenario? Do you talk about runtime?
    NetWeaver Developer Studio (NWDS) is only for design time and you install it on the local PC/laptop of the developer. The 'connection' between NWDS and engine is specified in the preferences (Window->Preferences->SAP J2EE engine) of NWDS. The development track is in 'real life' (e.g. if the engine is a remote one) connected with support from SLD (System Landscape Directory) which is a tool for managing the NWDI (NetWeaver Development Infrastructure). In normal case, there are so-called 'development configurations' that can be imported into NWDS (Window->Preferences->Java Development Infrastructure).
    For starting and stopping the engine, there are several possibilities: SAP MMC, view in NWDS or console.
    If you've a central server, you connect your NWDS to this central server and then you can deploy to this central server.
    Regards,
      Jan

  • How to Logon to Web Dynpro developer studio in real time scenario.

    Hi,
         1. How to Login to Web Dynpro developer studio in real time scenario.
             Do we have login pad and User id to enter developer studio.
             Is the user id for login maintained in UME of J2EE engine.
         2.  How to stop and start j2ee engine in real time. Is it same SAP Management console  is used like in Demo version.
         3. If I use central server, Do I have to install GUI like SAP R/3 GUI to test and deploy my application.
    Cheers,
    Sam

    Hi,
    What do you mean with real time scenario? Do you talk about runtime?
    NetWeaver Developer Studio (NWDS) is only for design time and you install it on the local PC/laptop of the developer. The 'connection' between NWDS and engine is specified in the preferences (Window->Preferences->SAP J2EE engine) of NWDS. The development track is in 'real life' (e.g. if the engine is a remote one) connected with support from SLD (System Landscape Directory) which is a tool for managing the NWDI (NetWeaver Development Infrastructure). In normal case, there are so-called 'development configurations' that can be imported into NWDS (Window->Preferences->Java Development Infrastructure).
    For starting and stopping the engine, there are several possibilities: SAP MMC, view in NWDS or console.
    If you've a central server, you connect your NWDS to this central server and then you can deploy to this central server.
    Regards,
      Jan

  • NWDS: NetWeaver Development Studio

    Hi,
    I begin to learn to create a Java mapping and I have a question about NWDS.
    Our NWDS uses the version 2.1.2 of Eclipse.
    Is it normal?
    Is there a mean to use the version 3.0? (more user-friendly)
    Thanks
    Mickael

    Hi Mickael,
    Please post this question on the portal and application server forums-you will get a better response:-)...btw, here are some threads which have discussed the same question:-
    eclipse version of netweaver developer studio
    Using Eclipse plugins with Netweaver Developer Studio
    Eclipse Release of Netweaver Studio and other plugins
    Regards,
    Sushumna

  • Developer studio startup error - swt-win32-2135.dll

    We are installing the DeveloperStudio only on a Windows Server 2003 box.
    The box already has other SAP components installed:
    Netweaver Application Server
    Solution Manager
    ERP 2005
    SAP Front End
    etc.
    We are getting the error below at startup of developer studio. Uninstall will be difficult with the above applications. Any suggestions on solving the "swt-win32-2135.dll: %1 is not a valid Win32 application" error?
    !SESSION Mar 30, 2007 15:22:59.687 -
    java.version=1.4.2_13
    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:\java\j2sdk1.4.2_13-x64\bin\javaw.exe
    -Xmx512m
    -Xms128m
    -XX:PermSize=32m
    -XX:MaxPermSize=128m
    -DallUserDir='C:\Documents and Settings\All Users\Application Data'
    -cp C:\Program Files (x86)\SAP\IDE\IDE70\eclipse\SapStartup.jar com.sap.ide.eclipse.startup.Main
    -os win32
    -ws win32
    -arch x86
    -feature com.sap.java.ide
    -showsplash C:\Program Files (x86)\SAP\IDE\IDE70\eclipse\SapIde.exe -showsplash 600  -data C:\Documents and Settings\Administrator.DEVELOPMENT1\Documents\SAP\workspace -install file:C:/Program Files (x86)/SAP/IDE/IDE70/eclipse/
    !ENTRY Startup 1 0 Mar 30, 2007 15:22:59.687
    !MESSAGE Sap NetWeaver Developer Studio - Build: 200608262203
    !SESSION -
    !ENTRY org.eclipse.core.launcher 4 0 Mar 30, 2007 15:22:59.859
    !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.UnsatisfiedLinkError: C:\Program Files (x86)\SAP\IDE\IDE70\eclipse\plugins\org.eclipse.swt.win32_2.1.2\os\win32\x86\swt-win32-2135.dll: %1 is not a valid Win32 application
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1495)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:108)
    at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:46)
    at org.eclipse.swt.widgets.Display.internal_new_GC(Display.java:1291)
    at org.eclipse.swt.graphics.Device.init(Device.java:547)
    at org.eclipse.swt.widgets.Display.init(Display.java:1316)
    at org.eclipse.swt.graphics.Device.<init>(Device.java:96)
    at org.eclipse.swt.widgets.Display.<init>(Display.java:291)
    at org.eclipse.swt.widgets.Display.<init>(Display.java:287)
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
    at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
    ... 8 more

    Hi Allen,
    I guess <b>swt-win32-2135.dll</b> is corrupted.
    Do register swt-win32-2135.dll from other machine on which the NWDS is working fine.
    register it by putting the new dll in the same folder then in the windows <b>start -> run -> regsvr32 C:\Program Files (x86)\SAP\IDE\IDE70\eclipse\plugins\org.eclipse.swt.win32_2.1.2\os\win32\x86\swt-win32-2135.dll</b>
    Also can be done using CMD or COMMAND
    Try it , Problem should go!! This dll is only being used by eclipse.
    Thanks,
    Raags
    Message was edited by:
            Raghavendra Pothula

Maybe you are looking for

  • Source system problem.

    Hello All, I Transported the Request BWD To BWQ but request ennded with errors i collected all the objects Message no. RSAR409 Diagnosis Source system ZDBREMEDY is not known. System Response The imported data for DataSource  was deleted again because

  • An HTTPS problem...Sun App Server issue?

    When I access my app using https, I get a certificate message asking me to accept the certificate (which must have been automatically generated since I did not puchase one). Anyway, after I accept the certificate, I get a message that says "The page

  • Pictures are saved in different format in Photostream

    I have not been using iCloud Photostream but I decided to do so for my iPhone 4S and iPad 2.. So, I turned photostream on for my iPhone and transferred about 300 files to my Macbook-doing so automatically transferred them to my iCloud Photostream. Ho

  • Adding a clip to same multitrack

    I used to be able to do this in the older versions of Audition. Basically I am editing a lot of clips from one long wave form and want to add each clip to just one single track in the multitrack view. So essentially each clip will line up one after t

  • Oracle Text Scoring

    I wanted to know the significance of the label number in oracle text scoring. What numbers can we use and why ? In oracle material i have seen that everywhere they r using 1 in the queries i have used 5 in my queries. What could be the difference.Can