Expand my Community achievements bar.

Configuration Manager - Fails to run due to Administrator rights

Avatar

Former Community Member

Hi All,

I solved this issue for a client today when running configuration Manager during installation.

After asking for the language it gives the error:  ALC-LCM-000-020 "Failed to launch Configuration Manager".

The Configuration Manager log file contains the stack trace below.

It was very similar to this issue (reported in Cold Fusion):  http://forums.adobe.com/thread/228722

I discovered the installation was running from a domain administrator account, which had Windows Explorer Shell paths locked out.

I got them create a local administrator account (not a domain account), and it worked

Good luck!

Tim

[2011-07-19 12:02:29,687], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.core.LCMDataManager, Loading config: /lcm-config.xml
[2011-07-19 12:02:32,360], SEVERE, AWT-EventQueue-0, com.adobe.livecycle.lcm.gui.LCMGUI, Failed to launch GUI
java.lang.RuntimeException: java.io.IOException: Could not get shell folder ID list
at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Unknown Source)
at sun.awt.shell.Win32ShellFolder2.getFileSystemPath(Unknown Source)
at sun.awt.shell.Win32ShellFolderManager2.getPersonal(Unknown Source)
at sun.awt.shell.Win32ShellFolderManager2.get(Unknown Source)
at sun.awt.shell.ShellFolder.get(Unknown Source)
at sun.swing.WindowsPlacesBar.<init>(Unknown Source)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFolder(Unknown Source)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents(Unknown Source)
at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source)
at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknown Source)
at javax.swing.JComponent.setUI(Unknown Source)
at javax.swing.JFileChooser.updateUI(Unknown Source)
at javax.swing.JFileChooser.setup(Unknown Source)
at javax.swing.JFileChooser.<init>(Unknown Source)
at javax.swing.JFileChooser.<init>(Unknown Source)
at com.adobe.livecycle.lcm.gui.widgets.BrowsePanel.<init>(BrowsePanel.java:78)
at com.adobe.livecycle.lcm.feature.configureLC.ConfigureFontsDialog.initialize(ConfigureFontsDialog.java:241)
at com.adobe.livecycle.lcm.feature.configureLC.ConfigureFontsDialog.<init>(ConfigureFontsDialog.java:106)
at com.adobe.livecycle.lcm.feature.configureLC.ConfigureFontsDialog.<init>(ConfigureFontsDialog.java:93)
at com.adobe.livecycle.lcm.gui.WizardSequenceInitializer.initWizards(WizardSequenceInitializer.java:392)
at com.adobe.livecycle.lcm.gui.LCMMainFrame.initWizards(LCMMainFrame.java:510)
at com.adobe.livecycle.lcm.gui.LCMMainFrame.<init>(LCMMainFrame.java:137)
at com.adobe.livecycle.lcm.gui.LCMGUI.createAndShowGUI(LCMGUI.java:238)
at com.adobe.livecycle.lcm.gui.LCMGUI.access$000(LCMGUI.java:49)
at com.adobe.livecycle.lcm.gui.LCMGUI$1.run(LCMGUI.java:95)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

0 Replies