Advertisement
burke

Untitled

Mar 27th, 2014
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. | Packaging Grails application.....
  2. | Error Error packaging application: Error occurred processing message bundles: Error starting Sun's native2ascii: (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
  3. org.codehaus.groovy.grails.compiler.PackagingException: Error occurred processing message bundles: Error starting Sun's native2ascii:
  4. at _GrailsPackage_groovy$_run_closure2.doCall(_GrailsPackage_groovy:48)
  5. at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
  6. at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:185)
  7. at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)
  8. at org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)
  9. at org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)
  10. at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)
  11. at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)
  12. at org.codehaus.gant.GantMetaClass.processClosure(GantMetaClass.java:81)
  13. at org.codehaus.gant.GantMetaClass.processArgument(GantMetaClass.java:95)
  14. at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:128)
  15. at RunApp$_run_closure1.doCall(RunApp.groovy:28)
  16. at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133)
  17. at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy:185)
  18. at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16_closure18.doCall(GantBinding.groovy)
  19. at org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90)
  20. at org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groovy)
  21. at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy:185)
  22. at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure16.doCall(GantBinding.groovy)
  23. at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381)
  24. at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415)
  25. at gant.Gant$_dispatch_closure7.doCall(Gant.groovy)
  26. at gant.Gant.withBuildListeners(Gant.groovy:427)
  27. at gant.Gant.this$2$withBuildListeners(Gant.groovy)
  28. at gant.Gant$this$2$withBuildListeners$0.callCurrent(Unknown Source)
  29. at gant.Gant.dispatch(Gant.groovy:415)
  30. at gant.Gant.this$2$dispatch(Gant.groovy)
  31. at gant.Gant.invokeMethod(Gant.groovy)
  32. at gant.Gant.executeTargets(Gant.groovy:591)
  33. at gant.Gant.executeTargets(Gant.groovy:590)
  34. Caused by: : Error starting Sun's native2ascii:
  35. at org.apache.tools.ant.taskdefs.optional.native2ascii.SunNative2Ascii.run(SunNative2Ascii.java:67)
  36. at org.apache.tools.ant.taskdefs.optional.native2ascii.DefaultNative2Ascii.convert(DefaultNative2Ascii.java:54)
  37. at org.apache.tools.ant.taskdefs.optional.Native2Ascii.convert(Native2Ascii.java:294)
  38. at org.apache.tools.ant.taskdefs.optional.Native2Ascii.execute(Native2Ascii.java:251)
  39. at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  40. at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  41. ... 30 more
  42. Caused by: java.lang.ClassNotFoundException: sun.tools.native2ascii.Main
  43. at org.apache.tools.ant.taskdefs.optional.native2ascii.SunNative2Ascii.run(SunNative2Ascii.java:51)
  44. ... 35 more
  45. | Error Error packaging application: Error occurred processing message bundles: Error starting Sun's native2ascii:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement