Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 357122

Summary: IllegalStateException from crossfire socket transport
Product: [WebTools] JSDT Reporter: Michael Rennie <Michael_Rennie>
Component: DebugAssignee: Project Inbox <jsdt.debug-inbox>
Status: RESOLVED WONTFIX QA Contact: Michael Rennie <Michael_Rennie>
Severity: normal    
Priority: P3 CC: grant_gayed, thatnitind
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Michael Rennie CLA 2011-09-08 12:35:21 EDT
Smoke testing 3.2.5 I got the following when trying to fetch the source for www.cbc.ca:

Exception in thread "Debug Session - Receive Manager" java.lang.IllegalStateException: [60854] should be done
	at org.eclipse.wst.jsdt.debug.internal.crossfire.transport.JSON.error(JSON.java:279)
	at org.eclipse.wst.jsdt.debug.internal.crossfire.transport.JSON.parse(JSON.java:265)
	at org.eclipse.wst.jsdt.debug.internal.crossfire.transport.JSON.read(JSON.java:249)
	at org.eclipse.wst.jsdt.debug.internal.crossfire.transport.CFSocketConnection.readPacket(CFSocketConnection.java:172)
	at org.eclipse.wst.jsdt.debug.transport.packet.PacketReceiveManager.readAvailablePacket(PacketReceiveManager.java:276)
	at org.eclipse.wst.jsdt.debug.transport.packet.PacketReceiveManager.run(PacketReceiveManager.java:84)
	at java.lang.Thread.run(Thread.java:662)

Steps:
1. start remote session
2. navigate to www.cbc.ca
3. invoke the "Open Source" command on the script node for http://www.cbc.ca/
Comment 1 Michael Rennie CLA 2013-11-12 14:00:39 EST
In a future release of Firebug, Crossfire support will be dropped completely in favour or JSD2 and RDP, as such no more bugs will be fixed for the Crossfire support.

See:
1. https://wiki.mozilla.org/Firebug/WeeklyUpdates/2013-11-05#Crossfire
2. https://getfirebug.com/wiki/index.php/JSD2_Adoption
3. https://wiki.mozilla.org/Debugger