Re: axis c++ 1.4

2006-09-06 Thread monica . popuri
Hi Samisa,

I need axis c++ source for linux , are these two similar? Allthough I want
to get from svn but coult not connect to server (http://svn.apache.org)
appears when I try.

Thanks  Regards,
Monica

 Linux source is here:
 http://www.apache.org/dist/ws/axis-c/axis-c-src-Linux-current-src.tar.gz
 Windows source is here:
 http://www.apache.org/dist/ws/axis-c/axis-c-src-Linux-current-src.tar.gz

 The above are 1.6 beta release packages.
 If you would like to checkout the source form svn, you can run the
 following command:

 svn co http://svn.apache.org/repos/asf/webservices/axis/trunk/c/ axisc

 Thanks,
 Samisa...

 Popuri, Monica wrote:
 hi Samisa,

 Thanks for the link, But I am not able to get exactly which is the link
 to download the source from SVN. Because when I select the link given it
 shows me the whole directory structure. Please help.

 Thanks  Regards,
 Monica
 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 04, 2006 8:17 PM
 To: Apache AXIS C User List
 Subject: Re: axis c++ 1.4


 Yes, have a look at the ant build guide
 http://ws.apache.org/axis/cpp/antbuild-guide.html

 Samisa...

 Popuri, Monica wrote:

 Thanks Samisa for your prompt reply, If I download source. Is there a
 good documentation on how to install using source. Because I remember
 there needs to be a lot of steps to make the source.
 Regards,
 Monica

 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 04, 2006 3:33 PM
 To: Apache AXIS C User List
 Subject: Re: axis c++ 1.4


 Are you using the binary version? If that is the case, you may try
 downloading the source and try with debug options to gdb.
 The given gdb trace does not reveal any source location hints :(

 Samisa...

 Popuri, Monica wrote:


 Hi Samisa,

 I am facing problem in starting simple_axis_server in axis c++ 1.6 .
 For some reason my simple_axis_server is getting aborted with
 following error when I see through gdb:
 (gdb) bt
 #0  0x0013bcef in raise () from /lib/tls/libc.so.6
 #1  0x0013d4f5 in abort () from /lib/tls/libc.so.6
 #2  0x00c794b7 in __cxa_call_unexpected () from
 /usr/lib/libstdc++.so.5
 #3  0x00c79504 in std::terminate () from /usr/lib/libstdc++.so.5
 #4  0x00c796dc in __cxa_rethrow () from /usr/lib/libstdc++.so.5
 #5  0x00e9e377 in initialize_module () from
 /usr/local/axiscpp_deploy/deploy/lib/libaxis_server.so
 #6  0x0804b9d1 in main ()


 I have verified many times that my axiscpp.conf is in right place (
 axiscpp_deploy/deploy/etc folder). server.wsdd is in
 (axiscpp_deploy/deploy/conf folder) and other directories are correct.
 For eas following is content of axiscpp.conf file:
 LogPath:/usr/local/axiscpp_deploy/deploy/log/AxisLog
 WSDDFilePath:/usr/local/axiscpp_deploy/deploy/etc/server.wsdd
 ClientLogPath:/usr/local/axiscpp_deploy/deploy/log/AxisClientLog
 XMLParser:/usr/local/axiscpp_deploy/deploy/lib/libaxis_xmlparser.so
 Transport_http:/usr/local/axiscpp_deploy/deploy/lib/libaxis2_transport.so


 Besides above APACHE2_HOME, AXISCPP_HOME, AXISCPP_DEPLOY env vars are
 set

 Could you please help me in resolving why I get this error.

 Secondly I am never able to deploy axis in apache following the steps
 in installation guide or in the following doc:
 http://programming.linux.com/programming/05/02/16/1947220.shtml?tid=63tid=67tid=68

 Please help. (Sorry for my previous mail which I sent as reply to
 existing subject.)

 Thanks  Best Regards,
 Monica

 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
 Sent: Saturday, September 02, 2006 5:39 AM
 To: Apache AXIS C User List
 Subject: Re: [Axis2][ANN] Apache Axis2/C 0.93 Released


 Alastair FETTES wrote:



 Early feedback:

 The WSDL2C tool would be useful before 1.0.  This would allow
 (potential) users, such as myself, a chance to try things out.




 We tried to ship WSDL2C with 0.93, but could not do so, due to
 critical
 bugs in the source (the tests failed)
 Hopefully this would be available tith 1.0 Release Candidate 1 (RC1)

 Samisa...

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






 -

RE: axis c++ 1.4

2006-09-06 Thread Popuri, Monica
Thanks Samisa,

I have downloaded , built and installed axis c++ from said link (not from SVN), 
 actually things are fine on one of my server and not on other server. the 
simple_axis_server still aborts on this second server. If I build the source 
using buildWithTraceAndDebug option, will I be able to see the error?

Thanks again and regards,
Monica

-Original Message-
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 05, 2006 5:10 PM
To: Apache AXIS C User List
Subject: Re: axis c++ 1.4


Linux source is here: 
http://www.apache.org/dist/ws/axis-c/axis-c-src-Linux-current-src.tar.gz
Windows source is here: 
http://www.apache.org/dist/ws/axis-c/axis-c-src-Linux-current-src.tar.gz

The above are 1.6 beta release packages.
If you would like to checkout the source form svn, you can run the 
following command:

svn co http://svn.apache.org/repos/asf/webservices/axis/trunk/c/ axisc

Thanks,
Samisa...

Popuri, Monica wrote:
 hi Samisa,

 Thanks for the link, But I am not able to get exactly which is the link to 
 download the source from SVN. Because when I select the link given it shows 
 me the whole directory structure. Please help.

 Thanks  Regards,
 Monica
 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 04, 2006 8:17 PM
 To: Apache AXIS C User List
 Subject: Re: axis c++ 1.4


 Yes, have a look at the ant build guide 
 http://ws.apache.org/axis/cpp/antbuild-guide.html

 Samisa...

 Popuri, Monica wrote:
   
 Thanks Samisa for your prompt reply, If I download source. Is there a good 
 documentation on how to install using source. Because I remember there needs 
 to be a lot of steps to make the source.
 Regards,
 Monica

 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
 Sent: Monday, September 04, 2006 3:33 PM
 To: Apache AXIS C User List
 Subject: Re: axis c++ 1.4


 Are you using the binary version? If that is the case, you may try 
 downloading the source and try with debug options to gdb.
 The given gdb trace does not reveal any source location hints :(

 Samisa...

 Popuri, Monica wrote:
   
 
 Hi Samisa,

 I am facing problem in starting simple_axis_server in axis c++ 1.6 . For 
 some reason my simple_axis_server is getting aborted with following error 
 when I see through gdb:
 (gdb) bt
 #0  0x0013bcef in raise () from /lib/tls/libc.so.6
 #1  0x0013d4f5 in abort () from /lib/tls/libc.so.6
 #2  0x00c794b7 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
 #3  0x00c79504 in std::terminate () from /usr/lib/libstdc++.so.5
 #4  0x00c796dc in __cxa_rethrow () from /usr/lib/libstdc++.so.5
 #5  0x00e9e377 in initialize_module () from 
 /usr/local/axiscpp_deploy/deploy/lib/libaxis_server.so
 #6  0x0804b9d1 in main ()


 I have verified many times that my axiscpp.conf is in right place ( 
 axiscpp_deploy/deploy/etc folder). server.wsdd is in 
 (axiscpp_deploy/deploy/conf folder) and other directories are correct. For 
 eas following is content of axiscpp.conf file:
 LogPath:/usr/local/axiscpp_deploy/deploy/log/AxisLog
 WSDDFilePath:/usr/local/axiscpp_deploy/deploy/etc/server.wsdd
 ClientLogPath:/usr/local/axiscpp_deploy/deploy/log/AxisClientLog
 XMLParser:/usr/local/axiscpp_deploy/deploy/lib/libaxis_xmlparser.so
 Transport_http:/usr/local/axiscpp_deploy/deploy/lib/libaxis2_transport.so


 Besides above APACHE2_HOME, AXISCPP_HOME, AXISCPP_DEPLOY env vars are set

 Could you please help me in resolving why I get this error.

 Secondly I am never able to deploy axis in apache following the steps in 
 installation guide or in the following doc:
 http://programming.linux.com/programming/05/02/16/1947220.shtml?tid=63tid=67tid=68

 Please help. (Sorry for my previous mail which I sent as reply to existing 
 subject.)

 Thanks  Best Regards,
 Monica

 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
 Sent: Saturday, September 02, 2006 5:39 AM
 To: Apache AXIS C User List
 Subject: Re: [Axis2][ANN] Apache Axis2/C 0.93 Released


 Alastair FETTES wrote:
   
 
   
 Early feedback:

 The WSDL2C tool would be useful before 1.0.  This would allow
 (potential) users, such as myself, a chance to try things out.
   
 
   
 
 We tried to ship WSDL2C with 0.93, but could not do so, due to critical 
 bugs in the source (the tests failed)
 Hopefully this would be available tith 1.0 Release Candidate 1 (RC1)

 Samisa...

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   
 
   
 

RE: axis c++ 1.4

2006-09-06 Thread Popuri, Monica
Hi Samisa,

Downloaded source, how to check in gdb? Please help 

Thanks  Regards,
Monica

-Original Message-
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
Sent: Monday, September 04, 2006 3:33 PM
To: Apache AXIS C User List
Subject: Re: axis c++ 1.4


Are you using the binary version? If that is the case, you may try 
downloading the source and try with debug options to gdb.
The given gdb trace does not reveal any source location hints :(

Samisa...

Popuri, Monica wrote:
 Hi Samisa,

 I am facing problem in starting simple_axis_server in axis c++ 1.6 . For some 
 reason my simple_axis_server is getting aborted with following error when I 
 see through gdb:
 (gdb) bt
 #0  0x0013bcef in raise () from /lib/tls/libc.so.6
 #1  0x0013d4f5 in abort () from /lib/tls/libc.so.6
 #2  0x00c794b7 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.5
 #3  0x00c79504 in std::terminate () from /usr/lib/libstdc++.so.5
 #4  0x00c796dc in __cxa_rethrow () from /usr/lib/libstdc++.so.5
 #5  0x00e9e377 in initialize_module () from 
 /usr/local/axiscpp_deploy/deploy/lib/libaxis_server.so
 #6  0x0804b9d1 in main ()


 I have verified many times that my axiscpp.conf is in right place ( 
 axiscpp_deploy/deploy/etc folder). server.wsdd is in 
 (axiscpp_deploy/deploy/conf folder) and other directories are correct. For 
 eas following is content of axiscpp.conf file:
 LogPath:/usr/local/axiscpp_deploy/deploy/log/AxisLog
 WSDDFilePath:/usr/local/axiscpp_deploy/deploy/etc/server.wsdd
 ClientLogPath:/usr/local/axiscpp_deploy/deploy/log/AxisClientLog
 XMLParser:/usr/local/axiscpp_deploy/deploy/lib/libaxis_xmlparser.so
 Transport_http:/usr/local/axiscpp_deploy/deploy/lib/libaxis2_transport.so


 Besides above APACHE2_HOME, AXISCPP_HOME, AXISCPP_DEPLOY env vars are set

 Could you please help me in resolving why I get this error.

 Secondly I am never able to deploy axis in apache following the steps in 
 installation guide or in the following doc:
 http://programming.linux.com/programming/05/02/16/1947220.shtml?tid=63tid=67tid=68

 Please help. (Sorry for my previous mail which I sent as reply to existing 
 subject.)

 Thanks  Best Regards,
 Monica

 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
 Sent: Saturday, September 02, 2006 5:39 AM
 To: Apache AXIS C User List
 Subject: Re: [Axis2][ANN] Apache Axis2/C 0.93 Released


 Alastair FETTES wrote:
   
 Early feedback:

 The WSDL2C tool would be useful before 1.0.  This would allow
 (potential) users, such as myself, a chance to try things out.
   
 
 We tried to ship WSDL2C with 0.93, but could not do so, due to critical 
 bugs in the source (the tests failed)
 Hopefully this would be available tith 1.0 Release Candidate 1 (RC1)

 Samisa...

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: axis c++ 1.4

2006-09-06 Thread Adrian Dick
Hi,

If you build with trace, you can enable trace to aid determining the
problem.  Instructions for using trace can be found here:
http://ws.apache.org/axis/cpp/TraceGuide.html

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])

Popuri, Monica [EMAIL PROTECTED] wrote on 06/09/2006 10:41:53:

 Thanks Samisa,

 I have downloaded , built and installed axis c++ from said link (not
 from SVN),  actually things are fine on one of my server and not on
 other server. the simple_axis_server still aborts on this second
 server. If I build the source using buildWithTraceAndDebug option,
 will I be able to see the error?

 Thanks again and regards,
 Monica

 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 05, 2006 5:10 PM
 To: Apache AXIS C User List
 Subject: Re: axis c++ 1.4


 Linux source is here:
 http://www.apache.org/dist/ws/axis-c/axis-c-src-Linux-current-src.tar.gz
 Windows source is here:
 http://www.apache.org/dist/ws/axis-c/axis-c-src-Linux-current-src.tar.gz

 The above are 1.6 beta release packages.
 If you would like to checkout the source form svn, you can run the
 following command:

 svn co http://svn.apache.org/repos/asf/webservices/axis/trunk/c/ axisc

 Thanks,
 Samisa...

 Popuri, Monica wrote:
  hi Samisa,
 
  Thanks for the link, But I am not able to get exactly which is the
 link to download the source from SVN. Because when I select the link
 given it shows me the whole directory structure. Please help.
 
  Thanks  Regards,
  Monica
  -Original Message-
  From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
  Sent: Monday, September 04, 2006 8:17 PM
  To: Apache AXIS C User List
  Subject: Re: axis c++ 1.4
 
 
  Yes, have a look at the ant build guide
  http://ws.apache.org/axis/cpp/antbuild-guide.html
 
  Samisa...
 
  Popuri, Monica wrote:
 
  Thanks Samisa for your prompt reply, If I download source. Is
 there a good documentation on how to install using source. Because I
 remember there needs to be a lot of steps to make the source.
  Regards,
  Monica
 
  -Original Message-
  From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
  Sent: Monday, September 04, 2006 3:33 PM
  To: Apache AXIS C User List
  Subject: Re: axis c++ 1.4
 
 
  Are you using the binary version? If that is the case, you may try
  downloading the source and try with debug options to gdb.
  The given gdb trace does not reveal any source location hints :(
 
  Samisa...
 
  Popuri, Monica wrote:
 
 
  Hi Samisa,
 
  I am facing problem in starting simple_axis_server in axis c++
 1.6 . For some reason my simple_axis_server is getting aborted with
 following error when I see through gdb:
  (gdb) bt
  #0  0x0013bcef in raise () from /lib/tls/libc.so.6
  #1  0x0013d4f5 in abort () from /lib/tls/libc.so.6
  #2  0x00c794b7 in __cxa_call_unexpected () from
/usr/lib/libstdc++.so.5
  #3  0x00c79504 in std::terminate () from /usr/lib/libstdc++.so.5
  #4  0x00c796dc in __cxa_rethrow () from /usr/lib/libstdc++.so.5
  #5  0x00e9e377 in initialize_module () from
 /usr/local/axiscpp_deploy/deploy/lib/libaxis_server.so
  #6  0x0804b9d1 in main ()
 
 
  I have verified many times that my axiscpp.conf is in right
 place ( axiscpp_deploy/deploy/etc folder). server.wsdd is in
 (axiscpp_deploy/deploy/conf folder) and other directories are
 correct. For eas following is content of axiscpp.conf file:
  LogPath:/usr/local/axiscpp_deploy/deploy/log/AxisLog
  WSDDFilePath:/usr/local/axiscpp_deploy/deploy/etc/server.wsdd
  ClientLogPath:/usr/local/axiscpp_deploy/deploy/log/AxisClientLog
  XMLParser:/usr/local/axiscpp_deploy/deploy/lib/libaxis_xmlparser.so
 
Transport_http:/usr/local/axiscpp_deploy/deploy/lib/libaxis2_transport.so
 
 
  Besides above APACHE2_HOME, AXISCPP_HOME, AXISCPP_DEPLOY env vars are
set
 
  Could you please help me in resolving why I get this error.
 
  Secondly I am never able to deploy axis in apache following the
 steps in installation guide or in the following doc:
  http://programming.linux.com/programming/05/02/16/1947220.shtml?
 tid=63tid=67tid=68
 
  Please help. (Sorry for my previous mail which I sent as reply
 to existing subject.)
 
  Thanks  Best Regards,
  Monica
 
  -Original Message-
  From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
  Sent: Saturday, September 02, 2006 5:39 AM
  To: Apache AXIS C User List
  Subject: Re: [Axis2][ANN] Apache Axis2/C 0.93 Released
 
 
  Alastair FETTES wrote:
 
 
 
  Early feedback:
 
  The WSDL2C tool would be useful before 1.0.  This would allow
  (potential) users, such as myself, a chance to try things out.
 
 
 
 
  We tried to ship WSDL2C with 0.93, but could not do so, due to
critical
  bugs in the source (the tests failed)
  Hopefully this would be available tith 1.0 Release Candidate 1 (RC1)
 
  Samisa...
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: 

RE: axis c++ 1.4

2006-09-06 Thread Popuri, Monica

Thanks Adrian, 


Samisa:
Atleast I can see the logs but I am not able to get the reason of problem yet: 
here is some part of log (from end)
[06/09/2006 12:33:29:601 CEST] 3076378752 SharedObject  SharedObject @0x956caf0
[06/09/2006 12:33:29:601 CEST] 3076378752 SharedObject  SharedObject @0x956caf0
[06/09/2006 12:33:29:601 CEST] 3076378752 SharedObject  SharedObject @0x956caf0
[06/09/2006 12:33:29:601 CEST] 3076378752 SerializerPool  SerializerPool 
@0x956caf0
[06/09/2006 12:33:29:601 CEST] 3076378752 SerializerPool  SerializerPool 
@0x956caf0
[06/09/2006 12:33:29:601 CEST] 3076378752 SerializerPool  SerializerPool 
@0x956caf0
[06/09/2006 12:33:29:601 CEST] 3076378752 SerializerPool  SerializerPool 
@0x956caf0
[06/09/2006 12:33:29:601 CEST] 3076378752 SharedObject  SharedObject @0x956cb28
[06/09/2006 12:33:29:601 CEST] 3076378752 SharedObject  SharedObject @0x956cb28
[06/09/2006 12:33:29:601 CEST] 3076378752 SharedObject  SharedObject @0x956cb28
[06/09/2006 12:33:29:601 CEST] 3076378752 SharedObject  SharedObject @0x956cb28
[06/09/2006 12:33:29:601 CEST] 3076378752 HandlerPool  HandlerPool @0x956cb28
[06/09/2006 12:33:29:601 CEST] 3076378752 HandlerPool  HandlerPool @0x956cb28
[06/09/2006 12:33:29:601 CEST] 3076378752 HandlerPool  HandlerPool @0x956cb28
[06/09/2006 12:33:29:601 CEST] 3076378752 HandlerPool  HandlerPool @0x956cb28
[06/09/2006 12:33:29:601 CEST] 3076378752 WSDDDeployment  WSDDDeployment 
@0x956cb60
[06/09/2006 12:33:29:601 CEST] 3076378752 WSDDDeployment  WSDDDeployment 
@0x956cb60
[06/09/2006 12:33:29:601 CEST] 3076378752 WSDDDeployment  WSDDDeployment 
@0x956cb60
[06/09/2006 12:33:29:601 CEST] 3076378752 WSDDDeployment  WSDDDeployment 
@0x956cb60
[06/09/2006 12:33:29:601 CEST] 3076378752 AxisConfig  AxisConfig 
@0x956cb98,0x956b0f8 
[FFF8FFB05609FFC8FF86FFBF00FFF32400FFEC140508FFFCFF8D6D00]
 ..V...$...m.
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  AxisConfig 
@0x956cb98,0x956b0f8 
[FFF8FFB05609FFC8FF86FFBF00FFF32400FFEC140508FFFCFF8D6D00]
 ..V...$...m.
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,[] 
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,[] 
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,@1 null
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,@1 ZY87^D$Ã'^H
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,[0100] 
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,[0100] 
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,@2 /usr/local/axiscpp_deploy/log/AxisLog
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,@3 ZY87^D$Ã'^H
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,[0200] 
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,[0200] 
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig  getAxisConfProperty 
@0x956b0f8,@1 null


Please assist,

Thanks,
Monica





-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 06, 2006 3:55 PM
To: Apache AXIS C User List
Subject: RE: axis c++ 1.4


Hi,

If you build with trace, you can enable trace to aid determining the
problem.  Instructions for using trace can be found here:
http://ws.apache.org/axis/cpp/TraceGuide.html

Regards,
Adrian
___
Adrian Dick ([EMAIL PROTECTED])

Popuri, Monica [EMAIL PROTECTED] wrote on 06/09/2006 10:41:53:

 Thanks Samisa,

 I have downloaded , built and installed axis c++ from said link (not
 from SVN),  actually things are fine on one of my server and not on
 other server. the simple_axis_server still aborts on this second
 server. If I build the source using buildWithTraceAndDebug option,
 will I be able to see the error?

 Thanks again and regards,
 Monica

 -Original Message-
 From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 05, 2006 5:10 PM
 To: Apache AXIS C User List
 Subject: Re: axis c++ 1.4


 Linux source is here:
 http://www.apache.org/dist/ws/axis-c/axis-c-src-Linux-current-src.tar.gz
 Windows source is here:
 http://www.apache.org/dist/ws/axis-c/axis-c-src-Linux-current-src.tar.gz

 The above are 1.6 beta release packages.
 If you would like to checkout the source form svn, you can run the
 following command:

 svn co http://svn.apache.org/repos/asf/webservices/axis/trunk/c/ axisc

 Thanks,
 Samisa...

 Popuri, Monica wrote:
  hi Samisa,
 
  Thanks for the link, But I am not able to get exactly which is the
 link to download the source from SVN. Because when I select the 

Installation of Axis C++

2006-09-06 Thread Murali Konnipati
Title: Message



Hi 
all,

 I 
tried to install Axis C++ source on my linux machine. But it is giving error at 
the time of configuration. Can any body please mail me the installation steps 
that i need to carry for Axis C++ on the linux server.


Thanks  
Regards,

Murali 
K



RE: Installation of Axis C++

2006-09-06 Thread Popuri, Monica
Title: Message



Murali: Please 
following the doc here, which I also got yesterday from Samisa. 


http://ws.apache.org/axis/cpp/antbuild-guide.html

-Monica

  -Original Message-From: Murali Konnipati 
  [mailto:[EMAIL PROTECTED]Sent: Wednesday, September 06, 
  2006 5:23 PMTo: axis-c-user@ws.apache.orgSubject: 
  Installation of Axis C++
  Hi 
  all,
  
   I tried to install Axis C++ source on my linux machine. But it is 
  giving error at the time of configuration. Can any body please mail me the 
  installation steps that i need to carry for Axis C++ on the linux 
  server.
  
  
  Thanks  
  Regards,
  
  Murali 
  K
  


RE: Installation of Axis C++

2006-09-06 Thread Murali Konnipati
Title: Message



 Monica,

Thanks 
for the reply. But when i am trying to download a axis c++ source distribution 
from SVN, it is showing a complete directory structure. Is there any source.tar 
available on the site. If you know the same, could you mail me the 
link..?

 
Thanks  Regards

 
Murali K

  
  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of 
  Popuri, MonicaSent: Wednesday, September 06, 2006 5:28 
  PMTo: Apache AXIS C User ListSubject: RE: Installation 
  of Axis C++
  Murali: Please 
  following the doc here, which I also got yesterday from Samisa. 
  
  
  http://ws.apache.org/axis/cpp/antbuild-guide.html
  
  -Monica
  
-Original Message-From: Murali Konnipati 
[mailto:[EMAIL PROTECTED]Sent: Wednesday, September 
06, 2006 5:23 PMTo: axis-c-user@ws.apache.orgSubject: 
Installation of Axis C++
Hi 
all,

 I tried to install Axis C++ source on my linux machine. But it is 
giving error at the time of configuration. Can any body please mail me the 
installation steps that i need to carry for Axis C++ on the linux 
server.


Thanks  
Regards,

Murali 
K