Hi, To activate trace, ensure ClientLogPath is included within your axiscpp.conf (for more details on the configuration see here : http://ws.apache.org/axis/cpp/install-guide.html#Installing_Client )
Because the problem you're seeing occurs so early, it may also be useful to enable startup trace, by setting the environment variable AXISCPP_STARTUP_TRACE with the value being the path to to a logfile you wish created. Regards, Adrian _______________________________________ Adrian Dick ([EMAIL PROTECTED]) "Dubi Lego" <[EMAIL PROTECTED]> wrote on 21/03/2006 09:24:31: > Thanks for your help, > > It's my first time using axis so I am not so familiar. > How can turn trace? Is it safe to use version 1.6b or should I use 1.5? > I get the message "Abort". > Thanks, > > > -----Original Message----- > From: Adrian Dick [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 21, 2006 11:17 AM > To: Apache AXIS C Developers List > Subject: Re: crash problem > > Hi, > > If you wish to build from source you can find instructions on building > here: http://ws.apache.org/axis/cpp/antbuild-guide.html > > What steps have you already taken for diagnosing the problem? > The most obvious reason for the Stub creation to fail is if one of the > dependent libraries is not available on the library path (or if > configuration file incorrectly specifies location). > > Do you have the stub creation within a try-catch block? What messages > do > you get? > Have you tried turning on trace? > > Regards, > Adrian > _______________________________________ > Adrian Dick ([EMAIL PROTECTED]) > > > "Dubi Lego" <[EMAIL PROTECTED]> wrote on 21/03/2006 09:05:41: > > > Hi all! > > > > I am working on linux OS and trying to build client. > > I tried to work with the bin package but for some reason my program > > crashed once an instance of Stub class was created. > > I think it's related to the lib libaxis_client.so. > > Is there any way to compile and create this lib on my own? > > > > > > >
