Ticket #944 (new defect)
Problem with cacao VM
| Reported by: | elhennig | Owned by: | spaetz |
|---|---|---|---|
| Priority: | major | Milestone: | wishlist |
| Component: | Feed packages | Version: | SHR-unstable |
| Keywords: | Cc: |
Description
I have the latest Version of cacao vm installed from the SHR-U feed. This version produces an error starting bikeator_swt:
JAVA_OPTIONS=
SWT_JAR=/usr/share/java/swt.jar
JAVA=cacao -Xms10m -Xmx32m
cacao: resolve.c:399: resolve_classref_or_classinfo: Assertion `c->state & 0x0002' failed.
/usr/bin/bikeator_swt: line 32: 2121 Aborted DISPLAY=:0 ${JAVA} ${JAVA_OPTIONS} -Djava.library.path=lib -cp ${SWT_JAR}:/usr/lib/jni:BikeAtorSWT.jar:. de.bikeator.BikeAtor
BikeAtor exited with 134
Neither this does happen using jamvm (there are other probs then, however) nor with the version of cacao vm from the jalimo feed.
Change History
comment:2 Changed 3 years ago by elhennig
The package has been rebuilt but the error is still the same.
comment:4 Changed 3 years ago by elhennig
Could you remove the cacao package from the feed until there is a new, working version available?
comment:5 Changed 3 years ago by Tomppeli
There is something new with the Cacao:
root@om-gta02 ~ # java main: system_dlopen failed: libjvm.so: cannot open shared object file: No such file or directory main: system_dlopen failed: /usr/lib/cacao/libjvm.so: cannot open shared object file: No such file or directory Aborted root@om-gta02 ~ #
Same happens with java -jar somejavaprogram.jar
I'm currently using latest SHR-Unstable.
Note: See
TracTickets for help on using
tickets.

Same error, different command: