target should not be null
I am working on the plugin development. When I deploy an application,
that is already compiled and built, the class is found in the plugin module.
However, during the plugin run (i.e., first test), the class is not
found and the class not
found exception is printed.
"java.lang.NullPointException Continuing... target should not be null"
This emits several times and the program dies.
java.lang.NullPointerException: target should not be null
Continuing ...
java.lang.NullPointerException: target should not be null
Continuing ...
java.lang.NullPointerException: target should not be null
Continuing ...
java.lang.NullPointerException: target should not be null
Continuing ...
java.lang.NullPointerException: target should not be null
Continuing ...
java.lang.NullPointerException: target should not be null
Continuing ...
Any ideas about this?
Thanks!
- Doug
Please sign in to leave a comment.
Unfortunately google resurrected this.
I think this means (apparently) that the class you are trying to unmarshal is "not available" at the decode side.
http://betterlogic.com/roger/2012/05/java-lang-nullpointerexception-target-should-not-be-null-xmldecoder/