Coldfusion Builder 2 Debugger Error

Hi everyone,
I am using CF9 as remote server for development. We have decided to move on CFBuilder to use its debugger feature.
I am getting an error while testing Coldfusion Builder 2 Debugger.
I have googled for this error but didn't find any related post.
Below is the snapshot with error.

CF Line Debugger is enabled. every thing is configured perfectly. This is a error which I've never seen before.
Actually, I am a IT Manager in a Software company and we need to setup a remote CF9 Server for development and testing with debugging. This is a centralize server for my team to work and test. Currently we are working using dreamviewer and every thing is going fine with this tool but as you know there is no good debugger tool in DW so we have decided to work in CFBuilder 2. Below you will find the jvm config in my CF Server.
========================================================================================== =======================
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -server -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8 -DDEBUGGER_SERVER_PORT=5005 -DDEBUGGER_TRACE=true
========================================================================================== =======================

Similar Messages

  • Coldfusion Builder Debugger

    I can't get my Debugger to work.  I'm using a locol development CF and a remote MYSql Database. RDS is enabled and I have check to see the the port 5005 is not conflicting.  When I launch the debugger I get an error. Any help greatly appreciated.  Been messing with this for hours.
    Settings and errors below.

    MPRyan, I have an observation and some suggestions.
    First, I'm afraid there are just too many things that could be amiss, whether in your setup of the Debug configuration, the project, the CFB-to-server definition, the CF server configuration, your firewall, and so on. It would be difficult to list all the things you may want to check, that perhaps either you have not configured, or not configured properly.
    Second, of course you'll want to be sure to have read the CFBuilder docs (whether within the IDE or on the Adobe site's docs pages). You may find something discussed regarding any of the things above that you may have gotten wrong.
    Third, I've done a recorded presentation specifically on setting up CFBuilder for debugging (http://www.carehart.org/presentations/), and I've done still others (also there) on using the debugger once you get it working.
    Fourth, I also did the chapter on the debugger in the recently published CF9 Web App Construction Kit book (Volume 2), which includes both configuration, use, and troubleshooting. Better news still, that chapter is one of 3 (out of the book's 20) that are in fact available online, in PDF form. More info (and a link to the PDF) at http://www.carehart.org/blog/client/index.cfm/2010/8/15/cfbuilder_debugger_CFWACK_chapter_ online.
    That said, I don't recall seeing that exact error. I document several others in the resources above, so while I can't say you'll find the exact answer to your challenge there, again you may simply find some "aha" moment where something you configured just isn't quite right for your environment. All it would take is one setting out of place to keep it all from working. But many can and have gotten it working, and it can certainly be very valuable to be able to do interactive step debugging, so for most it's worth the effort to get it working.
    warning: the following 4 paragraphs may offend some readers, with a hyper-sensitivity to any form of an unsolicited commercial advertising. Common side effects include warmth of skin, redness of eyes, and itchy trigger fingers. Some may experience nausea, irritability, or a feeling of need to vomit. Consult a health care professional to discuss these risks. :-)
    Last and finally, though, since you say you've messed with it for "hours", I realize you may not want to spend more time digging through docs, watching videos, etc.
    If you just want the problem solved ASAP, and are willing to pay for help, I do provide troubleshooting consulting as a service, via a shared desktop session (where I am "looking over your shoulders" using Adobe Connect). We should be able to get it working in short order. I'm afraid I can't offer that help for free, though. My usual consulting (focused on CF server troubleshooting) is offered at a rate of $175/hr. But I appreciate that fixing a server problem which affects your business may be more valuable (to most) than getting their development environment working.
    So I've been thinking about offering a specially priced option: $75 as a fixed price to help solve any one problem with CFBuilder (whether it took more or less than an hour, up to a max of 2 hours. If we couldn't solve it by then, there would be no charge.)
    Now, I appreciate that some may feel it's wrong to have to pay to get help getting their development environment working. I can't solve that problem (the fact that such help may be needed). But I'm sure Adobe is aware of the challenges people have and may be planning to address things in CFB 2. I give away the resources above to help with common challenges and get people started, but I'm willing to offer still more help to those who want it.
    /warning
    I'll say as well that people have had problems similar to this going back to CF Studio in CF 4/5 (yes, there was CF debugging in that release, which we lost in 6 until its return in 8--unless one buys FusionDebug, which works in any release of CF from 6, forward.) So it's not really "new" to find it to be a challenge. Again, there are just lots of moving parts on the IDE and server ends (and sometimes communications in the middle.)
    I realize some will say "but it's not this hard doing debugging in other platforms". But note that in many languages, you're debugging a program that's running literally as a standalone process, accessed only by the debugger, if not literally running within the context of the debugger. CF apps are very different: they're running on the CF server, which is a separate process from the IDE (whether on the same box or not). And in fact (this may surprise many), it's not only "your own" requests to a page that can be debugged, but in fact any request by any user (if someone outside your box could request a page on your local CF server). So there's a lot more that goes on and goes into enabling debugging of CF apps.
    It's simply a somewhat complicated environment, setting it all up right. But as someone who has worked with debugging CF apps for 10 years, I've simply become attuned to the various details. I'm definitely NOT holding knowledge hostage. I give it away as mentioned above, but if someone needs help and has no aversion to paying for it (as from any provider of a service), I'm just saying I'm happy to help.
    /charlie

  • ColdFusion Builder 2 RDS Debugging error.

    I am running a Windows 7 Professional 64-bit system with ColdFusion 9.01 (Developer Edition). I just downloaded the trial version of ColdFusion Builder and cannot get the debugger to work. I have followed all the instructions concerning making sure RDS is enabled in ColdFusion (which it was for my old CFEclipse version and some Flex apps). I've done everything I can think of for configuring CF Builder, but I cannot get the debugger to work. When I go to RDS configuration in CF Builder and click "Test Connection," A popup states that "Test connection was successful." Since I'm using IIS and not the CF built-in web server, I configured the Server Information using port 80. However, when I click "Test Debugger," I get an error: "Test debugger failed. The debugger server is currently listening on port 51,367..." So, I change the port to 51367. The connection tests successfully again, but when I test the debugger, I get another error: "Test debugger failed. An RDS connection was established but the ColdFusion RDS line debugger could not be contacted. The server gave the following message: -1: Could not initialize class coldfusion.logs.CFlogs." I cannot find any reference to that error message using Google, or searching Adobe. When I click on the "bug" drop-down and then click the name of "Debug server," I get a similar, but different and longer error:
    Unable to connect to the RDS server 'ColdFusion'.
    Ensure that the server is currently running and that line debugging and RDS are enabled. You may also need to check your RDS connection settings in Eclipse to ensure that they are correct.
    Error message:
    -1:Error connecting to JVM for debugging at localhost:5005. Could not attach the VM at port 5005. You must specify this debugger port in the JVM settings of you application server, for example: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005. You will also need to make sure that another debugger is not currently connected to the CF JVM at the same port (5005).
    Root cause ->
    Connection refused: connect
    I check in the jvm.config file and those settings are already there. So, does anyone have a clue about any of this? I've run all possible CF and JRE updates, I've not only stopped and restarted the ColdFusion service several times, but I've even rebooted my system. This should be a simple process.

    CF Line Debugger is enabled. every thing is configured perfectly. This is a error which I've never seen before.
    Actually, I am a IT Manager in a Software company and we need to setup a remote CF9 Server for development and testing with debugging. This is a centralize server for my team to work and test. Currently we are working using dreamviewer and every thing is going fine with this tool but as you know there is no good debugger tool in DW so we have decided to work in CFBuilder 2. Below you will find the jvm config in my CF Server.
    ========================================================================================== =======================
    -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -server -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8 -DDEBUGGER_SERVER_PORT=5005 -DDEBUGGER_TRACE=true
    ========================================================================================== =======================

  • Coldfusion Builder Error Parsing Profile

    I get the following error and losing connection while trying to code a program in CF Builder...
    !ENTRY org.eclipse.equinox.p2.engine 4 0
    !MESSAGE Error parsing profile  C:\Program Files\Adobe\Adobe Coldfusion Builder
    2\p2\org.eclipse.equinox.p2.engine\profileRegistry\profile.profile\1336576853011.profile.g z.
    !STACK 0
    Any ideas on how to fix?  I am running on Windows 7 64 bit version.
    Thanks.

    I reinstalled CFBuilder. It is throwing a licensing error, but it seems to work.

  • Coldfusion builder ORM CFC Generator error

    I have been trying to cretae cfc code for flash builder in coldfusion builder, i have install the adobe ORM CFC Generator in preferences and have it set up on local host, the local host is created on a user directory, cold fusion server and  builder all work well and i can also read databse tables from an external mysql server.
    However when i to use the RDS Dataview and when I right click and table to create an ORM CFC .. it asks me for the CFC location .. I choose a folder that's in my project and a new window comes up with an error  the requested url/adobe CFC Generator/"/handlers/ormCFCGenerator.cfm was not found on this server.
    Please could some one help
    CJ

    I have been trying to cretae cfc code for flash builder in coldfusion builder, i have install the adobe ORM CFC Generator in preferences and have it set up on local host, the local host is created on a user directory, cold fusion server and  builder all work well and i can also read databse tables from an external mysql server.
    However when i to use the RDS Dataview and when I right click and table to create an ORM CFC .. it asks me for the CFC location .. I choose a folder that's in my project and a new window comes up with an error  the requested url/adobe CFC Generator/"/handlers/ormCFCGenerator.cfm was not found on this server.
    Please could some one help
    CJ

  • Possible workaround for: Launch Debugger Error "Unable to connect to the RDS server"

    I do not yet have a reproducible case for this. *Sometimes* ColdFusion Builder throws the "Unable to connect to the RDS server" error, when attempting to start a debug session against a remote server. However, "RDS Dataview" and "RDS Fileview" views correctly list the servers and their related data/file, and testing RDS connection result is "Test connection was successful". The workaround is:
    1. Login to the ColdFusion Administrator
    2. Navigate to "Debugger Settings" page (beneath "Debugging & Logging")
    3. Click on "Stop Debugger Server" -or- "Restart Debugger Server"
    4. Restart ColdFusion Application Server
    Notes:
    a) Step #3 must be done via ColdFusion Administrator, not via ColdFusion Admin API (stopLineDebugger()|restartLineDebugger())
    b) Step #4 can be done via ColdFusion Administrator -or- ColdFusion Builder
    c) Note that there is a CF9 Release Note for Bug #78488: "When a server having "Windows service option" ENABLED is added as a remote server, then Start-Stop-Restart operation cannot be done on it."  However, I've found that "Restarting" a remote server, that is running as a Windows service, is possible in ColdFusion Builder (at least this is so on standalone developer edition).  Like Bug #78488 says, I am unable to "Stop|Start" a remote server that is running as a Windows service. I'm just mentioning all of this, due to my suggestion in "b", that CF can also be restarted via ColdFusion Builder.
    It is interesting that attempts to stop|restart the debugger server, via CF Admin API, do not resolve the issue. So, it seems that the "Stop Debugger Server" and "Restart Debugger Server" buttons, in CF Admin, are doing more than calling the corresponding CF Admin API methods.
    Attached is an image of the error.
    Just posting all of this as an FYI, in case it helps anyone.
    Thanks!,
    -Aaron Neff
    (OH.. I'm unable to attach images at this time *DOH!* ..well, I'll try to remember to update this post w/ the image, once I see that attachments are allowed.)
    I'll try to describe the error message window:
    - It is 494x452 pixels
    - Title of the window is "Error occurred while launching the Debugger"
    - Body content of the window is as follows:
    Unable to connect to the RDS server 'ServerNameHere'
    Ensure that the server is currently running and that line debugging and RDS are enabled. You may also need to check your RDS connection settings in Eclipse to ensure that they are correct.
    Error Message:
    -1:Error connecting to JVM for debugging at localhost:5005. Could not attach to the VM at port 5005. You must specify this debugger port in the JVM settings of your application server, for example: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005. You will also need to make sure that another debugger is not currently connected to the CF JVM at the same port (5005).
    Root cause ->
    Connect refused: connect

    hi,
    I have been facing the same problems while connecting to Oracle Web Conferencing and is getting error message :Unable to connect to the server. The Web COnferencing Console will now close. Please try again later. If the problem persist, contact your system administrator.
    Diagnostic report shows failed on the connectivity part
    Connectivity
    mx-direct Failed
    0:00:00.719 Connecting to web331.oracle.com:1025
    0:00:00.922 Name resolved to 148.87.108.234
    0:00:21.906 connect() failed (0x8007274C)
    0:00:21.906 Connection failed (0x8007274C)
    Pl help me to fix the problem.
    Regards
    Gobind Ahuja

  • How do I add/update/delete data using ColdFusion Builder 3?

    I feel like this is a really simple and stupid question and should be easy to figure out, but I can't.
    I am relearning ColdFusion after 12 years out of the IT field.  I am using the ColdFusion 9 Getting Started:Volume 1 book.  In Chapter 7 it states that I need to edit the Application.cfc file so that I can edit the database rather than just selecting from the database.  I can't seem to find anything related to that file in any search.  In my ColdFusion 11 Administrator I have set this mySQL database to be able to be edited, but ColdFusion Builder 3 doesn't seem to allow any editing of the tables.  I have not had much luck searching for help regarding this on the internet either.  My biggest problem so far is getting ColdFusion Builder to talk with my mySQL database properly so I can actually get on with relearning ColdFusion and writing code.  Frustrating!!

    I do have ColdFusion 11 Administrator installed.  When I go to Data and Services there and open the datasource (OWS) that I want to connect to and query off of, and go to Advanced Settings, I show that the following are selected:
    SELECT
    CREATE
    GRANT
    INSERT
    DROP
    REVOKE
    UPDATE
    ALTER
    Stored Procedures
    DELETE
    If, in ColdFusion Builder 3, I open the RDS Query viewer and write the following basic update query (Server: default:local; Datasource: OWS):
    insert into directors(FirstName, LastName)
    Values ('Benjamin', 'Forta');
    I get the following RDS error message:
    java.sql.SQLException: Can not issue data manipulation statements with executeQuery().
    According to the book and some information I have seen online, the SQL Query Tool, for security's sake, by default allows execution of SELECT statements, but no other SQL statements.  According to the book, to change this behavior I need to edit the Application.cfc file in the ows/sql directory.  I have to change the THIS.select_only flag from the default of yes to no and save the file.  I cannot find this file anywhere.  I have seen an application.cfm, but I think this is different that what they want because I can't find anything in that file that says THIS.select.

  • ColdFusion Builder 3 Settings Reset on Restart

    I've downloaded the ColdFusion Builder 3 trial and am experiencing some odd and very annoying behavior.
    I've customized some code editor text font and color settings. I've added an entry to the CF Servers panel for an instance of ColdFusion 10 running inside a VMWare virtual server on my laptop.
    When I restart Eclipse, all the code customizations I've made are reverted back to the default install settings and the entry in my CF Servers panel is gone.
    I've been an IntelliJ user for well over a year, but in doing much more cfscript-based development the CF Plugin for IntelliJ is proving to be a hindrance so I thought I'd give CFB 3 a try and see if there were any improvements over CFB 2. However, I can't take this kind of behavior. Hopefully someone can give me a setting or someone else has seen this before and can give me an idea of where to start looking.
    I have CF Builder installed as a plugin into Eclipse Kepler 64-bit for Mac. I added the CF Builder update site and have updated to CF Builder 3.0.0.290000. I also previously installed as the standalone version with no additional plugins and experienced the same behavior.
    Anyone have any ideas?
    Thanks,
    Dan

    Milan...
    My apologies for taking so long to get back to this. I just did some testing tonight of your instructions as well as those by Kaif above.
    Firstly, I installed ColdFusion 10 locally on my Mac. I added the local server to the CF Servers panel successfully. After restarting Eclipse, the localhost entry remained in the CF Server panel.
    Secondly, I followed your instructions to make a new profile and make my font/coloring customizations in it. I restarted Eclipse and my font and color selections were maintained (through 3 restarts). I noted that my newly created profile was selected in Preferences after each restart.
    I then added a remote CF 10 server to the CF Servers panel successfully (as noted by the panel telling me that the server was running and being able to launch the CF Admin from within Eclipse). At this point there were 2 entries in my CF Server panel--localhost and the one remote server that lives inside my VM. I restarted Eclipse and when it came back up, only the localhost server remained. I might add that the VM has ColdFusion 10 installed in "multi-instance" mode and that the remote server instance that I added to the CF Servers panel was one of 4 CF instances configured and running inside the VM.
    All the while, my font and color customizations have remained the way I set them.
    So, it appears as though we're down to just one bug relating to remote server registrations in the CF Servers panel.
    I saw that another user was reporting something similar in this thread: ColdFusion Builder 3 RDS and Remove Server settings reset on each restart so apparently it's not just me.
    Thanks to you and everyone else for all the ideas and troubleshooting help thus far. At least at this point I think I might be able to use this for day-to-day coding, even though I really want the remote server system to work correctly so I can use the step debugger feature again.
    Dan

  • How to make my first website in Coldfusion Builder

    Hi everyone,
    Here is my problem that I really need help with.
    Context:
    I just moved from Dreamveawer to Coldfusion Builder. I want to:
    -> Set up my first server
    -> Creating an SQL DB on the server
    -> Create an index page and display query results
    When I started CF builder, i watched the videos on 'Getting Started ' screen. But my things didn't go as smooth as that of the guy in the video. After setting up the server I sometimes cannot start the server and sometimes the server starts but I can't access the CF Admin page (I couldn't access the admin page even once).
    Question(s):
    Does CF Builder installer also include Coldfusion setup or I have to install Coldfusion prior to installing the CF Builder?
    Is there any way of getting details about all the fields that I fill in during installation of Coldfusion/CF Builder, so I know what I am filling instead of just blindly following that dumb guy in the video
    Other Info:
    I am using Win7 64bit
    Installed Coldfusion9
    Installed CF Builder2 (standalone)
    P.S.
    I already watched these videos but they didn't work for me:
    -> http://tv.adobe.com/watch/adc-presents/getting-started-with-coldfusion-builder-2/
    -> The video on CF Builder2 start screen

    Thanks for clarifying.  Terry is a good guy. Glad you didn't mean him
    It is likely that when you installed ColdFusion you selected the "Server Configuration" (because you would know it if you did not). The other two options are quite complicated. You can verify this just by answering this question. Do you access ColdFusion via port 8500. If so, then you are using the Server Configuration.
    This means that your webroot is probably located at c:\ColdFusion9\wwwroot
    If you installed ColdFusion to a different location (like D:\) then you should be able to just make that change above.
    Change your workspace in CFBuilder (FILE >> Switch Workspace) to point to that wwwroot directory, then recreate your project and try it again.
    There are other ways of handling most of this. But this is probably the easiest.
    And trust me, when it comes to teaching, it's hard to please everyone. ColdFusion Builders target audience is likely experienced CF developers. Of course n00bs can use it too, but I am sure when they created those videos there interest was in getting existng CF developers on board. I teach a server-side programming course at the college level and it can be very hard teaching the IDE and the Server software at the same time. And I can see people struggling with figuring out the differences in terminology and technology.
    Where does the IDE stop and the server begin?
    I got an error, is the problem in CF or CFB?
    CFB says I have an error, but my code still runs, I don't understand.
    It's a tough line to cross. I am sure Adobe would be interested in hearing your feedback on how to make the training videos better, or on what types of new videos should be created. But try not to be too hard on them for not havign exactly what you need.
    Jason

  • Dreamweaver CS6 and Coldfusion 9 - Syntax Errors & Code Coloring

    I recently purchased Dreamweaver CS6. 
    Also, I'm running Coldfusion 9 on Windows 7, but that's probably irrelevant.
    The issue is that Dreamweaver keeps on marking my files with syntax errors, and the code coloring gets all messed up.
    For instance, such function would indicate an error due to the #var#:
    <cfoutput><script>functionXYZ(#var#);<script><cfoutput>
    But this would work just fine:
    <script>functionXYZ(<cfoutput>#var#<cfoutput>);<script>
    The issue is that I have entire pages wrapped in cfoutput, redoing everything would take months.
    Or this would break the code coloring for the entire select as such:
    <select <cfif test eq 'test'>class="test"</cfif> name="selectbox">
    While this breaks the code coloring for the closing cfif as such:
    <select class="<cfif test eq 'test'>test</cfif>" name="selectbox">
    I'm getting syntax errors on thousands of my files, I understand that I could rewrite the code slightly to remove some of the error indications, but these are not actual errors so I feel that there is no point of me spending months updating the code.
    Is there a patch that I can apply so that this would work without any of these issues?
    Can someone please help?

    Have you posted this question in the Cold Fusion Forums?
    http://forums.adobe.com/community/coldfusion
    I don't use CF myself and the few CF coders I know have long since moved to Eclipse/ColdFusion Builder. 
    Nancy O.

  • ColdFusion Builder plugin console

    I just don't understand what I am doing wrong here. I updated ColdFusion builder as a plugin installed in 3.5.1. I also have Flex 3 /subclipse and a few other plugins installed. When I restart my localhost or want to view orm sql logged to the console, nothing appears. After a restart I get this.
    [localhost]:(12/18 at 09:54:11) Server is available. Getting server settings from Server
    [localhost]:Error(12/18 at 09:54:12) Unable to fetch server mappings.
    [localhost]:Error(12/18 at 09:54:12) Unable to get the log directory.
    On my laptop (at home and work) I have Builder running as standalone and this works fine on both of them. What can I do to fix this? I really like logging info to the console.

    Can you try to remove the server settings and put them in again. (This worked for me once, but it was in beta 2. Now running Beta 3 so I cannot imitate your scenario to validate it as a fellow user. )

  • ColdFusion Builder 3 Mac Eclipse Plugin

    I have been trying numerous ways to install CFBuilder 3 Trial into Eclipse 4.2.2 on Mac (Yosemite) and just cannot get CFBuilder to load the CF Perspective. I have tried in various Eclipse versions, and in multiple orders including just installing CFBuilder Trial Edition without in a clean 4.2.2 Eclipse from clean CF install (plugin only, but tried also installing full CFBuilder app both before and after plugin installation, rebooting between each install) and new workspace.
    My ultimate goal is to also install Flash Builder 4.7 into the same Eclipse app, but am starting with CFBuilder since Flash Builder installs successfully. Note that this question is ONLY for the ColdFusion Builder 3 installation alone without Flash Builder installed on the machine.
    Bottom line: I just cannot get CFBuilder 3 to load into Eclipse 4.2.2 and show the CF Perspective even though it appears to be a successful plugin install; I am starting Eclipse either from both the plugin directory's shortcut and from the eclipse app itself - neither work.
    Does anyone have a clue whether this can be done on a Mac?

    Milan...
    My apologies for taking so long to get back to this. I just did some testing tonight of your instructions as well as those by Kaif above.
    Firstly, I installed ColdFusion 10 locally on my Mac. I added the local server to the CF Servers panel successfully. After restarting Eclipse, the localhost entry remained in the CF Server panel.
    Secondly, I followed your instructions to make a new profile and make my font/coloring customizations in it. I restarted Eclipse and my font and color selections were maintained (through 3 restarts). I noted that my newly created profile was selected in Preferences after each restart.
    I then added a remote CF 10 server to the CF Servers panel successfully (as noted by the panel telling me that the server was running and being able to launch the CF Admin from within Eclipse). At this point there were 2 entries in my CF Server panel--localhost and the one remote server that lives inside my VM. I restarted Eclipse and when it came back up, only the localhost server remained. I might add that the VM has ColdFusion 10 installed in "multi-instance" mode and that the remote server instance that I added to the CF Servers panel was one of 4 CF instances configured and running inside the VM.
    All the while, my font and color customizations have remained the way I set them.
    So, it appears as though we're down to just one bug relating to remote server registrations in the CF Servers panel.
    I saw that another user was reporting something similar in this thread: ColdFusion Builder 3 RDS and Remove Server settings reset on each restart so apparently it's not just me.
    Thanks to you and everyone else for all the ideas and troubleshooting help thus far. At least at this point I think I might be able to use this for day-to-day coding, even though I really want the remote server system to work correctly so I can use the step debugger feature again.
    Dan

  • Having trouble installing Coldfusion Builder?

    I am running Windows 7 and have already installed Coldfusion 9.  When I go to install Coldfusion Builder I get an error even before the installer loads up.  The error I am getting is as follow:
    C:\Users\Owener\Downloads\Coldfusion..exe
    The NTVDM CPU has encountered an illegal instruction.
    CS:0e1d IP:o1f3 OP:63 65 42 65 67
    Choose 'Close' to terminate the application.
    Does anyone have any idea how to solve this problem?

    There shouldn't be a problem running on Windows 7: it installed OK on my Win7 machine.
    I just noticed this thread is in the CF forums, not the CFB forum. They are two separate and only notionally related products.  I recommend re-posting your question here: http://forums.adobe.com/community/labs/coldfusionbuilder.  One benefit is that that forums is monitored by Adobe people, whereas the CF forums are not.
    Adam

  • Coldfusion Builder beta 3 and Subclipse

    Has anyone experienced problems with their working copy getting corrupted? The combination of coldfusion builder and subclipse plugins for my Eclipse 3.5.1 keeps causing me to have checksum and other errors when trying to update or commit. Am I the only one with these issues or are other having them, too?

    Try to reinstall from subclipse plugin
    http://subclipse.tigris.org/servlets/ProjectProcess;jsessionid=5A6C1A9EF0E5933BD72C16B9501 84B37?pageID=p4wYuA

  • ColdFusion Builder won't start at all

    After installing Coldfusion Builder and Flash Builder as standalone installations on WinXP, I can't start either of them.
    In the Coldfusion Builder folder where the the .exe is located, I get the hs_pid.log log files that you would normally see from a problem in eclipse. I get the same exact problem with Flash Builder with the same hs error logs after the program fails. Obviously they are suffering the same problem and the root of the problem is the embedded eclipse they are using.
    Any ideas? I realize that it would be difficult to debug considering the complete lack of details about why the apps fail. That's due to Adobe offering no user feedback when they fail.
    My guess is that it's a problem with the JRE in the installs, but there's no debugging info to find out what is going on. When I try FlashBuilderC.exe standalone, I get the following:
    C:\Program Files\Adobe>"Adobe Flash Builder 4\FlashBuilderC.exe"
    # A fatal error has been detected by the Java Runtime Environment:
    #  Internal Error (os_windows.cpp:3266), pid=19764, tid=26520
    #  Error: DuplicateHandle failed
    # JRE version: (uninitialized)
    # Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode, sharing windows-x86 )
    # An error report file with more information is saved as:
    # C:\Program Files\Adobe\hs_err_pid19764.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    I can run Flashbuilder as an eclipse plugin, and I suspect that I could run CFBuilder as a plugin also but that's not really what I want to do. It's just frustrating that products that cost thousands of dollars fail silently, offer no recovery, and won't run at all from a fresh standalone install.

    I'm using 1.6 for my Java stuff and for the plugin versions of CFB and FB4. Each builder standalone has it's own JRE which appears to be the same version (except for FB4 which is only a couple builds off). Both builders reference the same internal error file os_windows.cpp. As I mentioned earlier, both IDEs are currently running fine as eclipse plugins in my home directory.
    U:\>java -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode, sharing)
    C:\Program Files\Adobe\Adobe ColdFusion Builder\jre\bin>set PATH=
    C:\Program Files\Adobe\Adobe ColdFusion Builder\jre\bin>.\java.exe -version
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    C:\Program Files\Adobe\Adobe Flash Builder 4\jre\bin>set PATH=
    C:\Program Files\Adobe\Adobe Flash Builder 4\jre\bin>.\java.exe -version
    java version "1.6.0_16"
    Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
    Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode)
    hs_err_pid27396.log
    # A fatal error has been detected by the Java Runtime Environment:
    #  Internal Error (os_windows.cpp:3276), pid=27396, tid=29696
    #  Error: DuplicateHandle failed
    # JRE version: (uninitialized)
    # Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing windows-x86 )
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    ---------------  T H R E A D  ---------------
    Current thread is native thread
    Stack: [0x00030000,0x00130000],  sp=0x0012fba4,  free space=3fe0012fbb4k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V  [jvm.dll+0x1f4000]
    V  [jvm.dll+0xa1cc8]
    V  [jvm.dll+0x17d0e3]
    V  [jvm.dll+0x1030a0]
    C  [eclipse_1206.dll+0x501e]
    C  [eclipse_1206.dll+0x4721]
    C  [eclipse_1206.dll+0x152c]
    C  [CFBuilder.exe+0x1495]
    C  [CFBuilder.exe+0x1181]
    C  [CFBuilder.exe+0x4a3a]
    C  [kernel32.dll+0x17077]
    ---------------  P R O C E S S  ---------------
    VM state:not at safepoint (not fully initialized)
    VM Mutex/Monitor currently owned by a thread: None
    Dynamic libraries:
    0x00400000 - 0x0040e000     C:\Program Files\Adobe\Adobe ColdFusion Builder\CFBuilder.exe
    0x7c900000 - 0x7c9b2000     C:\WINNT\system32\ntdll.dll
    0x7c800000 - 0x7c8f6000     C:\WINNT\system32\kernel32.dll
    0x6f000000 - 0x6f06c000     C:\WINNT\system32\SYSFER.DLL
    0x7e410000 - 0x7e4a1000     C:\WINNT\system32\USER32.dll
    0x77f10000 - 0x77f59000     C:\WINNT\system32\GDI32.dll
    0x773d0000 - 0x774d3000     C:\WINNT\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww _35d4ce83\COMCTL32.dll
    0x77c10000 - 0x77c68000     C:\WINNT\system32\msvcrt.dll
    0x77dd0000 - 0x77e6b000     C:\WINNT\system32\ADVAPI32.dll
    0x77e70000 - 0x77f02000     C:\WINNT\system32\RPCRT4.dll
    0x77fe0000 - 0x77ff1000     C:\WINNT\system32\Secur32.dll
    0x77f60000 - 0x77fd6000     C:\WINNT\system32\SHLWAPI.dll
    0x76390000 - 0x763ad000     C:\WINNT\system32\IMM32.DLL
    0x10000000 - 0x1001e000     C:\WINNT\system32\privman32.dll
    0x7c9c0000 - 0x7d1d7000     C:\WINNT\system32\SHELL32.dll
    0x72000000 - 0x72014000     C:\Program Files\Adobe\Adobe ColdFusion Builder\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_12 06.dll
    0x77c00000 - 0x77c08000     C:\WINNT\system32\VERSION.dll
    0x6d8b0000 - 0x6db47000     C:\Program Files\Adobe\Adobe ColdFusion Builder\jre\bin\client\jvm.dll
    0x76b40000 - 0x76b6d000     C:\WINNT\system32\WINMM.dll
    0x7c360000 - 0x7c3b6000     C:\WINNT\system32\MSVCR71.dll
    0x76bf0000 - 0x76bfb000     C:\WINNT\system32\PSAPI.DLL
    VM Arguments:
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    JAVA_HOME=C:\java\jdk1.6.0_18\jre
    JRE_HOME=C:\java\jdk1.6.0_18\jre;C:\java\jre6
    CLASSPATH=.;JDK_HOME;JAVA_HOME;C:\java\jre6\lib\ext\QTJava.zip
    PATH=C:/Program Files/Adobe/Adobe ColdFusion Builder/jre/bin/client;C:/Program Files/Adobe/Adobe ColdFusion Builder/jre/bin;C:\Program Files\Adobe\Adobe ColdFusion Builder;C:\java\jdk1.6.0_18\bin;C:\java\jdk1.6.0_18\lib;C:\java\jdk1.6.0_18;C:\java\jdk1. 6.0_18\jre;C:\java\flex_sdk_4\bin;C:\java\flex_sdk_4\;C:\Program Files\Serena\Dimensions 10.1\CM\prog;C:\servers\subversion;C:\Ent\Appl\Prod\Oracle8i\bin;c:\ent\appl\prod\Oracle8 i\JRE\bin;C:\WINNT\system32;C:\WINNT;C:\Serena\CHANGE~1\DIMENS~1\9.1\PROG;c:\ent\appl\prod \perl\5.00502\bin\MSWin32-x86;c:\ent\appl\prod\perl\5.00502\bin;C:\WINNT\system32\wbem;c:\ ent\appl\prod\bin;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\ATI Technologies\ATI.ACE\;C:\DSM\Script\;C:\ent\appl\prod\Exceed\Connectivity\10.00\Accessori es\;;C:\servers\cake\cake\console;C:\servers\xampplite\php;C:\java\apache-maven\bin;C:\jav a\ant\bin;C:\Program Files\CA\SC\CAWIN;C:\Program Files\ActivIdentity\ActivClient\;C:\Program Files\QuickTime\QTSystem\;C:\servers\SDK\bin;C:\Program Files\IDM Computer Solutions\UltraEdit\
    USERNAME=pritcjm
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel
    ---------------  S Y S T E M  ---------------
    OS: Windows XP Build 2600 Service Pack 3
    CPU:total 2
    Memory: 4k page, physical 3652840k(1812720k free), swap 7137288k(4992188k free)
    vm_info: Java HotSpot(TM) Client VM (16.0-b13) for windows-x86 JRE (1.6.0_18-b07), built on Dec 17 2009 13:35:55 by "java_re" with MS VC++ 7.1 (VS2003)
    time: Thu Apr 29 08:52:56 2010
    elapsed time: 0 seconds

Maybe you are looking for

  • Disable auto import function?

    I want to disable the auto import function in iTunes, but can not find the setting. My problem is I download a new song into a temp directory, immediately iTunes opens and imports the song into the iTunes library. I DO NOT want iTunes to import the s

  • New Qos and Firewalls URL Options for gamers for Win10

    This is more of a gamer thing. I'm wondering if there's a way to implement URLs ( instead of IPs ) with ports into Firewalls and QoS? Naturally I don't want to open ports for all IPs and determining all IPs for some sites, when there exist are multip

  • Exception handling in Interconnect

    Hi, What is the best way of handling exceptions within oracle interconnect? I mean if anything goes wrong within HUB or within adapter I want to put a log for this in a particular directory and also want to send mails to support guys. How can I achiv

  • Equipment changes in ECC not affecting in CRM

    Hi, Equipments from ECC are loaded in CRM. Then any changes done for equipment in ECC, not affected those changes in CRM. What needs to check for this to happen. rgds, balu

  • DriverManagerConnectionPoolConnection not closed

    I am using the Oc4J connection pooling mechanism(data-source.xml) . I do a connection.close() everytime I am done with the Connection . But still I keep getting this "DriverManagerConnectionPoolConnection not closed, check your code!" all the time An