Instrument I/O Assistant not properly installed

Hi,
I recently purchased a student edition of Labview 2009 and I've been having problems with the intrument I/O Assitant. Each time I place it on the block diagram I get the error message that it was not properly installed. I've searched the knowledge bases and carried out the recommended remedies to no avail. I downloaded drivers from NI.com, uninstalled NI VISA and reinstalled the its latest version still nothing worked. Can someone please help me out here.
Thanks

Hello,
I see that you uninstalled and reinstalled the drivers, but did you make sure to only reinstall the Instrument Assistant after the drivers? Also, what operating system and driver versions are you using?
-Zach
Certified LabVIEW Developer

Similar Messages

  • Error:CW_FILES_RESOURCE_TYPE not properly installed on creating workspaces

    Hi
    We are on OCS 10.1.2 on Windows 2003. When creating a new workspace using the Basic Template, we get the error:
    The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    From log in apps\j2ee\OC4J_OCSClient\application-deployments\workspaces\OC4J_OCSClient_default_island_1:
    06/11/11 18:18:42 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.CwHomeAction: Handling Event : goHomeAll
    06/11/11 18:18:42 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.CwHomeAction: Handling Event <goHomeAll> for user <brian.yen> DONE within <15> milliSeconds. Forwarding to ForwardConfig[name=cwHomeAllLink,path=/cwHomeAll.uix,redirect=false,contextRelative=false]
    06/11/11 18:18:44 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event : createWorkspaceForm
    06/11/11 18:18:44 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event <createWorkspaceForm> for user <brian.yen> DONE within <47> milliSeconds. Forwarding to ForwardConfig[name=showTemplatesForCreateWspcLink,path=/showTemplatesForWorkspaceCreation.uix,redirect=false,contextRelative=false]
    06/11/11 18:18:46 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event : createUsingTemplateFormWz
    06/11/11 18:18:46 workspaces: caller [brian.yen] 6755350 warn CwPrivilegeManager: workspace creation mode = Public
    06/11/11 18:18:46 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event <createUsingTemplateFormWz> for user <brian.yen> DONE within <141> milliSeconds. Forwarding to ForwardConfig[name=createWorkspaceUsingTemplateLink,path=/createWorkspaceUsingTemplateForm.uix,redirect=false,contextRelative=false]
    06/11/11 18:20:19 workspaces: caller [brian.yen] 6755350 warn BaseAction: oracle.workspaces.ui.actions.TemplatesAction: Handling Event : createUsingTemplate
    06/11/11 18:20:19 workspaces: caller [brian.yen] 6755350 warn CwPrivilegeManager: workspace creation mode = Public
    06/11/11 18:20:20 workspaces: caller [brian.yen] 6755350 warn CwPrivilegeManager: workspace creation mode = Public
    06/11/11 18:20:20 workspaces: caller [brian.yen] 6755350 error CwWorkspaceResourceMgr: Could not find resource of type CW_EMAIL_RESOURCE_TYPE in workspace with Uid 8B1B40DF017844978E4EE65D8194DABB
    06/11/11 18:20:20 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:20 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwWorkspaceUtil: SKIPPING RESOURCE FOR PARTIAL SUCCESS
    oracle.workspaces.CwConfigurationException: The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    at oracle.workspaces.resource.CwAbstractResourceManager.verifyInitialized(CwAbstractResourceManager.java:647)
    at oracle.workspaces.resource.CwAbstractResourceManager.ping(CwAbstractResourceManager.java:800)
    at oracle.workspaces.container.CwWorkspaceResourceMgr.checkRsrcMgrNotNullAndAvailable(CwWorkspaceResourceMgr.java:1263)
    at oracle.workspaces.container.CwWorkspaceUtil.addResourcesFromTemplate(CwWorkspaceUtil.java:253)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspaceInternal(CwWorkspaceManager.java:1316)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspace(CwWorkspaceManager.java:397)
    at oracle.workspaces.session.CwSession.createWorkspace(CwSession.java:401)
    at oracle.workspaces.ui.handler.CwHomeActionHandler.onCreateWorkspace(CwHomeActionHandler.java:613)
    at oracle.workspaces.ui.handler.TemplatesActionHandler.onCreateWorkspaceUsingTemplate(TemplatesActionHandler.java:233)
    at oracle.workspaces.ui.actions.TemplatesAction.executeInternalBase(TemplatesAction.java:235)
    at oracle.workspaces.ui.actions.BaseAction.execute(BaseAction.java:351)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    ... 1 more
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString:
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}exceptionName:oracle.ifs.fdk.FdkException
    {http://xml.apache.org/axis/}stackTrace:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    {http://xml.apache.org/axis/}hostname:ocs
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    END nested exception
    END nested exception
    oracle.workspaces.CwConfigurationException: The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    at oracle.workspaces.resource.CwAbstractResourceManager.verifyInitialized(CwAbstractResourceManager.java:647)
    at oracle.workspaces.resource.CwAbstractResourceManager.ping(CwAbstractResourceManager.java:800)
    at oracle.workspaces.container.CwWorkspaceResourceMgr.checkRsrcMgrNotNullAndAvailable(CwWorkspaceResourceMgr.java:1263)
    at oracle.workspaces.container.CwWorkspaceUtil.addResourcesFromTemplate(CwWorkspaceUtil.java:253)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspaceInternal(CwWorkspaceManager.java:1316)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspace(CwWorkspaceManager.java:397)
    at oracle.workspaces.session.CwSession.createWorkspace(CwSession.java:401)
    at oracle.workspaces.ui.handler.CwHomeActionHandler.onCreateWorkspace(CwHomeActionHandler.java:613)
    at oracle.workspaces.ui.handler.TemplatesActionHandler.onCreateWorkspaceUsingTemplate(TemplatesActionHandler.java:233)
    at oracle.workspaces.ui.actions.TemplatesAction.executeInternalBase(TemplatesAction.java:235)
    at oracle.workspaces.ui.actions.BaseAction.execute(BaseAction.java:351)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    ... 1 more
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString:
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}exceptionName:oracle.ifs.fdk.FdkException
    {http://xml.apache.org/axis/}stackTrace:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    {http://xml.apache.org/axis/}hostname:ocs
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    END nested exception
    END nested exception
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwDiscussionAccess: About to getAdminTdStore...
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 error CwWorkspaceResourceMgr: Could not find resource of type CW_FILES_RESOURCE_TYPE in workspace with Uid 8B1B40DF017844978E4EE65D8194DABB
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwHomeActionHandler: Caught partial success exception during workspace creation. msg = Workspace creation was partially successful - the list of additional exceptions contains the exceptions encountered.
    06/11/11 18:20:21 workspaces: caller [brian.yen] 6755350 warn CwHomeActionHandler: Addition Exception [0]:
    oracle.workspaces.CwConfigurationException: The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    at oracle.workspaces.resource.CwAbstractResourceManager.verifyInitialized(CwAbstractResourceManager.java:647)
    at oracle.workspaces.resource.CwAbstractResourceManager.ping(CwAbstractResourceManager.java:800)
    at oracle.workspaces.container.CwWorkspaceResourceMgr.checkRsrcMgrNotNullAndAvailable(CwWorkspaceResourceMgr.java:1263)
    at oracle.workspaces.container.CwWorkspaceUtil.addResourcesFromTemplate(CwWorkspaceUtil.java:253)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspaceInternal(CwWorkspaceManager.java:1316)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspace(CwWorkspaceManager.java:397)
    at oracle.workspaces.session.CwSession.createWorkspace(CwSession.java:401)
    at oracle.workspaces.ui.handler.CwHomeActionHandler.onCreateWorkspace(CwHomeActionHandler.java:613)
    at oracle.workspaces.ui.handler.TemplatesActionHandler.onCreateWorkspaceUsingTemplate(TemplatesActionHandler.java:233)
    at oracle.workspaces.ui.actions.TemplatesAction.executeInternalBase(TemplatesAction.java:235)
    at oracle.workspaces.ui.actions.BaseAction.execute(BaseAction.java:351)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    ... 1 more
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString:
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}exceptionName:oracle.ifs.fdk.FdkException
    {http://xml.apache.org/axis/}stackTrace:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    {http://xml.apache.org/axis/}hostname:ocs
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind.server.Application.getHttpApplication(Application.java:890)
    at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    END nested exception
    END nested exception
    oracle.workspaces.CwConfigurationException: The resource CW_FILES_RESOURCE_TYPE is not properly installed.
    at oracle.workspaces.resource.CwAbstractResourceManager.verifyInitialized(CwAbstractResourceManager.java:647)
    at oracle.workspaces.resource.CwAbstractResourceManager.ping(CwAbstractResourceManager.java:800)
    at oracle.workspaces.container.CwWorkspaceResourceMgr.checkRsrcMgrNotNullAndAvailable(CwWorkspaceResourceMgr.java:1263)
    at oracle.workspaces.container.CwWorkspaceUtil.addResourcesFromTemplate(CwWorkspaceUtil.java:253)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspaceInternal(CwWorkspaceManager.java:1316)
    at oracle.workspaces.container.CwWorkspaceManager.createWorkspace(CwWorkspaceManager.java:397)
    at oracle.workspaces.session.CwSession.createWorkspace(CwSession.java:401)
    at oracle.workspaces.ui.handler.CwHomeActionHandler.onCreateWorkspace(CwHomeActionHandler.java:613)
    at oracle.workspaces.ui.handler.TemplatesActionHandler.onCreateWorkspaceUsingTemplate(TemplatesActionHandler.java:233)
    at oracle.workspaces.ui.actions.TemplatesAction.executeInternalBase(TemplatesAction.java:235)
    at oracle.workspaces.ui.actions.BaseAction.execute(BaseAction.java:351)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    ... 1 more
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    oracle.workspaces.resource.CwResourceTypeUnavailableException: The library resource is currently unavailable; please try again later or contact an administrator for assistance.
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:697)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    Caused by:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    ... 27 more
    BEGIN nested exception
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
    faultSubcode:
    faultString:
    faultActor:
    faultNode:
    faultDetail:
    {http://xml.apache.org/axis/}exceptionName:oracle.ifs.fdk.FdkException
    {http://xml.apache.org/axis/}stackTrace:
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.initApplications(HttpSite.java:625)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpSite.setConfig(HttpSite.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setSites(HttpServer.java:278)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.setConfig(HttpServer.java:179)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServer.setConfig(ApplicationServer.java:1551)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
    at java.lang.Thread.run(Thread.java:534)
    {http://xml.apache.org/axis/}hostname:ocs
    at oracle.ifs.fdk.client.ServiceToServiceAuthentication.getSessionCookies(ServiceToServiceAuthentication.java:136)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.login(CwFilesSessionEcm.java:682)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.initializeManagers(CwFilesSessionEcm.java:474)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openInternal(CwFilesSessionEcm.java:282)
    at oracle.workspaces.resource.CwAbstractResourceSession.reopen(CwAbstractResourceSession.java:191)
    at oracle.workspaces.resource.CwAbstractResourceSession.open(CwAbstractResourceSession.java:145)
    at oracle.workspaces.resource.files.CwFilesSessionEcm.openFilesSessionAsUser(CwFilesSessionEcm.java:319)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.openAdminFilesSession(CwFilesAccessEcm.java:6272)
    at oracle.workspaces.resource.files.CwFilesAccessEcm.checkImplSpecificInit(CwFilesAccessEcm.java:609)
    at oracle.workspaces.resource.files.CwFilesResourceManager.initResource(CwFilesResourceManager.java:377)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:145)
    at oracle.workspaces.resource.CwAbstractResourceManager.init(CwAbstractResourceManager.java:116)
    at oracle.workspaces.CwRuntime.initAndSetResourceManager(CwRuntime.java:514)
    at oracle.workspaces.CwRuntime.initResourceManagers(CwRuntime.java:400)
    at oracle.workspaces.CwRuntime.init(CwRuntime.java:253)
    at oracle.workspaces.CwService.init(CwService.java:102)
    at oracle.workspaces.ws.util.WSLifeCycleListener.contextInitialized(WSLifeCycleListener.java:68)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.initDynamic(HttpApplication.java:1009)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.<init>(HttpApplication.java:549)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.Application.getHttpApplication(Application.java:890)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpServer.getHttpApplication(HttpServer.java:707)
    at com.evermind[Oracle Application Server Containers f

    Verify that the newly-installed service is up and running, an Application Administrator can access the Administration tab, then the Services subtab, and “Reinitialize” only the newly-installed service. Reinitializing the service will establish or re-establish a connection with the service so that it can be used by Workspaces. The workspaces server remains up and functional throughout this process.
    OR
    An alternative to reinitializing the newly installed service is to take down the OC4J Container which contains the Workspaces application and then bring it back up. The same initialization steps occur that take place when reinitializing the service.

  • Itunes not properly installed

    everytime i open my newly downloaded itunes 8.0, a warning message pops up that says:
    Warning!
    iTunes was not properly installed. if you wish to import or burn CDs, you need to reinstall iTunes.
    so i uninstalled and reinstalled but the same message pops up the next time

    Hello
    Have you tried rebooting since this all started? If not please do so and attempt to download again.
    Otherwise the knowledge article below will assist you with some steps they maybe a possible resolution.
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926?viewlocale=en_US

  • Error message "Itunes was not properly installed............

    "Itunes was not properly installed.  If you wish to import or burn CD's you need to reinstall Itunes."  I can't get my cd's that I have loaded to transer to my Iphone, only my purchased songs will go. I have uninstalled and reinstalled several times, working with Windows 7 Home

      Microsoft Windows XP Home Edition Service Pack 3 (Build 2600)
    HP Pavilion 061 PC025A-ABA A434N
    iTunes 10.6.3.25
    QuickTime not available
    FairPlay 1.14.43
    Apple Application Support 2.1.9
    iPod Updater Library 10.0d2
    CD Driver Not Available
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.2.0.6
    Apple Mobile Device Driver 1.52.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0012A6CC0855D2D0
    Current user is an administrator.
    The current local date and time is 2012-06-26 11:41:54.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is disabled.
    HDCP is not supported.
    Core Media is not supported. (16005)
    Video Display Information
    Intel(R) 82865G Graphics Controller
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.6.3.25 is currently running.
    iTunesHelper 10.6.3.25 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    No drivers in UpperFilters.
    Failed loading CD / DVD drives, error -43. Try doing a repair install on iTunes from the "Add or Remove Programs" control panel.
    The last failed MP3 CD burn had error code 4450(0x00001162). It happened on drive E: HP DVD Writer 300n on CDR media at speed 16X.

  • Error Message: itunes was not properly installed. If you wish to import CDs

    I am using Windows XP Professional Service Pack 2 and currently iTunes v8.1
    Whenever I start iTunes, a message window pops up saying:
    "itunes was not properly installed. If you wish to import or burn cds, you need to reinstall iTunes."
    I can click OK, and iTunes will continue to load normally. It also appears to work normally. I can put in CDs and it will import the music off of them.
    I have tried to reinstall iTunes, and have even upgraded to the latest versions whenever they've come out (I've had the problem for several months).
    Using information I found on the internet, including apple.com, I tried re-installing the GEARS drivers, but with no luck.
    I have tried foolin' around with the registry, specifically the entry noted in the GEARS driver pages, altering UpperFilters and deleting LowerFilters, still no luck. Perhaps I'm not doing this correctly? In fact, if I delete both Upper and Lower Filters, upon restarting Windows, I will not have either of my CD/DVD drives showing up in Windows explorer. Further, at the initial stage, I did not have an UpperFilters key, or string. My LowerFilters string has in it, ElbyCDFL, AnyDVD, PxHelp20, ElbyDelay, and MxlW2k.
    I believe all of these programs have been on my system for some time.
    I am not at all sure what may have changed on my system to cause this error to occur, as I said, it's been several months.
    Thanks in advance,
    Walt D in LV

    I had the same problem until I repaired iTunes.
    Start --> Control Panel --> Uninstall a Program --> Click on iTunes --> Choose Repair at the top --> Allow change to be made
    Hopefully that will help.

  • Windows 8.1 Lenovo Yoga 2 Pro "Network Driver not properly installed"

    I've just received a brand new Lenovo Yoga 2 Pro just a few hours ago, and already there seems to be a problem. Windows 8.1 keeps telling me it cannot find any networks, and when I troubleshoot problems, it tells me that my drivers are not properly installed. I've reinstalled the drivers twice already, and even gotten the most up-to-date drivers from Lenovo's website. After taking a dive through the devices window, I can't even seem to locate the network adapter within it.
    Am I missing something? Is it possible they forgot to install a network card?

    What do you mean by clean install?  Are you simply restoring a backup image of the pre-installed OS, or are you really installing with a new copy of Windows?

  • Windows 7  64 bit will not install itunes..it tries to install and keeps telling quick time for windows did not properly install  any help?

    windows 7  64 bit will not install itunes..it tries to install and keeps telling quick time for windows did not properly install  any help?

    Hi Tamekia,
    I am sorry to hear nothing has worked yet. I have looked up some additional information and possible solutions. Follow the steps in this document to perform a level-three uninstall, register the Windows Installer Service, and then reinstall the HP software. An uninstall and reinstall of the software deletes and overwrites any of the files that might cause the error and resets the Windows Installer. HP recommends that you download the latest software from the HP Web site to remove any files that might be causing this error.
    Level-three uninstall, and register the Windows Installer Service
    Note: The title of this document is not specific to the issue you are experiencing or the operating system you have, but the 3 steps and instructions are what I suggest we do to resolve the issue you are experiencing.
    Hope this helps.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Itunes was not properly installed

    On opening Itunes i get the message "Itunes was not properly installed. If you wish to import or burn CD's you need to reinstall Itunes". I am able to import a CD without any problem but not able to burn a CD. I have done a clean uninstall by removing Itunes, Quicktime, Apple software update, Apple mobile device support, Bonjour and Apple application support. I have now tried this three times. I understand that it could be a problem with the GearAspiwdm.sys driver. I don't appear to have this driver installed. I have tried the gear support site and downloaded the driver installer but don't seem able to locate the gear driver anywhere on the system. Can any one help? I would be eternally grateful!
    When i managed to load the gear drivers my PC would not recognise any CD/DVD drive on my system.
    The diagnostics log from itunes is below:
    Microsoft Windows 7 x64 Home Premium Edition (Build 7600)
    Acer Aspire X1301
    iTunes 9.2.0.61
    QuickTime 7.6.6
    FairPlay 1.8.20
    Apple Application Support 1.3
    iPod Updater Library 9.2d4
    CD Driver Not Available
    CD Driver DLL Not Available
    Apple Mobile Device 3.1.0.62
    Apple Mobile Device Driver 1.49.0.0
    Bonjour 2.0.2.0 (214.3)
    iTunes Serial Number 8276FC5E0E421D7E
    Current user is not an administrator.
    The current local date and time is 2010-07-11 15:27:07.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Video Display Information
    NVIDIA, NVIDIA GeForce 9200
    ** External Plug-ins Information **
    No external plug-ins installed.
    iPodService 9.2.0.61 is currently running.
    iTunesHelper 9.2.0.61 is currently running.
    Apple Mobile Device service 3.1.0.0 is currently running.
    ** CD/DVD Drive Tests **
    LowerFilters: AnyDVD (6.6.3.7), UBHelper (2.0.0.11),
    UpperFilters: NTIDrvr (1.0.0.9),
    Failed loading CD/DVD drives, error -43. Try doing a repair install on iTunes from the “Add or Remove Programs” control panel.
    Failed loading CD/DVD drives, error -43. Try doing a repair install on iTunes from the “Add or Remove Programs” control panel.

    Well, after a reinstall, it obviously works again... But the question is: for how long. The last time this solved this issue, it remained solved for just under a week. So, if it still works in just over a week, I will consider the issue solved.
    Just for the record: the output now...
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    IBM 2887K2G
    iTunes 7.0.2.16
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.1
    LowerFilters: cdrbsdrv (7.5.0.0), PxHelp20 (2.0.0.0), drvmcdb (1.0.0.1), sscdbhk5 (1.0.0.1),
    UpperFilters: GEARAspiWDM (2.0.6.1),
    Video Driver: Intel(R) 82852/82855 GM/GME Graphics Controller\Intel(R) 82852/55 GM/GME Controller
    IDE\DiskHTS541040G9AT00_______________________MB2IA5BJ, Bus Type ATA, Bus Address [0,0]
    IDE\CdRomTEACDW-225_____________________________2.6A___, Bus Type ATA, Bus Address [0,0]
    If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
    Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
    Current user is an administrator.
    D: TEAC DW-225, Rev 2.6A
    Audio CD in drive.
    Found 10 songs on CD, playing time 47:47 on Audio CD.
    Track 1, start time 00:02:00
    Track 2, start time 06:45:30
    Track 3, start time 10:33:69
    Track 4, start time 14:31:47
    Track 5, start time 19:03:57
    Track 6, start time 23:36:41
    Track 7, start time 29:57:04
    Track 8, start time 33:33:69
    Track 9, start time 36:40:39
    Track 10, start time 40:27:40
    Audio CD reading succeeded.
    Get drive speed succeeded.
    The drive CDR speeds are: 4 10 16 24.
    The drive CDRW speeds are: 4.

  • ITunes was not properly installed error message

    Dear All,
    A friend of mine is getting the following error when opening iTunes.
    "Warning; iTunes was not properly installed if you wish to import or burn CDs. you need to reinstall iTunes"
    I have tried;
    1. Uninstalling & reinstalling iTunes + Quicktime
    2. Downloading and installing the GEAR drivers
    3. Following these posts;
    http://support.apple.com/kb/HT2615
    http://support.apple.com/kb/TS3299
    http://discussions.apple.com/message.jspa?messageID=8081513#8081513
    Here is the diagnostic information; please can someone point me in the right direction.
    Microsoft Windows Vista Home Premium Edition Service Pack 2 (Build 6002)
    Dell Inc. Inspiron 530s
    iTunes 10.0.1.22
    QuickTime 7.6.8
    FairPlay 1.9.16
    Apple Application Support 1.3.2
    iPod Updater Library 10.0d2
    CD Driver Not Available
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.2.0.47
    Apple Mobile Device Driver not found.
    Bonjour 2.0.3.0 (214.3)
    Gracenote SDK 1.7.1.420
    Gracenote MusicID 1.7.1.78
    Gracenote Submit 1.7.1.106
    iTunes Serial Number 96A00247D77D2D86
    Current user is not an administrator.
    The current local date and time is 2010-11-07 16:52:37.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Video Display Information
    Intel Corporation, Intel(R) G33/G31 Express Chipset Family
    ** External Plug-ins Information **
    No external plug-ins installed.
    Genius ID: 493b5db9d323eca0f4697f064a8bc3c3
    iPodService 10.0.1.22 is currently running.
    iTunesHelper 10.0.1.22 is currently running.
    Apple Mobile Device service 3.2.0.0 is currently running.
    ** CD/DVD Drive Tests **
    No drivers in LowerFilters.
    UpperFilters: GEARAspiWDM
    Failed while scanning for CD/DVD drives, error 2355.
    Virtual drives can sometimes interfere with reading and writing CDs in iTunes. If this is a virtual drive and you are having problems with other drives, try uninstalling the virtual CD application.
    E: Unsupported CD or DVD drive.
    Virtual drives can sometimes interfere with reading and writing CDs in iTunes. If this is a virtual drive and you are having problems with other drives, try uninstalling the virtual CD application.
    Thanks

    I don't think this one is a variation of the device filter troubles, Littlebirt.
    Checking something from the diagnostics:
    +Virtual drives can sometimes interfere with reading and writing CDs in iTunes. If this is a virtual drive and you are having problems with other drives, try uninstalling the virtual CD application.+
    Is there any virtual drive software (like, say, Daemon Tools or Alcohol 120%) installed on the PC?

  • Get error message that says, "ITunes not properly installed.  If you wish to import or burn CD's, you must reinstall Itunes."

    Hello:
    I have installed Itunes on my new Windows 7 based computer (64 bit) and get the following error message everytime the program opens, "ITunes not properly installed.  If you wish to import or burn CD's, you must reinstall ITunes."  So, I have removed ITunes, Quick Time and Apple associated software, twice, from my computer and reinstalled the latest version (10.4.1) but get no fix to the problem.  ITunes will import CD's but will not burn them with this error in place.  Anybody know how to fix this problem?

    if you have 64bit os this is problem:
    Any 64-bit version of Windows is not supported so you should expect certain things not to work. From Apple's iTunes page the Windows requirements are:
    32-bit editions of Windows XP or Vista
    Windows XP Service Pack 2 or later required for Apple TV or iPhone
    500 MHz Pentium class processor or better
    QuickTime 7.1.6 or later (included)
    256MB RAM
    Supported CD-R or DVD-R drive to burn CDs
    Broadband Internet connection (DSL/Cable/LAN) for buying and streaming music

  • HT1926 When I open itunes, this message keep popping up, "itunes was not properly installed. If you wish to import or burn CDs you need to reinstall itunes".

    When I open itunes, this message keeps popping up, "itunes was not properly installed.  If you wish to import or burn CDs you need to reinstall itunes."

    Could you post your diagnostics for us please?
    In iTunes, go "Help > Run Diagnostics". Uncheck the boxes other than DVD/CD tests, as per the following screenshot:
    ... and click "Next".
    When you get through to the final screen:
    ... click the "Copy to Clipboard" button and paste the diagnostics into a reply here.

  • Software necessary to communicate with Ipod not properly installed

    Hi,
    I updated my Itunes software and have been having problems ever since. Every time I connect my Ipod I get the message: "Software necessary to communicate with Ipod not properly installed. Reinstall Itunes..." After I click Ok it goes to Itunes but it does not recognized the Ipod. Now I have reinstalled several times and even downgraded to a previous Itunes version but keep getting the same error. Even though I don't know if this has anything to do with it, yesterday I noticed that I cannot watch any YouTube videos either, i get the error: "Hello, you either have JavaScript turned off or an old version of Adobe's Flash Player. Get the latest Flash player" Any help would be highly appreciated!

    A lot of users are getting this. See 'can not open iTunes' obove this in the forum

  • TS3299 iTunes was not properly installed.  If you wish to import or burn CDs you need to reinstall iTunes

    I've installed iTunes 10.6 on my Windows 7 machine.  Everytime I start it I get this message:  iTunes was not properly installed.  If you wish to import or burn CDs you need to reinstall iTunes.
    Reinstalling iTunes made no difference.
    So I found this article http://support.apple.com/kb/TS3299  and updated the registry like it said and it still didn't work but it also had the effect of making my CD drive no longer work for anything, including playing movies.   Before following those instructions I could read and write cds using Windows Media player.  Fortunately, I had backed up my registry leaf and restored it.
    So I've been trying to figure out how to burn a cd from iTunes for close to two months now with no luck.  Does anybody know how to get rid of the above error message?
    Thank you!
    David

    Hi B Noir,
    I ran the diagnostics and here are the results:
      Microsoft Windows 7 Home Premium Edition Service Pack 1 (Build 7601)
    Compaq-Presario FQ582AA-ABA SR5710F
    iTunes 10.6.3.25
    QuickTime not available
    FairPlay 1.14.43
    Apple Application Support 2.1.9
    iPod Updater Library 10.0d2
    CD Driver Not Available
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 5.2.0.6
    Apple Mobile Device Driver 1.59.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 00D0ACBC02C48EA0
    Current user is not an administrator.
    The current local date and time is 2012-07-03 17:21:27.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    NVIDIA , NVIDIA GeForce 6150SE nForce 430
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.6.3.25 is currently running.
    iTunesHelper 10.6.3.25 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** CD/DVD Drive Tests ****
    No drivers in LowerFilters.
    No drivers in UpperFilters.
    Failed loading CD / DVD drives, error -43. Try doing a repair install on iTunes from the "Add or Remove Programs" control panel.
    Also, I am attaching an image of  my driver details:
    David

  • Getting iTunes was not properly installed

    iTunes has been installed on my Windows XP box for several years.  I am running version 10.5.3.3.
    Just last week I started getting the message:
    iTunes was not properly installed.....
    I have re-installed but am still getting the message.
    Any ideas?

    CD Driver Not Available
    CD Driver DLL 2.1.3.1
    With that one, I'd start with solution 3 from the following document:
    iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install

  • HT1923 I've installed and reinstalled iTunes 11.1.1 for Vista 64-bit. I keep getting the message "iTunes was not properly installed. If you wish to import or burn CDs you need to reinstall iTunes." I meticulously removed all traces of iTunes before reinst

    I've installed and reinstalled iTunes 11.1.1 for Vista 64-bit yet keep getting the message "iTunes was not properly installed. If you wish to import or burn CDs you need to reinstall iTunes." I meticulously removed all traces of iTunes before reinstall as recommended and instructed step-by-step on Apple's website. Any ideas how I can get around this, anybody?

    I've installed and reinstalled iTunes 11.1.1 for Vista 64-bit yet keep getting the message "iTunes was not properly installed. If you wish to import or burn CDs you need to reinstall iTunes." I meticulously removed all traces of iTunes before reinstall as recommended and instructed step-by-step on Apple's website. Any ideas how I can get around this, anybody?

Maybe you are looking for

  • ADOBE Photoshop CS2 with a Nikon D70

    In Photpshop CS (WINDOWS XP SP2), under File --> Import, I've seen screen shots with both "WIA" and "WIA D70" options. How does one install the later and will it directly import both Mass Storage (MS) and Nikon PTP directly from the D70 (or have I mi

  • Need to track if a user printed a doc via builtin AcroPDF.DLL control

    I am creating a small application in Visual Studio 2008, using VB.NET. I am getting a PDF from a webservice, and need to do a couple things: 1.) Show the PDF to the user with all available controls (i.e. Print, Save, Email, Change Size of viewer, etc

  • How do I scan multiple pages into one pdf?

    I have been using the "System Preferences" -> "Print and Scan" -> then I select the "open scanner" button for my printer.  When I first used this feature, it would scan multi-page documents into a single PDF, but it has stopped for some reason.  It i

  • Warning in query in Extended Syntax Check

    Hi all, I perform Extended Syntax Check. It generates following warning for the query: - In "SELECT SINGLE....", the WHERE condition for the key field "MATNR" does not test for equality. Therefore the single record in question may not be unique. (You

  • ZAM support for Debian and CentOS

    I'm planning to install Zenworks Asset Management and I would like to know if it would release a support for Debian and CentOS. We have a heterogenous network environment and there are servers that are running Debian and CentOS. Is it possible for ZA