Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 357122 - IllegalStateException from crossfire socket transport
Summary: IllegalStateException from crossfire socket transport
Status: RESOLVED WONTFIX
Alias: None
Product: JSDT
Classification: WebTools
Component: Debug (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Michael Rennie CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-08 12:35 EDT by Michael Rennie CLA
Modified: 2013-11-12 14:00 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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