I have a maven build of a multi module enterprise project. I am running WAS from RAD. In command prompt I ran
mvn clean
mvn install
mvn -Dwtpversion=2.0 eclipse:eclipse
The build is success. I then import it into my workspace in RAD and add project to WAS. When the server starts publishing. I get an error as pop up saying
ADMA0176E : Application installation of MYPROJECT failed with PrivilegedActionException
I am able to deploy the same project on tomcat. Also, I created a sample project and published it to WAS. So I dont understand why the application is asking for privileges. I tried enabling application security, cleared the server cache, restarted server, restarted PC. Nothing helps. I can deploy the ear through admin console, however. Only through rad I am getting issues. How do I solve this ? I tried what is mentioned here but it does not help.