cancel
Showing results for 
Search instead for 
Did you mean: 

NWDS Startup Error

S0019300750
Contributor
0 Kudos

Dear All,

I am facing one problem while starting Netweaver Developer Studio.

I have installed SAPNW2004s SP09 version of NWDS.

The JDK details are as 1.5.0_16.

When I am starting NWDS following message appears.

Problems during startup. Check the ".log" file in ".metadata" directory of your workspace.

The log file contains:

!SESSION sep 04, 2008 16:54:01.170 -


java.version=1.5.0_16

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=no_NO

Command-line arguments: -os win32 -ws win32 -arch x86 -feature com.sap.java.ide C:\Program Files\Java\jdk1.5.0_16\bin\javaw.exe

-Xmx512m

-Xms128m

-XX:PermSize=32m

-XX:MaxPermSize=128m

-DallUserDir='C:\Documents and Settings\All Users\Application Data'

-cp C:\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 C:\Program Files\SAP\IDE\IDE70\eclipse\SapIde.exe -showsplash 600 -data C:\SAP -install file:C:/Program Files/SAP/IDE/IDE70/eclipse/

!ENTRY org.eclipse.core.runtime 2 1 sep 04, 2008 16:54:01.170

!MESSAGE Problems encountered loading the plug-in registry.

!SUBENTRY 1 org.eclipse.core.runtime 2 1 sep 04, 2008 16:54:01.170

!MESSAGE Plug-in "com.togethersoft.selena.sapient" was disabled due to missing or disabled prerequisite plug-in "org.eclipse.jdt.ui".

!SUBENTRY 1 org.eclipse.core.runtime 2 1 sep 04, 2008 16:54:01.170

!MESSAGE Plug-in "com.togethersoft.selena.sapient.ui" was disabled due to missing or disabled prerequisite plug-in "com.togethersoft.selena.sapient".

.......

Please suggest the solution.

I have already tried to uninstall and install it many times, also tried to delete .metdata dir but of no use.

Thanks ,

Vinod

Accepted Solutions (0)

Answers (3)

Answers (3)

S0019300750
Contributor
0 Kudos

I downloaded new setup and installed .It is working now..Thanks all for replying.

Former Member
0 Kudos

HI,

Please remove the .metadata folder from the SAP workspace folder and try to launch your NWDS.

Some times .metadata folder get currupted and you encounter these type of issues.

Thanks

Krishna

Stefan-EA
Contributor
0 Kudos

Have you tried using JDK 1.4.2_15 ? As far as I know, Java 1.5 will only work with NetWeaver 7.1 and not NetWeaver 7.0(2004s)

Former Member
0 Kudos

Yep... you're using the wrong JDK.

Former Member
0 Kudos

You can explicitly set the JVM and the project workspace in the command statement, for example:

"C:\Program Files\SAP\IDE\IDE70\eclipse\SapIde.exe" -vm "C:\j2sdk1.4.2_17\jre\bin\javaw.exe" -data "C:\SAP\Projects"

I had the same problem and this fixed things. Create a short cut and in the Target field add these parameters

DMM