| Summary: | BackingStoreException at end of ant Repo2Runnable fails ant scripts | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Pieter-Jan Pintens <pieter-jan.pintens> |
| Component: | Build | Assignee: | pde-build-inbox <pde-build-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | christian.campo, fsulima |
| Version: | 4.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | stalebug | ||
|
Description
Pieter-Jan Pintens
Probably this issue is caused because of signing of our repo. We used p2.process.artifacts to sign our repo but this causes problems later on with a file that contains special characters like â,á etc. Still it would come possible to improve error logging. We had to modify the code to find out the real problem which was listed in the result (IStatus). We faced the same error ("Error occurred while transforming repository: An error occurred while collecting items to be installed." in ProvisionException at the same origin: org.eclipse.equinox.p2.internal.repository.tools.tasks.Repo2RunnableT
ask.execute(Repo2RunnableTask.java:59)) caused by different reasons.
The diagnostics available in the log is incomplete. The solution was to reproduce error in development environment, attach debugger and obserse IStatus (which was MultiStatus having child statuses) returned by application.run(...) manually.
I would be very helpful if error logging is improved, i.e. by logging messages from IStatus and all nested statuses recursively.
I am having the same problem now. Can you share what you problem was at the end ? Is there an easy way to debug an ant task ? In my case (maybe that helps someone), I had patched a feature and a plugin in a zipped p2 repo and the MD5 hash became incorrect in artifacts.xml. Currently we are not actively enhancing PDE build anymore. Therefore, I close this bug as WONTFIX. Please reopen, if you plan to provide a fix. Currently we are not actively enhancing PDE build anymore. Therefore, I close this bug as WONTFIX. Please reopen, if you plan to provide a fix. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |