Hello Robert:

0)Ok-Lets assume you have all the libraries (see the dump for the listing of all the Libraries) on your path or relatively pathed  to the current folder. (for example CurrentFolder/Lib)
1)It would STILL be great if there was a Stack Trace that way you could see the native call your Java class method made which causes the signal error.
2)Before asking for the source for that lib??.so Library and compiling it for debug(most probably with GCC) you want to make sure that the Native (the C++) call your Java method made has good parameters-my guess is if this happens late at nite could it be that one of your email lists is null and you're not handling that????
3)If Redhat people give you the source for that Library then be SURE to compile it for debug and you also want to configure the stderr to point to the correct logfile (I like logfiles since you can see everything)
In either case let us know how you make out..

Martin Gainty

______________________________________________

Disclaimer and confidentiality note

Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and protected by law. LDS does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of LDS.

The person addressed in the e-mail is the sole authorised recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way.

LDS can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference.

             _______________________________________________

 

>From: Robert Misior <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED], [EMAIL PROTECTED]
>Subject: Re: Bug ?
>Date: Wed, 21 Aug 2002 15:22:36 -0400
>MIME-Version: 1.0
>Received: from hitchcock.mail.mindspring.net ([207.69.200.23]) by mc2-f33.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.4905); Wed, 21 Aug 2002 12:24:30 -0700
>Received: from antoninus-z.mspring.net ([207.69.231.70] helo=antoninus.mspring.net)by hitchcock.mail.mindspring.net with smtp (Exim 3.33 #1)id 17hb5e-0005jN-00for [EMAIL PROTECTED]; Wed, 21 Aug 2002 15:24:26 -0400
>Received: from spirit.salem.edu ([192.154.64.6])by antoninus.mspring.net (Earthlink Mail Service) with ESMTP id um7q79.obo.37kbpq6for <[EMAIL PROTECTED]>; Wed, 21 Aug 2002 15:24:25 -0400 (EDT)
>Received: from salem.edu (voyager.salem.edu [172.16.101.254])by spirit.salem.edu (8.12.5/8.12.2) with ESMTP id g7LINxgm010160;Wed, 21 Aug 2002 14:23:59 -0400
>X-MindSpring-Loop: [EMAIL PROTECTED]
>Message-ID: <[EMAIL PROTECTED]>
>User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1b) Gecko/20020727
>X-Accept-Language: en-us, en
>References: <[EMAIL PROTECTED]>
>Return-Path: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 21 Aug 2002 19:24:31.0097 (UTC) FILETIME=[5FA5CE90:01C24948]
>
>Hello,
>Thank you for your reply. My application is very simple. It is
>used to maintain a email mailing lists stored in flat files. It is
>written fully in java. The error happens when the application is
>most likely idol (very late at night or early in the morning). So
>far I can't find any way to reproduce this error. It usualy happens
>within 2-3 days. I'm using a binary version of Tomcat do you think I
>should get the src and compile it on that computer?
>
>Robert
>
>Martin Gainty wrote:
>
>>Robert:
>>
>>1)Did you Add usr\lib to the directory, where your application is
>>searching for its dynamic libraries??
>>
>>2)Also did you check the parameters you are passing to the C++
>>Libraries??
>>
>>Alot of these functions dont type check the parameters before using
>>them so you want to make sure the parameters are correct (allocated
>>and initted) before you use them
>>
>>This is a really nasty situation as you are passing to a library
>>function which aparrently has no
>>debug or diagnostic's built in..If you can link in the debug
>>version of the library you might be able to see whats going on
>>
>>Keep us apprised,
>>
>>Martin Gainty
>>
>>______________________________________________
>>
>>*Disclaimer and confidentiality note*
>>
>>Everything in this e-mail and any attachments relating to the
>>official business of Laconia Data Systems (LDS) is proprietary to
>>the company. It is confidential, legally privileged and protected
>>by law. LDS does not own and endorse any other content. Views and
>>opinions are those of the sender unless clearly stated as being
>>that of LDS.
>>
>>The person addressed in the e-mail is the sole authorised
>>recipient. Please notify the sender immediately if it has
>>unintentionally reached you and do not read, disclose or use the
>>content in any way.
>>
>>LDS can not assure that the integrity of this communication has
>>been maintained nor that it is free of errors, virus, interception
>>or interference.
>>
>> _______________________________________________
>>
>>
>>


Join the world�s largest e-mail service with MSN Hotmail. Click Here
=========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com

Reply via email to