Yep, there are a lot of moving parts, just in getting a web app to run, let alone setting things up to do step debugging. But it can and does work. Hopefully you’ll resolve it. Shoot any more thoughts this way for folks to try to help if we might.
/charlie
--
You received this message because you are subscribed to the Google Groups "FusionDebug" group.
To view this discussion on the web visit https://groups.google.com/d/msg/fusiondebug/-/ot339P36NXMJ.
We are going to try this out here with the same environment as you have to ensure it works as we expect, if we do find anything out of the ordinary we shall let you know.
Thanks
Mike[FusionDebug Team]
While you await any other reply from Intergral, Andrew, I would ask: have you switch the java.home back to the default (the JVM within CF)? or at least to a jvm of no greater than 1.6.0_24? That’s the latest edition that CF 9 (which you say you’re using) supports.
(I’m not sure whether FD itself may also have limits on whether it supports debugging a 1.7 JVM. The requirements page (http://www.fusion-debug.com/fd/requirements.cfm) does not list any JVM edition requirement.)
That said, it may have nothing to do with the JVM version. Are you getting the same error that you reported in your first message in this thread? If so, recall that I had offered a few suggestions of things to check. You were going to try those, but we never heard back on that. Can you review and reply to those? It may help us narrow down what’s amiss for you. Since it’s worked for me and for Michael (from Intergral), it sure seems to suggest that there is just some remaining unique config issue on your end.
Here’s the URL for my previous reply with the additional tests to consider:
https://groups.google.com/forum/#!topic/fusiondebug/9PWxyghJ7UY
/charlie
From: fusio...@googlegroups.com [mailto:fusio...@googlegroups.com] On Behalf Of Andrew Penhorwood
Sent: Thursday, September 20, 2012 9:09 AM
To: fusio...@googlegroups.com
Subject: Re: [fusiondebug] FusionDebug and Eclipse 4.2 Juno
Understood. But first, did you try setting the JVM back to the default? You don’t say here.
Also, I realize I now I gave the wrong link to my earlier note in my last reply to you. That first reply of mine, with more details, is instead at https://groups.google.com/forum/#!topic/fusiondebug/9PWxyghJ7UY.
As for your testing the port, have any of the tools you’ve used confirmed that it is indeed CF that’s listening on port 8000? You may have something else listening there (though then CF or Railo would not come up if they also tried to listen on that port). BTW, you had referred to stopping one and running the other, but maybe one of them remains running unexpectedly, and your problem could be confusion there. :-)
As for how to see what is listening on that port, you could use Netstat, but a better tool (since you’re on Windows) is Currports (aka cports), a free tool at http://www.nirsoft.net/utils/cports.html, which I find indespensible and use at least once a week for some sort of port challenge.
Finally, as for firewalls, well, let’s first see if it is indeed CF or Railo listening on that port. If it’s what you expect, then since you say you’re working on the same machine, are you saying when you telnet on that machine to that port, you can’t connect? Are you saying a telnet localhost 8000 says “could not open connection to the host”? That would seem really odd, if indeed one of these is listening on that port.
I appreciate what you have little time. Just reply when you have time.
/charlie
From: fusio...@googlegroups.com [mailto:fusio...@googlegroups.com] On Behalf Of Andrew Penhorwood
Sent: Friday, September 21, 2012 9:26 AM
To: fusio...@googlegroups.com
Subject: Re: [fusiondebug] FusionDebug and Eclipse 4.2 Juno
charlie,
Good to hear. Thanks for the confirmation.
/charlie
From: fusio...@googlegroups.com [mailto:fusio...@googlegroups.com] On Behalf Of Andrew Penhorwood
Sent: Sunday, September 23, 2012 8:44 PM
To: fusio...@googlegroups.com
Subject: Re: [fusiondebug] FusionDebug and Eclipse 4.2 Juno
I got it to work by changing the JVM back to stock in ColdFusion. There are issues with the JVM related to calendars or something. I don't recall at the moment why I switched JVM but it was do to a security alert by Qualys Guard (http://www.qualys.com/enterprises/qualysguard/).
Andrew Penhorwood
On Friday, September 21, 2012 12:24:32 PM UTC-4, charlie arehart wrote:
Understood. But first, did you try setting the JVM back to the default? You don’t say here.
<snip>