cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM Error while applying Java SP's

Former Member
0 Kudos

Dear Guru's,

While applying Java SP in our solution manager system, we are facing the below error message while applying the ADSSAP components.

Detail Message:

Deployment of archive /usr/sap/trans/EPS/in/ADSSAP16_0-10003001.SCA has been terminated. Aborted: software component 'ADSSAP'/sap.com/SAP AG/1000.7.00.16.0.20080610114809"/'0' Failed deployment of SDAs: development component 'PDFManipulation/com.adobe/Adobe Systems/800.20080218233546.174351/0 : abortedPlease, look at error logs above for more information! Error during deployment. See /usr/sap/SM1/DVEBMGS00/SDM/program/log/sdmcl201005104153.log for details.

Log message:

-


May 10, 2010 5:14:29 PM Error: Aborted: development component 'PDFManipulation'/'com.adobe'/'Adobe Systems'/'800.20080218233546.174351'/'0', grouped by :

Caught exception during deployment from SAP J2EE Engine's offline deploy API:

com.sap.engine.tools.offlinedeploy.rdb.ODeploymentException: ERROR: Can't deploy component with sda /usr/sap/SM1/DVEBMGS00/SDM/root/origin/com.adobe/PDFManipulation/Adobe Systems/0/800.20080218233546.174351/adobe-PDFManipulation.sda

com.sap.engine.frame.core.configuration.ConfigurationException: Error occurred during DB access: ,

-


Kindly anyone help me on this.

OS : AIX 5.3

DB : DB2 9.5

SAP : Solution Manager 7.0

regards,

Guna

Accepted Solutions (0)

Answers (1)

Answers (1)

mateus_pedroso
Employee
Employee
0 Kudos

This note below has the solution to this case.

Number 691141

Short text DB6: SAP Web AS 6.40 - Installation on UNIX

If you do not increase your tablespace sizes in time, the

following error occurs:

Page 7

Error occurred during DB access

SQLException SQLCODE: -289

To check, which tablespace needs to be increased, log on as user

db2<dbsid> and enter the following command:

db2 list tablespaces show detail

To increase the size of a tablespace, enter the following

command:

db2 "alter tablespace <name> extend ( all <size>M )"

where <size> is the number of MB.

If the user db2<dbsid> already exists and has a different

home directory than /db2/db2<dbsid>/ (for example,

/db2/<DBSID>/), some errors will occur during the installation.

To avoid this, you have to create a symbolic link from /db2/db2

<dbsid> to the current home directory of db2<dbsid> using the

following command:

ln -sf /db2/<DBSID> /db2/db2<dbsid>

After the installation, you can remove this link.

Former Member
0 Kudos

Hi Mateous,

Thanks for your reply.

This is not WebAS installation, while applying Java SP only I'm getting this error message.

regards,

Guna

Former Member
0 Kudos

Hello,

I am also geting the same issue while applying EHP2 SP8 patches.

Please let me know solution.

DG