cancel
Showing results for 
Search instead for 
Did you mean: 

Activation failure -package does not exist

Former Member
0 Kudos

Hello,

I am on EP7.0 NW04s and ERP05 ,I modified the ESS Quota Overview application deployed and tested it successfully on the server ...but when I do a checkin ..and try to Activate it ,the Build fails , and I see the following error message in the Build Log :

package com.sun.corba.se.internal.iiop.messages does not exist

I also tried to import the above package in my source code file where I have made the changes but still it didn't help..

Any help would be highly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I assume your Build Server runs on AIX? I've come across a similar problem once where also a com.sun.... class was imported but never used. Simply removing the (unused) import statement from the class worked.

Regards,

Marc

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for your help. Problem solved.