Deployment issue - cluster Weblogic environment

Hello Experts,

I've added a new menu item and my own java class devloped, jsp and updated struts-config, the tiles-def xml file, but the menu item gets not correctly displayed in the IOM.

1. creates a new menu item in Console Design.
2. this menu item has been added to the system ADMINISTRATOR group.
3 update of xlWebAdmin.properties, xlDefaultAdmin.properties, xlWebAdmin_en_US.properties file.
4. place the java class custom directory classes
5 placed JSPS in directory pages & tiles and as a consequence the entries in the struts-config file and tiles-def file.

Now, I did the steps above in a stand-alone Weblogic instance and it worked and displays the menuitem (copy in the menu Admin tasks)

Now I followed the same steps in a Weblogic clusterted environment, it just displays the menuitem as
"Menuitem.Adm - Tasks.Copy" and when I click to up page not found error.

Am I missing amything? Please help me.

Thank you
INIYA

When you say Clustered then you need to make changes in the folder Dir stage, have you done this?

Go to bea\user_projects\domain\urdomain\server\manageserver\stage\...

Here, in classes, see .properties file. These files are updated?

Tags: Fusion Middleware

Similar Questions

  • Deployment issues, how weblogic-ejb - jar.xml is related to the ejb - jar file. XML

    Hey guys,.
    I get the following error I think because I have something misconfigured in my xml files. Instead of activationConfig in my MDB yousing properties, I wanted to put them manually in the file ejb - jar.Xml. I get the error message next is...

    Unable to deploy EJB: MyMDB of MDBtest2:

    [EJB:011026] The EJB container failed when creating the java: / comp/env namespace for this EJB deployment.
    weblogic.deployment.EnvironmentException: [EJB:010176] the resource-env-ref 'inQueue", said in the descriptor file ejb - jar.xml has no mapped JNDI name. The resource-ref must be mapped to a JNDI name by using the element of description of the resources of the descriptor weblogic-ejb - jar.Xml.
    at weblogic.ejb.container.deployer.EnvironmentBuilder.addResourceEnvReferences(EnvironmentBuilder.java:641)
    at weblogic.ejb.container.deployer.EJBDeployer.setupEnvironmentContext(EJBDeployer.java:330)
    at weblogic.ejb.container.deployer.EJBDeployer.setupEnvironmentFor(EJBDeployer.java:1097)
    at weblogic.ejb.container.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:991)
    at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1273)
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:372)



    EJB - jar. XML

    <? XML version = "1.0" encoding = "UTF-8"? >
    < ejb - jar id = "ejb-jar_ID" version = "2.1" xmlns = "http://java.sun.com/xml/ns/j2ee" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd" >
    < display name > MDBtest2 < / display-name >
    < some enterprise beans - >
    > by message <
    MyMDB < ejb-name > < / ejb-name >
    > class ejb < cms.crown.mdb.MyMDB < / ejb-class >
    Container < transaction-type > < / transaction-type >
    OMG < message-destination-link > < / message-destination-link >
    < resource-ref >
    weblogic.jms.XAConnectionFactory < res-ref-name > < / res-ref-name >
    javax.jms.XAConnectionFactory < res-type > < / res-type >
    Container < res-auth > < / res-auth >
    < / resource-ref >
    < resource-env-ref >
    inQueue < resource-env-ref-name > < / resource-env-ref-name >
    javax.jms.Queue < resource-env-ref-type > < / env-ref-type of resource->
    < / resource-env-ref >
    < / message-driven >
    < / enterprise beans >
    < Assembly-descriptor >
    < container-transaction >
    < method >
    MyMDB < ejb-name > < / ejb-name >
    onMessage < method name > - < / method name >
    < method-params >
    javax.jms.Message < method-param > < / param method >
    < / method-params >
    < / method >
    <>trans-attribut required < / trans-attribut >
    < / container-transaction >
    < / Assembly-descriptor >
    < / ejb - jar >

    WebLogic-ejb - jar.Xml

    <? XML version = "1.0" encoding = "UTF-8"? >
    < wls:weblogic - ejb - jar xmlns:wls = "http://www.bea.com/ns/weblogic/10.0" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd http://www.bea.com/ns/weblogic/10.0 http://www.bea.com/ns/weblogic/10.0/weblogic-ejb-jar.xsd" >
    <! - weblogic - version: 10.0->
    < wls:message - destination-descriptor >
    <! - search - method: JNDI->
    < wls:message - destination-name > omg < / wls:message - destination-name >
    < wls:destination - jndi-name > inQueue < / wls:destination - jndi-name >
    < wls: initial context factory > weblogic.jms.XAConnectionFactory < / wls: initial context factory >
    < wls:provider - url > address http://localhost: 8010 < / wls:provider - url >
    < / wls:message - destination-descriptor >
    < / wls:weblogic - ejb - jar >


    I hope it's readable, thanks for any help

    Hello

    It seems that the first thing you use EJB3 but your XML files always point to version = "2.1" and very old.



    * Try this: below file "ejb - jar. XML ".
    QCF = your factory connections JNDI name
    TestQ = your queue JNDI name
    Transaction attribute is ByDefault required =... so no need to add it here.





    MyMDB
    TestQ
    cms.crown.mdb.MyMDB
    javax.jms.MessageListener
    Container


    destinationType
    javax.jms.Queue


    connectionFactoryJndiName
    QCF


    destinationJndiName
    TestQ





    ----------------------------

    "weblogic-ejb - jar.xml":


    Now you just need to set the URL of the provider here... If you want a remote provider... else is unnecessary
    The JNDI names are already defined in the ejb - jar file. XML


    ------------------------------------------------
    Some links that you can refer:
    To generate deployment descriptors... .in case of EJB3 Applications: * http://jaysensharma.wordpress.com/2010/04/02/generating-ejb3-clientjar/ *.

    MDB3.0, example: * http://jaysensharma.wordpress.com/2009/08/17/mdb3-0-sample-for-weblogic-application-server/ *.

    .
    .
    Thank you
    Jay SenSharma

  • cluster WebLogic - architectural issues

    Friends,

    As a newbie to weblogic, I have a few questions about weblogic (11g).

    (1) is the cluster weblogic a product undergoing a maturation? Is it common in environments of PROD these days?
    (2) who is more common - handset third architecture or architecture at multi levels?
    (3) other HA and scalability - is there a reason we'd go for a weblogic cluster?
    (4) how would ease of administration - abt someone prefer to have cluster WL in DEV environment?

    I'm basically a DBA and now being analyzed the benefits and disadvantages to go in a cluster WL
    for our configuration of prod. Although our business requires HA, we are more concerned about reliability
    and ease of administration of cluster WLS. Your suggestions and advice would be a great help.

    Kind regards
    ~ jp ~

    (1) is the cluster weblogic a product undergoing a maturation? Is it common in environments of PROD these days?
    Rep. : before even buying Oracle BEA weblogic server was famous among J2EE projects. It is stable, reliable and efficient application server. I saw WLS in PROD topologies in several places.

    (2) who is more common - handset third architecture or architecture at multi levels?
    Rep. : there are several possible topologies in deployment of multi levels. I will suggest you proven and easy to implement enterprise deployment guide

    (3) other HA and scalability - is there a reason we'd go for a weblogic cluster?
    Rep. : indirectly, you want to know what is cluster & why cluster is used? To give a short answer, for better through - put, effective use of resources etc. you better read about benefits of the cluster documentation.

    (4) how would ease of administration - abt someone prefer to have cluster WL in DEV environment?
    WebLogic provides the web user interface for managing all components. He provided WLST API, using which you can write scripts in server admin. There the dashboard to live health monitoring of servers. Yes, in fact 98% of the place of the customer, I've seen DEV env is clustered environment.

    Hope I could answer your questions

  • Cluster WebLogic 12 c and timers EJB 3.1

    Hello!

    I am using Weblogic 12 c (12.1.2.0) Cluster.

    I configured datasource of the cluster tab of planning and created the tables ACTIVE and WEBLOGIC_TIMERS.


    @Stateless

    public class MyTimerService {}

    @Schedule (minute = "* / 2", time = "*")

    private void heartbeat() {}

    System.out.println ("heartbeat shot");

    }

    <? XML version = "1.0" encoding = "UTF-8"? >

    < wls:weblogic - ejb - jar

    ' xmlns:wls = ' http://xmlns.Oracle.com/WebLogic/WebLogic-EJB-jar "" "

    " xmlns: xsi =" http://www.w3.org/2001/XMLSchema-instance "

    " xsi: schemaLocation =" http://Java.Sun.com/XML/NS/JavaEE http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd http://xmlns.oracle.com/weblogic/weblogic-ejb-jar http://xmlns.oracle.com/weblogic/weblogic-ejb-jar/1.3/weblogic-ejb-jar.xsd' > .

    < wls:timer - implemented > Clustered < / wls:timer - implemented >

    < / wls:weblogic - ejb - jar >

    If I run the application on weblogic stanalone without timer of weblogic-ejb - jar.Xml.

    When I try to run the cluster with weblogic-ejb - jar.xml during deployment I have error:

    < error > < hats > < localhost > < MS1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <><>< 1404812226750 > < BEA-149231 > < cannot create the activation state to true for the application 'test '.

    weblogic.application.ModuleException: java.lang.NullPointerException

    at weblogic.application.internal.ExtensibleModuleWrapper.activate(ExtensibleModuleWrapper.java:123)

    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:114)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:192)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:187)

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

    at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:58)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:145)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:729)

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

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:222)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:414)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:191)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:99)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Caused by: java.lang.NullPointerException

    at weblogic.ejb.container.timer.ClusteredEJBTimerManager.uninitializeTimerHandler(ClusteredEJBTimerManager.java:220)

    at weblogic.ejb.container.timer.ClusteredEJBTimerManager.undeploy(ClusteredEJBTimerManager.java:185)

    at weblogic.ejb.container.manager.BaseEJBManager.undeployTimerManager(BaseEJBManager.java:438)

    at weblogic.ejb.container.manager.BaseEJBManager.undeploy(BaseEJBManager.java:420)

    at weblogic.ejb.container.manager.StatelessManager.undeploy(StatelessManager.java:397)

    at weblogic.ejb.container.deployer.EJBDeployer.deactivate(EJBDeployer.java:1327)

    at weblogic.ejb.container.deployer.EjbModuleExtension.preDeactivate(EjbModuleExtension.java:150)

    at weblogic.ejb.container.deployer.EjbModuleExtension.postActivate(EjbModuleExtension.java:140)

    to weblogic.application.internal.ExtensibleModuleWrapper$ ActivateStateChange.next (ExtensibleModuleWrapper.java:321)

    to weblogic.application.internal.ExtensibleModuleWrapper$ ActivateStateChange.next (ExtensibleModuleWrapper.java:313)

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

    at weblogic.application.internal.ExtensibleModuleWrapper.activate(ExtensibleModuleWrapper.java:121)

    at weblogic.application.internal.flow.ModuleListenerInvoker.activate(ModuleListenerInvoker.java:114)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:192)

    to weblogic.application.internal.flow.ModuleStateDriver$ 2.next(ModuleStateDriver.java:187)

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

    at weblogic.application.internal.flow.ModuleStateDriver.activate(ModuleStateDriver.java:58)

    at weblogic.application.internal.flow.DeploymentCallbackFlow.activate(DeploymentCallbackFlow.java:145)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:729)

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

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:61)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:222)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:414)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:191)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:99)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    Could you please suggest what I doing worong.

    Above the problem I have when to deploy timer inside the large demand, I've created small test application comes with timer even and have another problem:

    < error > < EJB > < MS1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < anonymous > > < BEA1 0003F3B65D8A > <>< 1404977347776 > < BEA-011090 > < the following error occurred when preparing call the method ejbTimeout (javax.ejb.Timer) of the TestTimerService(Application: clusteredTimer-0.0.1-SNAPSHOT, EJBComponent: clusteredTimer-0.0.1-SNAPSHOT.jar) EJB.

    java.lang.AssertionError: no strategy of transaction specified!

    at weblogic.ejb.container.internal.InvocationWrapper.enforceTransactionPolicy(InvocationWrapper.java:268)

    at weblogic.ejb.container.internal.BaseLocalObject.preInvoke(BaseLocalObject.java:88)

    at weblogic.ejb.container.internal.BaseLocalObject.__WL_preInvoke(BaseLocalObject.java:70)

    at weblogic.ejb.container.internal.TimerDrivenLocalObject.preInvoke(TimerDrivenLocalObject.java:35)

    to weblogic.ejb.container.timer.TimerHandlerImpl$ TimerObject.execute (TimerHandlerImpl.java:77)

    at weblogic.ejb.container.timer.TimerHandlerImpl.executeTimer(TimerHandlerImpl.java:53)

    at weblogic.ejb.container.timer.ClusteredTimerImpl.timerExpired(ClusteredTimerImpl.java:118)

    at weblogic.scheduler.ejb.internal.EJBListenerWrapper.executeTimer(EJBListenerWrapper.java:59)

    at weblogic.scheduler.ejb.internal.EJBListenerWrapper.timerExpired(EJBListenerWrapper.java:50)

    to weblogic.scheduler.TimerState$ $1 2.run(TimerState.java:200)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    to weblogic.scheduler.TimerState$ 1.run(TimerState.java:197)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)

    This problem seems to be caused by bugs:

    Bug 16730647 - ejb 3.1 timer can be deployed to a cluster weblogic 12 c - java.lang.nullpoint

    The patch is available for 12.1.2

    If please try to apply the patch and let us know your results

    Using OPatch 13.1 for Oracle Fusion Middleware 12 c (+ 12.1.2) (Doc ID 1587524.1)

    Best regards

    Luz

  • Server cluster WebLogic in different machine

    Hello

    I user weblogic 10.3.6, I have 2 physical servers, I have to create managed with the cluster server, this cluster have a server managed to server1 and the 2nd to server2, the problem is server2 always give me status to leave and never go for a run.

    What I do:

    • I create 2 other machine weblogic-> environment-> Machine for the local computer and one for the remote computer
    • I check the time the Manager node for each machine and both give me status can be reached.
    • I attribute server1 to Server2 to computer2 and Computer1.

    Any suggestion to change the State of the server START to the RACE?

    Note: I have but the node Manager two plain because that is not SSL

    Looks like the server is not able to get the user name and password to start.

    Can you check if there is a boot.properties in the following location:

    For example:

    C:\Oracle\Middleware1036\user_projects\domains\base_domain\servers\\security

    If you do not have a boot.properties to the location above, create a file with the name 'boot.properties' with the following contents:

    username =

    password =

  • Impossible to deploy - issues with SSL keys?

    Hi - I was unable to get the last BDE (2.0) deployed in a new environment of vCenter.

    The environment is the following:

    A host ESXi - 5.5 build 1623387

    A vCenter device - 5.5 build 2001466

    Embedded DB, incorporated SSO

    BDE 2.0.0.951 build 1885370

    NTP and DNS are configured and tested.

    Deployment of seems to work fine, but I can't go beyond the error at initialization:

    ERROR: Unable to launch the Web Service of Serengeti. Illegal option: /opt/serengeti/.certs/serengeti_ws.jks.keytool - importkeystore [OPTION]... Any one or all entries from another file of keys... Options:... -srckeystore source keystore name. - destkeystore destination keystore name. - srcstoretype source keystore type. - deststoretype destination keystore type. - srcstorepass source keystore password. - deststorepass destination keystore password: srcprotected password key source protected. -srcprovidername source keystore provider name. -destprovidername destination keystore provider name. - srcalias source alias. - destalias. destination alias - srckeypass source key password. - destkeypass destination key password. - noprompt do not prompt - providerclass class name. Provider - provider argument. - providerpath provider classpath. providerarg - exit wordy v... Use 'keytool - help' for all available commands and, while I can connect to the server with the plugin, BDE

    I can't create objects as they cause an error "Unable to connect to vCenter Server" - it sounds like the BDE unit is to have a hard time, import the SSL vCenter keys. Has anyone seen this?  Any thoughts on getting a pass? Thank you! -Andrew

    Hi, could attach you the /opt/serengeti/logs/*.log files on server BDE?  And your BDE VAPP is deployed in the vCenter rather than the host ESX cluster?  You will see this error if it is deployed on the ESX host.

    -Jesse

  • Changes on request not visible when it is deployed in the weblogic application server

    Hi all

    I have an ADF faces application that runs on a weblogic server.
    Application works fine, but I added a few features on some pages.

    I tested it with Jdeveloper and the build in weblogic server, that works very well.
    Now, I have deployed my application (trough the menu application-> deploy) to the weblogic server.

    When I open the application now, I don't see the changes I made!
    In the menu that I did run Build-> Make and Build-> rebuild but this did not help.

    What is causing this behavior?

    Thank you is advanced.

    Try first cancel the deployment of the server application, and then deploy it again.
    Then, you clear the browsers cache...

    Timo

  • Deploying Hyperion and Weblogic

    I installed product Hyperion Planning and Hyperion related components on a machine (Windows 2003 Server), and I want to use weblogic 9.2 as web application server. For configuration, my question is: can I use the Assistant to setup of Weblogic and add Hyperion Planning application out there? Or I should use Hyperion Setup Wizard, and then select weblogic for automatic configuration? Please advise, thank you!

    Hello

    Just install weblogic and let the Configurator hyperion do the rest, so use the Configurator pick hyperion planning, then deploy automatically on weblogic.
    He didn't really need to deploy manually if you just do a standard install.

    I think that should answer your question and be enough to make you.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Deployment issue: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener

    Hi all

    to begin a new deployment of portal, I get the following error. What's wrong?

    weblogic.management.DeploymentException:
    to weblogic.application.internal.flow.BaseLifecycleFlow$ CreateListenerAction.run (BaseLifecycleFlow.java:184)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ BaseAction.invoke (BaseLifecycleFlow.java:112)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:103)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListeners(HeadLifecycleFlow.java:175)
    at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:281)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:648)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.createAndPrepareContainer(StartOperation.java:94)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doPrepare(StartOperation.java:107)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)
    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:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName(Class.java:249)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ CreateListenerAction.run (BaseLifecycleFlow.java:148)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ BaseAction.invoke (BaseLifecycleFlow.java:116)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:103)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListeners(HeadLifecycleFlow.java:175)
    at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:281)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:649)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:209)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.createAndPrepareContainer(StartOperation.java:96)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doPrepare(StartOperation.java:107)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
    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:160)
    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:47)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >

    Kind regards

    Ministry of health

    You can check the Web ADF runtime libraries are included in the war file?

    Concerning

    Albin I

    http://www.albinsblog.com/

  • Unable to deploy webservice on weblogic server Exception "Unable to create JAXBContext.

    Hello Experts,

    I use JDeveloper 11.1.1.7.2, I've set up a Web service, while deploying on weblogic is throw the following exception.

    < 16 sep, 2015 18:49:04 IST > < error > < HTTP > < BEA-101216 > < Servlet: 'JobSchedulerPort' failed by preloading at startup in a Web application: "JobSchedulerService-ViewController-context-root".

    javax.xml.ws.WebServiceException: cannot create JAXBContext

    at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)

    at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)

    at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)

    at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)

    at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)

    Truncated. check the log file full stacktrace

    Caused by: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 IllegalAnnotationExceptions counties

    java.lang.StackTraceElement does not have a default no. - arg constructor.

    This problem is related to the following location:

    at java.lang.StackTraceElement

    public java.lang.StackTraceElement [] java.lang.Throwable.getStackTrace)

    at java.lang.Throwable

    establishment public java.lang.Throwable com.domain.jaxws.SchedulerExceptionBean.underlyingException

    at com.domain.jaxws.SchedulerExceptionBean

    at java.security.AccessController.doPrivileged (Native Method)

    at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)

    at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)

    at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)

    at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)

    Truncated. check the log file full stacktrace

    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 IllegalAnnotationExceptions counties

    java.lang.StackTraceElement does not have a default no. - arg constructor.

    This problem is related to the following location:

    at java.lang.StackTraceElement

    public java.lang.StackTraceElement [] java.lang.Throwable.getStackTrace)

    at java.lang.Throwable

    establishment public java.lang.Throwable com.domain.jaxws.SchedulerExceptionBean.underlyingException

    at com.domain.jaxws.SchedulerExceptionBean

    to com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$ Builder.check (IllegalAnnotationsException.java:102)

    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl. < init > (JAXBContextImpl.java:308)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl$ JAXBContextBuilder.build (JAXBContextImpl.java:1149)

    at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)

    Truncated. check the log file full stacktrace

    >

    < 16 sep, 2015 18:49:04 IST > < error > < hats > < BEA-149265 > < error has occurred in the execution of the request of deployment with the ID ' 1442409529798 'for task 5'. Error is: "weblogic.application.ModuleException: [HTTP:101216] Servlet: 'JobSchedulerPort' failed by preloading at startup in a Web application: 'JobSchedulerService-ViewController-context-root'."

    javax.xml.ws.WebServiceException: cannot create JAXBContext

    at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)

    at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)

    at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)

    at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)

    at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)

    at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:496)

    at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:539)

    at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:183)

    at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:135)

    at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)

    at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)

    at javax.servlet.GenericServlet.init(GenericServlet.java:241)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:636)

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

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)

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

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:68)

    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: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 IllegalAnnotationExceptions counties

    java.lang.StackTraceElement does not have a default no. - arg constructor.

    This problem is related to the following location:

    at java.lang.StackTraceElement

    public java.lang.StackTraceElement [] java.lang.Throwable.getStackTrace)

    at java.lang.Throwable

    establishment public java.lang.Throwable com.domain.jaxws.SchedulerExceptionBean.underlyingException

    at com.domain.jaxws.SchedulerExceptionBean

    at java.security.AccessController.doPrivileged (Native Method)

    at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)

    ... more than 53

    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 IllegalAnnotationExceptions counties

    java.lang.StackTraceElement does not have a default no. - arg constructor.

    This problem is related to the following location:

    at java.lang.StackTraceElement

    public java.lang.StackTraceElement [] java.lang.Throwable.getStackTrace)

    at java.lang.Throwable

    establishment public java.lang.Throwable com.domain.jaxws.SchedulerExceptionBean.underlyingException

    at com.domain.jaxws.SchedulerExceptionBean

    to com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$ Builder.check (IllegalAnnotationsException.java:102)

    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl. < init > (JAXBContextImpl.java:308)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl$ JAXBContextBuilder.build (JAXBContextImpl.java:1149)

    at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)

    at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:160)

    to com.sun.xml.ws.developer.JAXBContextFactory$ 1.createJAXBContext(JAXBContextFactory.java:74)

    to com.sun.xml.ws.model.AbstractSEIModelImpl$ 1.run(AbstractSEIModelImpl.java:159)

    to com.sun.xml.ws.model.AbstractSEIModelImpl$ 1.run(AbstractSEIModelImpl.java:151)

    ... 55 more

    '

    weblogic.application.ModuleException: [HTTP:101216] Servlet: 'JobSchedulerPort' failed by preloading at startup in a Web application: "JobSchedulerService-ViewController-context-root".

    javax.xml.ws.WebServiceException: cannot create JAXBContext

    at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)

    at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)

    at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)

    at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)

    at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)

    at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:496)

    at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:539)

    at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:183)

    at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:135)

    at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)

    at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)

    at javax.servlet.GenericServlet.init(GenericServlet.java:241)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:636)

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

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)

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

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:68)

    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: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 IllegalAnnotationExceptions counties

    java.lang.StackTraceElement does not have a default no. - arg constructor.

    This problem is related to the following location:

    at java.lang.StackTraceElement

    public java.lang.StackTraceElement [] java.lang.Throwable.getStackTrace)

    at java.lang.Throwable

    establishment public java.lang.Throwable com.domain.jaxws.SchedulerExceptionBean.underlyingException

    at com.domain.jaxws.SchedulerExceptionBean

    at java.security.AccessController.doPrivileged (Native Method)

    at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)

    ... more than 53

    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 IllegalAnnotationExceptions counties

    java.lang.StackTraceElement does not have a default no. - arg constructor.

    This problem is related to the following location:

    at java.lang.StackTraceElement

    public java.lang.StackTraceElement [] java.lang.Throwable.getStackTrace)

    at java.lang.Throwable

    establishment public java.lang.Throwable com.domain.jaxws.SchedulerExceptionBean.underlyingException

    at com.domain.jaxws.SchedulerExceptionBean

    to com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$ Builder.check (IllegalAnnotationsException.java:102)

    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl. < init > (JAXBContextImpl.java:308)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl$ JAXBContextBuilder.build (JAXBContextImpl.java:1149)

    at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)

    at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:160)

    to com.sun.xml.ws.developer.JAXBContextFactory$ 1.createJAXBContext(JAXBContextFactory.java:74)

    to com.sun.xml.ws.model.AbstractSEIModelImpl$ 1.run(AbstractSEIModelImpl.java:159)

    to com.sun.xml.ws.model.AbstractSEIModelImpl$ 1.run(AbstractSEIModelImpl.java:151)

    ... 55 more

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    Truncated. check the log file full stacktrace

    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 IllegalAnnotationExceptions counties

    java.lang.StackTraceElement does not have a default no. - arg constructor.

    This problem is related to the following location:

    at java.lang.StackTraceElement

    public java.lang.StackTraceElement [] java.lang.Throwable.getStackTrace)

    at java.lang.Throwable

    establishment public java.lang.Throwable com.domain.jaxws.SchedulerExceptionBean.underlyingException

    at com.domain.jaxws.SchedulerExceptionBean

    to com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$ Builder.check (IllegalAnnotationsException.java:102)

    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl. < init > (JAXBContextImpl.java:308)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl$ JAXBContextBuilder.build (JAXBContextImpl.java:1149)

    at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)

    Truncated. check the log file full stacktrace

    >

    < 16 sep, 2015 18:49:04 IST > < error > < hats > < BEA-149202 > < encountered an exception while trying to commit the 1 task for the application "JobSchedulerService". >

    < 16 sep, 2015 18:49:04 IST > < WARNING > < hats > < BEA-149004 > < failures have been detected all introducing deploy the task of application "JobSchedulerService" >.

    < 16 sep, 2015 18:49:04 IST > < WARNING > < hats > < BEA-149078 > < message 149004 track battery

    weblogic.application.ModuleException: [HTTP:101216] Servlet: 'JobSchedulerPort' failed by preloading at startup in a Web application: "JobSchedulerService-ViewController-context-root".

    javax.xml.ws.WebServiceException: cannot create JAXBContext

    at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:164)

    at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:94)

    at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:281)

    at com.sun.xml.ws.server.EndpointFactory.createSEIModel(EndpointFactory.java:363)

    at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:202)

    at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:496)

    at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:539)

    at weblogic.wsee.jaxws.JAXWSDeployedServlet.getEndpoint(JAXWSDeployedServlet.java:183)

    at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:135)

    at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:64)

    at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)

    at javax.servlet.GenericServlet.init(GenericServlet.java:241)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:48)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1985)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1959)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1878)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

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

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:636)

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

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)

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

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)

    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)

    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)

    at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)

    at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)

    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)

    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)

    in weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100 (DeploymentReceiverCallbackDeliverer.java:13)

    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:68)

    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: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 IllegalAnnotationExceptions counties

    java.lang.StackTraceElement does not have a default no. - arg constructor.

    This problem is related to the following location:

    at java.lang.StackTraceElement

    public java.lang.StackTraceElement [] java.lang.Throwable.getStackTrace)

    at java.lang.Throwable

    establishment public java.lang.Throwable com.domain.jaxws.SchedulerExceptionBean.underlyingException

    at com.domain.jaxws.SchedulerExceptionBean

    at java.security.AccessController.doPrivileged (Native Method)

    at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:151)

    ... more than 53

    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 IllegalAnnotationExceptions counties

    java.lang.StackTraceElement does not have a default no. - arg constructor.

    This problem is related to the following location:

    at java.lang.StackTraceElement

    public java.lang.StackTraceElement [] java.lang.Throwable.getStackTrace)

    at java.lang.Throwable

    establishment public java.lang.Throwable com.domain.jaxws.SchedulerExceptionBean.underlyingException

    at com.domain.jaxws.SchedulerExceptionBean

    to com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$ Builder.check (IllegalAnnotationsException.java:102)

    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl. < init > (JAXBContextImpl.java:308)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl$ JAXBContextBuilder.build (JAXBContextImpl.java:1149)

    at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)

    at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:160)

    to com.sun.xml.ws.developer.JAXBContextFactory$ 1.createJAXBContext(JAXBContextFactory.java:74)

    to com.sun.xml.ws.model.AbstractSEIModelImpl$ 1.run(AbstractSEIModelImpl.java:159)

    to com.sun.xml.ws.model.AbstractSEIModelImpl$ 1.run(AbstractSEIModelImpl.java:151)

    ... 55 more

    : com.sun.xml.bind.v2.runtime.IllegalAnnotationsException:1 IllegalAnnotationExceptions counties

    to com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$ Builder.check (IllegalAnnotationsException.java:102)

    at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:478)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl. < init > (JAXBContextImpl.java:308)

    to com.sun.xml.bind.v2.runtime.JAXBContextImpl$ JAXBContextBuilder.build (JAXBContextImpl.java:1149)

    at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:169)

    Truncated. check the log file full stacktrace

    Any useful response will be appreciated.

    Thank you and best regards,

    Miko Auntie

    Hello

    The issue is fixed by removing the throws ServiceException on each Web service methods and set the recorder to the inside of each method or sets the logger as static outside the classroom.

    Thank you best regards &,.

    Miko Auntie

  • Different response time for each virtual server in the cluster, weblogic 11g


    Hello everyone

    currently I set up a server with the following characteristics.

    O.S. AIX 7
    RAM 32 G
    WebLogic 11 g
    Cluster 4 Server (4 GB each).

    My Web the application is deployed on the 4 using servers the management console on another physical server.

    J’ai responsible for tests on each server get different time as follows:

    Server 1: HostApp: 7090 -> 13 8 seconds
    Server 2: HostApp: 7090 -13 > 5 seconds
    Server 3: HostApp: 7090 -10 > 4 seconds
    Server 4: HostApp: 7090 -> 8 seconds

    distribution the load is material.

    Why This behavior?

    expected be around the same value or not?


    Thank you

    Please see my comments below:

    1. what made the request? It goes to the database? He calls a web service? Provide details

    2. how to access the application, you have a web server or a load balancer? Provide details.

    2 - is a web application? Is possible to test the application from a browser in the same area where the weblogic?

    I would try that because in this way we can isolate the problem to understand if this is a network problem or a matter of WebLogic Server.

    Best regards

    Luz

  • Benefits of implementation cluster WebLogic + disadvantages

    Hi all

    I have a question about Weblogic clusters concept. First of all, I would like to explain my environment architecture. We have SOA and ADF area configured with the mode high availability at the level of weblogic.

    That is to say SOA is installed in two servers (primary and secondary) and ADF respectively. So in total 4 servers.

    My query is: I just want to know the advantages and disadvantages if we have configured the two primaries and

    Secondary mode Cluster and stand-alone in Weblogic.

    Hello

    There is no downside to this title with the clustering functionality.

    But you can browse the basic benefits that provides functionality of clustering:

    http://docs.Oracle.com/CD/E11035_01/WLS100/cluster/overview.html#wp1011562

    Thank you

    Sharmela

  • Nexus 1000v deployment issues

    I'm working on the Cisco Nexus 1000v deployment to our ESX cluster. I have read the Cisco "Start Guide" and the "installation guide" but the guides are good to generalize your environment and obviously does not meet my questions based on our architecture.

    This comment in the "Getting Started Guide" Cisco makes it sound like you can't uplink of several switches on an individual ESX host:

    «The server administrator must assign not more than one uplink on the same VLAN without port channels.» Affect more than one uplink on the same host is not supported by the following:

    A profile without the port channels.

    Port profiles that share one or more VLANS.

    After this comment, is possible to PortChannel 2 natachasery on one side of the link (ESX host side) and each have to go to a separate upstream switch? I am creating a redundancy to the ESX host using 2 switches but this comment sounds like I need the side portchannel ESX to associate the VLAN for both interfaces. How do you manage each link and then on the side of the switch upstream? I don't think that you can add to a portchannel on this side of the uplink as the port channel protocol will not properly negotiate and show one side down on the side ESX/VEM.

    I'm more complicate it? Thank you.

    Do not portchannel, but it is possible the channel port to different switches using the pinning VPC - MAC mode. On upstream switches, make sure that the ports are configured the same. Same speed, switch config, VLAN, etc (but no control channel)

    On the VSM to create a unique profile eth type port with the following channel-group command

    port-profile type ethernet Uplink-VPC

    VMware-port group

    switchport mode trunk

    Automatic channel-group on mac - pinning

    no downtime

    System vlan 2.10

    enabled state

    What that will do is create a channel port on the N1KV only. Your ESX host will get redundancy but your balancing algorithm will be simple Robin out of the VM. If you want to pin a specific traffic for a particular connection, you can add the "pin id" command to your port-type veth profiles.

    To see the PIN, you can run

    module vem x run vemcmd see the port

    n1000v-module # 5 MV vem run vemcmd see the port

    LTL VSM link PC - LTL SGID Vem State Port Admin Port

    18 Eth5/2 UP UP FWD 1 305 vmnic1

    19 Eth5/3 UP UP FWD 305 2 vmnic2

    49 Veth1 UP UP 0 1 vm1 - 3.eth0 FWD

    50 Veth3 UP UP 0 2 linux - 4.eth0 FWD

    Po5 305 to TOP up FWD 0

    The key is the column SGID. vmnic1 is SGID 1 and vmnic2 2 SGID. Vm1-3 VM is pinned to SGID1 and linux-4 is pinned to SGID2.

    You can kill a connection and traffic should swap.

    Louis

  • Replica of cluster WebLogic Session covers do not

    Dear all,

    I-one areas with WLS 10.3.4 on two machines, each machine hosting a managed server, cluster of two servers, Manager of the nodes on the server and the management server on one of the servers. Using unicast and replication in memory with replicate if Group located in the weblogic.xml.

    Balancing between both Apache and selected options that allow proxy plugin in the field.

    It is I bring both servers,

    Connect the user to the test application.

    In the console, I can see cluster control that a user on Managed Server 1 and that the session is properly replicated on Managed Server 2.

    I don't then not Managed 1 Server that hosts the main session, the manual page refresh users request goes to the 2 managed server with the user to stay connected (as expected).

    However when I come back failed Managed Server 1 to the service I expected the current session now on Managed Server 2 to replicate to the Managed Server 1 (in case of failure of Managed Server 2, which now houses the main session).

    No matter how long wait this replication does not take place, BUT if after the 1 managed server is back online I manually refresh the Web Page, which connects to Managed Server 2, this starts the replication in action and creates a replica of the session on Managed Server 1.

    I don't think it's exected behavior and every idea what goes wrong?

    It is said in the oracle documentation

    "In a cluster of two servers, the customer would be transparent fail over to the server hosting the secondary session state." However, the client session state replication would not continue unless another WebLogic Server becomes available and joined the cluster. For example, if the original primary server has been restarted or reconnected to the network, it would be hosting the secondary session state. "

    but in this case the second bit does not seem to allow the secondary State unless the web page is in fact used again (when you see the State of replica created, it's almost as if it happen going forward but does not take into account the current state and to re - synchronizes between managed servers) leading to a user to disconnect if a failed server flip-flop test is performed.

    Thank you

    Published by: user10645195 on February 18, 2011 08:46

    Published by: user10645195 on February 18, 2011 08:52

    Hello

    Even if you choose the JDBC persistence... changes in the HttpSession data will be persisted/updated in the database only if you call "setAttribute" on HttpSession.

    Please visit the following link: http://download.oracle.com/docs/cd/E13222_01/wls/docs90/webapp/sessions.html#session-persistence

    WebLogic Server does not write the session state HTTP on disk if the request is read-only, which means that the application does not change the HTTP session. Only the wl_access_time column is updated in the database, if the session is accessible.
    For applications not unalterable, the container of the Web application updates the database for the session after each HTTP request state changes. This is done so that any server in the cluster can process applications on failovers and collect the last session of the database state.
    To prevent multiple database queries, hide recently used WebLogic Server of the sessions. Recently used sessions are not updated in the database for each request. The number of sessions in the cache is governed by the size of the cache setting in the element of session descriptor in the WebLogic weblogic.xml Server-specific deployment descriptor

    But yes, with the JDBC persistence you will get an advantage that "any server in the cluster can process applications on failovers and collect the last session of the database state." So there is no possibility of loss of Session. But compared to the in-memory Session replication JDBC persistence replication is little heavy weight because it requires a JDBC connectivity.

    .
    .
    Thank you
    Jay SenSharma
    http://middlewaremagic.com/ (Middleware Magic Is Here)

  • Error in JDeveloper 11 deployment to standalone WebLogic 10.3

    I followed the instructions at:
    http://Groundside.com/blog/DuncanMills.php?title=a_rough_guide_to & More = 1 & c = 1 & TB = 1 & PB = 1
    and
    http://one-size-doesn't-fit-all.blogspot.com/2009/01/configuring-weblogic-server.html
    to configure a stand-alone WebLogic Server 10.3 with libraries of the ADF.

    When you try to deploy an application on a stand-alone server WebLogic 10.3 on another machine, I get the following error:
    ----  Deployment started.  ----    Apr 3, 2009 1:10:42 PM
    Target platform is  (Weblogic 10.3).
    Running dependency analysis...
    Building...
    2009-04-03 13:10:47.798: Writing WAR file to /home/klee/jdevhome11/mywork/HDR/ViewController/deploy/hdr.war
    2009-04-03 13:10:48.27: Wrote WAR file to /home/klee/jdevhome11/mywork/HDR/ViewController/deploy/hdr.war
    Deploying Application...
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application hdr on ManagedServer.: Failed to load webapp: 'hdr.war'.
    weblogic.application.ModuleException: Failed to load webapp: 'hdr.war'
    ####  Deployment incomplete.  ####    Apr 3, 2009 1:11:33 PM
    Deployment Failed
    From the ManagedServer.log file, I have the following:
    ####<Apr 3, 2009 1:11:32 PM MDT> <Error> <HTTP> <its-ucm01.dcsdk12.org> <ManagedServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238785892160> <BEA-101371> <There was a failure when processing annotations for application /u01/app/bea/user_projects/domains/dcsd_domain/servers/ManagedServer/stage/hdr/hdr.war. Please make sure that the annotations are valid. The error is oracle.adf.model.servlet.ADFBindingFilter> 
    ####<Apr 3, 2009 1:11:32 PM MDT> <Info> <Deployer> <its-ucm01.dcsdk12.org> <ManagedServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238785892181> <BEA-149061> <Module hdr.war of application hdr failed to transition from STATE_NEW to STATE_PREPARED on server ManagedServer.> 
    ####<Apr 3, 2009 1:11:32 PM MDT> <Error> <Deployer> <its-ucm01.dcsdk12.org> <ManagedServer> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1238785892194> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1238785885980' for task '1'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'hdr.war''
    weblogic.application.ModuleException: Failed to load webapp: 'hdr.war'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:723)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:35)
         at weblogic.servlet.internal.WebAnnotationProcessorImpl.processFilters(WebAnnotationProcessorImpl.java:240)
         at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnotations(WebAnnotationProcessorImpl.java:212)
         at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotations(WebAnnotationProcessorImpl.java:107)
         at weblogic.servlet.internal.WebAppServletContext.processAnnotations(WebAppServletContext.java:1287)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:412)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:456)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:414)
         at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:910)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:364)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:723)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    Any help to fix this would be appreciated!

    Thank you, Ken

    @Deepak
    ADFM.jar is part of adfdomain and should not be deployed with each request.
    We have a SR open on the issue of deployment with managed servers (20888768.6, 20737778.6 SR SR and SR 7332002.993). I'm not sure, you can see them, but if you can you may be able to help support at any given time.

    @ken
    You can try to install awls without the node Manager and head, you can then deploy. It worked for us.
    On the other solution is to put the missing jars in the domain_name/lib folder. There are taken into account pots the server starts.

    Timo

Maybe you are looking for

  • Updated Slash export shortcuts

    Hello I recently installed DIAdem 2015 and I was wondfering if there is a way to export all of my setting custom from 2014 to 2015? For example all my scripts shortcut, my data pluggins, etc.. Its all really boring loading manually every year especia

  • Color of the image area measurement

    HIII I want commensurate with colours (RGB) of the region of the image and have the result in the table of red, green and blue color samples and display the histogram Thank you

  • Bug in the DisplayNewUserDialog method?

    I'm calling DisplayNewUserDialog a VI, adding the userObject returned to the UsersFile and closing all references. When I exit the program directly after doing this, I constantly receive warnings as described below. I can't find references more to cl

  • Where to find the serial number to register?

    I am trying to record my talking about SmartBand, but I can't find the serial number. I checked the back of the core unit, but none of the numbers are S/N. I tried all the numbers anyway, but none of them have been recognized. I checked the SmartBand

  • Installation of Windows 7 doesn't recognize Seagate ST3500418AS

    Installation of Windows 7 does not recognize the hard drive. When I get to the step of the installation where he asks "which type of installation do you want" and I click on custom, it does not include the hard drive on the list. If I click on "Advan