You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Jim Seipp <Ji...@avid.com> on 2007/04/09 18:04:09 UTC

libxslt.dll

Hi,

I am attempting to run "wsdl2code.exe"

And I get the error message "cannot find "libxslt.dll".
I cannot find this DLL anywhere?

Can someone please tell me where to find this?

Thanks,

Jim



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: deploy

Posted by Dumindu Pallewela <du...@wso2.com>.
Hi Jim,

It would be a great help for us to understand your problem if you be a
bit more verbose about the error occurred. IIUC, your echo client works
with the simple_axis_server but not when the server is deployed with 
apache2.
I'd list down a few obvious questions that comes right into my mind:

did you double check each step with what is given in the axis2 manual?
what is the output of the echo.exe?
what does the axis2 logs say?
what is the environment that you are running the server on? (eg. 
64-bit?, windows version, etc.)

Regards,
Dumindu.


Jim Seipp wrote:

> I am able to get the interface working from the client computer to the
> server computer if I use the "axis_"http_server.exe"
> If I try to deploy using Apache2 service on the server computer I cannot
> get these same test programs to run.
> These are the test programs supplied by AXIS2C (IE. echo.exe)
>
> Thanks,
>
> Jim


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: deploy

Posted by Jim Seipp <Ji...@avid.com>.
I am able to get the interface working from the client computer to the
server computer if I use the "axis_"http_server.exe"
If I try to deploy using Apache2 service on the server computer I cannot
get these same test programs to run.
These are the test programs supplied by AXIS2C (IE. echo.exe)

Thanks,

Jim

-----Original Message-----
From: Supun Kamburugamuva [mailto:supun06@gmail.com] 
Sent: Friday, April 13, 2007 10:31 PM
To: Apache AXIS C Developers List
Subject: Re: deploy

Hi,
I'm not clear about your problem. Did you add the AXIS2C_HOME
environment variable and Axis2c lib directory to the PATH environment
variable.

Supun..

On 4/13/07, Jim Seipp <Ji...@avid.com> wrote:
> Hi,
>
> I am not able to deploy the AXIS2C sample DLLs
> Should this be working?
> What port should I be using?
> Is there any diagnostics I can use to determine what is occurring?
>
> Thanks,
>
> Jim
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: deploy

Posted by Supun Kamburugamuva <su...@gmail.com>.
Hi,
I'm not clear about your problem. Did you add the AXIS2C_HOME
environment variable and Axis2c lib directory to the PATH environment
variable.

Supun..

On 4/13/07, Jim Seipp <Ji...@avid.com> wrote:
> Hi,
>
> I am not able to deploy the AXIS2C sample DLLs
> Should this be working?
> What port should I be using?
> Is there any diagnostics I can use to determine what is occurring?
>
> Thanks,
>
> Jim
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: tomcat

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Hi Samisa,
>
>Can you send me the instructions on the Apache 2 Module?
>  
>
http://ws.apache.org/axis2/c/docs/axis2c_manual.html#apa_mod

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: tomcat

Posted by Jim Seipp <Ji...@avid.com>.
Hi Samisa,

Can you send me the instructions on the Apache 2 Module?

Thanks,

Jim

-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa@wso2.com] 
Sent: Tuesday, April 10, 2007 5:51 PM
To: Apache AXIS C Developers List
Subject: Re: tomcat

Jim Seipp wrote:

>Hi,
>
>Instead of using the "axis2_http_server.exe" server is it possible to
>use the TomCat server?
>If so can please you tell me how to set up the server to use the Axis2C
>with TomCat?
>  
>
We do  not have support to dploy with Tomcat. However we have an Apache 
2 Module.

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: tomcat

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Can you please tell me how to deploy with Apache 2?
>  
>
http://ws.apache.org/axis2/c/docs/axis2c_manual.html#apa_mod

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: tomcat

Posted by Jim Seipp <Ji...@avid.com>.
Can you please tell me how to deploy with Apache 2?

Thanks,

Jim

-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa@wso2.com] 
Sent: Tuesday, April 10, 2007 5:51 PM
To: Apache AXIS C Developers List
Subject: Re: tomcat

Jim Seipp wrote:

>Hi,
>
>Instead of using the "axis2_http_server.exe" server is it possible to
>use the TomCat server?
>If so can please you tell me how to set up the server to use the Axis2C
>with TomCat?
>  
>
We do  not have support to dploy with Tomcat. However we have an Apache 
2 Module.

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: tomcat

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Hi,
>
>Instead of using the "axis2_http_server.exe" server is it possible to
>use the TomCat server?
>If so can please you tell me how to set up the server to use the Axis2C
>with TomCat?
>  
>
We do  not have support to dploy with Tomcat. However we have an Apache 
2 Module.

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


tomcat

Posted by Jim Seipp <Ji...@avid.com>.
Hi,

Instead of using the "axis2_http_server.exe" server is it possible to
use the TomCat server?
If so can please you tell me how to set up the server to use the Axis2C
with TomCat?

Thanks,

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


deploy

Posted by Jim Seipp <Ji...@avid.com>.
Hi,

I am not able to deploy the AXIS2C sample DLLs
Should this be working?
What port should I be using?
Is there any diagnostics I can use to determine what is occurring?

Thanks,

Jim



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: libxslt.dll

Posted by Dimuthu Gamage <di...@gmail.com>.
Hi Jim,
WSDL2C.java is in
http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/

you may use the WSDL2C.sh/ .bat in the
'http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/bin' to
run the tool

Regards
Dimuthu

On 4/11/07, Jim Seipp <Ji...@avid.com> wrote:
> Hi Samisa,
>
> I have browsed through the
>
> http://svn.apache.org/viewvc/webservices/axis2/trunk/java/
>
> and I cannot locate WSDL2C.java
>
> Can you please point me to the location for this?
>
> Thanks,
>
> Jim
>
> -----Original Message-----
> From: Samisa Abeysinghe [mailto:samisa@wso2.com]
> Sent: Tuesday, April 10, 2007 8:33 PM
> To: Apache AXIS C Developers List
> Subject: Re: libxslt.dll
>
> Jim Seipp wrote:
>
> >Can you please tell me where I may find the JAVA tool WSDL2C
> >
> >
> http://ws.apache.org/axis2/c/docs/userguide.html#WSDL2C_tool
>
> Samisa...
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: libxslt.dll

Posted by Jim Seipp <Ji...@avid.com>.
Hi Samisa,

I have browsed through the 

http://svn.apache.org/viewvc/webservices/axis2/trunk/java/

and I cannot locate WSDL2C.java

Can you please point me to the location for this?

Thanks,

Jim

-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa@wso2.com] 
Sent: Tuesday, April 10, 2007 8:33 PM
To: Apache AXIS C Developers List
Subject: Re: libxslt.dll

Jim Seipp wrote:

>Can you please tell me where I may find the JAVA tool WSDL2C
>  
>
http://ws.apache.org/axis2/c/docs/userguide.html#WSDL2C_tool

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: libxslt.dll

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Can you please tell me where I may find the JAVA tool WSDL2C
>  
>
http://ws.apache.org/axis2/c/docs/userguide.html#WSDL2C_tool

Samisa...


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: libxslt.dll

Posted by Jim Seipp <Ji...@avid.com>.
Can you please tell me where I may find the JAVA tool WSDL2C

Thanks,

Jim

-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa@wso2.com] 
Sent: Monday, April 09, 2007 8:40 PM
To: Apache AXIS C Developers List
Subject: Re: libxslt.dll

Jim Seipp wrote:

>Hi,
>
>I am attempting to run "wsdl2code.exe"
>
>And I get the error message "cannot find "libxslt.dll".
>I cannot find this DLL anywhere?
>
>Can someone please tell me where to find this?
>  
>
You can download it from : http://xmlsoft.org/XSLT/

Hoeever, it is advisable to use the Java too to generate C code - C tool

lags behind Java tool in terms of fatures and bug fixes.

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: releasing handles

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Hi,
>
>I noticed that if I run the Math.exe test continually, the "handle
>count", monitored from the Windows Task Monitor, increases about 10
>handles per call to math.exe
>Eventually this causes a memory issue.
>Is this a known bug?
>  
>
Please file a bug on this in Jira - this needs to be looked into.

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: releasing handles

Posted by Jim Seipp <Ji...@avid.com>.
Hi Nadir,

I am using Visual Studio 7.1 and I have not been successful in building
from the source tree. Is anyone else having problems building the
sources?
I am using the library files from the bin release 0.96
The handles I am referring to are displayed in the Task Monitor that is
supplied with Windows XP.
If you look at "Performance/Totals/Handles, the count continues top
increase on the server after each Math.exe call.
How do I get the current SVN snap shot?

Thanks,

Jim

-----Original Message-----
From: Nadir Amra [mailto:amra@us.ibm.com] 
Sent: Tuesday, April 10, 2007 8:21 PM
To: Apache AXIS C Developers List
Subject: Re: releasing handles

Jim,

Not sure what handles you are talking about....but there was some
problems 
with the transport that have been fixed.  You will need to build the
code 
from the latest SVN snapshot.

Nadir K. Amra


"Jim Seipp" <Ji...@avid.com> wrote on 04/10/2007 08:01:40 AM:

> Hi,
> 
> I noticed that if I run the Math.exe test continually, the "handle
> count", monitored from the Windows Task Monitor, increases about 10
> handles per call to math.exe
> Eventually this causes a memory issue.
> Is this a known bug?
> 
> Thanks,
> 
> Jim
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: releasing handles

Posted by Nadir Amra <am...@us.ibm.com>.
Jim,

Not sure what handles you are talking about....but there was some problems 
with the transport that have been fixed.  You will need to build the code 
from the latest SVN snapshot.

Nadir K. Amra


"Jim Seipp" <Ji...@avid.com> wrote on 04/10/2007 08:01:40 AM:

> Hi,
> 
> I noticed that if I run the Math.exe test continually, the "handle
> count", monitored from the Windows Task Monitor, increases about 10
> handles per call to math.exe
> Eventually this causes a memory issue.
> Is this a known bug?
> 
> Thanks,
> 
> Jim
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


releasing handles

Posted by Jim Seipp <Ji...@avid.com>.
Hi,

I noticed that if I run the Math.exe test continually, the "handle
count", monitored from the Windows Task Monitor, increases about 10
handles per call to math.exe
Eventually this causes a memory issue.
Is this a known bug?

Thanks,

Jim


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


RE: libxslt.dll

Posted by Jim Seipp <Ji...@avid.com>.
Thanks..

-----Original Message-----
From: Samisa Abeysinghe [mailto:samisa@wso2.com] 
Sent: Monday, April 09, 2007 8:40 PM
To: Apache AXIS C Developers List
Subject: Re: libxslt.dll

Jim Seipp wrote:

>Hi,
>
>I am attempting to run "wsdl2code.exe"
>
>And I get the error message "cannot find "libxslt.dll".
>I cannot find this DLL anywhere?
>
>Can someone please tell me where to find this?
>  
>
You can download it from : http://xmlsoft.org/XSLT/

Hoeever, it is advisable to use the Java too to generate C code - C tool

lags behind Java tool in terms of fatures and bug fixes.

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


msjava.dll

Posted by Jim Seipp <Ji...@avid.com>.
Hi,

I want to use Axis2/C with the Apache Tom Cat. 
Can someone tell me how to do this?
Do I need msjava.dll and what is this dll for and where do I find it?

Thanks,

Jim


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: next release

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Hi,
>
>Is there any schedule for the next/final release of Axis2?
>  
>
We hope to release 1.0.0 by the end of this month. We will have release 
candidate out hopefully by end of this week.
Anyway, I do not think 1.0.0 would be the final release - there would be 
many improvements to follow :)

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


next release

Posted by Jim Seipp <Ji...@avid.com>.
Hi,

Is there any schedule for the next/final release of Axis2?

Thanks,

Jim


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


Re: libxslt.dll

Posted by Samisa Abeysinghe <sa...@wso2.com>.
Jim Seipp wrote:

>Hi,
>
>I am attempting to run "wsdl2code.exe"
>
>And I get the error message "cannot find "libxslt.dll".
>I cannot find this DLL anywhere?
>
>Can someone please tell me where to find this?
>  
>
You can download it from : http://xmlsoft.org/XSLT/

Hoeever, it is advisable to use the Java too to generate C code - C tool 
lags behind Java tool in terms of fatures and bug fixes.

Samisa...



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org