Skip to Content.
Sympa Menu

ndt-users - Re: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: port out of range:654321 Error ?

Subject: ndt-users list created

List archive

Re: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: port out of range:654321 Error ?


Chronological Thread 
  • From: Jason Zurawski <>
  • To: galuschka <>
  • Cc:
  • Subject: Re: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: port out of range:654321 Error ?
  • Date: Tue, 04 Jan 2011 07:24:54 -0500
  • Organization: Internet2

Hi Galuschka;

If you are running the application on ports '123456' and '654321', these are too large. Choose port numbers that are less than 65535.

Thanks;

-jason

On 1/4/11 4:12 AM, galuschka wrote:
when i excute Tcpbw100.java , get the error msg :
server ports 123456 654321
Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException:
port out of range:654321
at java.net.InetSocketAddress.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at Tcpbw100.dottcp(Tcpbw100.java:224)
at Tcpbw100.runtest(Tcpbw100.java:155)
at Tcpbw100.actionPerformed(Tcpbw100.java:1228)
at java.awt.Button.processActionEvent(Unknown Source)
at java.awt.Button.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown
Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown
Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

Anyone knows what's problem about it ?how to solve it ?



Archive powered by MHonArc 2.6.16.

Top of Page