Problem getting CF8 administrator to work on windows 2008 server

When I create a file helloworld.cfm in root folder and browse to http://localhost/helloworld.cfm, it renders cfoutput fine <cfoutput>#now()#</cfoutput> shows the correct date and time.
But, when I go to the CF Administrator and enter the password for the initial setup, I keep getting the following error. Anyone have any idea how to fix it? I have checked permission everything seems fine.
If there is no solution, then I am thinking of upgrading to CF 10. If I buy and upgrade from CF8 to CF10, can I do a fresh install on a new 2008 server, or do i need to have CF8 installed correctly first?
Server Error
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
500
ROOT CAUSE: java.lang.IllegalArgumentException at coldfusion.filter.FormScope.parseQueryString(FormScope.java:321) at coldfusion.filter.FormScope.parsePostData(FormScope.java:293) at coldfusion.filter.FormScope.fillForm(FormScope.java:243) at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:430) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
javax.servlet.ServletException: ROOT CAUSE: java.lang.IllegalArgumentException at coldfusion.filter.FormScope.parseQueryString(FormScope.java:321) at coldfusion.filter.FormScope.parsePostData(FormScope.java:293) at coldfusion.filter.FormScope.fillForm(FormScope.java:243) at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:430) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)  at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:70) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

For CF 8 :  Enable the built-in port in jrun.xml like this : (C:\ColdFusion8\runtime\servers\coldfusion\SERVER-INF)
  <!-- ================================================================== -->
  <!-- This is the built-in JRun Web Server                               -->
  <!-- ================================================================== -->
  <service class="jrun.servlet.http.WebService" name="WebService">
    <attribute name="port">8500</attribute>
    <attribute name="interface">*</attribute>
    <attribute name="deactivated">false</attribute>
For CF 10 :
The installer of CF 10 is indepedent of CF 8.
If you want to keep both CF 8 and CF 10 on the same server, then yes it is possible.
If you just want CF 10, then you can uninstall CF 8 and install CF 10.
However if you want to keep CF 10 only and migrate all CF 8 settings to CF 10 then make sure that when you install CF 10, the service of CF 8 should be running. At the end of CF 10 install, you will be asked : Do you want to migrate all the CF 8 settings to CF 10? Say yes and all CF 8 settings should be migrated to CF 10
HTH
Thanks
VJ

Similar Messages

  • Installing CF8.0.1 64 on Windows 2008 Serv

    Does anyone have a set of instructions on installing CF8.0.1
    64bit on Windows 2008 Server. I have tried on and off for the last
    two weeks and have made no progress. The install goes great,
    however the CF administrator component of the install fails with a
    HTTP Error 500.0 - Internal Server Error. IIS7 worked fine prior to
    coldfusion installation, however once CF 8.0.1 gets installed IIS7
    appears to break. I've read the other thread in the forum and the
    suggestions made there don't help or have already been done.
    Module IsapiModule
    Notification ExecuteRequestHandler
    Handler AboMapperCustom-72626
    Error Code 0x800700c1
    Most likely causes:
    - IIS received the request; however, an internal error
    occurred during the processing of the request. The root cause of
    this error depends on which module handles the request and what was
    happening in the worker process when this error occurred.
    - IIS was not able to access the web.config file for the Web
    site or application. This can occur if the NTFS permissions are set
    incorrectly.
    -IIS was not able to process configuration for the Web site
    or application.
    -The authenticated user does not have permission to use this
    DLL.
    -The request is mapped to a managed handler but the .NET
    Extensibility Feature is not installed.
    Things to try (from the error summary page)
    - Ensure that the NTFS permissions for the web.config file
    are correct and allow access to the Web server's machine account.
    - Check the event logs to see if any additional information
    was logged.
    - Verify the permissions for the DLL.
    - Install the .NET Extensibility feature if the request is
    mapped to a managed handler.
    - Create a tracing rule to track failed requests for this
    HTTP status code.
    Adobe in going to expect a $6700 check from me in another
    week or so and the damn thing doesn't install to the point where
    the demo's will run. Windows 2008 and IIS7 isn't that new and I
    can't imagine that the number of people having done this is limited
    to the one or two in this forum and that there is no technote avail
    to us that have to depend on internet support and published
    technotes that can document the installation procedure of CF 8.0.1
    64bit on windows 2008.
    It's the fourth of July and this is a fine place to be.
    Happy 4th everyone!

    Please see this link:
    http://www.jasonholden.com/blog/index.cfm/2008/5/6/Coldfusion-8-on-Windows-Server-2008

  • I am having a problem installing the x86 drivers on a Windows 2008 server for a hp 4000n.

    I am having a problem installing the x86 drivers on a Windows 2008 server for a hp laserjet 4000n.

    Hi all,
    Sylonious, did you manage to sort this problem out? I have been experiencing similar problems. I think my problem was because I had many different versions of JDKs. I have done a complete re-install. I would be really grateful to you (and anyone else) for help with this problem.
    I have re-installed JSDK1.4.2_03, set the "path" variable to "C:\JSDK1.4.2_03".
    When I compile using "javac" I get an error saying "javac" is not recognised.
    When I compile using "C:\j2sdk1.4.2_03\bin\javac Freq.java" no error is thrown.
    Every time I try to run a java file, I always get the NoClassDefFound error. When run with the -verbose option, files are loaded from C:\Program Files\Java\j2re1.4.2_03\bin - is this correct?
    I have removed all previous references to java in the registry editor.
    Please help !
    Regards,
    Vipul

  • Crystal Reports 2011 not working in windows 2008 server CITRIX

    Hi All,
    We are using  Crystal reports 2011 in windows 2008 server which is CITRIX farm., having crystal reports 2011 runtime in it..
    We are using .net applicationton to run the reports.
    The crystal reports parameter popup is getting opened. But the calendar icon is not fuctioning ..clicking on the calendar control no pop up appears. no error too..
    OK button is not responding. Cancel button too.
    Can you please help us why we are facing this issue in CITRIX only. When we are using the same version in desktop, Crystal report is working fine.
    Please feel free to ask if required any more details about my problem.
    Regards,
    Venkat.K

    Ido's idea is excellent, only addition I'd like to make is the following:
    You are trying to run a .NET app. However, CR 2011 does not install any SDKs. So, the directory specified by Ido is not correct. Assuming that by CR 2011 you actually mean "SAP Crystal Reports, Developer Version for Visual Studio .NET", then the directory would be:
    C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\prompting
    If that does not help, use Process Monitor and see what the logs tell you (look for Access Denied messages).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • SAPB1 2005 B in windows 2008 server

    Hi Friends,
                  SAPB1 2005 B & 2007B Is it working on Windows 2008 server, i have seen in sizing guide given by SAP, but in that they are not given abour 2008 server family...
    anybody help me .....
    Venkat

    Sorry, I haven't tried it. Maybe someone in forum can give you the result who may try it. And SAP hasn't officially anounced the support of Windows 2008 yet.
    It is MS's responsibility to keep the compatibility of OS. Mostly it should work fine for B1 in window 2008, but no garantee...
    Regards, 
    -yatsea

  • How to get Zen Touch to work on Windows Vista without PFS (worked!)

    CHow to get Zen Touch to work on Windows Vista without PFS (worked!)? ***THIS WORKED***
    For all of you that want to get their music out of the Zen touch, and are stuck with Vista and .0.03 firmware (non vista recognisable), and don't want to erase everything by installing the latest firmware, here is what worked for me:
    )Uninstall every piece of Touch software you got and reboot.
    2) Download the latest drivers from Creative: JB3MV2...exe, together with the latest Nomad explorer, and the latest Notmad explorer from Red Chair (a trial is enough, version 9.0.3 currently).
    3) Right click the driver, properties, go to compatibility mode, and select Windows XP SP2. Make sure your Zen is unplugged (worked for me that way). Right click the driver installer again and Run as Administrator. It hanged around 72% for me, no biggy, open your task manager and shut the installer off.
    4)Before rebooting, install Notmad explorer.(I installed only the Zen touch part of it. I tried to run it right away but got a 'cannot find explorer.exe error - again, no biggy).
    5) Reboot, plug in your Zen. Again for me, Notmad didn't work. This is what worked: Without messing up anything, install Nomad Explorer by Creative on top of it all, and reboot again.
    6) After reboot, with your Zen still plugged in, right click the little Notmad icon on the right part of the taskbar and select 'Connect Jukebox Zen'. And voila, check your explorer, it should hopefully recognise the Zen Touch like windows xp would.
    If you still run into trouble, just install stuff from the beggining, making sure Compatibility: WinXP SP2 and Run as Admin are used everywhere, and keep rebooting till it hopefully works.
    Best of luck. edit: Using Winamp to transfer files worked as well.

    Hi D2xS-Shooter,
    I am afraid Creative Cloud desktop app is not compatible with Windows Vista. If you run into problems there are very limited resources from Adobe to assist.
    Creative Cloud is a collection of apps with various different tech specs
    http://www.adobe.com/uk/products/creativecloud/tech-specs.html
    Thanks!
    Eshant

  • Adobe Reader 10.1/ 11 get error "has stopped working" on windows 7 after installed 1 or 2 days, but Adobe Reader is fine==

    Adobe Reader 10.1/ 11 get error "has stopped working" on windows 7 after installed 1 or 2 days, but Adobe Reader is fine==

    Turning off the Protected Mode at Startup setting fixed the problem for me. Switched off all protected mode settings in Preferences exited Adobe Reader XI then restarted. Now I can successfully open files without the program crashing. I run the same versions of Adobe Reader and Norton Internet Security on Windows 7 and Windows 8 systems and the problem only occurred on Windows 7.

  • Can't get Palm Zire to work with windows 7

    Can't get palm zire to work with windows
    Post relates to: Palm Pilot

    Please review the "stickied" threads near the top of this board, about syncing with Windows 7 and Vista.  It's all there. 
    After you've been through and tried everything there is to try, and still have problems, please post back with specific info about exactly what you've tried, what version of Windows 7 you have (32-bit or 64-bit), etc.
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • I cannot get wireless mouse to work in windows 7 using bootcamp

    I cannot get wireless mouse to work in windows 7 using bootcamp

    OK, that is a Bluetooth mouse so open Windows Devices and Printers>Add a Device Toggle the power (on the mouse) off and then on. he mouse should appear in the window, follow instructions to add it.

  • How can I get photoshop CS2 to work with Windows 8.1?

    how can I get photoshop CS2 to work with Windows 8.1?

    Have a look at
    http://forums.adobe.com/message/4976720
    Cheers
    John

  • Getting the Ericsson F3507g card to work in a T500 running Windows 2008 Server 64bit

    Folks
    I seem to have the correct drivers for the card but when I try to enable them I get a blue screen every time with the error BAD_POOL_CALLER.  This is now happening every time Windows starts as it tries to load the new drivers.
    Does anyone know if the card is supported under Windows 2008 Server 64 bit and if so, how do I get it working?
    Regards
    Simon
    (UK)

    Bump. Does anyone have any idea of what i can do to get wireless working on my windows partition?

  • I cannot seem to get Illustrator 10 to work on Windows 8. Is it too old or can I download a patch?

    I cannot seem to get Illustrator 10 to work on Windows 8. Is it too old or can I download a patch?

    No, the best you can do is explore the options at creative.adobe.com

  • Having a real problem getting my vi to work - great difficulty running sequence as desired

    Hi
    I am have a real problem getting my vi to work as required.
    I would like the my vi (EXAMPLE.vi in the vi library attached) to run continuously.  It should update the graphs on the front pannel and also save data to file when requested using the  save data to file button. (I have written a sub vi. to deal with this data handling and file saving which run in two while loops with the vi as can be seen on inspection of the block diagram)
    Now, what I would like is for the updating to pause whenever I change any of the settings on the front panel (which are controls in the first half of the sequence of the vi) so the hardware is reset.  As it is at the moment I have to stop the vi to change the front panel settings and then restart it in order for the first part of the sequence to run and re-set the values on the hardware.
    I guess I need to use some kind of event driven programming an event stucture or something like that. This is quite advanced and I don't know how to implement it. 
    Can anybody offer any Ideas. 
    Many many thanks
    Ashley
    Attachments:
    test library.llb ‏470 KB

    Hi,
    If you are new to event structures then you may find the following tutorial useful:
    Event-Driven Programming in LabVIEW
    http://zone.ni.com/devzone/conceptd.nsf/webmain/E5F8474BDA20C97786256B5A0066968B?opendocument
    A powerful New Tool for UI Programming--User Interface Event Programming
    http://zone.ni.com/devzone/conceptd.nsf/webmain/2a8ab43b28bbde1086256b830059875c
    Advanced Event Handling with LabVIEW 7 Express
    http://zone.ni.com/devzone/conceptd.nsf/webmain/aa79ff38336eb38886256d2b004aca49#1
    I hope this helps
    All the best
    Kurt

  • Hello, i am having problems getting face time to work, I keep getting an error message saying the server could not process the registration, I am using the username and password I always have and it has always worked in the past, any ideas?

    Hello, i am having problems getting face time to work, I keep getting an error message saying the server could not process the registration, I am using the username and password I always have and it has always worked in the past, any ideas?

    We aren't Apple, just users like you volunteering to help other users with problems. Threatening to go to Samsung doesn't mean anything to us. What troubleshooting have you tried so far?

  • Radeon Drivers problems with BootCamp Windows 2008 Server R2

    Hello !! I have some troubles with BootCamp and Windows 2008 Server R2... I can't find any graphic drivers for my AMD Radeon HD 6490 !! Heeeelp please
    (I Have a Macbook Pro i7)

    Shoooryuken, did you ever get this problem resolved? I have thhe same issue...
    I have the 2011 MacBook Pro 15" 2.0ghz Quad Core i7 with integrated Intel HD Graphics 3000 and AMD Radeon 6490M.
    I just installed Windows Server 2008 R2 (Which is based on Windows 7) using Boot Camp. After I installed it, the I only have 3 resolution options, all of which are stretched. I checked the device manager and found that the Apple Instal DVD did not work and only a "Standard VGA Graphics Adapter" was installed. It also reports a whopping 16MB of graphics memory
    I downloaded the "detect and install" driver utility from AMD (http://support.amd.com/us/gpudownload/Pages/index.aspx) and it detected my correct OS and downloaded something (driver maybe?). When I clicked install, I recieved this message: "AMD Catalyst Mobility cannot be downloaded due to incompatible hardware/software on your computer. Your computer does not contain a proper graphics adapter."
    I don't really know why Windows does not detect the graphics card. Right now I am trying to install the Intel graphics drivers for the Intel HD 3000 integrated graphics... I will report back if I get the integrated graphics running...

Maybe you are looking for

  • How do I delete iphone from a device when I no longer have the device

    I synced my phone to too many devices, some of which I don't have anymore, how can I delete them?

  • Use of DUAL vs Existing table

    I need to generate the following data which will be used for comparision with another huge table with a date field. end_date     start_date 3/31/2010     4/1/2010 4/30/2010     5/1/2010 5/31/2010     6/1/2010 6/30/2010     7/1/2010 7/31/2010     8/1/

  • QUERY PROBLEM IN TOOLBAR

    I am using a toolbar just like Form 5 Default toolbar. Toolbar is in seperate control block. My problem is I can enter query, but when I try to execute it, it doesn't work. I tried changing block before issuing execute query command. but still doesn'

  • How to get he names of all the local drives that are present in hdd

    Hi ABAP Experts, I want to get the names of all the local drives that are present in hdd on local system using ABAP. Is this technically possible. If so how. Thanks & Regards, Aexandr Ciunchik

  • Istopmotion. how can i change the frame rate in a project?

    so i finally got istopmotion and i love it. its a bit tricky using the built in isight to grab shots but i am getting an external one. anywho, i was wondering if there is a way, once you have started working on a project, if you can change the framer