cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Libraries & External Library DC - Not able to import JAR Files

Former Member
0 Kudos

Hi,

I am trying to import the jar files to development environment.

The JAR file was added by following the steps mentioned in below blog :

/people/bala.krishnan2/blog/2006/09/25/bid-adieu-to-bots--using-captchas

Please find the error log below :

20100728065650 Info :connected to deploytool via sdm protocol

20100728065651 Info :deploy every archive associated to the buildspace: DP1_MSSTRK19_D

20100728065651 Info :getting DC mss/eepro/salarydata from CBS for buildspace: DP1_MSSTRK19_D

20100728065651 Info :Following SDAs were added:

20100728065651 Info : 201007280456510519_sap.com_SAP_MSS_1_sap.com_msseeprosalarydata.sda

20100728065651 Info :archives (201007280456510519_sap.com_SAP_MSS_1_sap.com_msseeprosalarydata.sda) for DC mss/eepro/salarydata were selected

20100728065652 Info :Start deployment:

20100728065652 Info :The following archives will be deployed (on http://sapdp1ci.zrh.swissre.com:53018)

20100728065652 Info :/usr/sap/DP1/SYS/global/TCS/DEPLOYARCHIVES/201007280456510519_sap.com_SAP_MSS_1_sap.com_msseeprosalarydata.sda

20100728065652 Info :starting deployment

20100728065652 Info :errorhandling rule is switched from OnErrorStop to OnErrorSkipDepending

20100728065652 Info :prerequisite errorhandling rule is switched from OnPrerequisiteErrorStop to OnPrerequisiteErrorSkipDepending

20100728065654 Info :deployment finished

20100728065654 Info :errorhandling rule is reseted

20100728065654 Info :prerequisite errorhandling rule is reseted

20100728065654 Info :Deploy log:

20100728065654 Info :

20100728065654 Info :

20100728065654 Info :

20100728065654 Info :

20100728065654 Info :

20100728065654 Info :

20100728065654 Info :

20100728065654 Info :

20100728065654 Info :Jul 28, 2010 6:56:52 AM Info: Start file transfer to /usr/sap/DP1/JC30/SDM/program/temp/201007280456510519_sap.com_SAP_MSS_1_sap.com_msseeprosalarydata.sda

20100728065654 Info :Jul 28, 2010 6:56:52 AM Info: File transfer of /usr/sap/DP1/JC30/SDM/program/temp/201007280456510519_sap.com_SAP_MSS_1_sap.com_msseeprosalarydata.sda finished for 9 ms. Total file size is 1347307 bytes.

20100728065654 Info :Jul 28, 2010 6:56:52 AM Info: The SDM client uses an old SDM client API.

20100728065654 Info :Jul 28, 2010 6:56:52 AM Info: -


Starting deployment -


20100728065654 Info :Jul 28, 2010 6:56:52 AM Info: Error handling strategy: OnErrorSkipDepending

20100728065654 Info :Jul 28, 2010 6:56:52 AM Info: Prerequisite error handling strategy: OnPrerequisiteErrorSkipDepending

20100728065654 Info :Jul 28, 2010 6:56:52 AM Info: Update strategy: UpdateAllVersions

20100728065654 Info :Jul 28, 2010 6:56:52 AM Info: Starting deployment prerequisites:

20100728065654 Info :Jul 28, 2010 6:56:53 AM Info: Loading selected archives...

20100728065654 Info :Jul 28, 2010 6:56:53 AM Info: Loading archive '/usr/sap/DP1/JC30/SDM/program/temp/201007280456510519_sap.com_SAP_MSS_1_sap.com_msseeprosalarydata.sda'

20100728065654 Info :Jul 28, 2010 6:56:54 AM Info: Selected archives successfully loaded.

20100728065654 Info :Jul 28, 2010 6:56:54 AM Error: Unresolved dependencies found for the following SDAs:

20100728065654 Info :

20100728065654 Info :1.: development component 'mss/eepro/salarydata'/'sap.com'/'DP1_MSSTRK19_D'/'31236'/'0'

20100728065654 Info :dependency:

20100728065654 Info : name: 'temp/jxljar1'

20100728065654 Info : vendor: 'swissre.com'

20100728065654 Info :

20100728065654 Info :There is no component either in SDM repository or in Deployment batch that resolves the dependency.

20100728065654 Info :

20100728065654 Info :Deployment will be aborted.

20100728065654 Info :Jul 28, 2010 6:56:54 AM Error: No Software Component Archive (SCA) or Software Delivery Archive (SDA) selected. Select at least one.

20100728065654 Info :Deployment will be aborted.

20100728065654 Info :Jul 28, 2010 6:56:54 AM Error: Prerequisites were aborted.

20100728065654 Info :Jul 28, 2010 6:56:54 AM Error: Error while creating deployment actions. No Software Component Archive (SCA) or Software Delivery Archive (SDA) selected. Select at least one.

20100728065654 Info :Deployment will be aborted.

20100728065654 Info :end of log

20100728065654 Info :End deployment:

20100728065654 Info :

20100728065654 Info :Summary of deployment

20100728065654 Info :==> deployment finished for mss/eepro/salarydata (28979) with rc=12

20100728065654 Info :deployment finished for buildspace: DP1_MSSTRK19_D

Please let me know how to fix this issue.

Thanks in advance.

Thanks and Regards,

Rashmi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rashmi,

External Library is Web component; which cannot be deployed on Portal server. This needs to be wrapped in J2EE DC and deploy J2EE DC; which indirectly deploys the External library DC.

Please refer links:

/people/bertram.ganz/blog/2008/11/24/how-to-use-external-jar-files-in-web-dynpro-development-components

/people/marion.schlotte/blog/2007/12/19/simplify-dc-structures-for-external-libraries

Regards,

Ganga

Former Member
0 Kudos

Hi,

Thanks for the Reply,

After creating the external library consisting of a jar I am trying to add that as a used dc in webdynpro DC.

Used DC is not getting imported in CMS.

It will be great if I get some inputs on this.

Thanks and Regards,

Rashmi

Former Member
0 Kudos

Rashmi,

Following observations from the error log:

a) DC temp/jxljar1 is External Library DC; if I am not wrong.

b) Once the J2EE DC is deployed; automatically jxljar1 should also be loaded in server

Coming to the issue you are facing; plz let us know following points:

a) Are you trying to transport the content from one landscape to the other i.e. development to QA?

b) During what operation and in which unit(DTR/CMS/CBS);you are facing the issue?

Regards,

Ganga

Former Member
0 Kudos

Hi Ganga,

temp/jxljar1 is a external DC.

a) Facing this problem while importing this to development.

b) CMS

Thanks in advance.

Thanks and Regards,

Rashmi

Answers (1)

Answers (1)

Former Member
0 Kudos

Issue resolve. The Jar file was corrupted. Tried adding it from other system.