From owner-freebsd-java Sun Sep 2 15:51:51 2001 Delivered-To: freebsd-java@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id F0C6437B405 for ; Sun, 2 Sep 2001 15:51:44 -0700 (PDT) Received: (from jonc@localhost) by itouch.co.nz (8.11.3/8.11.1) id f82Mphh48512 for freebsd-java@freebsd.org; Mon, 3 Sep 2001 10:51:43 +1200 (NZST) (envelope-from jonc) Date: Mon, 3 Sep 2001 10:51:43 +1200 From: Jonathan Chen To: freebsd-java@freebsd.org Subject: TIB software and JDK 1.2.2b10 Message-ID: <20010903105143.A47630@itouchnz.itouch> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="6TrnltStXW4iwmi0" Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I'm note sure whether anyone on the list has had experience with using the TIB (http://www.tibco.com), but I'm having some problems using the software available from: ftp://ftp.rv.tibco.com/pub/tibrv_6_8/software/tibrv_6_8_fbsd42_x86.tar.gz My system details: jonc,10:46pm> uname -v FreeBSD 4.4-RC #2: Fri Aug 31 13:11:25 NZST 200 jonc,10:46am> java -version java version "1.2.2" Classic VM (build jdk1.2.2-FreeBSD:root:2001/05/30-11:11, green threads, nojit) When I attempt to run the example programs tibrvserver.java and tibrvclient.java; the jvm coredumps on starting up tibrvclient (see attachement, coredumps available on request). How would I go about trying to figure out just where the problem is? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards --6TrnltStXW4iwmi0 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=e Create a transport on service 7522 network 127.0.0.1 daemon null 2001-09-03 10:46:19 TIB/Rendezvous Error Not Handled by Process: {ADV_CLASS="WARN" ADV_SOURCE="SYSTEM" ADV_NAME="LICENSE.EXPIRE" ADV_DESC="The license will expire" expiretime=2001-09-02 23:46:19Z} Attempting to contact server using subject TIBRV.LOCATE... SIGSEGV 11 segmentation violation Full thread dump Classic VM (jdk1.2.2-FreeBSD:root:2001/05/30-11:11, green threads): "Finalizer" (TID:0x28e6d320, sys_thread_t:0x8094c80, state:CW) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174) "Reference Handler" (TID:0x28e6d3b0, sys_thread_t:0x8094480, state:CW) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:424) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114) "Signal dispatcher" (TID:0x28e6d3e0, sys_thread_t:0x8051c80, state:CW) prio=5 "main" (TID:0x28e6d1e0, sys_thread_t:0x8051080, state:R) prio=5 at com.tibco.tibrv.TibrvImplTPortC.natSendRequest(Native Method) at com.tibco.tibrv.TibrvImplTPortC.sendRequest(TibrvImplTPortC.java:79) at com.tibco.tibrv.TibrvTransport.sendRequest(TibrvTransport.java:161) at tibrvclient.(tibrvclient.java:142) at tibrvclient.main(tibrvclient.java:280) Monitor Cache Dump: java.lang.ref.ReferenceQueue$Lock@28E6D338/28EA3028: Waiting to be notified: "Finalizer" (0x8094c80) java.lang.ref.Reference$Lock@28E6D3C0/28EA2B20: Waiting to be notified: "Reference Handler" (0x8094480) Registered Monitor Dump: utf8 hash table: JNI pinning lock: JNI global reference lock: BinClass lock: Class linking lock: System class loader lock: Code rewrite lock: Heap lock: Monitor cache lock: owner "main" (0x8051080) 1 entry Dynamic loading lock: Monitor IO lock: User signal monitor: Waiting to be notified: "Signal dispatcher" (0x8051c80) Child death monitor: I/O monitor: Alarm monitor: Waiting to be notified: (0x8051280) Thread queue lock: owner "main" (0x8051080) 1 entry Monitor registry: owner "main" (0x8051080) 1 entry SIGABRT 6 abort() Full thread dump Classic VM (jdk1.2.2-FreeBSD:root:2001/05/30-11:11, green threads): "Finalizer" (TID:0x28e6d320, sys_thread_t:0x8094c80, state:CW) prio=8 at java.lang.Object.wait(Native Method) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112) at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174) "Reference Handler" (TID:0x28e6d3b0, sys_thread_t:0x8094480, state:CW) prio=10 at java.lang.Object.wait(Native Method) at java.lang.Object.wait(Object.java:424) at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114) "Signal dispatcher" (TID:0x28e6d3e0, sys_thread_t:0x8051c80, state:CW) prio=5 "main" (TID:0x28e6d1e0, sys_thread_t:0x8051080, state:R) prio=5 at com.tibco.tibrv.TibrvImplTPortC.natSendRequest(Native Method) at com.tibco.tibrv.TibrvImplTPortC.sendRequest(TibrvImplTPortC.java:79) at com.tibco.tibrv.TibrvTransport.sendRequest(TibrvTransport.java:161) at tibrvclient.(tibrvclient.java:142) at tibrvclient.main(tibrvclient.java:280) Monitor Cache Dump: java.lang.ref.ReferenceQueue$Lock@28E6D338/28EA3028: Waiting to be notified: "Finalizer" (0x8094c80) java.lang.ref.Reference$Lock@28E6D3C0/28EA2B20: Waiting to be notified: "Reference Handler" (0x8094480) Registered Monitor Dump: utf8 hash table: JNI pinning lock: JNI global reference lock: BinClass lock: Class linking lock: System class loader lock: Code rewrite lock: Heap lock: Monitor cache lock: owner "main" (0x8051080) 1 entry Dynamic loading lock: Monitor IO lock: User signal monitor: Waiting to be notified: "Signal dispatcher" (0x8051c80) Child death monitor: I/O monitor: Alarm monitor: Waiting to be notified: (0x8051280) Thread queue lock: owner "main" (0x8051080) 1 entry Monitor registry: owner "main" (0x8051080) 1 entry Abort trap - core dumped --6TrnltStXW4iwmi0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message