Guest User

Untitled

a guest
Feb 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. ~/NetBeansProjects/jruby ➔ jruby -rjava -e "raise java.lang.NullPointerException.new"
  2. sun.reflect.NativeConstructorAccessorImpl:-2:in `newInstance0': null
  3. from sun.reflect.NativeConstructorAccessorImpl:39:in `newInstance'
  4. from sun.reflect.DelegatingConstructorAccessorImpl:27:in `newInstance'
  5. from java.lang.reflect.Constructor:513:in `newInstance'
  6. from org.jruby.javasupport.JavaConstructor:222:in `new_instance'
  7. from org.jruby.javasupport.methods.ConstructorInvoker:91:in `call'
  8. from org.jruby.javasupport.methods.ConstructorInvoker:165:in `call'
  9. from org.jruby.RubyClass:305:in `invoke'
  10. from org.jruby.javasupport.util.RuntimeHelpers:292:in `invoke'
  11. from org.jruby.javasupport.ConcreteJavaProxy$2:43:in `call'
  12. from org.jruby.runtime.CallSite$InlineCachingCallSite:135:in `cacheAndCall'
  13. from org.jruby.runtime.CallSite$InlineCachingCallSite:345:in `call'
  14. from org.jruby.RubyClass$SpecificArityNew:431:in `call'
  15. from org.jruby.internal.runtime.methods.DynamicMethod:201:in `call'
  16. from org.jruby.javasupport.ConcreteJavaProxy$ConcreteNewMethod:176:in `call'
  17. from org.jruby.runtime.CallSite$InlineCachingCallSite:123:in `cacheAndCall'
  18. from org.jruby.runtime.CallSite$InlineCachingCallSite:333:in `call'
  19. from ruby.__dash_e__:1:in `__file__'
  20. from ruby.__dash_e__:-1:in `__file__'
  21. from ruby.__dash_e__:-1:in `load'
  22. from org.jruby.Ruby:542:in `runScript'
  23. from org.jruby.Ruby:455:in `runNormally'
  24. from org.jruby.Ruby:328:in `runFromMain'
  25. from org.jruby.Main:201:in `run'
  26. from org.jruby.Main:98:in `run'
  27. from org.jruby.Main:84:in `main'
Add Comment
Please, Sign In to add comment