JDeveloper 11g can't run Web application locally

Hi,
I'm trying to run a simple Web Application with the integrated Weblogic, but it seems that JDev can't deploy the dependents jars. For example. I have this project that has the oracle.ucm.ridc.11.1.jar file in the Library Classpath. When I try to run this project, Jdev starts Weblogic but when it tries to deploy the application, it gives me an error:
IntegratedWebLogicServer startup time: 47029 ms.
IntegratedWebLogicServer started.
[Running application Worklist_jQuery on Server Instance IntegratedWebLogicServer...]
[05:00:59 PM] ---- Deployment started. ----
[05:00:59 PM] Target platform is (Weblogic 10.3).
[05:01:00 PM] Retrieving existing application information
[05:01:00 PM] Running dependency analysis...
[05:01:00 PM] Deploying 2 profiles...
[05:01:01 PM] Wrote Web Application Module to C:\Users\Glauco Castro\AppData\Roaming\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\Worklist_jQuery\iPadWorklistWebApp.war
[05:01:01 PM] Wrote Enterprise Application Module to C:\Users\Glauco Castro\AppData\Roaming\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\Worklist_jQuery
[05:01:01 PM] Redeploying Application...
<WSEE:50>com.bea.core.repackaged.springframework.beans.factory.BeanCreationException: Error creating bean with name 'weblogic.wsee.jaxws.client.async.AsyncTransportProvider': Instantiation of bean failed; nested exception is com.bea.core.repackaged.springframework.beans.BeanInstantiationException: Could not instantiate bean class [weblogic.wsee.jaxws.client.async.AsyncTransportProvider]: No default constructor found; nested exception is java.lang.NoSuchMethodException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider.<init>()<WSEEComponentContributor.loadUsingSpring:83>
<05/08/2011 17h01min09s BRT> <Error> <HTTP> <BEA-101216> <Servlet: "weblogic.wsee.jaxws.client.async.AsyncTransportProvider" failed to preload on startup in Web application: "Worklist_jQuery-iPadWorklist-context-root".
javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
     at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
     at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
     at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
     at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
     Truncated. see log file for complete stacktrace
Caused By: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:37)
     at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:34)
     at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
     at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
     at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
     Truncated. see log file for complete stacktrace
Caused By: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at java.lang.Class.newInstance0(Class.java:340)
     at java.lang.Class.newInstance(Class.java:308)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
     Truncated. see log file for complete stacktrace
>
<05/08/2011 17h01min09s BRT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1312574462329' for task '0'. Error is: 'weblogic.application.ModuleException: [HTTP:101216]Servlet: "weblogic.wsee.jaxws.client.async.AsyncTransportProvider" failed to preload on startup in Web application: "Worklist_jQuery-iPadWorklist-context-root".
javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
     at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
     at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
     at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
     at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
     at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:150)
     at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)
     at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
     at javax.servlet.GenericServlet.init(GenericServlet.java:241)
     at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
     at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
     at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
     at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
     at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
     at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
     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.operations.AbstractOperation.activate(AbstractOperation.java:569)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
     at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
     at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:37)
     at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:34)
     ... 50 more
Caused by: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at java.lang.Class.newInstance0(Class.java:340)
     at java.lang.Class.newInstance(Class.java:308)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
     ... 51 more
weblogic.application.ModuleException: [HTTP:101216]Servlet: "weblogic.wsee.jaxws.client.async.AsyncTransportProvider" failed to preload on startup in Web application: "Worklist_jQuery-iPadWorklist-context-root".
javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
     at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
     at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
     at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
     at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
     at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:150)
     at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)
     at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
     at javax.servlet.GenericServlet.init(GenericServlet.java:241)
     at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
     at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
     at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
     at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
     at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
     at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
     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.operations.AbstractOperation.activate(AbstractOperation.java:569)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
     at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
     at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:37)
     at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:34)
     ... 50 more
Caused by: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at java.lang.Class.newInstance0(Class.java:340)
     at java.lang.Class.newInstance(Class.java:308)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
     ... 51 more
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
     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)
     Truncated. see log file for complete stacktrace
Caused By: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at java.lang.Class.newInstance0(Class.java:340)
     at java.lang.Class.newInstance(Class.java:308)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
     Truncated. see log file for complete stacktrace
>
<05/08/2011 17h01min09s BRT> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 1 task for the application 'Worklist_jQuery'.>
<05/08/2011 17h01min09s BRT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'Worklist_jQuery'.>
<05/08/2011 17h01min09s BRT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: [HTTP:101216]Servlet: "weblogic.wsee.jaxws.client.async.AsyncTransportProvider" failed to preload on startup in Web application: "Worklist_jQuery-iPadWorklist-context-root".
javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
     at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
     at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
     at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
     at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
     at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:150)
     at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)
     at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
     at javax.servlet.GenericServlet.init(GenericServlet.java:241)
     at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
     at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
     at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
     at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
     at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)
     at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)
     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.operations.AbstractOperation.activate(AbstractOperation.java:569)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
     at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
     at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:37)
     at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:34)
     ... 50 more
Caused by: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at java.lang.Class.newInstance0(Class.java:340)
     at java.lang.Class.newInstance(Class.java:308)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
     ... 51 more
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
     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)
     Truncated. see log file for complete stacktrace
Caused By: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
     at java.lang.Class.newInstance0(Class.java:340)
     at java.lang.Class.newInstance(Class.java:308)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:54)
     at weblogic.wsee.jaxws.injection.WSEEComponentContributor.newInstance(WSEEComponentContributor.java:42)
     at weblogic.wsee.jaxws.WLSServletInstanceResolver.create(WLSServletInstanceResolver.java:35)
     Truncated. see log file for complete stacktrace
>
#### Cannot run application Worklist_jQuery due to error deploying to IntegratedWebLogicServer.
[05:01:10 PM] #### Deployment incomplete. ####
[05:01:10 PM] Remote deployment failed
[Application Worklist_jQuery stopped and undeployed from Server Instance IntegratedWebLogicServer]
If I open the war file (C:\Users\Glauco Castro\AppData\Roaming\JDeveloper\system11.1.1.5.37.60.13\o.j2ee\drs\Worklist_jQuery\iPadWorklistWebApp.war) my jar files aren't there, but if I deploy the application to a war file, then it's present. Any clue?
Thanks,
Glauco

csoto, no, I don't have any of the jars you asked. I do have wlfullclient-11.1.4.jar on the list, but it's not checked.
Shay, i thought of that, but I don't think it's clever. Imagine if everytime i build a new project, with different jars, I have to put the jars in the server's lib dir. And yes, it's already marked to deploy by default.
Thanks for the fast response.
Glauco

Similar Messages

  • Can a fusion web application run on smart phones also? Then what about database for mobiles?

    Sir,
    Can a fusion web application run on smart phones also? Then what about database for mobiles?
    Regards

    Any web application can run on smart phone because you are accessing it from browser so no need for database or application server on your mobile
    It is same as accessing any website on mobile
    If you are talking about mobile app
    check this - http://www.oracle.com/technetwork/developer-tools/adf-mobile/overview/adfmobile-1917693.html
    Ashish

  • Urgent help needed:oc4j  server error coming while running  web application

    while running application below error is coming
    2007-05-28 18:05:39.439 NOTIFICATION JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    2007-05-28 18:05:39.470 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    2007-05-28 18:05:54.471 ERROR J2EE HTTP-00004 Internal error raised tyring to instantiate web-application: webapp defined in web site OC4J 10g (10.1.3) Default Web Site. Application: datatags does not exist. Error creating Web application: webapp

    Hello,
    The notification messahes (JMS related) are here for information purpose and not related to your application.
    The ERROR J2EE HTTP-00004 is related to your application, is looks like you have a misconfiguration or something bad with your application and the module/application named "datatags".
    Could you please give more information about the application that you are deploying?
    - how do you deploy it?
    - what is the packaging? EAR or WAR, how did you package it? (Jdev or other?)
    - what are the different modules that you are using? (web apps, ejb, ...)
    - can you run the application from JDeveloper if you are using it?
    Regards
    Tugdual Grall

  • Help me, please. generate error when i run web application

    i want you help me. I run web application on local window very well. I deploy web application success on Linux. But it generate error when run it. My web application use : struts framework, hibernate framework, tomcat 4.1, PostgreSQL 7.3 Database.
    why error generate when i run web application ?
    Thank you very much
    WARN 13-09-2006 15:51:41,674 org.apache.commons.beanutils.MethodUtils (MethodUtils.java:583) - Cannot use JVM pre-1.4 access bug workaround die to restrictive security manager.
    WARN 13-09-2006 15:53:14,880 net.sf.hibernate.cfg.Environment (Environment.java:529) - could not copy system properties. System properties will be ignored.
    WARN 13-09-2006 15:53:16,201 net.sf.hibernate.cfg.SettingsFactory (SettingsFactory.java:107) - Could not obtain connection metadata
    org.postgresql.util.PSQLException: Something unusual has occured to cause the driver to fail. Please report this exception.
         at org.postgresql.Driver.connect(Driver.java:209)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at net.sf.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:101)
         at net.sf.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:84)
         at net.sf.hibernate.cfg.Configuration.buildSettings(Configuration.java:1160)
         at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:794)
         at com.canhph.vietnamjob.db.HibernateSessionFactory.currentSession(HibernateSessionFactory.java:48)
         at com.canhph.vietnamjob.dao.company.DAOJob.getHotJob(DAOJob.java:122)
         at com.canhph.vietnamjob.bussiness.company.BussinessJob.getHotJob(BussinessJob.java:74)
         at com.canhph.vietnamjob.actions.home.PortalAction.execute(PortalAction.java:230)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.access$0(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
         at com.canhph.vietnamjob.common.FilterCharacterEncoding.doFilter(FilterCharacterEncoding.java:53)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.access$0(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
         at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardContext.invoke(Unknown Source)
         at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.security.AccessControlException: access denied (java.net.SocketPermission localhost resolve)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
         at java.lang.SecurityManager.checkConnect(SecurityManager.java:1023)
         at java.net.InetAddress.getAllByName0(InetAddress.java:1000)
         at java.net.InetAddress.getAllByName0(InetAddress.java:981)
         at java.net.InetAddress.getAllByName(InetAddress.java:975)
         at java.net.InetAddress.getByName(InetAddress.java:889)
         at java.net.InetSocketAddress.<init>(InetSocketAddress.java:114)
         at java.net.Socket.<init>(Socket.java:124)
         at org.postgresql.core.PGStream.<init>(PGStream.java:58)
         at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
         at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
         at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:117)
         at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
         at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
         at org.postgresql.Driver.connect(Driver.java:195)
         ... 54 more
    Message was edited by:
    balzacvietnam

    Sounds like the java version on your Linux machine is not working with the PostgreSQL JDBC driver.
    Try updating your JVM on the Linux server.

  • How can i run Webdynpro application

    How can i run Webdynpro application without using Developer Studio? Where should i put a whole project and how shoud i start it.
    Thanks!
    Maciek

    Hi Maciej
    You wouldnt require a Developer Studio to run you
    application.But you would require it to deploy (if are
    using the JDI ,atleast to perform an Activation).
    However you can launch the application once deployed
    through the Web Dynpro Content Administrator
    http://<servername>:50000/webdynpro/welcome/
    The deployed applications are present on the
    lefthandside. They can be expanded to drill down to the
    Application and the press Run
    Regards
    Pran

  • Error while running web application through JDEV (10.1.3.0.3) in OC4J

    Error while running web application through JDEV (10.1.3.0.3) in OC4J.
    Here is the error message.
    07/10/02 14:45:28 Exception in thread "OC4J Launcher" oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: javax.xml.bind.JAXBContext
         Dependent class: com.oracle.corba.ee.impl.orb.config.InternalSettingsORBConfigImpl
         Loader: oc4j:10.1.3
         Code-Source: /C:/jdev/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar
    The missing class is not available from any code-source or loader in the server.
    07/10/02 14:45:28      at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2073) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1681) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1633) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1618) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap]
         at com.oracle.corba.ee.impl.orb.config.InternalSettingsORBConfigImpl.init (InternalSettingsORBConfigImpl.java:46) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.corba.ee.impl.orb.config.SunRIORBConfigImpl.init (SunRIORBConfigImpl.java:97) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.iiop.server.IIOPServerExtensionProvider.configureOrb (IIOPServerExtensionProvider.java:26) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl.preInitApplicationServer (ORBServerExtensionProviderImpl.java:45) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.serverExtensionPreInit (ApplicationServer.java:1031) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.java:861) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerLauncher.java:98) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap]

    Hi,
    The guide you were refering was pointing to 10.1.2 wizards.
    For the latest 10.1.3 tutorial, please follow the below tutorial link :
    http://www.oracle.com/technology/products/jdev/101/tutorials/WS/WSandAScontrol.htm
    Hope this helps,
    Sunil..

  • Can I run WEB Dynpro in ECC   5.0 ?

    Can I run WEB Dynpro in ECC   5.0 ?

    Hi Namrata,
    Read this thread,
    Re: Can we work ABAP Webdynpro in ECC 5.0
    Regards
    Juan
    Please reward with points if helpful

  • Can't run adobe application manager

    When clic on botton : open creative app on safari I receive a message saying I can't run adobe application manger. If I ask details it gives me a long list including this : KERN_INVALID_ADDRESS at 0x0000000000000025
    What to do?
    Thanks

    Albertos35110529 are you trying to install the Creative Cloud Desktop application or are you trying to open it?  If it is already installed then you will want to open it from the Applications folder.  You can find more details regarding the installation process at Help | Download, install, update, or uninstall apps.

  • Can i run mac application software on ipod

    can i run mac application software on ipod

    No.
    But with the v2.0 upgrade, specially-written apps will run under the Mac iPhone OS. Wait for more details in the WWDC keynote on Monday.
    Hope this helps...

  • I created an application on a machine with Labview 6.01, can I run this application on another machine that has labview 5?

    In the development center we use Labview 6.01, in the testcenter we use labview 5.
    Additionally, in the development center we use a unix version of Labview and in the testcenter a Windows version.

    You can Save with Option to save VIs as version 5.
    Unless your VIs deal with system files in UNIX or Windows (ie. Registry...)
    then you have to develop your VI specificly on that OS, since UNIX and
    Windows have different ways to deal with system files. Mostly, LabVIEW is OS
    independent. I used to have VIs developed from LabVIEW v.3 on UNIX, I can
    still open these files from LV v.4 on Windows. Now I can still work with
    these VIs on LV 6 on Windows.
    Good luck,
    Nam.
    roybra wrote in message
    news:[email protected]..
    > I created an application on a machine with Labview 6.01, can I run
    > this application on another machine that has labview 5?
    >
    > In the development center we use Labview 6.01, in the testcenter we
    > use l
    abview 5.
    >
    > Additionally, in the development center we use a unix version of
    > Labview and in the testcenter a Windows version.

  • Can I Run WebDynpro Applications without Installing EP .0

    Hi,
    I Have Installed Netweaver Developer Studio 7.0 .on My Machine.
    Can Any one Tell me that Without Installing Enterprise portal can i Run Webdynpro Applications.
    Reply ASAP.
    Regards
    Kiran

    Hi julio Alberto,
    Thanks for U R Reply.
    I am New to Webdynpros.
    I am Having Pack of Dvds but i Dont which DVD contains WAS?
    Give the name of the DVD.So that I can Install WAS?
    Reply ASAP
    Regards
    Kiran

  • How can I run a application on a machine without JDK installed?

    Hi all,
    I'm new to java,I want to know if there's a way to run a application on a machine without JDK installed, I noticed that some server application such as Domino have CORBA applications running in background,how can I set up such environment without JDK installed?
    Thanks.

    I believe there are two basic ways you could go about this.
    1) Install the JRE (Java Runtime Environment) on the machine in question.
    2) Use JSP to make a server side app that interacts via browser on the local machine.

  • Can you reload web application from the Weblogic console?

              Good day, eh!
              Can you reload all your jsp/servlet classes of your
              web application from the Weblogic console?
              A one big button labeled 'Reload application' would be very
              good property in Weblogic
              Thanks for Your answers
              - hoser
              

    Hi,
              I agree it is a much needed feature. Suppose I just change an init
              param of one application in the web.xml, I don't want to take down the
              15 other webapps running on my server just to be able to have that web
              app restart and re-read is configuration. Of course, I could program
              some servlet that allows changing application attributes and to enable
              restarting, but really this a)does not cover all the cases (i.e. addind
              an EBJ reference binding to web.xml) b) should be provided by the app
              server, not programmed by every little programmer again & again.
              Mathieu
              Jeff Nowakowski wrote:
              >
              > The URL you give refers to redeploying EJBs, not web applications. Being
              > able to redeploy a web application would be a very convenient feature.
              >
              > -Jeff
              >
              > Gene Chuang <[email protected]> wrote in message news:[email protected]...
              > > Button is already there!
              > >
              > > http://www.weblogic.com/docs51/techdeploy/hotdeploy.html#consoledeployejb
              > >
              > > Gene
              > >
              > > "hoser" <[email protected]> wrote in message
              > > news:[email protected]...
              > > >
              > > > Good day, eh!
              > > >
              > > > Can you reload all your jsp/servlet classes of your
              > > > web application from the Weblogic console?
              > > >
              > > > A one big button labeled 'Reload application' would be very
              > > > good property in Weblogic
              > > >
              > > > Thanks for Your answers
              > > >
              > > > - hoser
              > >
              > >
              

  • How to connect host server databse to run web application?

    Hi all,
    Hope doing well,
    sir i am using oracle 11g there i created my db which is installed in other system. and one another system i have the web application.
    now i have to run the web application to use of that db which is installed in other system.
    i set the connection string in web.config.
    but it's not working.
    could you help me.
    thanks

    please answer for below questions:
    1. did you install oracle clinet (for example ODAC) on client machine and did you configured tnsnames file? - most important
    try connect with db on server from clinet computer with Visual Studio or sqlplus. Check yr connection with db from client to server.
    2. what is yr oracle connection name in web.config
    3. are you using the above connection name in yr application
    for example
    string OracleConn = WebConfigurationManager.ConnectionStrings["OracleConnectionString"].ConnectionString;
    OracleConnection conn = new OracleConnection(OracleConn);4. have you opened port 1521 on server?
    regards

  • WDeploy to Websphere6 can't use Webi application

    After installing BOE 3.1 with default setting( Tomcat) successfully, I used Wdeploy to deploy to WebSphere6, but can view CR, can't view Webi Report, or new Webi Document. This behaviour is the same in both InfoView and CMC.
    As I don't find a way to Attach files, I briefly list webiError, and the log file during the wdeploy command below.
    AnyOne can help to point the reason?
    Thanks in advance for the help!
    Jennie
    webiError:
    Original Exception:
    Error Message: org.apache.xalan.processor.TransformerFactoryImpl incompatible with javax.xml.transform.TransformerFactory
    Error Code: 500
    Target Servlet: /jsp/Webi_Create/universes.jsp
    Error Stack:
    java.lang.ClassCastException: org.apache.xalan.processor.TransformerFactoryImpl incompatible with javax.xml.transform.TransformerFactory
         at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
         at com.ibm.ws.jsp.translator.visitor.validator.PageDataImpl._getInputStream(PageDataImpl.java:125)
         at com.ibm.ws.jsp.translator.visitor.validator.PageDataImpl.getInputStream(PageDataImpl.java:117)
         at org.apache.taglibs.standard.tlv.JstlBaseTLV.validate(JstlBaseTLV.java:176)
         at com.ibm.ws.jsp.translator.visitor.validator.ValidateVisitor.validateTagLib(ValidateVisitor.java:988)
         at com.ibm.ws.jsp.translator.visitor.validator.ValidateVisitor.visitJspRootStart(ValidateVisitor.java:467)
         at com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:138)
         at com.ibm.ws.jsp.translator.visitor.JspVisitor.visit(JspVisitor.java:121)
         at com.ibm.ws.jsp.translator.JspTranslator.processVisitors(JspTranslator.java:121)
         at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJsp(JspTranslatorUtil.java:181)
         at com.ibm.ws.jsp.translator.utils.JspTranslatorUtil.translateJspAndCompile(JspTranslatorUtil.java:83)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.translateJsp(AbstractJSPExtensionServletWrapper.java:349)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper._checkForTranslation(AbstractJSPExtensionServletWrapper.java:317)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.checkForTranslation(AbstractJSPExtensionServletWrapper.java:226)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionServletWrapper.handleRequest(AbstractJSPExtensionServletWrapper.java:131)
         at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.handleRequest(AbstractJSPExtensionProcessor.java:270)
         at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.include(WebAppRequestDispatcher.java:606)
         at com.businessobjects.clientaction.webi.create.WebiCreateAction.autoWrapPerform(WebiCreateAction.java:154)
         at com.businessobjects.webutil.struts.CheckSessionAction.process(CheckSessionAction.java:79)
         at com.businessobjects.webutil.struts.CheckSessionAction.perform(CheckSessionAction.java:59)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1787)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
         at com.businessobjects.webutil.struts.CrystalUTF8InputActionServlet.process(CrystalUTF8InputActionServlet.java:32)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
         at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
         at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
         at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
         at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
         at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3107)
         at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238)
         at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)
         at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
         at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
         at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
         at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
         at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
         at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
         at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
         at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
         at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
         at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
         at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
         at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
    WDeploy Log:
    PLGC0005I: 插件配置文件 = C:\Program Files\IBM\WebSphere\AppServer\profiles\AppS
    rv01\config\cells\plugin-cfg.xml
    serialize_conf:
    config:
    Loading config.websphere6
    Loading dswsbobje.properties
    Warning: as_mode property not set. Standalone deployment assumed.
    preconfig:
    checkargs:
    Validating configuration...
    Deleting: C:\Program Files\Business Objects\deployment\workdir\websphere6\valida
    teconfig.properties
    Deleting: C:\Program Files\Business Objects\deployment\workdir\websphere6\valida
    teconfig.scr
    Configuration validated!
    buildwar:
    expand_and_package:
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\res
    ources\web\dswsbobje\WEB-INF
    prepareapp:
    Preparing C:/Program Files/Business Objects/deployment/workdir/websphere6/applic
    ation/dswsbobje
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\app
    lication\dswsbobje
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\app
    lication\dswsbobje\WEB-INF
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\dswsbobje\WEB-INF
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\dswsbobje\WEB-INF
    Deleting directory C:\Program Files\Business Objects\deployment\workdir\webspher
    e6\application\dswsbobje
    _appbuildfilecall:
    prepareapp:
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\app
    lication\dswsbobje
    Updating the application with modules.list file
    Deleting directory C:\Program Files\Business Objects\deployment\workdir\webspher
    e6\application\dswsbobje
    postpackageapp:
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\app
    lication\dswsbobje
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\app
    lication\dswsbobje\META-INF
    Moving 1 files to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\dswsbobje
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\dswsbobje\META-INF
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\dswsbobje\META-INF
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\dswsbobje\META-INF
    Building ear: C:\Program Files\Business Objects\deployment\workdir\websphere6\ap
    plication\dswsbobje.ear
    Deleting directory C:\Program Files\Business Objects\deployment\workdir\webspher
    e6\application\dswsbobje
    predeploy:
    predeployapp:
    Looking up application's display name
    Processing C:\Program Files\Business Objects\deployment\workdir\websphere6\resou
    rces\web\dswsbobje\WEB-INF\web.xml to C:\Program Files\Business Objects\deployme
    nt\workdir\websphere6\application\dswsbobje_name.properties
    Loading stylesheet C:\Program Files\Business Objects\deployment\templates\appnam
    e.xsl
    Creating C:/Program Files/Business Objects/deployment/workdir/websphere6/applica
    tion/dswsbobje_install.scr
    deploy:
    deployapp:
    Moving 1 files to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application
    Deploying dswsbobje with wsadmin -f websphere6/application/dswsbobje_install.scr
    WASX7209I: 使用 SOAP 连接器连接到节点 w2k3ee-TitanNode01 上的进程u201Cserver1u201D;进
    程的类型为:UnManagedProcess
    ADMA0080W: 没有任何许可权集合的模板策略文件包含在 1.2.x 企业应用程序中。安装应用
    程序后,您可通过编辑 was.policy 文件(它位于 ${user.install.root}/config/cells/(
    yourCellName)/applications/(yourAppName).ear/deployments/(yourAppName)/META-INF
    目录中),修改企业应用程序的 Java 2 Security Policy。
    WASX7327I: was.policy 文件的内容:
    // Template policy file for enterprise application.
    // Extra permissions can be added if required by the enterprise application.
    // NOTE: Syntax errors in the policy files will cause the enterprise application
    FAIL to start.
    //       Extreme care should be taken when editing these policy files. It is adv
    ised to use
    //       the policytool provided by the JDK for editing the policy files
    //       (WAS_HOME/java/jre/bin/policytool).
    grant codeBase "file:$" {
    grant codeBase "file:$" {
    grant codeBase "file:$" {
    grant codeBase "file:$" {
    grant codeBase "file:$" {
    ADMA5016I: 安装 dswsbobje 已启动。
    ADMA5058I: 已使用部署目标的版本验证应用程序和模块版本。
    ADMA5005I: 在 WebSphere Application Server 存储库中配置了应用程序 dswsbobje。
    ADMA5053I: 创建了已安装的任选软件包的库引用。
    ADMA5005I: 在 WebSphere Application Server 存储库中配置了应用程序 dswsbobje。
    ADMA5001I: 应用程序二进制文件保存在 C:\Program Files\IBM\WebSphere\AppServer\pro
    files\AppSrv01\wstemp\Script11e830f3b81\workspace\cells\w2k3ee-TitanNode01Cell\a
    pplications\dswsbobje.ear\dswsbobje.ear 中
    ADMA5005I: 在 WebSphere Application Server 存储库中配置了应用程序 dswsbobje。
    SECJ0400I: 成功地用 appContextIDForSecurity 信息更新了应用程序 dswsbobje。
    ADMA5011I: 清除应用程序 dswsbobje 的 temp 目录已完成。
    ADMA5013I: 应用程序 dswsbobje 安装成功。
    IBM WebSphere Application Server R6.1
    WebSphere 插件配置生成器
    Copyright IBM Corp., 1997-2006
    PLGC0008I: 插件正在为单元生成单台服务器插件配置文件 w2k3ee-TitanNode01Cell, node
    w2k3ee-TitanNode01, 服务器 server1.
    PLGC0005I: 插件配置文件 = C:\Program Files\IBM\WebSphere\AppServer\profiles\AppS
    rv01\config\cells\plugin-cfg.xml
    serialize_conf:
    config:
    Loading config.websphere6
    Loading jsfplatform.properties
    Warning: as_mode property not set. Standalone deployment assumed.
    preconfig:
    checkargs:
    Validating configuration...
    Deleting: C:\Program Files\Business Objects\deployment\workdir\websphere6\valida
    teconfig.properties
    Deleting: C:\Program Files\Business Objects\deployment\workdir\websphere6\valida
    teconfig.scr
    Configuration validated!
    buildwar:
    expand_and_package:
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\res
    ources\web\jsfplatform\WEB-INF
    prepareapp:
    Preparing C:/Program Files/Business Objects/deployment/workdir/websphere6/applic
    ation/jsfplatform
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\app
    lication\jsfplatform
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\app
    lication\jsfplatform\WEB-INF
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\jsfplatform\WEB-INF
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\jsfplatform\WEB-INF
    Deleting directory C:\Program Files\Business Objects\deployment\workdir\webspher
    e6\application\jsfplatform
    _appbuildfilecall:
    postpackageapp:
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\app
    lication\jsfplatform
    Created dir: C:\Program Files\Business Objects\deployment\workdir\websphere6\app
    lication\jsfplatform\META-INF
    Moving 1 files to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\jsfplatform
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\jsfplatform\META-INF
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\jsfplatform\META-INF
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application\jsfplatform\META-INF
    Building ear: C:\Program Files\Business Objects\deployment\workdir\websphere6\ap
    plication\jsfplatform.ear
    Deleting directory C:\Program Files\Business Objects\deployment\workdir\webspher
    e6\application\jsfplatform
    predeploy:
    predeployapp:
    Looking up application's display name
    Processing C:\Program Files\Business Objects\deployment\workdir\websphere6\resou
    rces\web\jsfplatform\WEB-INF\web.xml to C:\Program Files\Business Objects\deploy
    ment\workdir\websphere6\application\jsfplatform_name.properties
    Loading stylesheet C:\Program Files\Business Objects\deployment\templates\appnam
    e.xsl
    Creating C:/Program Files/Business Objects/deployment/workdir/websphere6/applica
    tion/jsfplatform_install.scr
    deploy:
    deployapp:
    Moving 1 files to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application
    Copying 1 file to C:\Program Files\Business Objects\deployment\workdir\websphere
    6\application
    Deploying jsfplatform with wsadmin -f websphere6/application/jsfplatform_install
    .scr
    WASX7209I: 使用 SOAP 连接器连接到节点 w2k3ee-TitanNode01 上的进程u201Cserver1u201D;进
    程的类型为:UnManagedProcess
    ADMA0080W: 没有任何许可权集合的模板策略文件包含在 1.2.x 企业应用程序中。安装应用
    程序后,您可通过编辑 was.policy 文件(它位于 ${user.install.root}/config/cells/(
    yourCellName)/applications/(yourAppName).ear/deployments/(yourAppName)/META-INF
    目录中),修改企业应用程序的 Java 2 安全策略。
    WASX7327I: was.policy 文件的内容:
    // Template policy file for enterprise application.
    // Extra permissions can be added if required by the enterprise application.
    // NOTE: Syntax errors in the policy files will cause the enterprise application
    FAIL to start.
    //       Extreme care should be taken when editing these policy files. It is adv
    ised to use
    //       the policytool provided by the JDK for editing the policy files
    //       (WAS_HOME/java/jre/bin/policytool).
    grant codeBase "file:$" {
    grant codeBase "file:$" {
    grant codeBase "file:$" {
    grant codeBase "file:$" {
    grant codeBase "file:$" {
    ADMA5016I: 安装 jsfplatform 已启动。
    ADMA5058I: 已使用部署目标的版本验证应用程序和模块版本。
    ADMA5005I: 在 WebSphere Application Server 存储库中配置了应用程序 jsfplatform。
    ADMA5053I: 创建了已安装的任选软件包的库引用。
    ADMA5005I: 在 WebSphere Application Server 存储库中配置了应用程序 jsfplatform。
    ADMA5001I: 应用程序二进制文件保存在 C:\Program Files\IBM\WebSphere\AppServer\pro
    files\AppSrv01\wstemp\Script11e8310e151\workspace\cells\w2k3ee-TitanNode01Cell\a
    pplications\jsfplatform.ear\jsfplatform.ear 中
    ADMA5005I: 在 WebSphere Application Server 存储库中配置了应用程序 jsfplatform。
    SECJ0400I: 成功地用 appContextIDForSecurity 信息更新了应用程序 jsfplatform。
    ADMA5011I: 清除应用程序 jsfplatform 的 temp 目录已完成。
    ADMA5013I: 应用程序 jsfplatform 安装成功。
    IBM WebSphere Application Server R6.1
    WebSphere 插件配置生成器
    Copyright IBM Corp., 1997-2006
    PLGC0008I: 插件正在为单元生成单台服务器插件配置文件 w2k3ee-TitanNode01Cell, node
    w2k3ee-TitanNode01, 服务器 server1.
    PLGC0005I: 插件配置文件 = C:\Program Files\IBM\WebSphere\AppServer\profiles\AppS
    rv01\config\cells\plugin-cfg.xml
    serialize_conf:
    BUILD SUCCESSFUL
    Total time: 37 minutes 36 seconds
    Ant return code: 0
    C:\Program Files\Business Objects\deployment>

    I got the very same issue while deploying WebSphere 6.1.0.7 on BOXI3.1. It seems that there is some conflict between parsers. The xalan parser shipped with Websphere6.1.0.7. But I still couldn't work this issue out. Could anyone help us on that?
    Thanks in advance,
    Mohamed Ali

Maybe you are looking for

  • Asa in active/active vpn solution licensing question

    Hello All I have a customer with the following requirements: 1) A Cisco VPN Solution that will be support SSL VPN and Cisco Client VPN - The  solution will be a failover configuration running in an active-active set up.  The solution offered will be

  • What cables do I need to hook up my vcr to a minidv

    Hi, I want to take my home videos (currently on vhs tapes) and transfer them to my mac mini computer so I can create dvds using imovie and idvd. I have the Sony DCR HC32 minidv (that has the "pass-through" feature). What cables do I need in order to

  • Foutmelding 2093

    I keep getting the mistake 2093 when opening Quicktime player for windows. Anyone familiar with this problem

  • How to refer to an object from within a handler

    So I have a mouse listener that is attached to multiple objects as so:   for (int i = 0; i < Grids.size(); i++) { Grids.get(i).addMouseListener(new GameMouseListener()); }Now the problem I have is I need to know which of the Objects activated the han

  • Moving Sharepoint online to another tenant

    Hello I have a client (lets call them Business A) that has purchased another business (Business B). Business A has a Office 365 Tenant but hasn't been really been used apart from Lync, while business B has also an Office 365 tenant that they use Emai