Hi i was trying to run an .jspx page in my ADF application .but i am getting bellow error .please help me to resolve this error

IntegratedWebLogicServer startup time: 154811 ms.
IntegratedWebLogicServer started.
[Running application ContexttualEvent on Server Instance IntegratedWebLogicServer...]
[04:59:17 PM] ----  Deployment started.  ----
[04:59:17 PM] Target platform is  (Weblogic 10.3).
[04:59:21 PM] Retrieving existing application information
[04:59:21 PM] Running dependency analysis...
[04:59:22 PM] Deploying 2 profiles...
[04:59:24 PM] Wrote Web Application Module to D:\MyWork\system11.1.1.7.40.64.93\o.j2ee\drs\ContexttualEvent\ViewControllerWebApp.war
[04:59:26 PM] Wrote Enterprise Application Module to D:\MyWork\system11.1.1.7.40.64.93\o.j2ee\drs\ContexttualEvent
[04:59:26 PM] Deploying Application...
<Feb 15, 2014 4:59:27 PM IST> <Error> <J2EE> <BEA-160197> <Unable to load descriptor D:\MyWork\system11.1.1.7.40.64.93\o.j2ee\drs\ContexttualEvent/META-INF/weblogic-application.xml of module ContexttualEvent. The error is weblogic.descriptor.DescriptorException: Unmarshaller failed
    at 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)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists: "weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@86d71042(/LibraryRefs[[CompoundKey: adf.oracle.domain]])"
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)
    at com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindingType.java:539)
    at 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)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:150)
    ... 27 more
Caused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists: "weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl@86d71042(/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
.>
<Feb 15, 2014 4:59:28 PM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean ContexttualEvent. 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. see log file for complete stacktrace
Caused By: weblogic.descriptor.BeanAlreadyExistsException: Bean alre
    a

Hi,
Check in weblogic-application.xml file for this library weblogic.j2ee.descriptor.wl.LibraryRefBeanImpl might it may already there as shared library.
check again.
Regards,
Kal

Similar Messages

  • I am trying to update an ipod version 2.2 with itunes but I keep getting an error (-1).  Is this an hardware issue according to Apple and if so is there any way to fix this.?

    I am trying to update an ipod version 2.2 with itunes but I keep getting an error (-1).  Is this an hardware issue according to Apple and if so is there any way to fix this.?

    Error 1 or -1
    This may indicate a hardware issue with your device. Follow Troubleshooting security software issues, and restore your device on a different known-good computer. If the errors persist on another computer, the device may need service.
    If you disabled yuor computer's security software then that indicates a hardware problem,
    I would say it is not workth fixint your old. likely a 1G. iPOd.

  • Im trying to download Final Cut Pro from the App store but I keep getting an error message when I hit "buy app"

    Im trying to download Final Cut Pro from the App store but I keep getting an error message when I hit "buy app"
    The error message reads: We could not complete your request, please contact Itunes support to complete this option.

    You are almost there:
    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • HT3964 I just opened up my MacBook Pro after a few days of not using it and it was frozen. I turned it off and back on and all I see is a white screen, there was a file with a question mark flashing for a bit but I can't do anything, please help me!!

    I just opened up my MacBook Pro after a few days of not using it and it was frozen. I turned it off and back on and all I see is a white screen, there was a file with a question mark flashing for a bit but I can't do anything, please help me!!

    Jerricayoung,
    you have a 13-inch Mid 2012 MacBook Pro. It’s modern enough that it supports booting into Recovery mode. To do so, hold down a Command key and the R key as you start up. It should eventually show a Mac OS X Utilities menu. Select Disk Utility from that menu; when the Disk Utility window appears, select the bootable volume from the left-hand side of the window. (It’s typically called “Macintosh HD”.) When the volume is selected, some buttons will appear on the right-hand side. If it’s not greyed out, press the Verify Disk button; if it is greyed out, or if it reports on errors that it found, press the Repair Disk button. Once the verification/repair is completed, exit Disk Utility and select Restart from the Apple menu; that will restart your MacBook Pro in its normal mode. With luck, that will be enough to get you to your normal login screen, rather than the white screen.

  • My iphone4 camera shutter not opening please help me to resolve this issue , i tried a restore it still exist, my iphone4 camera shutter not opening please help me to resolve this issue , i tried a restore it still exist

    my iphone4 camera shutter not opening please help me to resolve this issue , i tried a restore it still exist, my iphone4 camera shutter not opening please help me to resolve this issue , i tried a restore it still exist ,please help me

    uninstall all iTunes,5 programes,this worked for me after reinstall them

  • I am trying to watch a movie that I rened on itues but I keep getting an error msg " we could not complete your itunes request an unknown error has occured (-42110)

    I am trying to watch a movie that I rened on itues but I keep getting an error msg " we could not complete your itunes request an unknown error has occured (-42110)

    See the "Error 3001,"  "-42110," or "5103" section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

  • JspParse Error when trying to run jsp/jspx page deployed on standalone OC4J

    I have ADF Faces Application, which is developed with JDev 11 TP3.
    I have deployed the application to Standalone OC4J Server, packed within JDeveloper 11 TP3.
    The problem comes, when i try to acess my login jsp or other JSPX page,then i receive the following error on the standalone OC4J Server console:
    for the JSP:
    JSP Servlet Error: Internal Error, registered Directive handlers MUST descend from JspDirective
    oracle.jsp.parse.JspParseException: /login.jsp : Line 4,
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    The content of my JSP page (login.jsp) is:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1251"%>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    for JSPX:
    Directive handlers must descend from JSP Directive..
    But i have:
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1251"/>
    That works fine with JDev embedded OC4J.
    Thank you in advance,
    Krasimir
    Message was edited by:
    K.Penev

    Same trouble. Anyone have solution?
    JDeveloper 11 TP4
    OC4J 11 TP4 from this http://www.oracle.com/technology/tech/java/oc4j/index.html
    Do this instruction http://www.oracle.com/technology/products/jdev/tips/muench/oc4j11gtp/index.html
    Nothing to change.
    Message was edited by:
    user644372

  • I was trying to install windows, it didn't work. Now my mac won't start. Please help!

    I Was installing windows through Bootcamp. There was an error that said that recovered partition should be NtFS type. Now it quit installation and shows me am error message saying, "No bootable device -- insert boot disk and press any key". How do I go back to my Macintosh from this? :/
    ps my windows ISO image is on a flash drive.

    Hello AasemJS,
    Thanks for using Apple Support Communities.
    To boot to your OS X partition please follow the steps in the article below.
    Startup Manager: How to select a startup volume
    http://support.apple.com/kb/HT1310
    Take care,
    Alex H.

  • I'm trying to copy a CD which I downloaded from itunes but I'm getting the error message "The attempt to burn a disc failed. The disc drive didn't respond properly and can't recover or retry." Any ideas?

    I bought an album on itunes , it's in AAC audio format and I'm trying to burn it onto a CD.

    Hey MGRUBE,
    Thanks for the question. I understand you are experiencing issues with burning a disc. The following resource may help to resolve your issue:
    Disc Burning Quick Assist
    http://support.apple.com/kb/ht1152
    Thanks,
    Matt M.

  • Hi i am trying to install a printer to my iMac desktop pc but i am getting an error message no drivers.

    Hi just bought my first Imac computer and i love it i am a 63 year old so getting used to it is not the same as windows but i can lear.
    My question is i have a codak printer less than one yeat old but it will not install to my Mac, no drivers i am told from the error message
    any help would be apppreciated.

    GO TO
    http://www.kodak.com
    http://www.kodak.com/global/mul/service/index.html?reqURL=http://support.en.koda k.com/app/home/src/gosupport
    this bottom link is to there support page choose your printer and download the drivers for your printer

  • I'm trying to open the After Effects trial on my computer but I am getting an error message!

    Attached is the message I am receiving each time. Please help.

    Below is the system info and crash log. As you can see, this has been happening with various other adobe programs, but I just need after effects to work for now. If there is anything else I need to post please let me know. I need to fix this by today.

  • HELP!! My Ipad 2 screen turned blue suddenly, and nothing is happening, I tried to hold the wake/lock button for 10 seconds but it isnt working!! PLEASE HELP!!

        Please help me. I am very scared. I just got this for Christmas, and I dont have another $500 for a new one. PLEASE HELP !!

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • My video recording sounds not working but other sounds are working fine, I've tried clearing the little mic thing near my earphone hole and had no success can someone please help me out?

    hhi guys
    my video recording sounds not working at all but it's working for other things such as music. I've tried to clear my sound thing near the earphone hole but had no success can someone please help me out?

    Had an Iphone 4 for about 3 months now. This happened to the first one I had and they ended up having to replace it at the apple store just a couple weeks ago 6/2. It happened again last night to my new one. This time i was able to correct it by going to itunes, backing up the phone to icloud, and then restoring the software. Mine did not work with voice memo, but did work with headphones plugged in, and would also work on speaker. I could hear callers but they couldn't hear me. I had purchased a new case (lifeproof case at $79.99) because it comes with plugs that cover the headphone jack, and the charging port, and is also waterproof. I heard that the root cause is due to lint, dirt, etc getting inside the headphone jack. Well, must be something else. It's a 10 days old phone, and has been in this overpriced case the whole time, and I have not used the headphones. I hope this doesn't keep happening.

  • I am trying to make and receive calls on my Macbook Air. I am getting an error message when setting up up my Mac to make calls on FaceTime.  Has anyone encountered this?

    I am trying to setup my Macbook Air to make & receive calls but I am getting an error message stating "FaceTime and iCloud must be signed in to the same Apple ID to use iPhone Cellular Calls" when selecting the box to turn on iPhone cellular calls on my Mac.  I have OS X Yosemite 10.10.2.  I am signed into iCloud, FaceTime, & Messages with the same Apple ID.  Is anyone encountering this?

    Hi,
    The Same Network is only needed for the Text Forwarding part of the Messages app on both and the iMessages account's Text Forwarding.
    I understand Blue Tooth is On but have your paired the two devices for Handoff and Continuity ?
    I cannot do this bit on my Mid 2011 iMac so I am a bit lost as to the actual settings.
    8:13 pm      Thursday; April 9, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • I'm trying to backup a my harddrive with disk utility but I'm getting an error  Unable to create Backup.dmg" (input/output error). Is there any other way to save my data? I believe my hard drive is failing or corrupt file. I can't boot up. Grey screen

    I'm trying to backup a my hard drive with disk utility but I'm getting an error  Unable to create Backup.dmg" (input/output error). Is there any other way to save my data? I believe my hard drive is failing or corrupt file. I can't boot up. Grey screen and spinning wheel. I've tried everything https://discussions.apple.com/message/20580424#20580424
    any help will be greatly appreciated.

    Check here. Also have you done a TimeMachine back up?
    http://support.apple.com/kb/TS2570

Maybe you are looking for