Hello,
We are attempting to do a maven deploy to our RAM community. We have one maven setup that works fine, and we replicated a second setup, but it is failing with:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project spark-master-1.5: Failed to deploy artifacts: Could not transfer artifact com.ibm.swg.im.sdi.apps.sparkservice:spark-master-1.5:pom:1.0.0.1 from/to sdiram01.svl (https://sdiram01.svl.ibm.com:9443/ram.ws/maven2/Spark/Maven%20Asset/): Failed to transfer file: https://sdiram01.svl.ibm.com:9443/ram.ws/maven2/Spark/Maven%2520Asset/com/ibm/swg/im/sdi/apps/sparkservice/spark-master-1.5/1.0.0.1/spark-master-1.5-1.0.0.1.pom. Return code is: 500, ReasonPhrase: Internal Server Error. -> [Help 1]
In the RAM debug log, I found the following entries
[11/23/15 16:28:56 PST] CRRAM0001E
9620218773 ERROR ws com.ibm.ram.repository.lifecycle.DraftAssetManager
- There were validation errors on the manifest -
spark-master-1.5[1.0.0.1]
[11/23/15 16:28:56 PST] CRRAM0001E
9620218773 ERROR ws com.ibm.ram.repository.lifecycle.DraftAssetManager
- An asset type is required.
Can someone explain what this error means? When is the manifest generated when RAM is being used as a Maven repo?