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 "Thiago Rafael Becker (JIRA)" <ji...@apache.org> on 2008/05/30 20:04:45 UTC

[jira] Created: (AXIS2C-1172) Neethi builds tests when --disable-tests is provided

Neethi builds tests when --disable-tests is provided
----------------------------------------------------

                 Key: AXIS2C-1172
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1172
             Project: Axis2-C
          Issue Type: Bug
          Components: build system (Unix/Linux)
    Affects Versions: 1.3.0, 1.4.0, Current (Nightly), 1.4.1
         Environment: Linux
            Reporter: Thiago Rafael Becker
            Priority: Trivial


When --disable-tests is provided, neethi still build tests.
Reproduce building neethi before patching.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (AXIS2C-1172) Neethi builds tests when --disable-tests is provided

Posted by "Sanjaya Ratnaweera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanjaya Ratnaweera resolved AXIS2C-1172.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: Current (Nightly)

Patch applied. Thanks Thiago for the patch.

> Neethi builds tests when --disable-tests is provided
> ----------------------------------------------------
>
>                 Key: AXIS2C-1172
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1172
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.3.0, 1.4.0, Current (Nightly), 1.4.1
>         Environment: Linux
>            Reporter: Thiago Rafael Becker
>            Assignee: Sanjaya Ratnaweera
>            Priority: Trivial
>             Fix For: Current (Nightly)
>
>         Attachments: neethi-disable-tests-build.diff
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When --disable-tests is provided, neethi still build tests.
> Reproduce building neethi before patching.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (AXIS2C-1172) Neethi builds tests when --disable-tests is provided

Posted by "Thiago Rafael Becker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago Rafael Becker updated AXIS2C-1172:
-----------------------------------------

    Attachment: neethi-disable-tests-build.diff

> Neethi builds tests when --disable-tests is provided
> ----------------------------------------------------
>
>                 Key: AXIS2C-1172
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1172
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.3.0, 1.4.0, Current (Nightly), 1.4.1
>         Environment: Linux
>            Reporter: Thiago Rafael Becker
>            Priority: Trivial
>         Attachments: neethi-disable-tests-build.diff
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When --disable-tests is provided, neethi still build tests.
> Reproduce building neethi before patching.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


Re: question about working with SSL

Posted by Rajika Kumarasiri <ra...@gmail.com>.
On Sun, Jun 1, 2008 at 8:08 AM, denis zhytnik <dz...@sitrusllc.com.ua>
wrote:

> Nandika Jayawardana пишет:
>
>  Hi Denis,
>>
>> If you want to use Axis2/C server with SSL, you need to deploy axis2
>> on apache2 Web Server and configure apache2 with SSL. Please refer to
>> the axis2 manual for configuring axis2 with Apache2 and configuring
>> SSL.
>>
>> Regards
>> Nandika
>>
>>
>> On Sun, Jun 1, 2008 at 6:53 AM, denis zhytnik <dz...@sitrusllc.com.ua>
>> wrote:
>>
>>
>>> Hello.
>>> I have a problem with connecting to axis2/c server over SSL. I use 1.4
>>> version of Axis2/c and 0_9_8g version of OpenSSL. I have built Axis2/c
>>> with
>>> ENABLE_SSL=1, and the server seems to be built correctly. I run the
>>> server
>>> with parametr -p 443. But when I try to run the following command:
>>> *>>>openssl s_client -connect localhost:443*
>>> I can not receive any answer, though I see message
>>> *>>>connected(00000780).
>>> *and nearly two minutes later I get message "ssl handshake failure"
>>>
>>> Here is the strings from the server's log file:
>>> /[Fri May 30 19:10:13 2008] [error]
>>> ..\..\src\core\transport\http\common\http_request_line.c(112) Invalid
>>> status
>>> line or invalid request line
>>> [Fri May 30 19:10:13 2008] [error]
>>> ..\..\src\core\transport\http\common\simple_http_svr_conn.c(206) Invalid
>>> status line or invalid request line
>>> [Fri May 30 19:10:13 2008] [warning]
>>> ..\..\src\core\transport\http\receiver\http_svr_thread.c(285) Error
>>> occured
>>> in processing request
>>> /Can anybody help me in solving my problem?
>>> Thanks.
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>>
>>
>>
>>
>
>  Thank you very much. And, as I understand, I will have to use apache2.exe
>> instead of axis2_http_server.exe? Is it right?
>
> See here,
http://ws.apache.org/axis2/c/docs/axis2c_manual.html#mod_axis2

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


-- 
comp.lang.c - http://groups.google.com/group/comp.lang.c/topics

Re: question about working with SSL

Posted by Nandika Jayawardana <ja...@gmail.com>.
You can deploy axis2 services on Apache2 server with mod_axis2.dll
(apache2 module that comes with axis2 ).  If the apache2 is configured
with SSL,when you start apache2, the deployed axis2 services can be
accessed over SSL.

Regards
Nandika

On Sun, Jun 1, 2008 at 8:08 AM, denis zhytnik <dz...@sitrusllc.com.ua> wrote:
> Nandika Jayawardana пишет:
>>
>> Hi Denis,
>>
>> If you want to use Axis2/C server with SSL, you need to deploy axis2
>> on apache2 Web Server and configure apache2 with SSL. Please refer to
>> the axis2 manual for configuring axis2 with Apache2 and configuring
>> SSL.
>>
>> Regards
>> Nandika
>>
>>
>> On Sun, Jun 1, 2008 at 6:53 AM, denis zhytnik <dz...@sitrusllc.com.ua>
>> wrote:
>>
>>>
>>> Hello.
>>> I have a problem with connecting to axis2/c server over SSL. I use 1.4
>>> version of Axis2/c and 0_9_8g version of OpenSSL. I have built Axis2/c
>>> with
>>> ENABLE_SSL=1, and the server seems to be built correctly. I run the
>>> server
>>> with parametr -p 443. But when I try to run the following command:
>>> *>>>openssl s_client -connect localhost:443*
>>> I can not receive any answer, though I see message
>>> *>>>connected(00000780).
>>> *and nearly two minutes later I get message "ssl handshake failure"
>>>
>>> Here is the strings from the server's log file:
>>> /[Fri May 30 19:10:13 2008] [error]
>>> ..\..\src\core\transport\http\common\http_request_line.c(112) Invalid
>>> status
>>> line or invalid request line
>>> [Fri May 30 19:10:13 2008] [error]
>>> ..\..\src\core\transport\http\common\simple_http_svr_conn.c(206) Invalid
>>> status line or invalid request line
>>> [Fri May 30 19:10:13 2008] [warning]
>>> ..\..\src\core\transport\http\receiver\http_svr_thread.c(285) Error
>>> occured
>>> in processing request
>>> /Can anybody help me in solving my problem?
>>> Thanks.
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>>
>>
>>
>
>> Thank you very much. And, as I understand, I will have to use apache2.exe
>> instead of axis2_http_server.exe? Is it right?
>
> Regards, Den.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-dev-help@ws.apache.org
>
>



-- 
http://nandikajayawardana.blogspot.com/
WSO2 Inc: http://www.wso2.com

Re: question about working with SSL

Posted by denis zhytnik <dz...@sitrusllc.com.ua>.
Nandika Jayawardana пишет:
> Hi Denis,
>
> If you want to use Axis2/C server with SSL, you need to deploy axis2
> on apache2 Web Server and configure apache2 with SSL. Please refer to
> the axis2 manual for configuring axis2 with Apache2 and configuring
> SSL.
>
> Regards
> Nandika
>
>
> On Sun, Jun 1, 2008 at 6:53 AM, denis zhytnik <dz...@sitrusllc.com.ua> wrote:
>   
>> Hello.
>> I have a problem with connecting to axis2/c server over SSL. I use 1.4
>> version of Axis2/c and 0_9_8g version of OpenSSL. I have built Axis2/c with
>> ENABLE_SSL=1, and the server seems to be built correctly. I run the server
>> with parametr -p 443. But when I try to run the following command:
>> *>>>openssl s_client -connect localhost:443*
>> I can not receive any answer, though I see message
>> *>>>connected(00000780).
>> *and nearly two minutes later I get message "ssl handshake failure"
>>
>> Here is the strings from the server's log file:
>> /[Fri May 30 19:10:13 2008] [error]
>> ..\..\src\core\transport\http\common\http_request_line.c(112) Invalid status
>> line or invalid request line
>> [Fri May 30 19:10:13 2008] [error]
>> ..\..\src\core\transport\http\common\simple_http_svr_conn.c(206) Invalid
>> status line or invalid request line
>> [Fri May 30 19:10:13 2008] [warning]
>> ..\..\src\core\transport\http\receiver\http_svr_thread.c(285) Error occured
>> in processing request
>> /Can anybody help me in solving my problem?
>> Thanks.
>>
>> ---------------------------------------------------------------------
>> 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
>
>
>
>   

> Thank you very much. And, as I understand, I will have to use apache2.exe instead of axis2_http_server.exe? Is it right?
Regards, Den.


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


Re: question about working with SSL

Posted by Nandika Jayawardana <ja...@gmail.com>.
Hi Denis,

If you want to use Axis2/C server with SSL, you need to deploy axis2
on apache2 Web Server and configure apache2 with SSL. Please refer to
the axis2 manual for configuring axis2 with Apache2 and configuring
SSL.

Regards
Nandika


On Sun, Jun 1, 2008 at 6:53 AM, denis zhytnik <dz...@sitrusllc.com.ua> wrote:
> Hello.
> I have a problem with connecting to axis2/c server over SSL. I use 1.4
> version of Axis2/c and 0_9_8g version of OpenSSL. I have built Axis2/c with
> ENABLE_SSL=1, and the server seems to be built correctly. I run the server
> with parametr -p 443. But when I try to run the following command:
> *>>>openssl s_client -connect localhost:443*
> I can not receive any answer, though I see message
> *>>>connected(00000780).
> *and nearly two minutes later I get message "ssl handshake failure"
>
> Here is the strings from the server's log file:
> /[Fri May 30 19:10:13 2008] [error]
> ..\..\src\core\transport\http\common\http_request_line.c(112) Invalid status
> line or invalid request line
> [Fri May 30 19:10:13 2008] [error]
> ..\..\src\core\transport\http\common\simple_http_svr_conn.c(206) Invalid
> status line or invalid request line
> [Fri May 30 19:10:13 2008] [warning]
> ..\..\src\core\transport\http\receiver\http_svr_thread.c(285) Error occured
> in processing request
> /Can anybody help me in solving my problem?
> Thanks.
>
> ---------------------------------------------------------------------
> 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


question about working with SSL

Posted by denis zhytnik <dz...@sitrusllc.com.ua>.
Hello.
I have a problem with connecting to axis2/c server over SSL. I use 1.4 
version of Axis2/c and 0_9_8g version of OpenSSL. I have built Axis2/c 
with ENABLE_SSL=1, and the server seems to be built correctly. I run the 
server with parametr -p 443. But when I try to run the following command:
*>>>openssl s_client -connect localhost:443*
I can not receive any answer, though I see message
*>>>connected(00000780).
*and nearly two minutes later I get message "ssl handshake failure"

Here is the strings from the server's log file:
/[Fri May 30 19:10:13 2008] [error] 
..\..\src\core\transport\http\common\http_request_line.c(112) Invalid 
status line or invalid request line
[Fri May 30 19:10:13 2008] [error] 
..\..\src\core\transport\http\common\simple_http_svr_conn.c(206) Invalid 
status line or invalid request line
[Fri May 30 19:10:13 2008] [warning] 
..\..\src\core\transport\http\receiver\http_svr_thread.c(285) Error 
occured in processing request
/Can anybody help me in solving my problem?
Thanks.

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


[jira] Assigned: (AXIS2C-1172) Neethi builds tests when --disable-tests is provided

Posted by "Sanjaya Ratnaweera (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanjaya Ratnaweera reassigned AXIS2C-1172:
------------------------------------------

    Assignee: Sanjaya Ratnaweera

> Neethi builds tests when --disable-tests is provided
> ----------------------------------------------------
>
>                 Key: AXIS2C-1172
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1172
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.3.0, 1.4.0, Current (Nightly), 1.4.1
>         Environment: Linux
>            Reporter: Thiago Rafael Becker
>            Assignee: Sanjaya Ratnaweera
>            Priority: Trivial
>         Attachments: neethi-disable-tests-build.diff
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> When --disable-tests is provided, neethi still build tests.
> Reproduce building neethi before patching.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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