I'm running my java application as bundle on osgi framework, i made a commands to use in the console, most of them working normally a little throwing this exception :
osgi> create name refaat
gogo: InvocationTargetException: null
osgi>
as you see there is no trace provided by the InvocationTargetException and i don't know where is the issue here, how can i trace that exception or trace the exception it wrapped?