#3863 closed defect (fixed)
InvocationTargetException downloading additional data
| Reported by: | anonymous | Owned by: | team |
|---|---|---|---|
| Priority: | critical | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
How to reproduce:
- Download any area
- Download any additional data
Result:
java.lang.reflect.InvocationTargetException (See attached screenshot. No more info there, though)
Version:
Revision: 2405
Memory Usage: 98 MB / 910 MB (66 MB allocated, but free)
Java version: 1.6.0_16
Plugins: remotecontrol
validator
wmsplugin
Plugin remotecontrol Version: 18503
Plugin validator Version: 18453
Plugin wmsplugin Version: 18408
Attachments (1)
Change History (6)
Changed 4 years ago by anonymous
comment:1 Changed 4 years ago by jttt
comment:2 Changed 4 years ago by jttt
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 4 years ago by anonymous
Ticket #3868 has been marked as a duplicate of this ticket.
comment:4 Changed 4 years ago by anonymous
Ticket #3871 has been marked as a duplicate of this ticket.
comment:5 Changed 4 years ago by anonymous
Ticket #3872 has been marked as a duplicate of this ticket.



This is caused by mine recent changes, it's not allowed to have primitive included in more than one dataset at one time. Unfortunatelly MergeVisitor.mergeFrom method breaks this.
Other thing is that normal exception dialog is not shown, that's another bug.