You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ji...@apache.org on 2004/03/21 13:20:40 UTC

[jira] Created: (AXIS-1256) tcpmon throws exception when resend is selected for the second time

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=AXIS-1256

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1256
    Summary: tcpmon throws exception when resend is selected for the second time
       Type: Bug

     Status: Unassigned
   Priority: Minor

    Project: Axis
   Versions:
             1.1

   Assignee: 
   Reporter: Steven McArdle

    Created: Sun, 21 Mar 2004 4:20 AM
    Updated: Sun, 21 Mar 2004 4:20 AM
Environment: Win2K, Jdk1.4.2

Description:
Problem with tcpmon when selecting resend for the 2nd time. The first time works and prints to the display as well as updating the tcpmon result view. However, the second time I press Resend I get the following exception and it then becomes impossible to do further Resends :-
 
 java.lang.StringIndexOutOfBoundsException: String index out of range: -1
         at java.lang.String.substring(String.java:1444)
         at org.apache.axis.utils.tcpmon$Listener.resend(tcpmon.java:1786)
         at org.apache.axis.utils.tcpmon$12.actionPerformed(tcpmon.java:1577)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Abstra
 ctButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
 
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
 
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
 
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira