Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (106 - 108 of 172)

Ticket Resolution Summary Owner Reporter
#49 fixed LVMGUI and TCPCFG2 won't start David McKenna
Description

Set up beta 2 to be default Java per instructions on eCS 2 (added C:\Java6\Bin; to PATH and LIBPATH, removed Java142, removed SET CLASSPATH and SET JAVA_HOME in CONFIG.SYS). Tried to start LVM (advanced) and got:

[C:\os2\javaapps]java lvmgui Exception in thread "main" java.lang.UnsatisfiedLinkError?: no engine in java.library.path

at java.lang.ClassLoader?.loadLibrary(ClassLoader?.java:1681) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at Engine.<clinit>(lvmgui.java:289) at GUI.<init>(lvmgui.java:543) at lvmgui.main(lvmgui.java:322)

Tried to start the TCPIP configuration applet and got:

[C:\]tcpcfg2 Exception in thread "main" java.lang.UnsatisfiedLinkError?: no cfg2natv in java.library.path

at java.lang.ClassLoader?.loadLibrary(ClassLoader?.java:1681) at java.lang.Runtime.loadLibrary0(Runtime.java:840) at java.lang.System.loadLibrary(System.java:1047) at COM.ibm.raleigh.tcp.tcpcfg2.server.NativeData?.<clinit>(NativeData?.java:354) at COM.ibm.raleigh.tcp.tcpcfg2.common.FileLock?.getLock(FileLock?.java:66) at COM.ibm.raleigh.tcp.tcpcfg2.client.Tcpcfg2.init(Tcpcfg2.java:209) at COM.ibm.raleigh.tcp.tcpcfg2.client.Tcpcfg2c.main(Tcpcfg2c.java:137)

The problem seems related to both.

My one other Java App (Limewire) seems to work fine.

#50 fixed zipcontrol: error in native code abwillis
Description

Attempting to launch zipcontrol.jar http://www.rpfsoftware.com/common/zipcontrol.jar gives error:

# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1a2b84cd, pid=1155, tid=75694099 # # JRE version: 6.0 # Java VM: OpenJDK Client VM (16.0-b13 mixed mode os2-x86 ) # Problematic frame: # C [KERNEL32+0x10484cd] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #


Current thread (0x20258c00): JavaThread? "ZCMW;1" [_thread_in_native, id=75694099, stack(0x04540000,0x135e7000)]

siginfo: ExceptionCode?=0xc0000005, writing address 0x00000000

Registers: EAX=0x0463ed3c, EBX=0x1697768c, ECX=0x00000000, EDX=0x00000000 ESP=0x0463eab8, EBP=0x0463f038, ESI=0x0000001a, EDI=0x0463ed32 EIP=0x1a2b84cd, EFLAGS=0x00012246

Top of Stack: (sp=0x0463eab8) 0x0463eab8: 33363430 38626165 000a0d29 00000000 0x0463eac8: 00000000 00000001 0000002f 2d2d2d2d 0x0463ead8: 2d2d2d2d 2d2d2d2d 202d2d2d 48205420 0x0463eae8: 45205220 44204120 2d2d2020 2d2d2d2d 0x0463eaf8: 2d2d2d2d 2d2d2d2d 660a0d2d 7720726f 0x0463eb08: 65726568 206f7420 6f706572 74207472 0x0463eb18: 62206568 0d2e6775 eb2c000a 231f0000 0x0463eb28: 1fa1f9e8 19fb02aa 150b0000 e7e7231f

Instructions: (pc=0x1a2b84cd) 0x1a2b84bd: 5f 5b 5d c3 55 53 57 56 55 33 c9 bb 8c 76 97 16 0x1a2b84cd: 66 8b 0a 33 ff 8b e9 33 f6 c1 fd 08 66 8b 3c 6b

Stack: [0x04540000,0x135e7000], sp=0x0463eab8, free space=3fa135e7000k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [KERNEL32+0x10484cd]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j 0x21129f15 C 0x00000000

#51 fixed java.library.path is incorrectly initialized with PATH instead of LIBPATH dmik
Description

This results into the inability to find native JNI DLLs of third party applications (such as TCPCFG2 or LVMGUI, see #49).

Note: See TracQuery for help on using queries.