jvm - iReport 5.5.0 won't start -
i want use ireport on ubuntu 12.04. when try start it, stands still , gives me error:
java hotspot(tm) 64-bit server vm warning: have loaded library /tmp/jna4023560596826437553.tmp might have disabled stack guard. vm try fix stack guard now. it's highly recommended fix library 'execstack -c <libfile>', or link '-z noexecstack'.
how can solve problem ?
edit: tried: execstack -c /tmp/jna4023560596826437553.tmp
didn't help.
this error seems more related jvm problem instead of jasper. indeed, java 7 on linux has feature blocks code written in c (or other languages ruby etc) , linked java (the so-called java native interface - jni) halting whole vm if it’s written badly or maliciously. so, if you're using java version 1.7, getting 1.6 should trick. if want keep version, try clean uninstall , re-install of java: uninstall, install
notice if you're not running on 1.7 , compatibility problem. try match right jars required ireport work on linux.
Comments
Post a Comment