You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Herwig David (JIRA)" <ji...@apache.org> on 2010/08/19 10:26:17 UTC

[jira] Created: (SYNAPSE-679) Remote debugging of Synapse Server doesn't work

Remote debugging of Synapse Server doesn't work
-----------------------------------------------

                 Key: SYNAPSE-679
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-679
             Project: Synapse
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.2
         Environment: standalone synapse 1.2 (synapse-1.2-bin.zip) installation on windows xp SP2 and Tomcat 5.5 with axis2-1.5.1 
            Reporter: Herwig David


Hi,

I have tried to debug synapse running on a server from my local Eclipse IDE.

I have started synapse manually with synapse.bat setting the parameter -xdebug.
The start script sets the parameter correctly. I did not changed anything on that:
_XDEBUG = wrapper.java.additional.10=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000

In IDE I use the same address but get the well known 'Failed to connect to remote VM. Connection refused' message.

When controlling the server ports with 'netstat -na' I do not find the port 8000 whereas the http port 8280 and https port 8243 are listed.

Obviously the parameter has no effect when the script calls wrapper-windows-x86-32.exe.

I have also tried to set the parameter directly in wrapper.conf file. But this also did not help.

Thanks and regards,

Herwig David
EDV-Entwicklung
kohlpharma GmbH
Im Holzhau 8, 66663 Merzig
Tel.: +49-6867-920-3526
eMail: HDavid@kohlpharma.com

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Closed: (SYNAPSE-679) Remote debugging of Synapse Server doesn't work

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

Herwig David closed SYNAPSE-679.
--------------------------------

    Resolution: Fixed

> Remote debugging of Synapse Server doesn't work
> -----------------------------------------------
>
>                 Key: SYNAPSE-679
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-679
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2
>         Environment: standalone synapse 1.2 (synapse-1.2-bin.zip) installation on windows xp SP2 and Tomcat 5.5 with axis2-1.5.1 
>            Reporter: Herwig David
>            Assignee: Ruwan Linton
>
> Hi,
> I have tried to debug synapse running on a server from my local Eclipse IDE.
> I have started synapse manually with synapse.bat setting the parameter -xdebug.
> The start script sets the parameter correctly. I did not changed anything on that:
> _XDEBUG = wrapper.java.additional.10=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
> In IDE I use the same address but get the well known 'Failed to connect to remote VM. Connection refused' message.
> When controlling the server ports with 'netstat -na' I do not find the port 8000 whereas the http port 8280 and https port 8243 are listed.
> Obviously the parameter has no effect when the script calls wrapper-windows-x86-32.exe.
> I have also tried to set the parameter directly in wrapper.conf file. But this also did not help.
> Thanks and regards,
> Herwig David
> EDV-Entwicklung
> kohlpharma GmbH
> Im Holzhau 8, 66663 Merzig
> Tel.: +49-6867-920-3526
> eMail: HDavid@kohlpharma.com

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-679) Remote debugging of Synapse Server doesn't work

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12900224#action_12900224 ] 

Ruwan Linton commented on SYNAPSE-679:
--------------------------------------

start the synapse server with the command;

synapse.bat -xdebug

It should open the debug port.

Ruwan

> Remote debugging of Synapse Server doesn't work
> -----------------------------------------------
>
>                 Key: SYNAPSE-679
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-679
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2
>         Environment: standalone synapse 1.2 (synapse-1.2-bin.zip) installation on windows xp SP2 and Tomcat 5.5 with axis2-1.5.1 
>            Reporter: Herwig David
>            Assignee: Ruwan Linton
>
> Hi,
> I have tried to debug synapse running on a server from my local Eclipse IDE.
> I have started synapse manually with synapse.bat setting the parameter -xdebug.
> The start script sets the parameter correctly. I did not changed anything on that:
> _XDEBUG = wrapper.java.additional.10=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
> In IDE I use the same address but get the well known 'Failed to connect to remote VM. Connection refused' message.
> When controlling the server ports with 'netstat -na' I do not find the port 8000 whereas the http port 8280 and https port 8243 are listed.
> Obviously the parameter has no effect when the script calls wrapper-windows-x86-32.exe.
> I have also tried to set the parameter directly in wrapper.conf file. But this also did not help.
> Thanks and regards,
> Herwig David
> EDV-Entwicklung
> kohlpharma GmbH
> Im Holzhau 8, 66663 Merzig
> Tel.: +49-6867-920-3526
> eMail: HDavid@kohlpharma.com

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Commented: (SYNAPSE-679) Remote debugging of Synapse Server doesn't work

Posted by "Herwig David (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SYNAPSE-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901803#action_12901803 ] 

Herwig David commented on SYNAPSE-679:
--------------------------------------

Hi Ruwan,

That'e exactly what I have done but without success.

I have now changed the wrapper.conf file to start synapse always in debug mode:

wrapper.java.additional.4=-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8200

So this issue is closed for me.

Thanks and regards,
Herwig

> Remote debugging of Synapse Server doesn't work
> -----------------------------------------------
>
>                 Key: SYNAPSE-679
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-679
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2
>         Environment: standalone synapse 1.2 (synapse-1.2-bin.zip) installation on windows xp SP2 and Tomcat 5.5 with axis2-1.5.1 
>            Reporter: Herwig David
>            Assignee: Ruwan Linton
>
> Hi,
> I have tried to debug synapse running on a server from my local Eclipse IDE.
> I have started synapse manually with synapse.bat setting the parameter -xdebug.
> The start script sets the parameter correctly. I did not changed anything on that:
> _XDEBUG = wrapper.java.additional.10=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
> In IDE I use the same address but get the well known 'Failed to connect to remote VM. Connection refused' message.
> When controlling the server ports with 'netstat -na' I do not find the port 8000 whereas the http port 8280 and https port 8243 are listed.
> Obviously the parameter has no effect when the script calls wrapper-windows-x86-32.exe.
> I have also tried to set the parameter directly in wrapper.conf file. But this also did not help.
> Thanks and regards,
> Herwig David
> EDV-Entwicklung
> kohlpharma GmbH
> Im Holzhau 8, 66663 Merzig
> Tel.: +49-6867-920-3526
> eMail: HDavid@kohlpharma.com

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org


[jira] Assigned: (SYNAPSE-679) Remote debugging of Synapse Server doesn't work

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

Ruwan Linton reassigned SYNAPSE-679:
------------------------------------

    Assignee: Ruwan Linton

> Remote debugging of Synapse Server doesn't work
> -----------------------------------------------
>
>                 Key: SYNAPSE-679
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-679
>             Project: Synapse
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.2
>         Environment: standalone synapse 1.2 (synapse-1.2-bin.zip) installation on windows xp SP2 and Tomcat 5.5 with axis2-1.5.1 
>            Reporter: Herwig David
>            Assignee: Ruwan Linton
>
> Hi,
> I have tried to debug synapse running on a server from my local Eclipse IDE.
> I have started synapse manually with synapse.bat setting the parameter -xdebug.
> The start script sets the parameter correctly. I did not changed anything on that:
> _XDEBUG = wrapper.java.additional.10=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
> In IDE I use the same address but get the well known 'Failed to connect to remote VM. Connection refused' message.
> When controlling the server ports with 'netstat -na' I do not find the port 8000 whereas the http port 8280 and https port 8243 are listed.
> Obviously the parameter has no effect when the script calls wrapper-windows-x86-32.exe.
> I have also tried to set the parameter directly in wrapper.conf file. But this also did not help.
> Thanks and regards,
> Herwig David
> EDV-Entwicklung
> kohlpharma GmbH
> Im Holzhau 8, 66663 Merzig
> Tel.: +49-6867-920-3526
> eMail: HDavid@kohlpharma.com

-- 
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: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org