Advertisement
StreckerCM

Fishbowl Java Crash

Apr 26th, 2018
2,542
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. chris@chris-VirtualBox:~$ cd /opt/Fishbowl/client/bin/
  2. chris@chris-VirtualBox:/opt/Fishbowl/client/bin$ bash client.sh
  3. 26 Apr 2018 01:00:05 WARN  [AWT-EventQueue-0] common.EVEManagerImpl (EVEManagerImpl.java:503)     - Login failure.
  4. #
  5. # A fatal error has been detected by the Java Runtime Environment:
  6. #
  7. #  SIGSEGV (0xb) at pc=0x00007f21c5d411d8, pid=7636, tid=0x00007f217f6a6700
  8. #
  9. # JRE version: Java(TM) SE Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
  10. # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.171-b11 mixed mode linux-amd64 compressed oops)
  11. # Problematic frame:
  12. # C  [libawt_xawt.so+0x421d8]  ReadRegionsInList+0x3b8
  13. #
  14. # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
  15. #
  16. # An error report file with more information is saved as:
  17. # /opt/Fishbowl/client/bin/hs_err_pid7636.log
  18. #
  19. # If you would like to submit a bug report, please visit:
  20. #   http://bugreport.java.com/bugreport/crash.jsp
  21. # The crash happened outside the Java Virtual Machine in native code.
  22. # See problematic frame for where to report the bug.
  23. #
  24. client.sh: line 1:  7636 Aborted                 (core dumped) java -Xverify:none -Xms32M -Xmx1024M -Dlog4j.configuration=file:log4j.properties -cp "../../lib/*:../../plugins/*" com.evnt.app.AppLoader -ccom.evnt.client.Client
  25. chris@chris-VirtualBox:/opt/Fishbowl/client/bin$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement