It's all about the answers!

Ask a question

Getting Unknown exception while submitting asset: Failed to submit asset - testAsset - ID#{B21E1DB8-8953-7BF0-518A-418CF239A147} Version#1.0 - null


Durgadas Kamath (111) | asked Sep 07 '12, 8:06 a.m.
When we try to submit/update an asset via an API , it fails with the following exception
[9/7/12 9:51:37:841 GMT] 0000004e RAMClient     E com.ibm.cloud.ram.RAMClient updateAsset Unknown exception while submitting asset: Failed to submit asset - testAsset - ID#{B21E1DB8-8953-7BF0-518A-418CF239A147} Version#1.0 - null
                                 com.ibm.ram.common.data.exception.RAMRuntimeException: Unknown exception while submitting asset: Failed to submit asset - testAsset - ID#{B21E1DB8-8953-7BF0-518A-418CF239A147} Version#1.0 - null
        at com.ibm.ram.client.RAMSession.putAsset(RAMSession.java:3256)
        at com.ibm.ram.client.RAMSession.put(RAMSession.java:4730)
        at com.ibm.cloud.ram.RAMClient.updateAsset(RAMClient.java:2193)

We are using RAM in a cluster .

Prior to his , we had an another issue where we were getting "Collision detected error" when trying to update an asset.
To solve this issue , we deleted the index files on the RAM nodes and then started the RAM which rebuilded the index and that solved the collision issue.

However , 70% of times now the update asset fails with above exception . Kindly help in solving the same.

Comments
Rich Kulp commented Sep 07 '12, 10:15 a.m.
FORUM MODERATOR / JAZZ DEVELOPER

You'll need the host logs for the time [9/7/12 9:51:37:841 GMT]. This error means something went wrong on the host.

Also check if there are any other client log messages around this time. It could of been a previous error caused this one or a subsequent error gives more information. Also when you have a stracktrace make sure you include all of the "caused by:" stacktraces that go with it. I don't know if there are any in this case, but often the first trace in the list is just a catch all that wrappers the real exception that's displayed in the "caused by" list.

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.