cancel
Showing results for 
Search instead for 
Did you mean: 

ECC 5.0 system copy while export JLoad Error

Former Member
0 Kudos

Hello Experts,

I came across the error while exporting the java addin. Following is the jload.java.log

Any help is really appreciated.

Sep 15, 2010 3:10:24 PM com.sap.inst.jload.Jload dbExport

INFO: EM_EMISSION meta data exported

Sep 15, 2010 3:10:24 PM com.sap.inst.jload.Jload dbExport

INFO: EM_EMISSION exported (0 rows)

Sep 15, 2010 3:10:24 PM com.sap.inst.jload.Jload dbExport

INFO: EM_EMISSION_GROUP meta data exported

Sep 15, 2010 3:10:24 PM com.sap.inst.jload.Jload dbExport

INFO: EM_EMISSION_GROUP exported (0 rows)

Sep 15, 2010 3:10:25 PM com.sap.inst.jload.Jload dbExport

INFO: EM_EMISSION_RES meta data exported

Sep 15, 2010 3:10:25 PM com.sap.inst.jload.Jload dbExport

SEVERE: Error during export of EM_EMISSION_RES

Sep 15, 2010 3:10:25 PM com.sap.inst.jload.Jload logStackTrace

SEVERE: java.lang.NoClassDefFoundError: com/sap/sql/ApproximateNumericHelper

at com.sap.inst.jload.db.DoubleHandler.writeValue(RealHandler.java:44)

at com.sap.inst.jload.db.DBTable.unload(DBTable.java:209)

at com.sap.inst.jload.Jload.dbExport(Jload.java:179)

at com.sap.inst.jload.Jload.executeJob(Jload.java:395)

at com.sap.inst.jload.Jload.main(Jload.java:621)

Sep 15, 2010 3:10:39 PM com.sap.inst.jload.db.DBConnection disconnect

INFO: disconnected

Thanks

Raman

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks every one, it helped somewhat but there is a java content issue with the system.

Thanks

Raman

Former Member
0 Kudos

As per your request:

Microsoft Windows [Version 5.2.3790]

(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\xxxadm>java -version

java version "1.4.2_12"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)

Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)

C:\Documents and Settings\xxxadm>

Thanks

Raman

Former Member
0 Kudos

There should be newer versions of 1.4.2 out there (I think 19 was the last subversion I've seen). So one option would be to install a newer version of 1.4.2 and just change the JAVA_HOME and PATH environment variables to point to the new location.

J. Haynes

former_member204746
Active Contributor
0 Kudos

your java version is at an old patch level.

go get the latest 1.4.2 version at http://www.sun.com/software/javaforbusiness/sap_download.jsp

Former Member
0 Kudos

Thanks for the quick response but the we have only one java version installed.

Thanks

Raman

former_member204746
Active Contributor
0 Kudos
but the we have only one java version installed.

Are you sure about this? You need Java 1.4... and most browsers usually install JAVA EE 6 (which is 1.6) when accessing Java contents on the web.

as suggested, type this command and please supply results:

java -version

Former Member
0 Kudos

Hello Nagaraju,

This is not the 7.03 sapinst, this is 640 sapinst has been used for ECC 5.0.

Thanks

Raman

Former Member
0 Kudos

This might happen if another java runtime jumps in the way. Double check to see if the correct java is being called by running 'java -version' from a command prompt.

Hope that helps.

J. Haynes

Former Member
0 Kudos

Hi,

Make sure you have latest JRE version in your system.

Go through Note 1120872 - Hom./Het.System Copy SAP NetWeaver 7.0 SR3

Also try to remove log file and re-run the process

Regards

Nagaraju