Hi,

I just about have Maven configured so it can deploy my application. I am getting one error on the "mvn deploy" step:

[INFO] Executing tasks
[java] 07/06/26 19:05:53 Notification ==>Application Deployer for ML3 STARTS.

[java] 07/06/26 19:05:53 Notification ==>Copy the archive to /app/oracle/ias/10131/Oracle_AS1/j2ee/home/applications/ML3.ear

   [java] 07/06/26 19:05:53 Notification ==>Operation failed with error:
[java] /home/maven/metalink3/Deploy/target/Deploy-1.0.ear (Permission denied)

   [java] Deploy error: Deploy error: Operation failed with error:
[java] /home/maven/metalink3/Deploy/target/Deploy-1.0.ear (Permission denied)

   [java] Java Result: 1

So I tried:
[EMAIL PROTECTED] metalink3]$ cp /home/maven/metalink3/Deploy/target/Deploy-1.0.ear /app/oracle/ias/10131/Oracle_AS1/j2ee/home/applications/ML3.ear cp: cannot create regular file `/app/oracle/ias/10131/Oracle_AS1/j2ee/home/applications/ML3.ear': Permission denied


It looks like Maven is trying to copy a file into a directory owned by 'oracle' and it can't do it.

Can someone confirm that this is the issue.

Thanks,
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to