Results 1 to 4 of 4
Thread: Exception in JYMSG application
- 07-14-2008, 11:57 AM #1
Member
- Join Date
- Apr 2008
- Posts
- 14
- Rep Power
- 0
Exception in JYMSG application
Hi everybody,
actually i am executing the swing application to connect yahoo messenger through swing application,
(i got this application from the link..."devx.com/Java/Article/22546")
while executing the app. im getting the exception like...
Attempting login
java.net.UnknownHostException: scs.msg.yahoo.com
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at ymsg.network.DirectConnectionHandler.open(Unknown Source)
at ymsg.network.Session.login(Unknown Source)
at YahooClient.login(YahooClient.java:178)
at YahooClient.actionPerformed(YahooClient.java:244)
at javax.swing.AbstractButton.fireActionPerformed(Unk nown Source)
at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseRe leased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent( Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(U nknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unkno wn Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierar chy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Window Deactivated
how can i resolve it, anybody plz help me.
thanks in advance,
- Vishnu
- 07-14-2008, 04:32 PM #2
Are you sure that is a valid URL? I get a 404 when I use it.
What happens when you enter that URL in your browser?
- 07-15-2008, 09:53 AM #3
Member
- Join Date
- Apr 2008
- Posts
- 14
- Rep Power
- 0
Hi Norm,
Actually in downloaded jar file that url might be mentioned....
I think we can't chage it,
from browser me aslo getting same 404 error.
waiting for solution...
- 07-15-2008, 03:55 PM #4
Similar Threads
-
why this exception
By payal.mitra86 in forum JDBCReplies: 1Last Post: 05-21-2008, 10:28 PM -
Exception!
By rameshraj in forum Advanced JavaReplies: 1Last Post: 05-05-2008, 01:39 PM -
Trouble with factory method - unhandled exception type Exception
By desmond5 in forum New To JavaReplies: 1Last Post: 03-08-2008, 06:41 PM -
Launching an application from another application dynamically
By Java Tip in forum Java TipReplies: 0Last Post: 02-16-2008, 09:31 PM -
Launching an application from another application using thread
By Java Tip in forum Java TipReplies: 0Last Post: 02-16-2008, 09:29 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks