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 "samitha Kuruppu (JIRA)" <ji...@apache.org> on 2006/07/26 19:45:13 UTC

[jira] Created: (AXIS2C-216) TCP Monitor

TCP Monitor
-----------

                 Key: AXIS2C-216
                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
             Project: Axis2-C
          Issue Type: New Feature
          Components: util
         Environment: Linux
            Reporter: samitha Kuruppu


This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "samitha Kuruppu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-216?page=all ]

samitha Kuruppu updated AXIS2C-216:
-----------------------------------

    Attachment: tcpmon.tar.gz

> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.gz, tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "Sahan Gamage (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-216?page=comments#action_12423882 ] 
            
Sahan Gamage commented on AXIS2C-216:
-------------------------------------

Ajith, the problem here we are facing is that the TCPMon heavily depends on the util subproject under axis2c. If we want to move tcpmon outside axis2c and place it in ws-commons we have to move the utils project as well. I think we were planning to move these (util, axiom, xmlschema) when they are mature enough to be a seperate project under ws-commons.  So till then I believe TCPMon will be happy to stay at axis2c home :)

> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "Dimuthu Chathuranga (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-216?page=all ]

Dimuthu Chathuranga updated AXIS2C-216:
---------------------------------------

    Attachment: tcpmon.tar.bz2

hi,
 This would fix some bugs in the attached code. Since tcpmon is still not commited to svn, I am attaching the all files.

Thanks,
Dimuthu

> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.bz2, tcpmon.tar.gz, tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "Sahan Gamage (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-216?page=comments#action_12423764 ] 
            
Sahan Gamage commented on AXIS2C-216:
-------------------------------------

Examined the patch. Here are some comments:
1.) Can you tell me where the patch should go ? (it's a complete directory). My suggestion is to move it under axis2 util project. ($AXIS2_ROOT_DIR/utils/tcpmon)
2.) The COPYING file contains some other licence than Apache licence. Please make sure that it contains Apache Licence v.2. Otherwise I can't put this into Apache svn.
3.) Please remove the unncessary files generated by the build system.  Keep what are required and remove the autogenerated files.
I can commit the sources when I have above tasks done.


> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-216?page=all ]

Samisa Abeysinghe resolved AXIS2C-216.
--------------------------------------

    Fix Version/s: 0.94
       Resolution: Fixed

The patches are now in svn. Thanks for all the contributions

> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>             Fix For: 0.94
>
>         Attachments: tcpmon.tar.bz2, tcpmon.tar.gz, tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "samitha Kuruppu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-216?page=all ]

samitha Kuruppu updated AXIS2C-216:
-----------------------------------

    Attachment: tcpmon.tar.gz

> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "Sahan Gamage (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-216?page=comments#action_12423785 ] 
            
Sahan Gamage commented on AXIS2C-216:
-------------------------------------

So you're suggesting that the path would be $AXIS2_ROOT_DIR/tools/tcpmon ?
Sounds fine with me.

> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "Damitha Kumarage (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-216?page=comments#action_12424081 ] 
            
Damitha Kumarage commented on AXIS2C-216:
-----------------------------------------

I agree with Samisa to keep it under c/tools/tcpmon for the time being. When these project got
mature we can move them to appropriate places.

> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-216?page=comments#action_12423779 ] 
            
Samisa Abeysinghe commented on AXIS2C-216:
------------------------------------------

Sahan, on point 2; where it should go:
IMHO, it should not go to util, but rather to a new tools subfolder. This is because, our util is supposed to be a utility lib that other projects could use. e.g. Guththila is going to use it for env stuff.
TcpMon on the other hand is a tool. So I think it should got to a tools folder. (May be it is embedabale but still not a util)

> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-216?page=comments#action_12431459 ] 
            
Dinesh Premalal commented on AXIS2C-216:
----------------------------------------

I tried to use tcpmon tool, but it crashed giving an error. Did I miss something ? 

tcpmon_shell started with gdb and sent a request to port 8081

Starting program: /home/dinesh/tmp/axis2c/tools/tcpmon/linux_shell/tcpmon_shell
[Thread debugging using libthread_db enabled]
[New Thread -1479014720 (LWP 14683)]
Enter the Listen Port:8081
Enter the Target Port:8080
Enter the Target Host:http://localhost
[New Thread -1479017552 (LWP 14686)]
[New Thread -1487406160 (LWP 14702)]
error in creating the client socket

Program exited with code 0377.


> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.gz, tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
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-216) TCP Monitor

Posted by "Ajith Harshana Ranabahu (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-216?page=comments#action_12423830 ] 
            
Ajith Harshana Ranabahu commented on AXIS2C-216:
------------------------------------------------

Forgive me for barging in here but I guess tcpmon is better off as a generic tool rather than being part of Axis2. We did that for the original tcpmon tool  which is now under ws-commons. Perhaps this can be part of the current tcpmon project  ? or even a new commons project ?

> TCP Monitor
> -----------
>
>                 Key: AXIS2C-216
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-216
>             Project: Axis2-C
>          Issue Type: New Feature
>          Components: util
>         Environment: Linux
>            Reporter: samitha Kuruppu
>         Attachments: tcpmon.tar.gz
>
>
> This is the Axis2 TCP monitor source code, and still this work only in command line interface. Now by using this TCP monitor we can capture the SOAP messages sent and received.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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