Skip to main content
Participant
November 3, 2008
Question

Installation Failures?

  • November 3, 2008
  • 2 replies
  • 1103 views
I'm getting installation failures with Coldfusion 8.0.1 -- I'm assuming it's a java problem. What version of java should I be running? I'm running the latest and greatest, yet during install (before I get to any options), I get the following error:

This Application Has Unexpectedly Quit
Invocation of this Java Application has caused a InvocationTargetException

Anyone have the same issue?

--- java stack trace below --

java.lang.RuntimeException: java.io.IOException: Could not get shell folder ID list
at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Win32ShellFolderManager2.java:506)
at sun.awt.shell.Win32ShellFolder2.getFileSystemPath(Win32ShellFolder2.java:561)
at sun.awt.shell.Win32ShellFolder2.composePathForCsidl(Win32ShellFolder2.java:211)
at sun.awt.shell.Win32ShellFolder2.<init>(Win32ShellFolder2.java:224)
at sun.awt.shell.Win32ShellFolderManager2.get(Win32ShellFolderManager2.java:239)
at sun.awt.shell.ShellFolder.get(ShellFolder.java:219)
at sun.swing.WindowsPlacesBar.<init>(WindowsPlacesBar.java:64)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFolder(WindowsFileChooserUI.java:512)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents(WindowsFileChooserUI.java:194)
at javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserUI.java:136)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(WindowsFileChooserUI.java:127)
at javax.swing.JComponent.setUI(JComponent.java:673)
at javax.swing.JFileChooser.updateUI(JFileChooser.java:1763)
at javax.swing.JFileChooser.setup(JFileChooser.java:360)
at javax.swing.JFileChooser.<init>(JFileChooser.java:342)
at javax.swing.JFileChooser.<init>(JFileChooser.java:301)
at com.macromedia.ia.panel.BaseFolderChooserPanel.<init>(Unknown Source)
at com.macromedia.ia.panel.CFMXInstallFolderPanel.<init>(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at com.zerog.ia.installer.actions.InstallPanelAction.g(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.d(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.h(DashoA8113)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA8113)
at com.zerog.ia.installer.Main.main(DashoA8113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
Caused by: java.io.IOException: Could not get shell folder ID list
at sun.awt.shell.Win32ShellFolder2.getFileSystemPath0(Native Method)
at sun.awt.shell.Win32ShellFolder2.access$900(Win32ShellFolder2.java:55)
at sun.awt.shell.Win32ShellFolder2$8.call(Win32ShellFolder2.java:563)
at sun.awt.shell.Win32ShellFolder2$8.call(Win32ShellFolder2.java:561)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Win32ShellFolderManager2.java:458)
at java.lang.Thread.run(Thread.java:619)
This topic has been closed for replies.

2 replies

Participant
May 18, 2009

I'm having the exact same issue - did you find a resolution for this?

I am trying to install the 64 bit CF8, running a 64 bit version of Vista and 64 bit JVM also, I thought all of those "64"s might be my problem.

November 4, 2008
I'm trying to install the ColdFusion 8 30-day trial on Windows 2003 (fully updated) server and each time, fails on "Installing Web Connectors". IIS is installed and serving 10 websites. The installer continues to appear that it's running, but hangs on "Installing Web Server Connectors". The Event viewer shows "ColdFusion Application Started". If I force the install to stop, it writes install log that "asf".

I have tried updating server, restarting, performing uninstall. My guess is that..
A. Some type of special uninstall clean-up that needs to be performed prior to any reinstall.
B. That some strange conflict with IIS or .NET?

After 18 installations, not yet had a problem so this is a first and unsure how to proceed.

Thanks,

Jeff