Hi Tharindu/Krishantha, I also encountered same issue with CEP. After digging around found that file permission is set to 000 at the time of zip creation. Rectified the issue by switching to 2.4 version of maven-assembly-plugin. However this issue is platform dependent. Only myself from our team got this behavior. Anyway it is rectified now and updated the thread if anyone ran into the same issue again.
Thanks, Tishan On Tue, Feb 17, 2015 at 2:24 PM, Tharindu Dharmarathna <[email protected]> wrote: > Hi Krishantha, > I have set 777 permission to the zip file in m2 and it works. > > Thanks. > > On Tue, Feb 17, 2015 at 2:13 PM, Krishantha Samaraweera < > [email protected]> wrote: > >> Hi Tharindu, >> >> Can you check the file permission of APIM pack at your local m2 repo. >> >> Hope you are using maven 3.0.x version ? >> >> Thanks, >> Krishantha. >> >> >> >> On Tue, Feb 17, 2015 at 2:05 PM, Tharindu Dharmarathna < >> [email protected]> wrote: >> >>> Hi all, >>> >>> I have try to build integration test module in product -apim, I got >>> build failure as follows. Is there any workaround I can try ? I try this by >>> giving all permissions but it didn't work. >>> >>> Error >>> >>> [ERROR] Failed to execute goal >>>> org.apache.maven.plugins:maven-dependency-plugin:2.9:unpack >>>> (unpack-mar-jks) on project org.wso2.carbon.am.integration.test: Execution >>>> unpack-mar-jks of goal >>>> org.apache.maven.plugins:maven-dependency-plugin:2.9:unpack failed: file >>>> mode must be 3 or 4 characters -> [Help 1] >>> >>> >>> >>> >>> -- >>> >>> *Tharindu Dharmarathna*Associate Software Engineer >>> WSO2 Inc.; http://wso2.com >>> lean.enterprise.middleware >>> >>> mobile: *+94779109091 <%2B94779109091>* >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Krishantha Samaraweera >> Senior Technical Lead - Test Automation >> Mobile: +94 77 7759918 >> WSO2, Inc.; http://wso2.com/ >> lean . enterprise . middlewear. >> > > > > -- > > *Tharindu Dharmarathna*Associate Software Engineer > WSO2 Inc.; http://wso2.com > lean.enterprise.middleware > > mobile: *+94779109091 <%2B94779109091>* > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Tishan Dahanayakage Software Engineer WSO2, Inc. Mobile:+94 716481328 Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, re-transmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
