Unmarshaller failed: deployment

Hello

I get the error while deploying my application jdevADF11.1.1 on external oracle weblogic server 10 g 3.

The deployment log is:


-The deployment began. -Oct 20, 2008 16:24:55
The target platform is (Weblogic 10.3).
Analysis of the dependence running...
Building...
2008-10-20 16:25:03.468: WAR file written to C:\JDeveloper\mywork\BrowseEditApp\ViewController\deploy\webapp1.war
2008-10-20 16:25:04.328: file of WAR wrote to C:\JDeveloper\mywork\BrowseEditApp\ViewController\deploy\webapp1.war
2008-10-20 16:25:04.39: WAR file written to C:\JDeveloper\mywork\BrowseEditApp\ViewController\deploy\BrowseEditApp_ViewController_webapp1.war
2008-10-20 16:25:04.765: file of WAR wrote to C:\JDeveloper\mywork\BrowseEditApp\ViewController\deploy\BrowseEditApp_ViewController_webapp1.war
Wrote the JAR file to C:\JDeveloper\mywork\BrowseEditApp\Model\deploy\BrowseEditApp_Model_adflibBrowseEditApp1.jar
Wrote the JAR file to C:\JDeveloper\mywork\BrowseEditApp\Model\deploy\archive1.jar
2008-10-20 16:25:04.921: file EAR wrote to C:\JDeveloper\mywork\BrowseEditApp\deploy\application1.ear
2008-10-20 16:25:11.5: file EAR wrote to C:\JDeveloper\mywork\BrowseEditApp\deploy\application1.ear
Application deployment...
[Deployer: 149034] An exception has occurred for task [Deployer: 149026] deploy application on AdminServer application1. : Unmarshaller failed.
weblogic.management.DeploymentException: Unmarshaller failed
# Incomplete deployment. # Oct 20, 2008 16:26:26
Deployment failed


Can you please tell me why I get this error.where I was wrong.
I followed the steps described in the chapter of deployment of a "merger Oracle® Fusion Middleware of Oracle Application Development Framework Developer's Guide
11 g Release 1 (11.1.1)".
I appreciate your time and your help.

You try to deploy on a Weblogic 10.3 Server external?

If so, have you configured it for deploying ADF applications as mentioned in the annex of [simplified ADF 11 g application for credentials and Migration policy to stand-alone WebLogic servers | http://www.oracle.com/technology/products/jdev/tips/muench/credmig111100/index.html]?

Tags: Java

Similar Questions

  • Failed deploying EJB project that uses the library on Glassfish

    < font size = 4 > Hi,
    I have an application of multi project that I'm developing and I'm having issues test it. I've set up an EAR, WAR, EJB and two pots of library. The EJB contains classes that use components of the library of jars or implement classes abstract library jars. I added the jars of library for the EJB compilation libraries. Next, I added also the jars of library for the libraries of the EAR. However, when I will then deploy the EAR on the Glassfish server, I get this error, displayed in the Glassfish log: < / police > < br >

    < font size = 2 > < font color = "red" > WARNING: error in the treatment of the annotation: java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClass < / police > < br >
    < font color = "red" > WARNING: error in the treatment of the annotation: java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClass < / police > < br >
    < font color = "red" > WARNING: error in the treatment of the annotation: java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClass < / police > < br >
    < font color = "red" > WARNING: error in the treatment of the annotation: java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClas < / police > < br >
    < font color = "red" > SEVERE: class [com/foo/sdk/base/InterfaceClass] not found. Error loading [class com.foo2.BeanFooClass] < / police > < br >
    < font color = "red" > SEVERE: Exception when deploying the application [FooEAR] < / police > < br >
    < font color = "red" > SEVERE: [BeanFoo.jar] is not a valid ejb jar: it contains zero ejb. < / police > < br >
    Note:
    1. a valid ejb jar requires at least one session, entity (1.x/2.x style) or message-driven bean.
    2 EJB3 + beans entity (@Entity) are a POJO and please pack them as library jar.
    3. If the jar file contains valid EJB which are annotated with EJB annotations level component (@Stateless, @Stateful, @MessageDriven, @Singleton), please check server.log to see if annotations have been processed correctly.
    java.lang.IllegalArgumentException: invalid [BeanFoo.jar] ejb jar: it contains zero ejb.
    Note:
    1. a valid ejb jar requires at least one session, entity (1.x/2.x style) or message-driven bean.
    2 EJB3 + beans entity (@Entity) are a POJO and please pack them as library jar.
    3. If the jar file contains valid EJB which are annotated with EJB annotations level component (@Stateless, @Stateful, @MessageDriven, @Singleton), please check server.log to see if annotations have been processed correctly.
    at com.sun.enterprise.deployment.util.EjbBundleValidator.accept(EjbBundleValidator.java:76)
    at com.sun.enterprise.deployment.util.ApplicationValidator.accept(ApplicationValidator.java:128)
    at com.sun.enterprise.deployment.EjbBundleDescriptor.visit(EjbBundleDescriptor.java:730)
    at com.sun.enterprise.deployment.Application.visit(Application.java:1768)
    at com.sun.enterprise.deployment.archivist.ApplicationArchivist.validate(ApplicationArchivist.java:799)
    at com.sun.enterprise.deployment.archivist.ApplicationArchivist.openWith(ApplicationArchivist.java:277)
    at com.sun.enterprise.deployment.archivist.ApplicationFactory.openWith(ApplicationFactory.java:240)
    at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:170)
    at org.glassfish.javaee.core.deployment.DolProvider.load(DolProvider.java:93)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.loadDeployer(ApplicationLifecycle.java:826)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.setupContainerInfos(ApplicationLifecycle.java:768)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:368)
    at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
    at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:370)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ 1.execute(CommandRunnerImpl.java:355)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
    at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1067)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl.access$ 1200 (CommandRunnerImpl.java:96)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1247)
    to com.sun.enterprise.v3.admin.CommandRunnerImpl$ ExecutionContext.execute (CommandRunnerImpl.java:1235)
    at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:465)
    at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:222)
    at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
    at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:234)
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:822)
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:719)
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1013)
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
    at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.doWork (AbstractThreadPool.java:532)
    to com.sun.grizzly.util.AbstractThreadPool$ Worker.run (AbstractThreadPool.java:513)
    at java.lang.Thread.run(Thread.java:679)

    < font color = "red" > SEVERE: Exception when deploying the application [FooEAR]: [FooBean.jar] is not a valid ejb jar: it contains zero ejb. < / police > < br >
    Note:
    1. a valid ejb jar requires at least one session, entity (1.x/2.x style) or message-driven bean.
    2 EJB3 + beans entity (@Entity) are a POJO and please pack them as library jar.
    3. If the jar file contains valid EJB which are annotated with EJB annotations level component (@Stateless, @Stateful, @MessageDriven, @Singleton), check server.log for see if annotations have been processed correctly. < / police > < br >

    < font size = 4 > I use these technologies:
    The IDE NetBeans 7.0 for Java EE
    GlassFish 3.1

    I read that libraries putting into this directory: < glassfish_home > / domains/Domain1/lib can solve the problem, however there must be a better way.

    Any help would be greatly appreciated! < / make >

    Published by: 866180 on June 15, 2011 14:32

    First, use a normal font when you post a question. That's all just awful to read.

    You have several failures here. Have you actually read and try to understand the error?

    java.lang.NoClassDefFoundError: com/foo/sdk/base/AbstractClass

    Java will not lie, this class is not on the classpath of the application. The jar is missing, the class is missing from the pot or you put the jar in the wrong place. Open the ear with your favorite zip tool and discover its structure. What is the path to the jar inside?

    Also, open the file META-INF / "MANIFEST. MF' inside the EJB jar. Is there a class in that line? It should not be!

    A valid ejb jar requires at least one session, entity (1.x/2.x style) or message-driven bean.

    Apparently your EJB jar does not contain a single EJB or MDB class. You forgot a few annotations maybe?

    Seems to me that your application compiles, but other than that it is much broken.

  • Cannot deploy due to the Unmarshaller exception has no

    Hello

    I am using WebLogic on Solaris 9.2.2. I hope someone can tell me what to do when my deployment fails due to an exception "Unmarshaller failed. This is the track of the long-life battery. Anything to push me in the right direction is appreciated,-Dave


    # < 28 October 2008 11:50:40 AM MDT > < error > < hats > < rhonti > < nps-supp-gui-ms-1 > < [pending] ExecuteThread: '3' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1225216240248 > < BEA-149265 > < error has occurred in the execution of the request of deployment with the ID ' 1225216234581 'for task 311'. Error is: "weblogic.application.ModuleException: [HTTP:101064] [WebAppModule(nps_history_gui:nps_history_gui.war)] in Web application descriptor parsing error" / export/third-party/etsbea/product/wls_9.2.2/user_projects/domains/nps_pt_92/servers/nps-supp-gui-ms-1/stage/nps_history_gui/nps_history_gui.war ' "
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:781)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:272)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:360)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:615)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:12)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:45)
    to weblogic.work.ServerWorkManagerImpl$ WorkAdapterImpl.run (ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.FilterMappingBeanImpl@12a064e3(/FilterMappings[weblogic.descriptor.internal.CompoundKey@13f28ec1]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:207)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setFilterMappings(WebAppBeanImpl.java:834)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:483)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:385)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:145)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:185)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:154)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:136)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:749)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:378)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:720)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:729)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:775)
    ... 25 more

    "weblogic.application.ModuleException: Unmarshaller failed.
    weblogic.application.ModuleException: [HTTP:101064] [WebAppModule(nps_history_gui:nps_history_gui.war)] in Web application descriptor parsing error "/ export/third-party/etsbea/product/wls_9.2.2/user_projects/domains/nps_pt_92/servers/nps-supp-gui-ms-1/stage/nps_history_gui/nps_history_gui.war".
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:781)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:272)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:360)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:615)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:12)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:45)
    to weblogic.work.ServerWorkManagerImpl$ WorkAdapterImpl.run (ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.FilterMappingBeanImpl@12a064e3(/FilterMappings[weblogic.descriptor.internal.CompoundKey@13f28ec1]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:207)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setFilterMappings(WebAppBeanImpl.java:834)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:483)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:385)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:145)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:185)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:154)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:136)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:749)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:378)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:720)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:729)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:775)
    ... 25 more

    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.createModuleException(WebAppModule.java:980)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:799)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:272)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:360)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:615)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:12)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:45)
    to weblogic.work.ServerWorkManagerImpl$ WorkAdapterImpl.run (ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.FilterMappingBeanImpl@12a064e3(/FilterMappings[weblogic.descriptor.internal.CompoundKey@13f28ec1]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:207)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setFilterMappings(WebAppBeanImpl.java:834)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:483)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:385)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:145)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:185)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:154)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:136)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:280)
    at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorManager.java:248)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:749)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:378)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:720)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:729)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:134)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:775)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:272)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:360)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:615)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:12)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:45)
    to weblogic.work.ServerWorkManagerImpl$ WorkAdapterImpl.run (ServerWorkManagerImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)

    You can post your web.xml?

    Maybe the problem is that you have a duplicate servlet mapping.

    --
    Wiest

  • Problem installation AutoVue - deployment of application in the field has failed;

    Full of the error:

    Deployment of application in the field has failed; Deployment error - Exception has occurred in the javax.xml.ws.WebServiceException of wsgen process: cannot create JAXBContext deployment error - Exception has occurred in the javax.xml.ws.WebServiceException of wsgen process: cannot create JAXBContext.

    Sun GlassFish Enterprise Server v2.1.1

    This error occurs when == > http://localhost:4848 / | Console mgt GlassFish 2.1.1 | Web applications | Deploy | Web application, AutoVueWS.war


    Background:

    I am an Adobe Flex coder threw in a Silverlight project, trying to get a JavaBean to work.

    My task is to get a DGN file to display in my Silverlight application. I tried to fix this using AutoVue as a web service returns an image and displaying this image on my control. This, of course works fine on the last machine of developers. However, I've been totally failed to install on the client server. I have no real idea of what I'm doing with the GlassFish/Java/AutoVue for this project section. Any help would be greatly appreciated


    -I have have Glassfish installed v2.1.1 and seems to work correctly.

    -I used it C:\Program Files (x86)\Java\jdk1.7.0_21\bin\jar.exe' cvf - AutoVueWS.war - C AutoVueWS.

    to compile the war file.

    -Server = Pro, 2 GB, Windows 7 64-bit * Virtual Machine

    Post edited by: 6bf38c5b-5aea-4186-9e77-bf1326cfd283

    New "6bf38c5b-5aea-4186-9e77-bf1326cfd283," Hi

    If all you need to AutoVue for is the conversion of an input format (for example, DGN) in a PNG image format, so yes, it's a case of using the AutoVue Web Services API (more precisely "convert it" Web Service). In this case, you should proceed with the question of GlassFish forums so they can help solve the deployment problem.

    However, depending on how you obtained your Silverlight solution implemented, it might be even more efficient/transparent to avoid the conversion completely process and simply stir the applet AutoVue in the interface of your solution. In this case, users would see their files (in whatever format or DGN) directly within the AutoVue applet, and you can customize the user interface of applet according to the needs (in terms of menus/toolbars tools/etc). If this is of interest to you, check out the Guide of AutoVue API at http://docs.oracle.com/cd/E37436_01/otn/pdf/E37455_01.pdf

    And to answer your last question - no, there is no way to communicate directly with the server of AutoVue. The AutoVue API and the API of Services Web AutoVue are the two APIs on the client side.

    Thank you

    Graham

  • Deploy error-bean already exists

    Hey I have JDEV 11.1.2.3 Im struggeling and the deployment process.

    for now - this is the error message I get when trying to deploy:


    [10: 14:17] WebLogic Server Exception: weblogic.management.DeploymentException: Unmarshaller failed
    [10: 14:17] caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ModuleBeanImpl@8ce1a49e(/Modules[weblogic.descriptor.internal.DescriptorBeanKey@81ff78cb]).
    [10: 14:17] check the server logs or the console of the server for more details.

    Anyone of you has seen this before or maybe know what to do.

    TNX
    Talya

    This error say you that there is another version of the app still deployed on the server. Open the administration console and look under deployments during the CA. Undeploy the app and then try again.

    Timo

  • Unmarshaller has no exception when executing HcmCompWorkbenchWorkArea.jspx

    Hello
    When you run the page, we get Unmarshaller has no exception. Any idea on how to fix it? Here is the complete log:

    < 25 February 2013 17:23:44 IST > < WARNING > < Munger > < BEA-2156203 > < a version attribute was not found in the application element in the C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.applcp.model\f7pg9o/META-INF/application.xml deployment descriptor. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject the descriptors that do not specify the JEE version. >
    < 25 February 2013 17:23:58 IST > < error > < J2EE > < BEA-160197 > < cannot load the descriptor module AddFilterProjEJB.war C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war/WEB-INF/web.xml. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:161)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to 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: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)
    ... more than 33
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    ... more than 41
    . >
    < 25 February 2013 17:23:58 IST > < error > < HTTP > < BEA-101064 > < [WebAppModule (XXCHRAddFilterAppl [Version = V2.0]: hcmCompensation)] parse error of the descriptor in appplication Web 'C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war '.
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. check the log file full stacktrace
    >
    < 25 February 2013 17:23:58 IST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1361793222485 'for task ' 0'. Error is: "weblogic.application.ModuleException: [HTTP:101064] [WebAppModule (XXCHRAddFilterAppl [Version = V2.0]: hcmCompensation)] the descriptor in appplication Web"C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war"parse error"
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to 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: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)
    ... more than 26

    "weblogic.application.ModuleException: Unmarshaller failed.
    weblogic.application.ModuleException: [HTTP:101064] [WebAppModule (XXCHRAddFilterAppl [Version = V2.0]: hcmCompensation)] parse error of the descriptor in appplication Web 'C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war '.
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to 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: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)
    ... more than 26

    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.createModuleException(WebAppModule.java:1604)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1358)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. check the log file full stacktrace
    >
    < 25 February 2013 17:23:59 IST > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy application task 'XXCHRAddFilterAppl [Version V2.0 =]'. >
    < 25 February 2013 17:23:59 IST > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
    weblogic.application.ModuleException: [HTTP:101064] [WebAppModule (XXCHRAddFilterAppl [Version = V2.0]: hcmCompensation)] parse error of the descriptor in appplication Web 'C:\Amarnath\Oracle\myWork\system11.1.1.6.39.62.68\o.j2ee\drs\XXCHRAddFilterAppl\AddFilterProjEJB.war '.
    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to 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: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)
    ... more than 26

    weblogic.application.ModuleException: Unmarshaller failed
    at weblogic.servlet.internal.WebAppModule.createModuleException(WebAppModule.java:1604)
    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1358)
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ServletBeanImpl@269fc476(/Servlets[PortletProducerResourceServlet]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.java:1143)
    at sun.reflect.GeneratedMethodAccessor214.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. check the log file full stacktrace
    >
    [17: 23:59] # incomplete deployment. ####
    [17: 23:59] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    # Cannot run application XXCHRAddFilterAppl due to the deployment on IntegratedWebLogicServer error.
    [XXCHRAddFilterAppl application stopped and cancelled Server Instance IntegratedWebLogicServer]


    Thank you
    Amarnath

    Please go to developer and then open file web.xml and research of PortletProducerResourceServlet

    Comment by the entrance of servlet and servlet mapping and try again.

    Thank you best regards &!
    Vik

    Fusion applications Developer Relations
    http://blogs.Oracle.com/fadevrel

    Please check the appropriate response or useful response

  • BEA-160197: ADF Simple application cannot deploy on integrated weblogic

    JDeveloper 11.1.1.6.0

    Simple JSF ADF application fails to test locally on integrated weblogic. I have never seen this and don't have a clue where to look for the problem. Anyone?

    [13: 11:01] Application deployment...
    < 23.05.2012. 13.11.01 CEST > < error > < J2EE > < BEA-160197 > < cannot load the descriptor C:\Documents and Settings\drtodor\Application Data\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\TrackingSystem11g/META-INF/weblogic-application.xml of the TrackingSystem11g module. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:161)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.application.ApplicationDescriptor.getWeblogicApplicationDescriptor(ApplicationDescriptor.java:324)
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:181)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
    at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.compatibilityProcessor(ActivateOperation.java:81)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.setupPrepare(AbstractOperation.java:295)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:97)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to 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: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@86e4fd19 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)
    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)
    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)
    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)
    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)
    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)
    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)
    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)
    ... more than 27
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@86e4fd19 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setLibraryRefs(WeblogicApplicationBeanImpl.java:1440)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)
    ... 35 more
    . >
    < 23.05.2012. 13.11.01 CEST > < error > < hats > < BEA-149605 > < failed to create App/Comp mbeans for AppDeploymentMBean TrackingSystem11g #V2.0. Error - weblogic.management.DeploymentException: Unmarshaller failed.
    weblogic.management.DeploymentException: Unmarshaller failed
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@86e4fd19 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setLibraryRefs(WeblogicApplicationBeanImpl.java:1440)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Truncated. check the log file full stacktrace
    >
    < 23.05.2012. 13.11.01 CEST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1337771461093 'for task 1'. Error is: "' weblogic.management.DeploymentException: Unmarshaller failed '"
    weblogic.management.DeploymentException: Unmarshaller failed
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@86e4fd19 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setLibraryRefs(WeblogicApplicationBeanImpl.java:1440)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Truncated. check the log file full stacktrace
    >
    < 23.05.2012. 13.11.01 CEST > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy application task 'TrackingSystem11g [Version V2.0 =]'. >
    < 23.05.2012. 13.11.01 CEST > < WARNING > < hats > < BEA-149078 > < message 149004 track battery
    weblogic.management.DeploymentException: Unmarshaller failed
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)
    Truncated. check the log file full stacktrace
    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@86e4fd19 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).
    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)
    at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setLibraryRefs(WeblogicApplicationBeanImpl.java:1440)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    Truncated. check the log file full stacktrace
    >
    [13: 11:01] # incomplete deployment. ####
    [13: 11:01] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    # Can't run application TrackingSystem11g due to the deployment on IntegratedWebLogicServer error.
    [TrackingSystem11g application stopped and cancelled Server Instance IntegratedWebLogicServer]

    Wow magic ;) Try the resorts of closing and opening Jdev, remove the system directory and see if it helps...
    Alternatively, maybe you can try to delete this file, record everything, clean your project and create a new weblogic application. XML described here - How to change weblogic - application.xml

    Published by: detrilles on May 23, 2012 Sudipto 21:36

  • Adobe Creative Enterprise Cloud deployment with SCCM R2 2012 problems

    Hello

    I tried to deploy Adobe Creative Enterprise Cloud to 8.1 of Windows machines that are identical, using SCCM 2012 R2.

    The Adobe package seems well, because it seems to deploy successfully on some machines. SCCM R2 2012 has been configured correctly, that I can deploy other software use, and even once, he deploys Adobe CC successfully on some of the machines.

    I tried to compare the package is downloaded to the computer client/test machine, with the original on the distribution using Beyond Compare, and there is no difference.

    I contacted Adobe Enterprise Support and they asked me to send in the Event Viewer logs, the installer msi and other newspapers from Adobe, the machine failed deployment. However, after Adobe study them, they told me that they could not identify any problem... Strange, because I could have sworn I saw error 1603 pop up more than 20 times on different machines, which indicates that the "Set - up.dat' file had a problem with it."

    After all the tests on more than 20 machines identical (same hardware / software), using the different settings on SCCM 2012 R2 and client machines, I still happen to have a reliable solution for the deployment of Adobe CC.

    The fact that it deploys successfully on the same machine and it fails on another, or sometimes deploy on two machines and fail on another (simultaneously), is something I don't understand.

    Another thing is that, if I try the deployment of 10 to 15 times after she failed the first time, it could pass by...

    Adobe Enterprise Support asked me if they could remote into a machine that doesn't have the deployment to take a look at it and I have agreed to this option, but it seems that my problem was ignored because they never to return for me.

    Someone had this kind of problem or something similar before?

    I need to be able to deploy 100 machines remotely. Manual installation is not an option.

    Any help is appreciated.

    This forum is really more about individuals and the cloud, these are the only links that I...

    Packer links https://forums.adobe.com/thread/1586021

    http://forums.Adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • Unable to deploy applications using WLST of EAR

    I have an archive EAR of Application that I can successful deployment of a managed server in weblogic using the Administration Console.

    However, when I try to deploy the same archive EAR using WLST to the same managed server, the deployment will fail.

    Here are the steps I followed:

    (1) Sourcing WL environment (setDomainEnv.sh)... »
    (
    $DOMAIN_HOME/bin/setDomainEnv.sh
    2) stage DYN_HELP.ear file in directory download WL Admin Server... »
    Start WLST
    cp $HOME/scripts/wl/DynaMed_Help.ear $DOMAIN_HOME/servers/AdminServer/upload/DynaMed_Help.ear
    session 3)
    Java weblogic. WLST

    WebLogic Scripting Tool (WLST) initializing...

    Welcome to WebLogic Server Administration scripts Shell

    Help() type help on the available commands

    WLS: / offline
    4) the value of the Variables of the WLST Script
    wl_username = "weblogic.
    wl_userpassword = "< wl_password >".
    wl_url = ' t3: / / icweb002:7001'
    wl_target_server = "DYN_HELP".
    wl_server_listener_port = 9003
    wl_server_machine = "icweb002".
    wl_nm_port = "5556"
    wl_domain = "cross".
    web_app = "DynaMed_Help."
    web_app_war = ' / u00/apldyna1/Oracle/Middleware/user_projects/domains/DynaMed/servers/AdminServer/upload/DynaMed_Help.ear '
    5) connect to WL
    Connect (wl_username, wl_userpassword, wl_url)

    T3 connection: / / icweb002:7001 with username weblogic...
    Connected to the Server Admin "AdminServer" which belongs to the field "DynaMed.

    WARNING: A non-secure protocol was used to connect to the
    Server. To ensure the safety of on-the-wire, the SSL port or
    The admin port should be used instead.
    (6) to deploy the Application
    deploy (web_app, web_app_war, target = wl_target_server)

    WLS: serverConfig/DynaMed / > deploy (web_app, web_app_war, target = wl_target_server)
    Application deployment of the /u00/apldyna1/Oracle/Middleware/user_projects/domains/DynaMed/servers/AdminServer/upload/DynaMed_Help.ear targets DYN_HELP (upload = false)...
    < 18 February 2010 17:10:12 EST > < Info > < deployment J2EE SPI > < BEA-260121 > < Initiating deployment operation for application, DynaMed_Help [archive: u00/apldyna1/Oracle/Middleware/user_projects/domains/DynaMed/servers/AdminServer/upload/DynaMed_Help.ear], to DYN_HELP. >
    . Impossible to deploy the application with the State failed
    Current status of your deployment:
    Command type of deployment: deployment
    Deployment status: failed
    Deployment message: weblogic.management.DeploymentException: [Deployer: 149189] attempt to exploit 'deploy' to null BasicDeploymentMBean deployment DynaMed_Help. Operation cannot be performed until the server is restarted.
    Traceback (innermost last):
    Folder "system <>", line 1, in?
    File '< iostream >", line 246, to deploy
    File '< iostream >", line 1744, in raiseWLSTException
    WLSTException: Error occurred when executing deploy: target the exception that is thrown when the application deployment: error occurred when executing deploy: deployment failed. : Error occurred when executing deploy: deployment failed.
    Am I missing something with my WLST deployment? As I said earlier, I can deploy this same EAR successfully using the Administration Console.

    WLST and administration console use the API of JSR even 88 to deploy the application, so I don't know what is different.

    Search within server admin for all log no dynamic change requires restarting the server messages. If you require a server restart, then config changes are not propagated to the server mbean DURATION until the server is restarted.

    You can post any series of commands?

  • BeanAlreadyExistsException: Bean already exists

    Hi all

    I am getting error while deploying Sample Application shared @ below Andrejus Baranovskis Blog: how to ADF PopUp alignment control

    I already rebooted the server, but it didn't work as well as I researched the weblogic.xml file that is not available in the project.

    Please suggest how to solve this problem?

    < cannot load the C:\Users\IBM_ADMIN\AppData\Roaming\JDeveloper\system11.1.1.6.38.61.92\o.j2ee\drs\ADFP descriptor

    opUpHelpApp/META-INF/weblogic-application.xml of the ADFPopUpHelpApp module. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed

    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:161)

    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)

    at weblogic.application.ApplicationDescriptor.getWeblogicApplicationDescriptor(ApplicationDescriptor.java:324)

    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:181)

    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)

    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)

    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)

    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)

    at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)

    at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.compatibilityProcessor(ActivateOperation.java:81)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.setupPrepare(AbstractOperation.java:295)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:97)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)

    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)

    to 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: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: "weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@863b9f35 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).

    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)

    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)

    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)

    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)

    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)

    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)

    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)

    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)

    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)

    ... more than 27

    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: "weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@863b9f35 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).

    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)

    at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setLibraryRefs(WeblogicApplicationBeanImpl.java:1440)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)

    ... 35 more

    . >

    < 28 April 2014 13:56:53 IST > < error > < hats > < BEA-149605 > < cannot create some App/Comp mbeans for AppDeploymentMBean ADFPopUpHelpApp. Error - weblogic.management.DeploymentException: Unmarshaller failed.

    weblogic.management.DeploymentException: Unmarshaller failed

    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)

    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)

    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)

    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)

    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: "weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@863b9f35 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).

    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)

    at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setLibraryRefs(WeblogicApplicationBeanImpl.java:1440)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    Truncated. check the log file full stacktrace

    >

    < 28 April 2014 13:56:53 IST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request for deployment with the ID ' 1398673612046 'for task 1'. Error is: "' weblogic.management.DeploymentException: Unmarshaller failed '"

    weblogic.management.DeploymentException: Unmarshaller failed

    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)

    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)

    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)

    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)

    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: "weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@863b9f35 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).

    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)

    at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setLibraryRefs(WeblogicApplicationBeanImpl.java:1440)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    Truncated. check the log file full stacktrace

    >

    < 28 April 2014 13:56:53 IST > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy the task of application "ADFPopUpHelpApp" >.

    < 28 April 2014 13:56:53 IST > < WARNING > < hats > < BEA-149078 > < message 149004 track battery

    weblogic.management.DeploymentException: Unmarshaller failed

    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)

    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)

    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)

    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)

    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:89)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: "weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@863b9f35 (/ LibraryRefs [[CompoundKey: adf.oracle.domain]]).

    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)

    at weblogic.j2ee.descriptor.wl.WeblogicApplicationBeanImpl.setLibraryRefs(WeblogicApplicationBeanImpl.java:1440)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    Truncated. check the log file full stacktrace

    >

    [13: 56:53] # incomplete deployment.  ####

    [13: 56:53] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    # Cannot run application ADFPopUpHelpApp due to the deployment on IntegratedWebLogicServer error.

    [ADFPopUpHelpApp application stopped and cancelled Server Instance IntegratedWebLogicServer]

    His associates to weblogic follow the procedure below:

    1. close your weblogic Server.

    2. remove the file ear mywork--> deployment folder

    3. run your application that will work

  • Error executing jspx Jdeveloper page

    Hello

    I'm trying to customize common ear LegalEntityDashboard.jspx finance, but during the execution of the page of Jdeveloper, I get below error,

    < 4 November 2013 07:12:05 hours GMT > < WARNING > < Munger > < BEA-2156203 > < a version attribute not found in the application element in the D:\Users\ <>\Documents\MyWorkspace\system11.1.1.7.40.65.57.3\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.applcp.model\f7pg9o/META-INF/application.xml deployment descriptor. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject the descriptors that do not specify the JEE version. >

    < 4 November 2013 07:12:05 hours GMT > < WARNING > < J2EE > < BEA-160140 > < optional references package suspense (in META-INF/MANIFEST. (MF): [Extension name: oracle.apps.common.resource referenced from: D:\Users\ <>\Documents\MyWorkspace\system11.1.1.7.40.65.57.3\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.webcenter.framework\owur7d]. Check that the referenced optional package has been deployed as a library. >

    < 4 November 2013 07:12:05 hours GMT > < WARNING > < J2EE > < BEA-160195 > < application version of the lifecycle event listener oracle.as.scheduler.platform.wls.deploy.ESSApplicationLifecycleListener is ignored, because the application XXFinCommonApp is not versioned. >

    < 4 November 2013 07:12:08 hours GMT > < error > < J2EE > < BEA-160197 > < cannot load the descriptor D:\Users\ <>\Documents\MyWorkspace\system11.1.1.7.40.65.57.3\o.j2ee\drs\XXFinCommonApp\Project1WebApp.war/WEB-INF/web.xml of the Project1WebApp.war module. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed

    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:161)

    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)

    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)

    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)

    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1327)

    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)

    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)

    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:613)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)

    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)

    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)

    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)

    to 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: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ListenerBeanImpl@101029ea(/Listeners[oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack]).

    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)

    to com.bea.staxb.runtime.internal.RuntimeBindingType$ BeanRuntimeProperty.setValue (RuntimeBindingType.java:539)

    to com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$ QNameRuntimeProperty.fillCollection (AttributeRuntimeBindingType.java:381)

    at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiIntermediary.java:52)

    at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalObjectFromIntermediary(AttributeRuntimeBindingType.java:140)

    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(UnmarshalResult.java:200)

    at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(UnmarshalResult.java:169)

    at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:65)

    to weblogic.descriptor.internal.MarshallerFactory$ 1.createDescriptor(MarshallerFactory.java:150)

    ... more than 33

    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ListenerBeanImpl@101029ea(/Listeners[oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack]).

    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)

    at weblogic.j2ee.descriptor.WebAppBeanImpl.setListeners(WebAppBeanImpl.java:1012)

    at sun.reflect.GeneratedMethodAccessor469.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:48)

    ... more than 41

    . >

    < 4 November 2013 07:12:08 hours GMT > < error > < HTTP > < BEA-101064 > < [WebAppModule(XXFinCommonApp:financialCommon)] parse error of the descriptor in Web app "D:\Users\ <>\Documents\MyWorkspace\system11.1.1.7.40.65.57.3\o.j2ee\drs\XXFinCommonApp\Project1WebApp.war".

    weblogic.application.ModuleException: Unmarshaller failed

    at weblogic.servlet.internal.WebAppModule.loadDescriptor(WebAppModule.java:1335)

    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:372)

    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)

    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)

    to weblogic.application.internal.flow.DeploymentCallbackFlow$ 1.next(DeploymentCallbackFlow.java:517)

    Truncated. check the log file full stacktrace

    Caused by: weblogic.descriptor.BeanAlreadyExistsException: bean already exists: ' weblogic.j2ee.descriptor.ListenerBeanImpl@101029ea(/Listeners[oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack]).

    at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceManager.java:231)

    at weblogic.j2ee.descriptor.WebAppBeanImpl.setListeners(WebAppBeanImpl.java:1012)

    at sun.reflect.GeneratedMethodAccessor469.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    Truncated. check the log file full stacktrace

    I did not change the web.xml file manually, please help.

    Thank you

    Is that what you see in the newspapers than al? If there is more then please move on again carefully. There are some serlvet and filter dependencies that are required to be placed in the comments in the web.xml file to run it. Also take a look at https://blogs.oracle.com/fadevrel/entry/tip_to_quickly_test_jdeveloper

    Hope this helps

    Vik

    http://blogs.Oracle.com/fadevrel

  • SSM BIOS deployment ends sometimes fails with error 0 x 642

    Hello

    I'm trying to use the SSM software to deploy an update of the BIOS on my HP Folio 9470 m 300 and run to an intermittent problem.  The problem I see is that sometimes, the deployment fails with a dependency error 0 x 642. I was not able to determine a reason for the failure, and the same package deployment works on another laptop.

    The only consistency I was able to reproduce, it's that if the installer has failed the first time, it will fail at each time in the particular computer.

    I've included a deployment successful and failed log files.  I confirmed that there doesn't seem to be a problem with the help of the incorrect BIOS password, because I put the password to that specified when I created the database deployment and it will still sometimes fail.

    Let me know if I can provide any additional information.  Any help would be greatly appreciated.  I really want to be able to use this software, because it would make my job managing these laptops much easier.

    Thank you

    Raymond Northcott

    Successful deployment log file: https://drive.google.com/file/d/0By0fDHxxVEc6SHhZb0VDRVRMRWc/edit?usp=sharing

    Deployment log file fails: https://drive.google.com/file/d/0By0fDHxxVEc6NXdEOTV6bnJ3TGc/edit?usp=sharing

    I know it's late, but I saw this post today.

    The team responsible for the SSM does not monitor this forum.

    According to the newspapers, that you've posted, you use SSM version 2.14 A8.

    Your version prior to the design and production of the folio 9470 by about 3 years.

    SSM were many changes since 2.14.

    Please update to the latest version.

    You can ask questions about DFS and other management tools for client in the HP PC customer management community forum.

    HP PC Customer Management Community forum

    The client pc discussion Forum management focuses on the following topics, but is not exclusive to them:

    HP Client catalog

    Catalog Client for Microsoft System Center Configuration Manager, product HP is used in the deployment of the software updates from HP (SoftPaqs) for HP PCs commercial in a Microsoft System Center environment.

    Driver HP packs

    HP Driver Packs contain the required Microsoft required Windows drivers

    in support of HP or several hardware platforms listed in each of the driver pack release notes.

    Integration Client HP Kit

    Kit of integration customer HP (HP CIK) is a plug-in for Microsoft System Center Configuration Manager.

    HP BIOS Configuration utility

    The utility of Configuration BIOS HP (HP BCU) offer the possibility to manage settings of the BIOS on HP desktop support, post work or laptop.

    Software for the HP System Manager

    HP (HP SSM) system software Manager is a utility to update the BIOS and the device drivers on your networked PC.

    These tools and more can be found at www.hp.com/go/clientmanagement

    Look at the menu of resources for items like library to download CMS HP, HP CMS Whitepapers or Packs driver HP.

    Download HP CMS library contains the latest version of SSM.

    HP CMS Download Library

    If you have any questions about SSM or every other utilities listed, this is the best forum to find answers.

    Thank you

    Richard
    I have worked for HP, but am not a spokesperson for the company.  In the community forums, participation is voluntary.

  • HPDM deployment fails with the error code: 14031022

    Hello everyone,

    I ve a strange problem with a new repository of child I ve created two weeks ago. Following situation:

    We have a master and (until now) repository repository a child for two locations. Capture and deployment on each side works fine. Now we're getting a third place, so we need another hpdm gateway and a child repitory to this place.

    I've added and configured as one worked and insert the IP address of the gateway again to a thin client to the new location. When I deploy an image on this client, I get the following error in the console of hpdm:

    2014-12-16 11:02:09 Assign repository: repository child name repository
    2014-12-16 11:02:13 synchronized correctly Completed.
    2014-12-16 11:02:14 task sent to the device management gateway
    2014-12-16 11:02:17 task has been retrieved from the agent.
    2014-12-16 11:02:58 deploy the image ready using the repository: repository child name guard.
    2014-12-16 11:02:58 running common-task failed.
    2014-12-16 11:02:58 Errorcode: 14031022, error details: download the file (s) failed.
    2014-12-16 11:02:58 running common-task failed.
    2014-12-16 11:02:58 Errorcode: 14031022, error details: download the file (s) failed

    Agent of Thin Client Gateway: 4.5.3660.18502

    HPDM bridge officer: 4.5.3660.19.503

    agent update task works.

    I ve configured the shared folder and FTP access. Both are available from thin client. Configuration of the repository the two test passed successfully.

    Repository of child synchronize all the data from the master repository with success.

    Usually, I use FTP in IIS services, but filezilla I ve installed (disabled FTP IIS) for the best connection.

    Connects to the deployment task:

    000027) 16.12.2014 11:02:27 - (not connected) (10.32.2.52) > connected on port 21, sending the welcome message...

    16.12.2014 (000027) 11:02:27 - (not connected) (XX. XX. X.XX) > USER test

    16.12.2014 (000027) 11:02:27 - (not connected) (XX. XX. X.XX) > 331 password required for the test

    16.12.2014 (000027) 11:02:27 - (not connected) (XX. XX. X.XX) > PASS *.

    16.12.2014 (000027) 11:02:27 - test (XX. XX. X.XX) 230 > connected

    16.12.2014 (000027) 11:02:28 - test (XX. XX. X.XX) > FEAT

    16.12.2014 (000027) 11:02:28 - test (XX. XX. X.XX) > QUIT

    16.12.2014 (000027) 11:02:28 - test (XX. XX. Goodbye > 221 X.XX)

    16.12.2014 (000027) 11:02:28 - test (XX. XX. X.XX) > disconnected.

    Next, I get the above error HPDM. The server log HPDM said next.

    2014-12-16 11:11:35 [line 2] WARN Util - revertNumericString fail: k.A.

    2014-12-16 11:11:35 [line 2] WARN Util - revertNumericString fail: k.A.

    Mhh not a lot of information.

    I Don t really get what could be the problem. You have an idea? Do you need more information (newspapers, error message TE) for assistance?

    Concerning

    Martin

    After the coup of controller.conf and the screen of the dialog editor repository that you set, your master repository was not configured this way:

    ReposPath has the value "C:\Inetpub\Ftproot\HPDM" in controller.conf (assume C:\Inetpub\Ftproot is the root directory of the FTP server)

    In the Master repository Editor dialog box:

    Implement FTP path to ftp: / //HPDM - he WS ftp: / /<>/. your screenshot.

    This is the reason that all of your linked FTP task failed with the same error code.

  • Deploy the shared target rt variable fails (crio-9073)

    I use a cRIO 9073 with LabVIEW 8.6. I have some variable published to my PC network I want the cRIO host read. However when I try to deploy the variables on the cRIO, I get the following error:

    Initializing...
    Calculating dependencies...
    The checking for conflicts. This may take some time...
    Prepare the items for download. This may take some time...
    Variables variables.lvlib\\129.186.159.84\robot robot deployment deployment has failed (error:-2147220721, (Hex 0x8004030F) the configuration database cannot be opened, perhaps because of corruption.) Note: the steps that you did which led to this error and contact technical support).
    Completed with errors of deployment

    I tried to reinstall the software on the cRIO, which includes the network Variable 1.5.0 engine and tried hosting variables on the cRIO. I still get this error.

    Everyone knows about this problem? What should I do to use variables shared on the 9073?

    I tried stubborn MAX, who did not work. Then I reformatted the cRIO and the problem is solved.

  • PXI: no device (MAX), fail to connect or deploy

    Hello

    I tried to use an SMU-8135 and MAX status is "connected - Running ', but once I try to connect or to deploy from the project it opens a box dialog saying"fail to connect to the target. Also, I don't see no modules currently in PXI on MAX under devices and Interfaces.

    Note: I use LabVIEW Professional 14.

    Thanks for the help!

    I just wanted to update this discussion because I finally solved my problem and it can help people in the future.

    Here's what I did to make it work:

    (1) traded on the SMU ethernet cables

    (2) checked with the cmd I could ping the target

    using MAX:

    (3) uninstalled all the software that was already on the SMU (because I had some questions of dependencies)

    (4) reinstalled the LabVIEW RT module on the system (ensuring that download the PXI components)

    (5) installed the necessary components on the SMU (check that the two LabVIEW RT on the target and the host have the same version)

    After all these, I added the target of a project and could connect without problem.

    I hope that helps!

Maybe you are looking for

  • How to prevent the sites suggested in a new tab?

    I love the new tab that allows me to see the tiles of the sites I go to most. I used it for about a year now and I like that I can open a new tab, and most of the time, simply click on a tile to get where I want to go. However, since one month, the f

  • Is it possible to copy old cassettes to a cd on my MacBook?

    Is it possible to copy old cassettes to a cd on my MacBook?

  • Impossible to install addons Web error page?

    Hello I am trying to install addons, but I have the looks that I can't do, because of the format of the page... Please take a look at this image: http://i.imgur.com/Nu2sKkH.PNG?1 He always kept showing up like this and im not sure what to do really,

  • Slow with the sending and receiving of Skype messaged in group chat

    Seems to have no problem with ordinary a shat, but when I'm in a discussion group that it takes a lot of time for my message be sent it is just gray and have this loading circle to the left.Also, some messages are received several minutes once they a

  • date picker default to a table

    HelloI have a date picker component... I want the default date based on the max in a table value...something like this:Select max (date) table_a dtPlease advice how to do?Thank you