Java console output: Install went fine. When I attempt to reach http://BlueCoat Director (internal address) I get the below error messages in the console. Something about not having a valid certificate path... Starting SSL handshake... sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 1 Subject CN=Director, OU=Blue Coat, O=Blue Coat, ST=Some-State, C=US java.io.FileNotFoundException: C:\Program Files (x86)\Java\jre7\lib \security\jssecacerts (Access is denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(Unknown Source) at java.io.FileOutputStream.(Unknown Source) at com.bluecoat.director.client.cm.Common.installCert (Common.java:2559) at com.bluecoat.director.client.cm.future.DirectorApplication.main (DirectorApplication.java:1168) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.sun.javaws.Launcher.executeApplication(Unknown Source) at com.sun.javaws.Launcher.executeMainClass(Unknown Source) at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) at com.sun.javaws.Launcher.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Warning: URL Host: 10.50.71.1 vs. 10.50.71.1 Unable to set the look and feel! java.lang.NoClassDefFoundError: sun/swing/plaf/synth/SynthUI at de.javasoft.plaf.synthetica.SyntheticaDefaultLookup.getDefault (SyntheticaDefaultLookup.java:73) at sun.swing.DefaultLookup.get(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.getInputMap (Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.installKeyboardActions(Unknown Source) at javax.swing.plaf.basic.BasicButtonUI.installKeyboardActions (Unknown Source) at javax.swing.plaf.basic.BasicButtonUI.installUI(Unknown Source) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.AbstractButton.setUI(Unknown Source) at javax.swing.JButton.updateUI(Unknown Source) at javax.swing.AbstractButton.init(Unknown Source) at javax.swing.JButton.(Unknown Source) at javax.swing.JButton.(Unknown Source) at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel.installCompatibilityDefaults (SyntheticaLookAndFeel.java:400) at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel.access$4 (SyntheticaLookAndFeel.java:355) at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel $2.propertyChange(SyntheticaLookAndFeel.java:302) at java.beans.PropertyChangeSupport.fire(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at javax.swing.UIManager.setLookAndFeel(Unknown Source) at com.bluecoat.director.client.cm.future.DirectorApplication $15.run(DirectorApplication.java:1270) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege (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) Caused by: java.lang.ClassNotFoundException: sun.swing.plaf.synth.SynthUI at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 35 more Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: sun/swing/plaf/synth/SynthUI at de.javasoft.plaf.synthetica.SyntheticaDefaultLookup.getDefault (SyntheticaDefaultLookup.java:73) at sun.swing.DefaultLookup.get(Unknown Source) at javax.swing.plaf.basic.BasicRootPaneUI.getInputMap(Unknown Source) at javax.swing.plaf.basic.BasicRootPaneUI.installKeyboardActions(Unknown Source) at javax.swing.plaf.basic.BasicRootPaneUI.installUI(Unknown Source) at de.javasoft.plaf.synthetica.SyntheticaRootPaneUI.installUI (SyntheticaRootPaneUI.java:92) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.JRootPane.setUI(Unknown Source) at javax.swing.JRootPane.updateUI(Unknown Source) at javax.swing.JRootPane.(Unknown Source) at javax.swing.JFrame.createRootPane(Unknown Source) at javax.swing.JFrame.frameInit(Unknown Source) at javax.swing.JFrame.(Unknown Source) at com.bluecoat.director.client.cm.future.DirectorApplication. (DirectorApplication.java:448) at com.bluecoat.director.client.cm.future.DirectorApplication $15.run(DirectorApplication.java:1298) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege (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) : Starting SSL handshake... sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target 1 Subject CN=Director, OU=Blue Coat, O=Blue Coat, ST=Some-State, C=US java.io.FileNotFoundException: C:\Program Files (x86)\Java\jre7\lib \security\jssecacerts (Access is denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.(Unknown Source) at java.io.FileOutputStream.(Unknown Source) at com.bluecoat.director.client.cm.Common.installCert (Common.java:2559) at com.bluecoat.director.client.cm.future.DirectorApplication.main (DirectorApplication.java:1168) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.sun.javaws.Launcher.executeApplication(Unknown Source) at com.sun.javaws.Launcher.executeMainClass(Unknown Source) at com.sun.javaws.Launcher.doLaunchApp(Unknown Source) at com.sun.javaws.Launcher.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Warning: URL Host: 10.50.71.1 vs. 10.50.71.1 Unable to set the look and feel! java.lang.NoClassDefFoundError: sun/swing/plaf/synth/SynthUI at de.javasoft.plaf.synthetica.SyntheticaDefaultLookup.getDefault (SyntheticaDefaultLookup.java:73) at sun.swing.DefaultLookup.get(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.getInputMap (Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.installKeyboardActions(Unknown Source) at javax.swing.plaf.basic.BasicButtonUI.installKeyboardActions (Unknown Source) at javax.swing.plaf.basic.BasicButtonUI.installUI(Unknown Source) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.AbstractButton.setUI(Unknown Source) at javax.swing.JButton.updateUI(Unknown Source) at javax.swing.AbstractButton.init(Unknown Source) at javax.swing.JButton.(Unknown Source) at javax.swing.JButton.(Unknown Source) at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel.installCompatibilityDefaults (SyntheticaLookAndFeel.java:400) at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel.access$4 (SyntheticaLookAndFeel.java:355) at de.javasoft.plaf.synthetica.SyntheticaLookAndFeel $2.propertyChange(SyntheticaLookAndFeel.java:302) at java.beans.PropertyChangeSupport.fire(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at javax.swing.event.SwingPropertyChangeSupport.firePropertyChange(Unknown Source) at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source) at javax.swing.UIManager.setLookAndFeel(Unknown Source) at com.bluecoat.director.client.cm.future.DirectorApplication $15.run(DirectorApplication.java:1270) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege (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) Caused by: java.lang.ClassNotFoundException: sun.swing.plaf.synth.SynthUI at java.net.URLClassLoader$1.run(Unknown Source) at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 35 more Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: sun/swing/plaf/synth/SynthUI at de.javasoft.plaf.synthetica.SyntheticaDefaultLookup.getDefault (SyntheticaDefaultLookup.java:73) at sun.swing.DefaultLookup.get(Unknown Source) at javax.swing.plaf.basic.BasicRootPaneUI.getInputMap(Unknown Source) at javax.swing.plaf.basic.BasicRootPaneUI.installKeyboardActions(Unknown Source) at javax.swing.plaf.basic.BasicRootPaneUI.installUI(Unknown Source) at de.javasoft.plaf.synthetica.SyntheticaRootPaneUI.installUI (SyntheticaRootPaneUI.java:92) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.JRootPane.setUI(Unknown Source) at javax.swing.JRootPane.updateUI(Unknown Source) at javax.swing.JRootPane.(Unknown Source) at javax.swing.JFrame.createRootPane(Unknown Source) at javax.swing.JFrame.frameInit(Unknown Source) at javax.swing.JFrame.(Unknown Source) at com.bluecoat.director.client.cm.future.DirectorApplication. (DirectorApplication.java:448) at com.bluecoat.director.client.cm.future.DirectorApplication $15.run(DirectorApplication.java:1298) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$200(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege (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)