Error running ECM_server1 on Windows XP -- 403 error

I've installed Oracle UCM on my Windows XP machine following the instructions here:
http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14538/qiecm.htm
Everything appears OK until step 1.9. I start ECM_server1 as follows:
startManagedWebLogic.cmd UCM_server1
After it enters RUNNING mode, I get a 403 error when I browse the URL: http://localhost:16200/cs/
The server logs for ECM show the following:
<Could not start server of type 'server' at default relative web root URL 'cs'.
javax.servlet.ServletException: Could not start up IDC server deployment.
     at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1253)
     at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542)
     at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455)
     at idcservlet.IdcFilter.initContentServer(IdcFilter.java:132)
     at idcservlet.IdcFilter.init(IdcFilter.java:124)
     at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
     at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
     at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused By: java.io.IOException: csServletFailedToFullyInitialize
     at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:138)
     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 idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
     at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
     at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
     at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1242)
     at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542)
     at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455)
     at idcservlet.IdcFilter.initContentServer(IdcFilter.java:132)
     at idcservlet.IdcFilter.init(IdcFilter.java:124)
     at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
     at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
     at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused By: intradoc.common.ServiceException:
     at intradoc.server.IdcServerManager.init(IdcServerManager.java:224)
     at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:624)
     at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:455)
     at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:102)
     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 idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
     at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
     at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
     at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1242)
     at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542)
     at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455)
     at idcservlet.IdcFilter.initContentServer(IdcFilter.java:132)
     at idcservlet.IdcFilter.init(IdcFilter.java:124)
     at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
     at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
     at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused By: intradoc.data.DataException: !Install aborted.
     at intradoc.server.IdcInstallInfo.continueEarlyInstall(IdcInstallInfo.java:490)
     at intradoc.server.IdcSystemConfig.initConfigEarly(IdcSystemConfig.java:189)
     at intradoc.server.IdcSystemConfig.loadInitialConfig(IdcSystemConfig.java:225)
     at intradoc.server.IdcServerManager.init(IdcServerManager.java:98)
     at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:624)
     at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:455)
     at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:102)
     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 idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
     at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
     at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
     at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1242)
     at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542)
     at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455)
     at idcservlet.IdcFilter.initContentServer(IdcFilter.java:132)
     at idcservlet.IdcFilter.init(IdcFilter.java:124)
     at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
     at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
     at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused By: intradoc.common.ServiceException: !csInitSecurityError
     at intradoc.conversion.SecurityObjects.init(SecurityObjects.java:140)
     at intradoc.conversion.CryptoPasswordUtils.initSecurityObjects(CryptoPasswordUtils.java:75)
     at intradoc.conversion.CryptoPasswordUtils.loadPasswordManagement(CryptoPasswordUtils.java:136)
     at intradoc.server.IdcInstallInfo.buildPasswordInfo(IdcInstallInfo.java:782)
     at intradoc.server.IdcInstallInfo.createConfigAndPasswordFiles(IdcInstallInfo.java:509)
     at intradoc.server.IdcInstallInfo.continueEarlyInstall(IdcInstallInfo.java:484)
     at intradoc.server.IdcSystemConfig.initConfigEarly(IdcSystemConfig.java:189)
     at intradoc.server.IdcSystemConfig.loadInitialConfig(IdcSystemConfig.java:225)
     at intradoc.server.IdcServerManager.init(IdcServerManager.java:98)
     at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:624)
     at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:455)
     at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:102)
     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 idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
     at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
     at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
     at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1242)
     at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:542)
     at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:455)
     at idcservlet.IdcFilter.initContentServer(IdcFilter.java:132)
     at idcservlet.IdcFilter.init(IdcFilter.java:124)
     at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:332)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:98)
     at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:59)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1876)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
     at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
     at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
     at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
     at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
     at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
     at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
     at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
Caused By: intradoc.common.ServiceException: !syFileUtilsUnableToCreateSpecifiedDir,C:/oracle/MIDDLE~1/USER_P~1/domains/BASE_D~1/ucm/cs/config/private
[snip]
Caused By: java.lang.AssertionError: !syNativeOsUtilsNotLoaded
[snip]
Caused By: java.lang.UnsatisfiedLinkError: intradoc.common.NativeOsUtilsBase.getNativeVersion()Ljava/lang/String;
[snip]

The error is due to permissions on filesystem in Windows machine. Make sure you have admin privileges and you are able to create folders and modify the file contents in them. I had the same issue and had to Change User Account Control : Behavior of the elevation prompt for administrators in Admin Approval Mode from "Prompt for consent for Non-Windows binaries" to "Elevate without prompt"
This way you wont have to worry about the next environments( to create that folder manually) like stage and in production.
HTH,
-Dinesh
Edited by: 853716 on Apr 20, 2011 9:50 AM

Similar Messages

  • Failed to run task \Microsoft\Windows\WS\License Validation. Error Code: 0x80041326

    Today I noticed this message in the event viewer:
    Event ID: 16387Severity: ErrorSource: Microsoft-Windows-Security-SPPLog: ApplicationMessage: Failed to run task \Microsoft\Windows\WS\License Validation. Error Code: 0x80041326
    Does this mean the free eval use version of Windows Server 2012 has expired?
    OS: Windows Server 2012 RC Build 8400
    Thanks

    Hello Darrell:
    Thank you for responding to my issue.  Here is the output you requested:
    Windows Script Host
    Software licensing service version: 6.2.8400.0
    Name: Windows(R), ServerDatacenter edition
    Description: Windows(R) Operating System, RETAIL channel
    Activation ID: c3dbac02-e65b-48bc-a61e-e14befbdd674
    Application ID: 55c92734-d682-4d71-983e-d6ec3f16059f
    Extended PID: 03612-01333-001-000805-00-1033-8400.0000-2382012
    Installation ID: 090195464127466880553502868392878303995792363977152161148874086
    Use License URL: https://activation.sls.microsoft.com/SLActivateProduct/SLActivateProduct.asmx?configextension=Retail
    Validation URL: https://validation.sls.microsoft.com/SLWGA/slwga.asmx
    Partial Product Key: 78KXV
    License Status: Licensed
    Evaluation End Date: 1/15/2013 3:59:59 PM
    Remaining Windows rearm count: 1000
    Trusted time: 9/15/2012 3:37:56 PM
    OK   
    Your request for info got me thinking about another oddity I've been working on this week - My firewall (NetGear SRX5308) shows dropped incoming packets from ip 65.55.121.94 with source port 443 and destination port 55338.  ARIN shows the ip belongs
    to MICROSOFT-1BLK, aka Microsoft.  Is it possible that my firewall is blocking communication to MS's licensing servers?

  • Error File missing when try to run iTunes on windows. No more info. Uninstalled following support instructions and reinstalled - same message while reinstalling.

    Error "File missing" when try to run iTunes on windows. No more info. Uninstalled following support instructions and reinstalled - same message while reinstalling.

    Hi there slklug43,
    You may find the troubleshooting steps in the article below helpful.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    -Griff W. 

  • Running CS5 on Windows Xp; application error "0x6963561b" referenced memory at "0x0000008c"

    Running CS5 on Windows XP 2.0 G RAM;  500G hard drive Dell computer 9100; get application error and crash:
    "0x6963561b" referenced memory at "0x0000008c" The memory could not be "read"

    The latest is the crash on quit:  Here is the entire message:; (no mention made of faulting module)
    Note: the referenced memory at "  "  has changed.
    Photoshop CS5   Application error:
    The instruction at “0x6963561b” referenced memory at “0x000000b8” The memory could not be “read”
    CLICK OK to terminate the program
    CLICK CANCEL to debug the program

  • Full Steps to run CS3 in Windows 7

    How to run CS3 in Windows 7....Full Steps
    How to work with old software in Windows 7 Ultimate.....(That is the software that I used for Adobe CS3 and it worked beautifully. Other versions may be slightly different, but in general, the same steps apply.)
    Note: This is written with the issue of Windows 7 will not run software designed for XP or Vista.
    What you will need:
    If you have Windows7 Home or Home Premium, you MUST upgrade to Windows 7 Professional, or Windows 7 Ultimate or Windows 7 Enterprise.
    Otherwise, you will be wasting your time and money trying to figure out how to do it with other processes.
    If you need a good software to partition your hard drive, to run other types of operating systems, I recommend Paragon Partition Manager 10.0 Professional, but for Windows 7, you will not need it.
    What you will need, after upgrading your computer and operating system to the one's listed above is two downloads from Microsoft.
    The first download: XP Mode Software
    The second download: Virtual PC Software
    This link and address will take to you to Microsoft to first run a system check to see if your software and hardware are compatible and able to run the additional needed software.
    http://www.microsoft.com/windows/virtual-pc/download.aspx
    This page will run the needed test to see if your system is compatible to run the next steps.
    Once your computer passes the compatibility tests, it will then present you with two links to download the necessary software for Windows 7 to operate in XP Mode for your older software.
    Installation:
    Download and install 1st: XP Mode
    Download and install 2nd: Virtual PC
    Once installed, restart your computer and if needed, you will need to get into the BIOS to turn on Virtualization Technology.
    This next step is based on the HP Pavillion Elite e9260f PC. Your system may be different, but these instructions will follow based on the system above and Windows 7 Ultimate.
    On the first start up page, you have options at the bottom to get into the BIOS.....F10 is the option to stop startup and enter the BIOS.
    Move over to Power Options and you'll see Virtualization Technology.
    Arrow down to that setting and hit Enter. A small window will open with Disable and Enable.
    Choose Enable and then F10 to save and exit.
    Then let the computer go through the start up process again, all the way to Windows Desktop.
    Once you are up and running, Go to Programs through the Start button.
    Click the folder named: Virtual PC
    Then click on : XP Mode to finish setting up. (this process is literally setting up an XP Operating system, so follow the instructions it offers carefully.)
    Once the setup is complete, you will be given a User Name and a choice of a password. With this mode, you must enter a password.
    The next window to appear will be for XP Updates. Turn that on for a very smooth setup for the rest of the process.
    Once this is done, then you will see the setup process taking place.
    When XP Mode finishes installing, it will ask about the settings for Virus Protection, just click that you will manage the virus protection yourself.
    Then, you are set up with XP and are now able to install Adobe CS3 software and other to work with.
    The internet works with the XP Mode desktop, but virus protection is possibly not enabled on the XP Mode, so I recommend not using the internet through XP Mode to search the web. Use Windows 7 for that.
    When setting up CS3, disable your antivirus software to prevent any conflicts while loading.
    Put your CS3 disk in the disk drive and instead of letting it run automatically in Windows 7, on the Start button of XP Mode, go to and click RUN.
    Click Browse for the DVD-CD and then Explore the disk for the Autorun file.
    Then you will be presented with the Adobe install window and just follow the instructions for Adobe from there.
    It may ask for the RAM to be at a minimum of 1GB. Just ignore this for now and you can make adjustments later, within the software.
    Once Adobe CS3 has finished loading, it will may ask for a restart.
    Close the XP Mode Window at the X and it will then say, "Going into Hibernate."
    Do a shutdown or restart in Windows 7 and then go to Programs and choose, Virtual PC, click on XP Mode and it will then open the XP mode again.
    Go to the Start button to Programs, Choose your Adobe CS3 program and go to work!!
    You're Done!!!
    All old software that you were working with before, will operate the very same as it did when it was on a straight XP or Vista computer.
    Hope this helps and after finally getting all this information, which did not come with my new computer, it was a VERY SMOOTH transition.
    Enjoy!!! and you are welcome....
    The Cajun Lady

    I don't quite understand your question....The issue before was that Photoshop CS3 will not run
    in Windows 7 as a stand alone program, making it necessary to have Windows XP Mode to run it.
    They said here at Adobe that the CS4 upgrade and stand alone software was designed to run in Windows 7, but CS3 was not and would not be changed, that the only option was to upgrade to CS4.
    I felt that was a little unfair to the one's that got CS3 in the past year and from what I understand, CS5 will be coming out soon.
    This doesn't particularly apply to Adobe, but to other software as well.  I had read that iTunes will not work in windows 7 and has to have XP Mode to run.  There was an issue that I read in a forum about the "Bonjour" file had a conflict with the systems folders and I experienced the issue of it causing my registry to drop out with each shutdown.
    Once removed, drivers and software had to be reinstalled and activated, only to have it do it again for the required shutdowns during setup.
    Once I upgraded to Windows 7 Ultimate, and removing Bonjour from the system, the problem went away and I haven't had to reinstall anything since.
    So that is something to also think about, before trying to upload any software that is related to Apple/Mac on the Windows 7 platform.  If it has to use the Bonjour file, you will be much better off to upload directly to XP Mode instead, as there are no issues with XP.
    Basically, it's a "trial and error" process to see what works and what won't within Windows 7.  All the information is brand new to me and so I'm still asking questions myself.
    Thanks for asking.

  • PSE 12 running slow in Windows 7?

    I have just installed PSE 12 on a Windows 7 platform and it runs very slow and freezes when I try to selct files in organizer. Is there anyhting I can do in settings, etc.?

    From: Barbara B.
    Sent: Thursday, December 26, 2013 3:56 PM
    To: Mike DMD
    Subject: PSE 12 running slow in Windows 7?
          I followed the instructions exactly as in the article.I don’t think there is much scope for error as i did not encounter similarly named files and the described path took me exactly to the file in Program Files. I am certain I have never encountered similar problems with my laptop before. Even if I made a mistake, it would have been so easy to make that I would not recommend anyone else to try that!
          Re: PSE 12 running slow in Windows 7?
          created by Barbara B. in Photoshop Elements - View the full discussion I

  • How do you create a program in Labview that can be run as a Windows Service?

    I would like to create a Labview program that can be run as a Windows service.  I have read the following Knowlegebase articles and have done what they say. 
    Creating a Windows NT Service Using LabVIEW http://www.ni.com/white-paper/3185/en 
    Running a LabVIEW Application as a Windows NT/2000/XP/Server 2008/7  User-Defined Service http://digital.ni.com/public.nsf/allkb/21BA0F671A63A60386256CB4004DF99B
    When trying to start the service I get an error that says the program didn't respond to the start in a timely manner.  I also set the "run when opened" parameter in the VI.  I am programming in Labivew 2010, proffesional version.  The server is running Windows Server 2008.  Can anyone help?  Is the ini file important in Windows Server 2008?

    I haven't looked through all those links.  But I have created Windows Services from LabVIEW executables way back when WinXP came on the market.
    The problem with services is that they have no UI.  So you can't really see what is going on.  Your EXE might be failing or hanging due to some kind of error (most liklely a security/permissions error), but you can't see the error.  So my advice is to either:
    1.  Have your EXE write lots of info to a log file.  Write info that log every step in the application.  If an error ocurrs, have it write the error info to the log file.  That is a very useful debugging tool.
    2.  Use VI Server functions to monitor the service to see what is going on. 

  • Recommendations for configuring DSEE 6.3.1 to run as a Windows service?

    Hi All, I need some recommendations for configuring DSEE to run as a Windows service. Currently I have CACAO, DSCC, and the Web Console configured and running as Windows services and this works fine. I would like to configure the directory itself to run as a Windows service so that it will restart automatically if the server reboots for any reason. Using dsadm enable-service --type WIN_SERVICE I configured this but initial testing indicated that the service will fail to start automatically on reboot. I can start it manually once the server is rebooted. This appears to indicate a dependancy of some sort with one of the other services like CACAO or DSCC but I did not see any documentation on this. Does anyone know the appropriate way to configure the directory to run as a Windows service? Thanks.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    There is an entry in the application-management-common-agent-container log
    [ Apr 22 09:17:52 Executing start method ("/opt/test/dsee6/cacao_2/usr/lib/cacao/lib/tools/scripts/cacao_smf start default") ]
    Error: Exception thrown by the agent : java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException:
    zone1: zone1
    Which was the problem. The zone was picking up a stale NIS map with the wrong hosname for its IP address.

  • Compaq CQ56 running slow in Windows 7

    After obtaining my Compaq CQ56 laptop, I reinstalled Windows 7 to start fresh. However, the laptop is running extremely slow. I could use some advice on what TO DO

    From: Barbara B.
    Sent: Thursday, December 26, 2013 3:56 PM
    To: Mike DMD
    Subject: PSE 12 running slow in Windows 7?
          I followed the instructions exactly as in the article.I don’t think there is much scope for error as i did not encounter similarly named files and the described path took me exactly to the file in Program Files. I am certain I have never encountered similar problems with my laptop before. Even if I made a mistake, it would have been so easy to make that I would not recommend anyone else to try that!
          Re: PSE 12 running slow in Windows 7?
          created by Barbara B. in Photoshop Elements - View the full discussion I

  • Running jflex on windows

    Hi all ,
    First of all I have to apologise for posting in wrong place,but I gues might some one has used the jflex.I need your help
    Iam real stucked with running jflex on windows 98se.
    I have done the following (using manual)
    1.First of all Installed the java develeping kit(jdk 1.5.0_04) in the folder c:\program files\java\jdk 1.5.0_04).This is working I have been using it for couple of months now.
    2.Then I have downloaded jflex zip file and extracted to jflex 1.4.1 folder in c.
    3.I have edited JAVA_HOME in bin\jflex.bat as shown below(highlighted ones)
    4.Also I have included bin directory of JFlex in my path(c:JFLEX\bin)
    5.I have tried to call jflex from c:\jflex,but getting the following message
    "out of environment space"
    bad command or file name"
    6.On windows xp, getting the following message "The spe cified path not found" {the jdk run with netbeans}
    Is there any mistake?
    Thank you for your help
    ud
    @echo off
    REM Please adjust the paths JFLEX_HOME and JAVA_HOME to suit your needs
    REM (please do not add a trailing backslash)
    set JFLEX_HOME=C:\JFLEX-1.4.1
    REM only needed for JDK 1.1.x:
    set JAVA_HOME=C:\PROGRAM FILES\JAVA
    REM -------------------------------------------------------------------
    set CLPATH=%JAVA_HOME%\lib\classes.zip;%JFLEX_HOME%\lib\JFlex.jar
    REM for JDK 1.1.x
    %JAVA_HOME%\bin\java -classpath %CLPATH% JFlex.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
    REM for JDK 1.2
    rem java -Xmx128m -jar %JFLEX_HOME%\lib\JFlex.jar %1 %2 %3 %4 %5 %6 %7 %8 %9

    wow this topic has been inactive for 3 yrs!! i have the same problem ppl!! HELP US!
    this is how my jflex.bat file looks like:
    @echo off
    REM Please adjust the paths JFLEX_HOME and JAVA_HOME to suit your needs
    REM (please do not add a trailing backslash)
    set JFLEX_HOME= C:\Users\user\Downloads\jflex-1.4.3\jflex-1.4.3\bin
    REM only needed for JDK 1.1.x:
    set JAVA_HOME= C:\Program Files\Java\jdk1.6.0_11
    REM -------------------------------------------------------------------
    set CLPATH=%JAVA_HOME%\lib\classes.zip;%JFLEX_HOME%\lib\JFlex.jar
    REM for JDK 1.1.x
    %JAVA_HOME%\bin\java -classpath %CLPATH% JFlex.Main %1 %2 %3 %4 %5 %6 %7 %8 %9
    REM for JDK 1.2
    rem java -Xmx128m -jar %JFLEX_HOME%\lib\JFlex.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
    do i have to add any envirnoment variables?? i've pointed CLASSPATH to C:\Users\user\Downloads\jflex-1.4.3\jflex-1.4.3\lib\JFlex.jar
    and PATH to C:\Program Files\Java\jdk1.6.0_11\bin
    and my java works properly so JAVA_HOME is set correctly.
    the way i've been trying to run it, is that in the commandline i went to the Examples folder of the jflex and for running standalone.flex, i typed in the cmndline jflex standalone.flex
    it gives the error 'jflex is not recognized as an internal or external command, operable program or batch file'
    what do i doooooooo?????? :((

  • System file not suitable for running msdos or windows files ???

    Please help...
    I download the itunes 6.0.5 setup.exe file.
    I open it and I see a pop up with Quicktime and Itunes on it. It quickly loads and then a new application opens (a C:// black box
    It quickly gets an error (16 Bit MSDOS Subsystem Box) error reads that the system file is not suitable for running msdos or window files. Close or Ignore (neither allow me to load 6.0.5
    I am using windows xp

    You use probably a UFS file system, right ? Then in this case, use the "-i" option with a value less as 8192. 8192 is the default value for a UFS filesystem that is between 3GB and 1 TB size.
    But if you want to store 10M of files, UFS will be limited to 1M per TB : 64-bit: Support of MultiterabyteUFS File Systems (System Administration Guide: Devices and File Systems)
    In this case, use instead UFS a ZFS filesystem that supports 2^48 entries !!!

  • Can not run application on Windows

    What's wrong with my windows system.
    I compile the java files in linux and put the class file to the windows system. But the class file can't run correctly. The error is following:
    Exception in thread "main" java.lang.NullPointerException
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at javax.swing.JFrame.<init>(Unknown Source)
    at FrameTest.<init>(FrameTest.java:10)
    at FrameTest.main(FrameTest.java:17)
    the FrameTest.java is following:
    import java.util.*;
    import javax.swing.JFrame;
    import javax.swing.JPanel;
    public class FrameTest extends JFrame
    public FrameTest()
    super( "test" );
    add( new JPanel() );
    public static void main( String[] argv )
    JFrame f = new FrameTest();
    f.setSize( 400, 400 );
    f.setVisible( true );
    the version of JDK is 1.6.0b2 on linux
    the version of JRE is 1.6.0b2 on windows
    But if I compile the java file in windows, then it run ok on windows and linux.
    Also the class file can run onther windows system.
    I want to know what wrong with my windows system and how to find the solution.
    thanks

    Well I can see a problem, though I don't know
    why you should get the symptoms you are getting. You
    shouldn't be adding components directly to a JFrame,
    you should add them to the content pane
    (getContentPane().add(..) )That was changed in JDK 1.5. It's now ok to add directly to the component.
    Kaj

  • Can not run multiple firefox windows with version 4

    After the upgrade to FF4 the problem started happening. In ver 3 I used the profile manager and was able to run 2 firefox windows at the same time with no problems in Windows 7.
    Now when I try to do this with version 4, one firefox window errors out with 'firefox stopped working'
    I thought it was due to an incompatible add on or something, so I did a complete program removal, rebooted, cleaned the registry and removed all folders that firefox put on my system. The problem continues.

    You can only run multiple version at the same time if the next version is started with the -no-remote switch added to the command line in the desktop shortcut.
    "C:\Program Files\Mozilla Firefox XX\firefox.exe" -no-remote -P
    * http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • Run PHP on Windows IIS6

    Hi all,
    Just i want to run PHP on Windows server 2003 machine with IIS6, not with Apache or any other webservers.
    I've installed PHP from the msi 'php-5.3.27-nts-Win32-VC9-x86'. And installed FastCGI also.
    Created a php file with phpinfo() function in it.When i hosted the page in IIS, it says page not found error.
    I've been hosting ASP sites through that IIS already. When it comes to PHP it's not working. What am i missing in the above steps???
    Help me guys!!!

    Some comments:
    - Most people use PHP on Linux for a variety of reasons, including performance, stability and ease of customization/installation.
    - PHP 5.3 is very old. Can you use a newer version? (Note: the MSI installer isn't supplied in new versions. An unzip is just as good)
    - If you are trying to install OCI8 with IIS, see https://blogs.oracle.com/opal/entry/how_to_use_iis_php_and_oracle

  • Can Crystal Server 2011 run on a Windows 2012, R2 server?

    Hey,
    I purchased Crystal Server 2011 in April 2013.  Unfortunately, due to a heavy workload I'm just now ready to install it in a test environment.  Will Crystal Server 2011 run on a Windows 2012, R2 server?

    If you update your CR Server to SP 5, then yest, it is supported on WIN 2012.
    See the PAM.
    To get SP5 you will have to loin to the SAP Market Service Place.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada

Maybe you are looking for

  • Function module to get the configuration of Individual objects

    Hi all, Is there is any std function module to get the data of individual object configuration. In table COM_TA_R3_ID, I can able to get the PRODUCT_GUID (for material and serial number) and I dont know how to get the configuration of the product by

  • The problem with a combination of audio output in Windows.

    I find it hard to use the Google translator, because I know that he can not describe the whole problem, but I hope you'll understand. I have a MacBook Pro 13-inch, Early 2011, I found him and offered Windows7 driver bootcamp. When the headset is conn

  • New bug to report

    I was trying to remove our "Library Interiors Test" site and I was unable to remove this from the admin panel. The tab to REMOVE the site was consistently greyed out. This needs to be addressed. I believe the bug is triggered when you don't have any

  • EHS FM user exit  Question

    Dear experts In EHS, we copy FMs and change the configuration to point to the copied FM for modifications. In this case, what happens during an upgrade? How should such a situation be handled. Thanks Raj

  • Adobe Reader IX version 11.0.2 crashes when I click on Tools

    Adobe Reader IX version 11.0.2 crashes when I click on Tools.  What do I do?