49333

Forum thread started by kim1963 on Tue, 2015-06-16 09:10

OpenJDK soft - not work....
Help!!!
49292 - work fine.

Comments

Re: 49302

Hi kim1963!

Sorry to hear your problems :(
Please, make an account on https://dev.haiku-os.org/register and create a ticket about your problem. You can found some info about bugreporting here: https://dev.haiku-os.org/wiki/ReportingBugs , please read it to be able to provide all the necessary information about your problems to help the developers identify the causes.
If you need any other help to fill your bugreport, you can contact the developer and user community through mailing list ( http://www.haiku-os.org/community/ml ) or through IRC chat ( http://www.haiku-os.org/community/irc )

I hope your problem will be solved soon!

Best Regards,
miqlas

Re: 49302

Network: https://dev.haiku-os.org/ticket/12156 (we're on it)

OpenJDK: I don't know, what is the problem exactly? (debug report? screenshot?)

Re: 49302

Since some revisions, the java executable changed from 'java-x86' to 'java'

So, if you have some script for launch java-apps, you need to change it.

Re: 49302

#!/bin/sh

cd "$(dirname "$0")"
exec java -jar mucommander.jar "$@"

Welcome to the Haiku shell.

~> /boot/system/apps/muCommander
Error: Unable to access jarfile mucommander.jar
~>

Re: 49302

Welcome to the Haiku shell.

~> /boot/home/Desktop/ThinkFreeOfficeWrite4
~> openjdk version "1.7.0-internal"
OpenJDK Runtime Environment (build 1.7.0-internal-user_2015_05_27_14_28-b00)
OpenJDK Client VM (build 24.80-b11, mixed mode)

Signature in rsrc doesn't match constructor arg. (application/java-awt-app, application/x-vnd.java-tf4)
resolve symbol "gethostbyname_r" returned: -2147478780
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00ba8f71, pid=1006, tid=15609376
#
# JRE version: OpenJDK Runtime Environment (7.0) (build 1.7.0-internal-user_2015_05_27_14_28-b00)
# Java VM: OpenJDK Client VM (24.80-b11 mixed mode haiku-x86 )
# Problematic frame:
# C [libnet.so+0xef71] _fini+0x0
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid1006.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Abort

hrev49292 - work fine !

Re: 49302

hrev49302 - dhcp ipv4 - not work!

Re: 49302

hrev 49333 - dhcp ipv4 - work fine.

Re: 49302

hrev49333 - openjava soft - not work .....

Welcome to the Haiku shell.

~> /boot/system/apps/TransmissionRemote/TransmissionRemote
resolve symbol "gethostbyname_r" returned: -2147478780
Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: /boot/system/lib/x86/openjdk/jre/lib/i386/libnet.so: Symbol not found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1965)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1890)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1872)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.Util.load(Util.java:485)
at sun.nio.ch.IOUtil.(IOUtil.java:351)
at sun.nio.ch.Util.(Util.java:48)
at sun.nio.ch.FileChannelImpl.(FileChannelImpl.java:1203)
at java.io.FileOutputStream.getChannel(FileOutputStream.java:432)
at java.util.logging.FileHandler.openFiles(FileHandler.java:406)
at java.util.logging.FileHandler.(FileHandler.java:287)
at net.sf.dvstar.transmission.TransmissionView.initLogger(TransmissionView.java:811)
at net.sf.dvstar.transmission.TransmissionView.(TransmissionView.java:188)
at net.sf.dvstar.transmission.TransmissionApp.startup(TransmissionApp.java:80)
at org.jdesktop.application.Application$1.run(Application.java:171)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:312)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745)
at java.awt.EventQueue.access$300(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:706)
at java.awt.EventQueue$3.run(EventQueue.java:704)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:715)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
~>

Re: 49302

HELP !

Re: 49302

Hello Kim. I think you could report this error in the Haiku-OpenJDK mailing list:

http://mail.openjdk.java.net/mailman/listinfo/haiku-port-dev

Some time ago, I needed help and they answer me quickly.

Re: 49333

From the bug Tracker: "This isn't a bug in Haiku. I just need to change OpenJDK to use getaddrinfo instead of gethostbyname_r. "

I dont know how to do that, if you know how to... try it!

If not try to get back to you working version... and wait until your problem is solved!

At the boot menu one can choose the old version!