[Update: Turns out I needed to be logged on as a local account, not my domain account. I have no idea why, but we have this documented - said documentation to be read prior to installation in the future.

]
I am attempting to duplicate our production environment so that I can perform an upgrade in preparation of updating our production environment. For that purpose I have installed TeamSite 6.5 SP3 on a Windows 2003 Server. Win2k3 SP1 was then applied and I am now trying to install OD Admin 6.1.1. I have found prior threads that indicated I needed to have DEP enabled for essential Windows services and programs only so I made that change and rebooted. OD Admin itself seems to install fine, but when it gets to the point where it is installing CSF I get the following java error:
java.lang.NullPointerException
at javax.swing.MultiUIDefaults.getUIError(Unknown Source)
at javax.swing.UIDefaults.getUI(Unknown Source)
at javax.swing.UIManager.getUI(Unknown Source)
at javax.swing.JPanel.updateUI(Unknown Source)
at javax.swing.JPanel.(Unknown Source)
at javax.swing.JPanel.(Unknown Source)
at javax.swing.JPanel.(Unknown Source)
at javax.swing.JRootPane.createGlassPane(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.zerog.ia.installer.LifeCycleManager.g(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(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
I'm hoping this is something simple I have overlooked. Does anyone have an idea on what my problem might be? Thanks.