I am trying to create and deploy a service and I cant seem to get it to deploy. I am using the Deploy Tool per the instructions found in the Development Manual under the Deploying Libraries, Interfaces, and Services section. I have created the DLP project, set the properties, and made the archive. Now I am trying to deploy, but the Deploy menu item under Server Components is unavailable, as is the Properties menu item under Deployer menu in the Deployer tab. Is there something I am missing? Is there a tutorial available for creating a service? Any help would be appreciated.
Thanks!
Hello Vasil,
Thanks so much for your help. I am much closer to getting it working, but now I am getting an error on deployment and I can't figure out what the problem is. Below is the error along with my manifest files...
Mar 11, 2004 2:41:34 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Deploy Thread] INFO:
MyService.sda -> Additional log information about the deployment
Mar 11, 2004 2:41:34 PM Info: -
Starting deployment -
Mar 11, 2004 2:41:34 PM Info: Loading selected archives...
Mar 11, 2004 2:41:34 PM Info: Loading archive 'C:\usr\sap\J2E\JC00\SDM\program\temp\temp48469MyService.sda'
Mar 11, 2004 2:41:34 PM Error: com.sap.sdm.util.sduread.IllFormattedSduFileException: The information about the development component
found in the SDA C:\usr\sap\J2E\JC00\SDM\program\temp\temp48469MyService.sda is either missing or incomplete!
Manifest attributes are missing or have badly formatted value:
attribute keylocation is missing
attribute keyname is missing
attribute keyvendor is missing
attribute keycounter is missing
Mar 11, 2004 2:41:34 PM Error: Error while loading selected archives.
Mar 11, 2004 2:41:34 PM Error: -
Deployment was aborted -
-
#MANIFEST.MF
Manifest-Version: 1.0
Implementation-Version: 6.3004.00.0000.20040130180502.0000
Specification-Title: SAP J2EE Engine my test Service
Date: 200402020148
Specification-Version: 6.30
sap-perforceserver: 0000
Implementation-Title: MyService
Perforce-Server: 0000
Implementation-Vendor-Id: sap.com
Implementation-Vendor: SAP
Specification-Vendor: SAP AG
sap-changelistnumber: 70656
dc-replace:
sda-type: service
-
#SAP_MANIFEST.MF
Manifest-Version: 1.0
SDM-SDA-Comp-Version: 1
Ext-SDM-SDA-Comp-Version: 1
softwaretype: primary-service
JarSAP-Version: 20040115.1400
JarSAPProcessing-Version: 20031023.1700
changelistnumber: 70656
perforceserver: 0000
projectname: MyService
deployfile: service.xml
keyname: MyService
keyvendor: sap.com
keylocation: SAP AG
keycounter: 6.3004.00.0000.20040130180502.0000
componentelement: sap.com" componenttype="DC" subsystem="NO_SUBSYS" location="SAP AG" counter="6.3004.00.0000.20040130180502.0000" scvendor=" sap.com" scname="SAP-JEECOR" release="6.30" deltaversion="F" scelementtypeid="01200615320200006967"/>
JarSL-Version: 20040127.1200
compress: true
Name: MyService.jar/
AppServer-Change-List: 70656
Project-Dir: AppServer/630_SP_REL
Perfroce-Server: 0000
Checksum: 0xf2722f935ec7e03c7051a95a1466cef0
Build-on: Fri Feb 06 01:30:40 CET 2004
Name: META-INF/service.xml
content:
Name: server/properties
content:
Name: server/provider.xml
content:
Name: server/runtime.properties
content:
Name: MyServiceJar.jar
content:
Thanks again for your help.
-Angela
Add a comment