cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment of Webservice-Package

Former Member
0 Kudos

Hi everyone!

Hopefully, I got the right Forum Recently, we tried to deploy the MDM-Webservice-Package on our Appserver (PI 7.1). The file we used is called MDMWEBSERVICES06_3.sca, and we tried to deploy it with the NWDS but also with the JSPM. Both ways result in the same error (see below...)

I investigated on the root exception and found out it may be in conjunction with a problem while compiling the sca-file... Can someone help us on this Problem?

Thank you very much in advance!

Best Regards

Benedikt

______Excerpt of Deploymenterror_______

1. File: [.......]\Desktop\MDMWEBSERVICES06_3.sca

Name:MDM_WEB_SERVICES

Vendor:sap.com

Location:MAIN_MDMdev_C

Version:1000.550.0.6.2.20080326092031

Deploy status:Aborted

Version:NEW

Description:

1. Contains Aborted deployment component:

sdu id: sap.com_tcmdmwsbpfacade

sdu file path: C:\usr\sap\NE7\DVEBMGS00\j2ee\cluster\server0\.\temp\tcbldeploy_controller\archives\61\MDMWEBSERVICES06_3_sca1225367955979\DEPLOYARCHIVES\tcmdmwsbpfacade.sda

version status: NEW

deployment status: Aborted

description:

1. [ERROR CODE DPL.LIB.104] Error while reading manifest file of archive C:\usr\sap\NE7\DVEBMGS00\j2ee\cluster\server0\temp\deploy\work\deploying\tcmdmwsbpfacade.sda1225367959932\MDMFramework.jar.

-> invalid header field name: Built by

Exception:

[u00A8......]

Caused by: java.io.IOException: invalid header field name: Built by

at java.util.jar.Attributes.read(Attributes.java:409)

at java.util.jar.Manifest.read(Manifest.java:219)

at java.util.jar.Manifest.<init>(Manifest.java:52)

at java.util.jar.JarFile.getManifestFromReference(JarFile.java:158)

at java.util.jar.JarFile.getManifest(JarFile.java:145)

at com.sap.engine.services.library_container.deploy.LibraryContainer.addLibsFromClassPathElement(LibraryContainer.java:349)

... 33 more

Edited by: Oliver Herfort on Nov 7, 2008 9:00 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You also need to deploy the MDMJAVAAPI06_3.sca file along with the webservices sca. As webservices uses the mdm java api which are in the MDMJAVAAPI06_3.sca file.

Hope that helps!