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 "Rajika Kumarasiri (JIRA)" <ji...@apache.org> on 2008/06/22 22:45:45 UTC

[jira] Created: (AXIS2C-1198) Connectionn to Qpid broker failed whiling starting AMQP trasnport

Connectionn to Qpid broker failed whiling starting AMQP trasnport
-----------------------------------------------------------------

                 Key: AXIS2C-1198
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1198
             Project: Axis2-C
          Issue Type: Bug
         Environment: Fedora 9(gcc 4.2.4)
            Reporter: Rajika Kumarasiri
            Priority: Minor


I compiled the AMQP transport. Then I was trying to test the transport with the given samples(According to the INSTALL file of AMQP transport  ). 
I started the qpid broker(qpidd) and it is running on port 5672
[rajika@localhost amqp]$ netstat -pant
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
tcp        0      0 0.0.0.0:5672                0.0.0.0:*                   LISTEN      25512/qpidd         
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      -                   
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      -                   
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      -                   
tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      -                   
tcp        0      0 0.0.0.0:53343               0.0.0.0:*                   LISTEN      -                   
tcp        0      0 192.168.1.4:59810           72.14.205.19:80             ESTABLISHED 2904/firefox        
tcp        0      0 192.168.1.4:54991           75.101.157.142:5222         ESTABLISHED 3790/pidgin         
tcp        0      0 127.0.0.1:33468             127.0.0.1:5672              TIME_WAIT   -                   
tcp        0      0 192.168.1.4:59781           72.14.205.19:80             TIME_WAIT   -                   
tcp        0      0 192.168.1.4:41106           209.85.163.125:5222         ESTABLISHED 3790/pidgin         
tcp        0      0 192.168.1.4:32967           66.163.181.174:5050         ESTABLISHED 3790/pidgin         
tcp        0      0 :::22                       :::*                        LISTEN      -             



Then I tried to start the axis2_amqp_server but the following was given continuously, 
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED


For me it  seems like a ip:port binding problem. And also the log(axis2_amqp) doesn't states anything special so I didn't add that here. The qpid broker is running on the default ip and the axis2_amqp_server is trying to connect to loopback address .

-- 
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] Closed: (AXIS2C-1198) Connectionn to Qpid broker failed whiling starting AMQP trasnport

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

Rajika Kumarasiri closed AXIS2C-1198.
-------------------------------------

    Resolution: Fixed

The issue was fixed and the AMQP transport works properly.

> Connectionn to Qpid broker failed whiling starting AMQP trasnport
> -----------------------------------------------------------------
>
>                 Key: AXIS2C-1198
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1198
>             Project: Axis2-C
>          Issue Type: Bug
>         Environment: Fedora 9(gcc 4.2.4)
>            Reporter: Rajika Kumarasiri
>            Priority: Minor
>
> I compiled the AMQP transport. Then I was trying to test the transport with the given samples(According to the INSTALL file of AMQP transport  ). 
> I started the qpid broker(qpidd) and it is running on port 5672
> [rajika@localhost amqp]$ netstat -pant
> (Not all processes could be identified, non-owned process info
>  will not be shown, you would have to be root to see it all.)
> Active Internet connections (servers and established)
> Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
> tcp        0      0 0.0.0.0:5672                0.0.0.0:*                   LISTEN      25512/qpidd         
> tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 0.0.0.0:53343               0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 192.168.1.4:59810           72.14.205.19:80             ESTABLISHED 2904/firefox        
> tcp        0      0 192.168.1.4:54991           75.101.157.142:5222         ESTABLISHED 3790/pidgin         
> tcp        0      0 127.0.0.1:33468             127.0.0.1:5672              TIME_WAIT   -                   
> tcp        0      0 192.168.1.4:59781           72.14.205.19:80             TIME_WAIT   -                   
> tcp        0      0 192.168.1.4:41106           209.85.163.125:5222         ESTABLISHED 3790/pidgin         
> tcp        0      0 192.168.1.4:32967           66.163.181.174:5050         ESTABLISHED 3790/pidgin         
> tcp        0      0 :::22                       :::*                        LISTEN      -             
> Then I tried to start the axis2_amqp_server but the following was given continuously, 
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> For me it  seems like a ip:port binding problem. And also the log(axis2_amqp) doesn't states anything special so I didn't add that here. The qpid broker is running on the default ip and the axis2_amqp_server is trying to connect to loopback address .

-- 
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] Commented: (AXIS2C-1198) Connectionn to Qpid broker failed whiling starting AMQP trasnport

Posted by "Rajika Kumarasiri (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607145#action_12607145 ] 

Rajika Kumarasiri commented on AXIS2C-1198:
-------------------------------------------

This issue occurred due to the fact that the qpid broker wasn't start with authentication information. Starting the qpid broker with --auth-no fixed the problem.  It would be a good idea to test  weather  our  qpid installation working properly (by running it's sample etc..) before testing the Axis2/C AMQP  transport  itself. 
This issue can safely close now.   

> Connectionn to Qpid broker failed whiling starting AMQP trasnport
> -----------------------------------------------------------------
>
>                 Key: AXIS2C-1198
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1198
>             Project: Axis2-C
>          Issue Type: Bug
>         Environment: Fedora 9(gcc 4.2.4)
>            Reporter: Rajika Kumarasiri
>            Priority: Minor
>
> I compiled the AMQP transport. Then I was trying to test the transport with the given samples(According to the INSTALL file of AMQP transport  ). 
> I started the qpid broker(qpidd) and it is running on port 5672
> [rajika@localhost amqp]$ netstat -pant
> (Not all processes could be identified, non-owned process info
>  will not be shown, you would have to be root to see it all.)
> Active Internet connections (servers and established)
> Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
> tcp        0      0 0.0.0.0:5672                0.0.0.0:*                   LISTEN      25512/qpidd         
> tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 127.0.0.1:25                0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 0.0.0.0:53343               0.0.0.0:*                   LISTEN      -                   
> tcp        0      0 192.168.1.4:59810           72.14.205.19:80             ESTABLISHED 2904/firefox        
> tcp        0      0 192.168.1.4:54991           75.101.157.142:5222         ESTABLISHED 3790/pidgin         
> tcp        0      0 127.0.0.1:33468             127.0.0.1:5672              TIME_WAIT   -                   
> tcp        0      0 192.168.1.4:59781           72.14.205.19:80             TIME_WAIT   -                   
> tcp        0      0 192.168.1.4:41106           209.85.163.125:5222         ESTABLISHED 3790/pidgin         
> tcp        0      0 192.168.1.4:32967           66.163.181.174:5050         ESTABLISHED 3790/pidgin         
> tcp        0      0 :::22                       :::*                        LISTEN      -             
> Then I tried to start the axis2_amqp_server but the following was given continuously, 
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> Connecting to Qpid Broker on 127.0.0.1:5672 ... FAILED
> For me it  seems like a ip:port binding problem. And also the log(axis2_amqp) doesn't states anything special so I didn't add that here. The qpid broker is running on the default ip and the axis2_amqp_server is trying to connect to loopback address .

-- 
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