Re: Axis C 1.4 support for 64bit architecture - unknown exception

2007-06-27 Thread Radoslav Dorcik

Hi Guys,

we finaly found issue with Axis 1.4 C lib on 64 bit architecture since they
are using "unsigned int" as storage for "string::npos"
but string::npos on 64 bit architecture is 8 bytes. And when they do
something like this:
unsigned int npos = string.find...("fo");  /* not found, returns npos */
if(npos == string::npos)
{
  //not reached on 64 bit
}

These classes are affected:
BasicTypeSerializer.cpp
Axis2Transport.cpp

Now i don't know what to do...

Regards,
Radoslav


On 6/27/07, Radoslav Dorcik <[EMAIL PROTECTED]> wrote:


Hello Guys,

we decided to use Axis C 1.4 for our project (simple SOAP client
communication). Problem is that 64 bit compiled version of libraries doesn't
work:
I got unknown exception in (found by tracing in gdb)
axispp::SoapMethod::serializeOutputParam() and program is aborted

This part of code causes the Exception in Axis library:
for(::iterator it = m_OutputParams.begin(); it !=
m_OutputParams.end(); it++)

This part of code causes the Exception in STL (probably list):
{ return static_cast<_Node*>(_M_node)->_M_data; }

It happens during "invoke" call of WS client generated by WSDL2C but also
with Soap Test suite included in Axis C++ 1.4.

With 1.6b we were able to run SOAP client communication. Param.h/Param.cpp
is different between 1.6b and 1.4 version of Axis C++.

[EMAIL PROTECTED]:~> uname -a
Linux sk16496c 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64
x86_64 x86_64 GNU/Linux

Can be Axis 1.4 C used on above machine ? Do you need more informations ?

32bit version (libs and apps) are working fine with that machine but our
application should be compiled as 64 binary.

Thanks,
Radoslav Dorcik




Axis C 1.4 support for 64bit architecture - unknown exception

2007-06-27 Thread Radoslav Dorcik

Hello Guys,

we decided to use Axis C 1.4 for our project (simple SOAP client
communication). Problem is that 64 bit compiled version of libraries doesn't
work:
I got unknown exception in (found by tracing in gdb)
axispp::SoapMethod::serializeOutputParam() and program is aborted

This part of code causes the Exception in Axis library:
for(::iterator it = m_OutputParams.begin(); it !=
m_OutputParams.end(); it++)

This part of code causes the Exception in STL (probably list):
{ return static_cast<_Node*>(_M_node)->_M_data; }

It happens during "invoke" call of WS client generated by WSDL2C but also
with Soap Test suite included in Axis C++ 1.4.

With 1.6b we were able to run SOAP client communication. Param.h/Param.cpp
is different between 1.6b and 1.4 version of Axis C++.

[EMAIL PROTECTED]:~> uname -a
Linux sk16496c 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 x86_64
x86_64 x86_64 GNU/Linux

Can be Axis 1.4 C used on above machine ? Do you need more informations ?

32bit version (libs and apps) are working fine with that machine but our
application should be compiled as 64 binary.

Thanks,
Radoslav Dorcik
sk16496c:/usr/local/src/axis-c-src-1-4-linux/tests/client/soapHeader/test8/rpc 
# ./soapHeaderTest8RPC
Usage :
 ./soapHeaderTest8RPC  

Sending Requests to end point http://localhost:80/axis/base

invoking echoString...
unknown exception
unknown exception
Soap Header test end
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

RE: axis c++ 1.4

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

Sorry for writing again but I am not able to get the source form SVN, I get 
eror :conneciton refused, Can it be proxy issue on my end. How to set the proxy 
in such a acase?

thanks for you help,
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=63&tid=67&tid=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 u

RE: axis c++ 1.4

2006-09-07 Thread Popuri, Monica
Hello Adrian,

You might be right, but it does not work. Can you help me in knowing how to get 
source from SVN. I get error when I try following command 
svn co http://svn.apache.org/repos/asf/webservices/axis/trunk/c/ axisc. 

I am planning to take fresh code and compile

Thanks & Regards,
Monica
-Original Message-
From: Adrian Dick [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 07, 2006 5:31 PM
To: Apache AXIS C User List
Subject: RE: axis c++ 1.4


Hi,

This sounds like the server.wsdd file has been edited on Windows, this
results in rogue ^M characters at the ends of lines due to differences in
how carriage returns are handled.
You will need to manually correct the file, or you may have the dos2unix
command which will fix this kind of problem.

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


"Popuri, Monica" <[EMAIL PROTECTED]> wrote on 07/09/2006 11:54:39:

> Not sure, i have tried to debug the problem till code level.
> The output of simple_axis_server command is : Warning - The
> WSDDFilePath file (/home/server.wsdd^M) in the AXISCPP.CONF file
> does not exist.
> where the name of file has a ^M character appended to it, that may
> be the reason that my file is not visible to simple_Axis_server.
> If I check the src file common/AxisConfig.cpp file. this reads the
> file but adds another character like
>   FILE *fp = fopen (pcValue + 1, "r");
> Can this be the reason that a ^M is getting added.
>
> Thanks if some body reads this and helps me.
>
> Regards,
> Monica


-
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-07 Thread Adrian Dick
Hi,

This sounds like the server.wsdd file has been edited on Windows, this
results in rogue ^M characters at the ends of lines due to differences in
how carriage returns are handled.
You will need to manually correct the file, or you may have the dos2unix
command which will fix this kind of problem.

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


"Popuri, Monica" <[EMAIL PROTECTED]> wrote on 07/09/2006 11:54:39:

> Not sure, i have tried to debug the problem till code level.
> The output of simple_axis_server command is : Warning - The
> WSDDFilePath file (/home/server.wsdd^M) in the AXISCPP.CONF file
> does not exist.
> where the name of file has a ^M character appended to it, that may
> be the reason that my file is not visible to simple_Axis_server.
> If I check the src file common/AxisConfig.cpp file. this reads the
> file but adds another character like
>   FILE *fp = fopen (pcValue + 1, "r");
> Can this be the reason that a ^M is getting added.
>
> Thanks if some body reads this and helps me.
>
> Regards,
> Monica


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



RE: axis c++ 1.4

2006-09-07 Thread Popuri, Monica
Not sure, i have tried to debug the problem till code level. 
The output of simple_axis_server command is : Warning - The WSDDFilePath file 
(/home/server.wsdd^M) in the AXISCPP.CONF file does not exist.
where the name of file has a ^M character appended to it, that may be the 
reason that my file is not visible to simple_Axis_server. 
If I check the src file common/AxisConfig.cpp file. this reads the file but 
adds another character like 
  FILE *fp = fopen (pcValue + 1, "r");
Can this be the reason that a ^M is getting added. 

Thanks if some body reads this and helps me.

Regards,
Monica
-Original Message-
From: Popuri, Monica 
Sent: Thursday, September 07, 2006 4:12 PM
To: Apache AXIS C User List
Subject: RE: axis c++ 1.4


Hi Adrian,

Yes I have enabled startup strace also. But if you see my current messages in 
log it will be easier for you to help me: I have a strange problem now:

when I start simple_axis_server, it says the server.wsdd file does not exist. 
whereas same exists and has all permissions. What can be the reason?
Please assist.
Thanks,
Monica

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


Hi,

Is this the entirety of your trace log ?
Are you also using startup trace?

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


"Popuri, Monica" <[EMAIL PROTECTED]> wrote on 06/09/2006 11:47:05:

>
> 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 
> [06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig <
> getAxisConfProperty @0x956b0f8,@1 "ZY<87>^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 <
&g

RE: axis c++ 1.4

2006-09-07 Thread Popuri, Monica
Hi Adrian,

Yes I have enabled startup strace also. But if you see my current messages in 
log it will be easier for you to help me: I have a strange problem now:

when I start simple_axis_server, it says the server.wsdd file does not exist. 
whereas same exists and has all permissions. What can be the reason?
Please assist.
Thanks,
Monica

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


Hi,

Is this the entirety of your trace log ?
Are you also using startup trace?

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


"Popuri, Monica" <[EMAIL PROTECTED]> wrote on 06/09/2006 11:47:05:

>
> 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 
> [06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig <
> getAxisConfProperty @0x956b0f8,@1 "ZY<87>^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 "ZY<87>^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 
>
>
> 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, yo

RE: axis c++ 1.4

2006-09-07 Thread Adrian Dick
Hi,

Is this the entirety of your trace log ?
Are you also using startup trace?

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


"Popuri, Monica" <[EMAIL PROTECTED]> wrote on 06/09/2006 11:47:05:

>
> 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 
> [06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig <
> getAxisConfProperty @0x956b0f8,@1 "ZY<87>^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 "ZY<87>^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 
>
>
> 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

RE: axis c++ 1.4

2006-09-07 Thread Popuri, Monica
Hi All, Please see if any one can help me: I am starting simple_axis_server and 
I get following error:
) in the AXISCPP.CONF file does not exist.ath file 
(/home/obj/package/axis-c-1.6b-Linux-trace-bin/deploy/server.wsdd

[1]+  Aborted ./simple_axis_server 9090

Whereas the file exists in this path. 
Please please help me.
Thanks,
Monica
-Original Message-
From: Popuri, Monica 
Sent: Wednesday, September 06, 2006 4:17 PM
To: 'Apache AXIS C User List'
Subject: RE: axis c++ 1.4



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 
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig < getAxisConfProperty 
@0x956b0f8,@1 "ZY<87>^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 "ZY<87>^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 


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?

Re: axis c++ 1.4

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

Sorry for disturbing again, but just want to know why I am not able to
download the source from the svn, I get following error.
svn: PROPFIND request failed on '/repos/asf/webservices/axis/trunk/c'
svn: PROPFIND of '/repos/asf/webservices/axis/trunk/c': could not connect
to server (http://svn.apache.org)

Thanks in advance for your prompt help & 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=63&tid=67&tid=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

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 
[06/09/2006 12:33:29:602 CEST] 3076378752 AxisConfig < getAxisConfProperty 
@0x956b0f8,@1 "ZY<87>^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 "ZY<87>^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 


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 pa

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

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=63&tid=67&tid=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=63&tid=67&tid=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
>>>
>>>

Re: axis c++ 1.4

2006-09-05 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=63&tid=67&tid=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 

Re: axis c++ 1.4

2006-09-05 Thread Samisa Abeysinghe
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=63&tid=67&tid=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]


  




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


-
To unsubscribe, e-mail: [EMAI

RE: axis c++ 1.4

2006-09-05 Thread Popuri, Monica

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=63&tid=67&tid=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]
>
>
>   


-
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-04 Thread Samisa Abeysinghe
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=63&tid=67&tid=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]


  



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



RE: axis c++ 1.4

2006-09-04 Thread Popuri, Monica
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=63&tid=67&tid=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-04 Thread Samisa Abeysinghe
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=63&tid=67&tid=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]



axis c++ 1.4

2006-09-04 Thread Popuri, Monica
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=63&tid=67&tid=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: problems starting apache1.3 on linux with axis-c-1.4

2005-01-26 Thread Dushshantha Chandaradasa
hi Samisa and Jutta,

I think i'm also having the same problem. But im using Apache 2.0. 
Error_log says that "terminate called after throwing an instance of
'axiscpp::AxisEngineException'
  what():  N7axiscpp19AxisEngineExceptionE"

Dushshantha

On Tue, 25 Jan 2005 09:19:21 +, Samisa Abeysinghe
<[EMAIL PROTECTED]> wrote:
> Hi,
> According to the doc, there is no mention of AddModule.
> 
> What you have to add is:
> LoadModule axis_module libexec/libaxiscpp_mod.so
>  
>  SetHandler axis
>  
> 
> I am not that familiar with Apache 1.3 deployment, but I do not think
> that you need "AddModule"
> 
> Please someone verify this...
> 
> Thanks,
> Samisa...
> 
> On Tue, 25 Jan 2005 10:09:59 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 
> wrote:
> > Hello Samisa,
> >
> > thanks for you answer and the information.
> >
> > Here is what happens:
> >
> > When I remove the line "AddModule mod_axis.cpp" from the httpd.conf apache 
> > will start but I can't acces the axis start page ("The requested URL /axis 
> > was not found on this server.")
> > The error_log says:
> > "[error] : Cannot remove module mod_axis.cpp: not found in module list"
> >
> > If I add the AddModule line again,  apache does not start at all ("httpd 
> > could not be started") but it doesn't give any reasons. The error_log 
> > contains no new entries and I didn't get any other output using the -X 
> > option.
> >
> > Anyway, I can't locate the file mod_axis.cpp - do I need to install it 
> > somewhere?
> >
> > Thanks,
> >
> > Jutta
> >
> >
> > Hi,
> > Please try running apache server in debug mode using:
> > httpd -X
> >
> > Most of the time, this will write out errors to standard output.
> >
> > > (nonexistent) $AXISCPP_DEPLOY/conf ?
> > $AXISCPP_DEPLOY/conf is no more used. Rather $AXISCPP_DEPLOY/etc is used.
> > Make sure that axiscpp.conf is in that folder and also make sure that
> > locations of the entries in the axiscpp.conf are correct.
> >
> > > I already tried to install axis from sources, but there is no 
> > > configure-script(?)
> > Yes this is a packaging mistake. You can use the command:
> > sh autogen.sh
> > to generate the configure script.
> >
> > Additionally have a look at the $APACHE_HOME/logs/error_log for any clues.
> > If you could send more info on the httpd -X and any Axis related
> > errors in $APACHE_HOME/logs/error_log, it would be easier to help fix
> > the problems.
> >
> > Thanks,
> > Samisa...
> >
> > On Mon, 24 Jan 2005 09:07:17 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 
> > wrote:
> > > Hi,
> > >
> > > I am using the binaries of axis-c-1.4 and followed the installation 
> > > instructions very closely. $AXISCPP_HOME and $AXISCPP_DEPLOY are known to 
> > > root, and the axiscpp.conf and server.wsdd are set up as described in the 
> > > documentation.
> > > But I also had to add the line "AddModule mod_axic.cpp" in the 
> > > httpd.conf, otherwise I got an errror message because of a broken config 
> > > file.
> > >
> > > Now, when calling apachectl start, the process aborts and I get the 
> > > message "httpd could not be started". I also get a warning: 
> > > ".../libaxiscpp_mod.so uses plain Apache 1.3 API, this modul might crasch 
> > > under EAPI! (please recompile it with -DEAPI)".
> > >
> > > I already tried to install axis from sources, but there is no 
> > > configure-script(?). I am not so experienced with linux-systems, so am I 
> > > missing something?
> > >
> > > Do I need to copy any files (axiscpp.conf) into my $APACHE_HOME directory 
> > > or in the (nonexistent) $AXISCPP_DEPLOY/conf ? I found people writing 
> > > about this in some old mails, but it seems to apply to older versions.
> > >
> > > Thanks for any help and regards,
> > >
> > > Jutta
> > __
> > Verschicken Sie romantische, coole und witzige Bilder per SMS!
> > Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
> >
> >
>


Re: problems starting apache1.3 on linux with axis-c-1.4

2005-01-25 Thread Samisa Abeysinghe
Hi,
According to the doc, there is no mention of AddModule.

What you have to add is:
LoadModule axis_module libexec/libaxiscpp_mod.so
 
 SetHandler axis 
 
 
I am not that familiar with Apache 1.3 deployment, but I do not think
that you need "AddModule"

Please someone verify this...

Thanks,
Samisa...

On Tue, 25 Jan 2005 10:09:59 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello Samisa,
> 
> thanks for you answer and the information.
> 
> Here is what happens:
> 
> When I remove the line "AddModule mod_axis.cpp" from the httpd.conf apache 
> will start but I can't acces the axis start page ("The requested URL /axis 
> was not found on this server.")
> The error_log says:
> "[error] : Cannot remove module mod_axis.cpp: not found in module list"
> 
> If I add the AddModule line again,  apache does not start at all ("httpd 
> could not be started") but it doesn't give any reasons. The error_log 
> contains no new entries and I didn't get any other output using the -X option.
> 
> Anyway, I can't locate the file mod_axis.cpp - do I need to install it 
> somewhere?
> 
> Thanks,
> 
> Jutta
> 
> 
> Hi,
> Please try running apache server in debug mode using:
> httpd -X
> 
> Most of the time, this will write out errors to standard output.
> 
> > (nonexistent) $AXISCPP_DEPLOY/conf ?
> $AXISCPP_DEPLOY/conf is no more used. Rather $AXISCPP_DEPLOY/etc is used.
> Make sure that axiscpp.conf is in that folder and also make sure that
> locations of the entries in the axiscpp.conf are correct.
> 
> > I already tried to install axis from sources, but there is no 
> > configure-script(?)
> Yes this is a packaging mistake. You can use the command:
> sh autogen.sh
> to generate the configure script.
> 
> Additionally have a look at the $APACHE_HOME/logs/error_log for any clues.
> If you could send more info on the httpd -X and any Axis related
> errors in $APACHE_HOME/logs/error_log, it would be easier to help fix
> the problems.
> 
> Thanks,
> Samisa...
> 
> On Mon, 24 Jan 2005 09:07:17 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 
> wrote:
> > Hi,
> >
> > I am using the binaries of axis-c-1.4 and followed the installation 
> > instructions very closely. $AXISCPP_HOME and $AXISCPP_DEPLOY are known to 
> > root, and the axiscpp.conf and server.wsdd are set up as described in the 
> > documentation.
> > But I also had to add the line "AddModule mod_axic.cpp" in the httpd.conf, 
> > otherwise I got an errror message because of a broken config file.
> >
> > Now, when calling apachectl start, the process aborts and I get the message 
> > "httpd could not be started". I also get a warning: ".../libaxiscpp_mod.so 
> > uses plain Apache 1.3 API, this modul might crasch under EAPI! (please 
> > recompile it with -DEAPI)".
> >
> > I already tried to install axis from sources, but there is no 
> > configure-script(?). I am not so experienced with linux-systems, so am I 
> > missing something?
> >
> > Do I need to copy any files (axiscpp.conf) into my $APACHE_HOME directory 
> > or in the (nonexistent) $AXISCPP_DEPLOY/conf ? I found people writing about 
> > this in some old mails, but it seems to apply to older versions.
> >
> > Thanks for any help and regards,
> >
> > Jutta
> __
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
> 
>


Re: problems starting apache1.3 on linux with axis-c-1.4

2005-01-25 Thread jata-c
Hello Samisa,

thanks for you answer and the information.

Here is what happens:

When I remove the line "AddModule mod_axis.cpp" from the httpd.conf apache will 
start but I can't acces the axis start page ("The requested URL /axis was not 
found on this server.") 
The error_log says: 
"[error] : Cannot remove module mod_axis.cpp: not found in module list"

If I add the AddModule line again,  apache does not start at all ("httpd could 
not be started") but it doesn't give any reasons. The error_log contains no new 
entries and I didn't get any other output using the -X option.

Anyway, I can't locate the file mod_axis.cpp - do I need to install it 
somewhere?

Thanks,

Jutta


Hi,
Please try running apache server in debug mode using:
httpd -X

Most of the time, this will write out errors to standard output.

> (nonexistent) $AXISCPP_DEPLOY/conf ?
$AXISCPP_DEPLOY/conf is no more used. Rather $AXISCPP_DEPLOY/etc is used.
Make sure that axiscpp.conf is in that folder and also make sure that
locations of the entries in the axiscpp.conf are correct.

> I already tried to install axis from sources, but there is no 
> configure-script(?)
Yes this is a packaging mistake. You can use the command:
sh autogen.sh
to generate the configure script.

Additionally have a look at the $APACHE_HOME/logs/error_log for any clues.
If you could send more info on the httpd -X and any Axis related
errors in $APACHE_HOME/logs/error_log, it would be easier to help fix
the problems.

Thanks,
Samisa...


On Mon, 24 Jan 2005 09:07:17 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am using the binaries of axis-c-1.4 and followed the installation 
> instructions very closely. $AXISCPP_HOME and $AXISCPP_DEPLOY are known to 
> root, and the axiscpp.conf and server.wsdd are set up as described in the 
> documentation.
> But I also had to add the line "AddModule mod_axic.cpp" in the httpd.conf, 
> otherwise I got an errror message because of a broken config file.
>
> Now, when calling apachectl start, the process aborts and I get the message 
> "httpd could not be started". I also get a warning: ".../libaxiscpp_mod.so 
> uses plain Apache 1.3 API, this modul might crasch under EAPI! (please 
> recompile it with -DEAPI)".
>
> I already tried to install axis from sources, but there is no 
> configure-script(?). I am not so experienced with linux-systems, so am I 
> missing something?
>
> Do I need to copy any files (axiscpp.conf) into my $APACHE_HOME directory or 
> in the (nonexistent) $AXISCPP_DEPLOY/conf ? I found people writing about this 
> in some old mails, but it seems to apply to older versions.
>
> Thanks for any help and regards,
>
> Jutta
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193



Re: problems starting apache1.3 on linux with axis-c-1.4

2005-01-24 Thread Samisa Abeysinghe
Hi,
Please try running apache server in debug mode using:
httpd -X

Most of the time, this will write out errors to standard output.

> (nonexistent) $AXISCPP_DEPLOY/conf ?
$AXISCPP_DEPLOY/conf  is no more used. Rather $AXISCPP_DEPLOY/etc is used.
Make sure that axiscpp.conf is in that folder and also make sure that
locations of the entries in the axiscpp.conf are correct.

> I already tried to install axis from sources, but there is no 
> configure-script(?)
Yes this is a packaging mistake. You can use the command:
sh autogen.sh 
to generate the configure script.

Additionally have a look at the $APACHE_HOME/logs/error_log for any clues.
If you could send more info on the httpd -X and any Axis related
errors in $APACHE_HOME/logs/error_log, it would be easier to help fix
the problems.

Thanks,
Samisa...


On Mon, 24 Jan 2005 09:07:17 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I am using the binaries of axis-c-1.4 and followed the installation 
> instructions very closely.  $AXISCPP_HOME and $AXISCPP_DEPLOY are known to 
> root, and the axiscpp.conf and server.wsdd are set up as described in the 
> documentation.
> But I also had to add the line "AddModule mod_axic.cpp" in the httpd.conf, 
> otherwise I got an errror message because of a broken config file.
> 
> Now, when calling apachectl start, the process aborts and I get the message 
> "httpd could not be started". I also get a warning: ".../libaxiscpp_mod.so 
> uses plain Apache 1.3 API, this modul might crasch under EAPI! (please 
> recompile it with -DEAPI)".
> 
> I already tried to install axis from sources, but there is no 
> configure-script(?). I am not so experienced with linux-systems, so am I 
> missing something?
> 
> Do I need to copy any files (axiscpp.conf) into my $APACHE_HOME directory or 
> in the (nonexistent) $AXISCPP_DEPLOY/conf ? I found people writing about this 
> in some old mails, but it seems to apply to older versions.
> 
> Thanks for any help and regards,
> 
> Jutta
> __
> Verschicken Sie romantische, coole und witzige Bilder per SMS!
> Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
> 
>


problems starting apache1.3 on linux with axis-c-1.4

2005-01-24 Thread jata-c
Hi,

I am using the binaries of axis-c-1.4 and followed the installation 
instructions very closely.  $AXISCPP_HOME and $AXISCPP_DEPLOY are known to 
root, and the axiscpp.conf and server.wsdd are set up as described in the 
documentation.
But I also had to add the line "AddModule mod_axic.cpp" in the httpd.conf, 
otherwise I got an errror message because of a broken config file.

Now, when calling apachectl start, the process aborts and I get the message 
"httpd could not be started". I also get a warning: ".../libaxiscpp_mod.so uses 
plain Apache 1.3 API, this modul might crasch under EAPI! (please recompile it 
with -DEAPI)".

I already tried to install axis from sources, but there is no 
configure-script(?). I am not so experienced with linux-systems, so am I 
missing something?

Do I need to copy any files (axiscpp.conf) into my $APACHE_HOME directory or in 
the (nonexistent) $AXISCPP_DEPLOY/conf ? I found people writing about this in 
some old mails, but it seems to apply to older versions.

Thanks for any help and regards,

Jutta
__
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193