Advertisement
Guest User

Untitled

a guest
May 1st, 2014
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. ***ERROR*** Exception encountered: (type "set VERBOSE false" to disable stack traces)
  2. java.lang.StringIndexOutOfBoundsException: String index out of range: -1
  3. at java.lang.String.<init>(String.java:194)
  4. at org.mvel2.CompileException.showCodeNearError(CompileException.java:149)
  5. at org.mvel2.CompileException.generateErrorMessage(CompileException.java:219)
  6. at org.mvel2.CompileException.toString(CompileException.java:62)
  7. at java.lang.String.valueOf(String.java:2854)
  8. at java.io.PrintStream.println(PrintStream.java:821)
  9. at java.lang.Throwable$WrappedPrintStream.println(Throwable.java:748)
  10. at java.lang.Throwable.printStackTrace(Throwable.java:655)
  11. at java.lang.Throwable.printStackTrace(Throwable.java:643)
  12. at java.lang.Throwable.printStackTrace(Throwable.java:634)
  13. at org.jboss.forge.shell.ShellImpl.handleException(ShellImpl.java:702)
  14. at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:825)
  15. at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:938)
  16. at org.jboss.forge.shell.ShellImpl$Proxy$_$$_WeldClientProxy.execute(ShellImpl$Proxy$_$$_WeldClientProxy.java)
  17. at org.jboss.forge.shell.plugins.builtin.RunPlugin.run(RunPlugin.java:46)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. at java.lang.reflect.Method.invoke(Method.java:606)
  22. at org.jboss.forge.shell.command.Execution.perform(Execution.java:160)
  23. at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:109)
  24. at org.jboss.forge.shell.command.fshparser.FSHRuntime.run(FSHRuntime.java:47)
  25. at org.jboss.forge.shell.ShellImpl$ExecutorThread.run(ShellImpl.java:796)
  26. at org.jboss.forge.shell.ShellImpl.execute(ShellImpl.java:819)
  27. at org.jboss.forge.shell.ShellImpl.doShell(ShellImpl.java:609)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:606)
  32. at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:48)
  33. at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:125)
  34. at org.jboss.forge.shell.ShellImpl$Proxy$_$$_WeldClientProxy.doShell(ShellImpl$Proxy$_$$_WeldClientProxy.java)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:606)
  39. at org.jboss.weld.util.reflection.SecureReflections$13.work(SecureReflections.java:305)
  40. at org.jboss.weld.util.reflection.SecureReflectionAccess.run(SecureReflectionAccess.java:54)
  41. at org.jboss.weld.util.reflection.SecureReflectionAccess.runAsInvocation(SecureReflectionAccess.java:163)
  42. at org.jboss.weld.util.reflection.SecureReflections.invoke(SecureReflections.java:299)
  43. at org.jboss.weld.introspector.jlr.WeldMethodImpl.invokeOnInstance(WeldMethodImpl.java:188)
  44. at org.jboss.weld.introspector.ForwardingWeldMethod.invokeOnInstance(ForwardingWeldMethod.java:59)
  45. at org.jboss.weld.injection.MethodInjectionPoint.invokeOnInstanceWithSpecialValue(MethodInjectionPoint.java:198)
  46. at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:282)
  47. at org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:265)
  48. at org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:234)
  49. at org.jboss.weld.manager.BeanManagerImpl.notifyObservers(BeanManagerImpl.java:635)
  50. at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:622)
  51. at org.jboss.weld.manager.BeanManagerImpl.fireEvent(BeanManagerImpl.java:616)
  52. at org.jboss.forge.shell.Bootstrap$1.run(Bootstrap.java:186)
  53. at java.lang.Thread.run(Thread.java:744)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement