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 Dushshantha Chandaradasa <du...@gmail.com> on 2005/02/03 05:58:19 UTC

Ant build fails

Hi all,

Ant build was failed on latest CVS checkout with following error messages..

       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot open includ
e file: 'tpipv6.h': No such file or directory
       [cc] HTTPChannel.cpp
       [cc] C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot open includ
e file: 'tpipv6.h': No such file or directory
       [cc] Generating Code...

BUILD FAILED
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197: The foll
owing error occurred while executing this line:
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186: The foll
owing error occurred while executing this line:
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:123: The foll
owing error occurred while executing this line:
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build\buildChannel.xml:
25: cl failed with return code 2

Total time: 1 minute 47 seconds
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c>


Dushshantha...

Re: Ant build fails

Posted by Dushshantha Chandaradasa <du...@gmail.com>.
I managed to build it with the following setting on the property file.

HTTP.SSLChannel = false

ushshantha




On Thu, 3 Feb 2005 14:42:22 +0600, Samisa Abeysinghe
<sa...@gmail.com> wrote:
> Additionally, if you do not want to build SSL channel, make the SSL
> option false in properties file.
> 
> HTTP.SSLChannel = false.
> 
> Thanks,
> Samisa...
> 
> 
> On Thu, 3 Feb 2005 08:26:43 +0000, Adrian Dick <ad...@uk.ibm.com> wrote:
> > Hi,
> >
> > To build the HTTPSSLChannel, you require the OpenSSL prereq be available on
> > your machine, and that an environment variable OPENSSL_HOME be set to it's
> > location.
> >
> > It would appear the ANT Build Guide needs updating following the recent
> > changes to the transport and SSL libraries.
> >
> > Regards,
> > Adrian
> > _______________________________________
> > Adrian Dick (adrian.dick@uk.ibm.com)
> >
> > Dushshantha Chandaradasa <du...@gmail.com> wrote on
> > 03/02/2005 08:10:16:
> >
> > > HI Sanjaya,
> > >
> > > now im getting this error
> > >
> > >        [cc] HTTPChannel.cpp
> > >        [cc] Generating Code...
> > >        [cc] Starting link
> > >        [cc]    Creating library HTTPChannel.lib and object
> > HTTPChannel.exp
> > >
> > > compileAxisHTTPTransportSSLChannel:
> > > Suspicious library name starting with "lib": libeay32
> > > Suspicious library name starting with "lib": libeay32
> > >
> > > BUILD FAILED
> > > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197:
> > The f
> > > owing error occurred while executing this line:
> > > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186:
> > The f
> > > owing error occurred while executing this line:
> > > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:134:
> > The f
> > > owing error occurred while executing this line:
> > > C:\Documents and
> > Settings\dchandradasa\Desktop\ws-axis\c\build\buildSSLChanne
> > > ml:39: C:\Documents and
> > Settings\dchandradasa\Desktop\ws-axis\c\${env.OPENSSL
> > > ME}\out32dll not found.
> > >
> > > Total time: 14 seconds
> > >
> > > Dushshantha...
> > >
> > >
> > >
> > > On Thu, 3 Feb 2005 11:07:06 +0600, sanjaya singharage
> > > <sa...@opensource.lk> wrote:
> > > > Please refer to the thread "ant build fails 01.02.2005" a couple of
> > days
> > > > ago.
> > > >
> > > > sanjaya.
> > > > ----- Original Message -----
> > > > From: "Dushshantha Chandaradasa" <du...@gmail.com>
> > > > To: <ax...@ws.apache.org>
> > > > Sent: Thursday, February 03, 2005 10:58 AM
> > > > Subject: Ant build fails
> > > >
> > > > > Hi all,
> > > > >
> > > > > Ant build was failed on latest CVS checkout with following error
> > > > messages..
> > > > >
> > > > >        [cc] C:\Documents and
> > > > Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> > > > > rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot
> > open
> > > > includ
> > > > > e file: 'tpipv6.h': No such file or directory
> > > > >        [cc] HTTPChannel.cpp
> > > > >        [cc] C:\Documents and
> > > > Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> > > > > rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot
> > open
> > > > includ
> > > > > e file: 'tpipv6.h': No such file or directory
> > > > >        [cc] Generating Code...
> > > > >
> > > > > BUILD FAILED
> > > > > C:\Documents and
> > Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197:
> > > > The foll
> > > > > owing error occurred while executing this line:
> > > > > C:\Documents and
> > Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186:
> > > > The foll
> > > > > owing error occurred while executing this line:
> > > > > C:\Documents and
> > Settings\dchandradasa\Desktop\ws-axis\c\build.xml:123:
> > > > The foll
> > > > > owing error occurred while executing this line:
> > > > > C:\Documents and
> > > > Settings\dchandradasa\Desktop\ws-axis\c\build\buildChannel.xml:
> > > > > 25: cl failed with return code 2
> > > > >
> > > > > Total time: 1 minute 47 seconds
> > > > > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c>
> > > > >
> > > > >
> > > > > Dushshantha...
> > > > >
> > > > >
> > > >
> > > >
> >
> >
>

Re: bugs fixed for 1.5 alpha

Posted by John Hawkins <HA...@uk.ibm.com>.
Hi Sanjaya,

You can create a filter on JIRA to do this for you. There is one by 
default called "Resolved recently" which can show you how.





"sanjaya singharage" <sa...@opensource.lk> 
03/02/2005 09:29
Please respond to
"Apache AXIS C Developers List"


To
"Apache AXIS C Developers List" <ax...@ws.apache.org>
cc

Subject
bugs fixed for 1.5 alpha






Hi all,
could everyone put down the bugs (jiras) they fixed for the 1.5 alpha so
that they could be put in the release notice?

sanjaya.




bugs fixed for 1.5 alpha

Posted by sanjaya singharage <sa...@opensource.lk>.
Hi all,
could everyone put down the bugs (jiras) they fixed for the 1.5 alpha so
that they could be put in the release notice?

sanjaya.



RpcHttpHeaderTest1 fails in "release1-5-alpha-cand1"

Posted by sanjaya singharage <sa...@opensource.lk>.
I am getting this error from RpcHttpHeaderTest1.  this is while the
calculator test runs. can I have some help on this please?

sanjaya.

invoking echoString...
HTTPTransportException:Unknown Transport Exception Failed to open connection
to server:
     hostname='localhost'
    port='80'
    Error Message='No connection could be made because the target machine
actively refused it.
'    Error Code='10061'

Test transport property accessors
First transport key = Accept-Language
First transport value =  da, en-gb;q=0.8, en;q=0.7
HTTPTransportException:Unknown Transport Exception Failed to open connection
to server:
     hostname='localhost'
    port='80'
    Error Message='No connection could be made because the target machine
actively refused it.
'    Error Code='10061'

HTTP Header test end



Re: Ant build fails

Posted by Samisa Abeysinghe <sa...@gmail.com>.
Additionally, if you do not want to build SSL channel, make the SSL
option false in properties file.

HTTP.SSLChannel = false.

Thanks,
Samisa...


On Thu, 3 Feb 2005 08:26:43 +0000, Adrian Dick <ad...@uk.ibm.com> wrote:
> Hi,
> 
> To build the HTTPSSLChannel, you require the OpenSSL prereq be available on
> your machine, and that an environment variable OPENSSL_HOME be set to it's
> location.
> 
> It would appear the ANT Build Guide needs updating following the recent
> changes to the transport and SSL libraries.
> 
> Regards,
> Adrian
> _______________________________________
> Adrian Dick (adrian.dick@uk.ibm.com)
> 
> Dushshantha Chandaradasa <du...@gmail.com> wrote on
> 03/02/2005 08:10:16:
> 
> > HI Sanjaya,
> >
> > now im getting this error
> >
> >        [cc] HTTPChannel.cpp
> >        [cc] Generating Code...
> >        [cc] Starting link
> >        [cc]    Creating library HTTPChannel.lib and object
> HTTPChannel.exp
> >
> > compileAxisHTTPTransportSSLChannel:
> > Suspicious library name starting with "lib": libeay32
> > Suspicious library name starting with "lib": libeay32
> >
> > BUILD FAILED
> > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197:
> The f
> > owing error occurred while executing this line:
> > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186:
> The f
> > owing error occurred while executing this line:
> > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:134:
> The f
> > owing error occurred while executing this line:
> > C:\Documents and
> Settings\dchandradasa\Desktop\ws-axis\c\build\buildSSLChanne
> > ml:39: C:\Documents and
> Settings\dchandradasa\Desktop\ws-axis\c\${env.OPENSSL
> > ME}\out32dll not found.
> >
> > Total time: 14 seconds
> >
> > Dushshantha...
> >
> >
> >
> > On Thu, 3 Feb 2005 11:07:06 +0600, sanjaya singharage
> > <sa...@opensource.lk> wrote:
> > > Please refer to the thread "ant build fails 01.02.2005" a couple of
> days
> > > ago.
> > >
> > > sanjaya.
> > > ----- Original Message -----
> > > From: "Dushshantha Chandaradasa" <du...@gmail.com>
> > > To: <ax...@ws.apache.org>
> > > Sent: Thursday, February 03, 2005 10:58 AM
> > > Subject: Ant build fails
> > >
> > > > Hi all,
> > > >
> > > > Ant build was failed on latest CVS checkout with following error
> > > messages..
> > > >
> > > >        [cc] C:\Documents and
> > > Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> > > > rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot
> open
> > > includ
> > > > e file: 'tpipv6.h': No such file or directory
> > > >        [cc] HTTPChannel.cpp
> > > >        [cc] C:\Documents and
> > > Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> > > > rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot
> open
> > > includ
> > > > e file: 'tpipv6.h': No such file or directory
> > > >        [cc] Generating Code...
> > > >
> > > > BUILD FAILED
> > > > C:\Documents and
> Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197:
> > > The foll
> > > > owing error occurred while executing this line:
> > > > C:\Documents and
> Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186:
> > > The foll
> > > > owing error occurred while executing this line:
> > > > C:\Documents and
> Settings\dchandradasa\Desktop\ws-axis\c\build.xml:123:
> > > The foll
> > > > owing error occurred while executing this line:
> > > > C:\Documents and
> > > Settings\dchandradasa\Desktop\ws-axis\c\build\buildChannel.xml:
> > > > 25: cl failed with return code 2
> > > >
> > > > Total time: 1 minute 47 seconds
> > > > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c>
> > > >
> > > >
> > > > Dushshantha...
> > > >
> > > >
> > >
> > >
> 
>

Re: Ant build fails

Posted by Adrian Dick <ad...@uk.ibm.com>.
Hi,

To build the HTTPSSLChannel, you require the OpenSSL prereq be available on
your machine, and that an environment variable OPENSSL_HOME be set to it's
location.

It would appear the ANT Build Guide needs updating following the recent
changes to the transport and SSL libraries.

Regards,
Adrian
_______________________________________
Adrian Dick (adrian.dick@uk.ibm.com)


Dushshantha Chandaradasa <du...@gmail.com> wrote on
03/02/2005 08:10:16:

> HI Sanjaya,
>
> now im getting this error
>
>        [cc] HTTPChannel.cpp
>        [cc] Generating Code...
>        [cc] Starting link
>        [cc]    Creating library HTTPChannel.lib and object
HTTPChannel.exp
>
> compileAxisHTTPTransportSSLChannel:
> Suspicious library name starting with "lib": libeay32
> Suspicious library name starting with "lib": libeay32
>
> BUILD FAILED
> C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197:
The f
> owing error occurred while executing this line:
> C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186:
The f
> owing error occurred while executing this line:
> C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:134:
The f
> owing error occurred while executing this line:
> C:\Documents and
Settings\dchandradasa\Desktop\ws-axis\c\build\buildSSLChanne
> ml:39: C:\Documents and
Settings\dchandradasa\Desktop\ws-axis\c\${env.OPENSSL
> ME}\out32dll not found.
>
> Total time: 14 seconds
>
> Dushshantha...
>
>
>
> On Thu, 3 Feb 2005 11:07:06 +0600, sanjaya singharage
> <sa...@opensource.lk> wrote:
> > Please refer to the thread "ant build fails 01.02.2005" a couple of
days
> > ago.
> >
> > sanjaya.
> > ----- Original Message -----
> > From: "Dushshantha Chandaradasa" <du...@gmail.com>
> > To: <ax...@ws.apache.org>
> > Sent: Thursday, February 03, 2005 10:58 AM
> > Subject: Ant build fails
> >
> > > Hi all,
> > >
> > > Ant build was failed on latest CVS checkout with following error
> > messages..
> > >
> > >        [cc] C:\Documents and
> > Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> > > rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot
open
> > includ
> > > e file: 'tpipv6.h': No such file or directory
> > >        [cc] HTTPChannel.cpp
> > >        [cc] C:\Documents and
> > Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> > > rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot
open
> > includ
> > > e file: 'tpipv6.h': No such file or directory
> > >        [cc] Generating Code...
> > >
> > > BUILD FAILED
> > > C:\Documents and
Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197:
> > The foll
> > > owing error occurred while executing this line:
> > > C:\Documents and
Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186:
> > The foll
> > > owing error occurred while executing this line:
> > > C:\Documents and
Settings\dchandradasa\Desktop\ws-axis\c\build.xml:123:
> > The foll
> > > owing error occurred while executing this line:
> > > C:\Documents and
> > Settings\dchandradasa\Desktop\ws-axis\c\build\buildChannel.xml:
> > > 25: cl failed with return code 2
> > >
> > > Total time: 1 minute 47 seconds
> > > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c>
> > >
> > >
> > > Dushshantha...
> > >
> > >
> >
> >


Re: Ant build fails

Posted by Dushshantha Chandaradasa <du...@gmail.com>.
HI Sanjaya,

now im getting this error

       [cc] HTTPChannel.cpp
       [cc] Generating Code...
       [cc] Starting link
       [cc]    Creating library HTTPChannel.lib and object HTTPChannel.exp

compileAxisHTTPTransportSSLChannel:
Suspicious library name starting with "lib": libeay32
Suspicious library name starting with "lib": libeay32

BUILD FAILED
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197: The f
owing error occurred while executing this line:
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186: The f
owing error occurred while executing this line:
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:134: The f
owing error occurred while executing this line:
C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build\buildSSLChanne
ml:39: C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\${env.OPENSSL
ME}\out32dll not found.

Total time: 14 seconds

Dushshantha...



On Thu, 3 Feb 2005 11:07:06 +0600, sanjaya singharage
<sa...@opensource.lk> wrote:
> Please refer to the thread "ant build fails 01.02.2005" a couple of days
> ago.
> 
> sanjaya.
> ----- Original Message -----
> From: "Dushshantha Chandaradasa" <du...@gmail.com>
> To: <ax...@ws.apache.org>
> Sent: Thursday, February 03, 2005 10:58 AM
> Subject: Ant build fails
> 
> > Hi all,
> >
> > Ant build was failed on latest CVS checkout with following error
> messages..
> >
> >        [cc] C:\Documents and
> Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> > rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot open
> includ
> > e file: 'tpipv6.h': No such file or directory
> >        [cc] HTTPChannel.cpp
> >        [cc] C:\Documents and
> Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> > rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot open
> includ
> > e file: 'tpipv6.h': No such file or directory
> >        [cc] Generating Code...
> >
> > BUILD FAILED
> > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197:
> The foll
> > owing error occurred while executing this line:
> > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186:
> The foll
> > owing error occurred while executing this line:
> > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:123:
> The foll
> > owing error occurred while executing this line:
> > C:\Documents and
> Settings\dchandradasa\Desktop\ws-axis\c\build\buildChannel.xml:
> > 25: cl failed with return code 2
> >
> > Total time: 1 minute 47 seconds
> > C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c>
> >
> >
> > Dushshantha...
> >
> >
> 
>

Re: Ant build fails

Posted by sanjaya singharage <sa...@opensource.lk>.
Please refer to the thread "ant build fails 01.02.2005" a couple of days
ago.

sanjaya.
----- Original Message -----
From: "Dushshantha Chandaradasa" <du...@gmail.com>
To: <ax...@ws.apache.org>
Sent: Thursday, February 03, 2005 10:58 AM
Subject: Ant build fails


> Hi all,
>
> Ant build was failed on latest CVS checkout with following error
messages..
>
>        [cc] C:\Documents and
Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot open
includ
> e file: 'tpipv6.h': No such file or directory
>        [cc] HTTPChannel.cpp
>        [cc] C:\Documents and
Settings\dchandradasa\Desktop\ws-axis\c\src\transpo
> rt\axis3\HTTPChannel\HTTPChannel.hpp(16) : fatal error C1083: Cannot open
includ
> e file: 'tpipv6.h': No such file or directory
>        [cc] Generating Code...
>
> BUILD FAILED
> C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:197:
The foll
> owing error occurred while executing this line:
> C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:186:
The foll
> owing error occurred while executing this line:
> C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c\build.xml:123:
The foll
> owing error occurred while executing this line:
> C:\Documents and
Settings\dchandradasa\Desktop\ws-axis\c\build\buildChannel.xml:
> 25: cl failed with return code 2
>
> Total time: 1 minute 47 seconds
> C:\Documents and Settings\dchandradasa\Desktop\ws-axis\c>
>
>
> Dushshantha...
>
>