cancel
Showing results for 
Search instead for 
Did you mean: 

Netweaver editor is not opening!!

ravi_shankar43
Explorer
0 Kudos

Hai

While opening my Netweaver Editor

it is showing

problems during startup. check the ".log" file in the ".metadata"

directory of your workspace.

please tell me how to get rid of this error

with Regards

K. Ravi Shankar

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

You can also check in the task manager if a javaw.exe is still running.

It happens to me very often, so I just kill the process and then I can restart NWDS

Former Member
0 Kudos

Hi Ravi,

Please ensure that below parameters in NWDS>Eclipse>NWDS.ini file(Configuration setting) are correct,

-vm

C:\Program Files\Java\jdk1.5.0_17\bin\javaw.exe

-showsplash

com.sap.netweaver.developerstudio

--launcher.XXMaxPermSize

256m

-vmargs

-Xmx512m

-Xms128m

-XX:PermSize=32m

-XX:MaxPermSize=256m

-Dfile.encoding=UTF-8

-Dosgi.requiredJavaVersion=1.5

Hope this will work

Thanks & Reagrds,

Arun V.G

Former Member
0 Kudos

Please go to where you installed the IDE. For example C:\Program Files\SAP\IDE\IDE70\eclipse

Create a short cut of the IDE on your desktop and open the properties of the shortcut. In the Work Folder or Start in -parameter you should fill your workspace path. This will work.

Edited by: Jouni Kleemola on Jul 8, 2010 9:14 AM

Former Member
0 Kudos

Ravi,

go to c:/documents and settings/username/documents/sap/workspace/.metadata/remove .registry file and then reopen the NWDS.

if it doesnot work remove the entire .metadata folder.but when you do this you will lose all your projects in NWDS

nikhil_bose
Active Contributor
0 Kudos

Create a .bat file in DOS

paste and replace with your environment variables


rem PLEAS EYMINE AND CHANGE IF NECESSARY:
set VMpath=C:\j2sdk1.4.2_09\bin\javaw.exe  // path to javaw.exe
set IDEpath=C:\Program Files\SAP\IDE\IDE70\eclipse // path to NWDS
set workspace=C:\WD_Development // your workspace


rem DO NOT CHANGE: 
cd %IDEpath%
start SapIde.exe -vm %VMpath% -data %workspace%

try running .bat file. For the first time choose a different workspace

hope it helps

nikhil

Former Member
0 Kudos

Hi,

Check that you have write permission on the folder where you are launching the NWDS IDE

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ravi,

go to the path where your NWDS is installed eg. C:\Program Files\SAP\JDT\eclipse search for SapIde.exe and open. delete the old shortcut and create a new one from the Path as above.

Venkat.