Modify ↓
#3863 closed defect (fixed)
InvocationTargetException downloading additional data
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | critical | Milestone: | |
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 13 years ago by
Attachment: | java.lang.reflect.InvocationTargetException.PNG added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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.