Pls. solve my  problem

My problem is i am upgrading my project from weblogic 7.0 to weblogic 9.0.
firstly i have directly tried to deploy my ear file of weblogic 7.0 to weblogic 9.0
but i got error regarding web.xml so i have used weblogic 9.0 's java weblogic.marathon.ddinit.WebInit utility
& i got new web.xml & weblogic.xml.
again i have created my ear file & checked it for error using
java weblogic.appc utility for any error & i got unmarshled error.
Stack Trace:
weblogic.descriptor.DescriptorException: Unmarshaller failed
     at
weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(Mar
          shallerFactory.java:149)
     at
weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
          ger.java:254)
     at
weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
          ger.java:283)
     at
weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
          ptor(AbstractDescriptorLoader.java:344)
can u help me reagrding this matter pls. psl. help me
Thanks in advance
can any body tell me what changes need to be done while migrating to weblogic 9.0 from weblogic 7.0 or weblogic 8.0
reagrds
pandurang s. pokharkar

dear assem
pls. tell me whether i need to add the build.xml to the my ear file as this ear file is developed in weblogic 7.0 & now i am migrating to weblogic 9.0. pls. tell me what are the chnages that need to done while upgrading to weblogic 9.0
Also i am sending the stack trace of my ear file when i am checking that file by using java weblogic.appc utility.
<Feb 14, 2007 9:48:38 AM GMT+05:30> <Info> <J2EE> <BEA-160186> <Compiling EAR mo
dule 'cedera.war'>
<Feb 14, 2007 9:48:42 AM GMT+05:30> <Error> <J2EE> <BEA-160187> <weblogic.appc f
ailed to compile your application. Recompile with the -verbose option for more d
etails. Please see the error message(s) below.>
There are 1 nested errors:
weblogic.descriptor.DescriptorException: Unmarshaller failed
at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(Mar
shallerFactory.java:149)
at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
ger.java:254)
at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
ger.java:283)
at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
ptor(AbstractDescriptorLoader.java:344)
at weblogic.application.descriptor.CachingDescriptorLoader.createDescrip
tor(CachingDescriptorLoader.java:188)
at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
ptor(AbstractDescriptorLoader.java:328)
at weblogic.application.descriptor.AbstractDescriptorLoader.getDescripto
r(AbstractDescriptorLoader.java:237)
at weblogic.application.descriptor.AbstractDescriptorLoader.getRootDescr
iptorBean(AbstractDescriptorLoader.java:217)
at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescri
ptor.java:136)
at weblogic.servlet.jsp.JspcInvoker.parseDescriptors(JspcInvoker.java:27
6)
at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:187)
at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:351
at weblogic.application.compiler.WARModule.compile(WARModule.java:77)
at weblogic.application.compiler.CompileModuleFlow.compileModules(Compil
eModuleFlow.java:98)
at weblogic.application.compiler.CompileModuleFlow.compile(CompileModule
Flow.java:49)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
ver.java:60)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:26)
at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:23)
at weblogic.application.compiler.EARCompiler.compile(EARCompiler.java:35
at weblogic.application.compiler.AppCompilerFlow.compileInput(AppCompile
rFlow.java:109)
at weblogic.application.compiler.AppCompilerFlow.compile(AppCompilerFlow
.java:38)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
ver.java:60)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:26)
at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:23)
at weblogic.application.compiler.Appc.runBody(Appc.java:145)
at weblogic.utils.compiler.Tool.run(Tool.java:158)
at weblogic.utils.compiler.Tool.run(Tool.java:115)
at weblogic.application.compiler.Appc.main(Appc.java:156)
at weblogic.appc.main(appc.java:14)
Caused by: com.bea.xml.XmlException: weblogic.descriptor.BeanAlreadyExistsExcept
ion: Bean already exists: "weblogic.j2ee.descriptor.ServletBeanImpl@db47de85(/Se
rvlets[FindItem])"
at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(Refl
ectionUtils.java:54)
at com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty
.setValue(RuntimeBindingType.java:450)
at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRunti
meProperty.fillCollection(AttributeRuntimeBindingType.java:385)
at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiI
ntermediary.java:52)
at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalOb
jectFromIntermediary(AttributeRuntimeBindingType.java:145)
at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(U
nmarshalResult.java:185)
at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(Unma
rshalResult.java:154)
at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(Unmarshalle
rImpl.java:65)
at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(Mar
shallerFactory.java:138)
at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
ger.java:254)
at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
ger.java:283)
at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
ptor(AbstractDescriptorLoader.java:344)
at weblogic.application.descriptor.CachingDescriptorLoader.createDescrip
tor(CachingDescriptorLoader.java:188)
at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
ptor(AbstractDescriptorLoader.java:328)
at weblogic.application.descriptor.AbstractDescriptorLoader.getDescripto
r(AbstractDescriptorLoader.java:237)
at weblogic.application.descriptor.AbstractDescriptorLoader.getRootDescr
iptorBean(AbstractDescriptorLoader.java:217)
at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescri
ptor.java:136)
at weblogic.servlet.jsp.JspcInvoker.parseDescriptors(JspcInvoker.java:27
6)
at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:187)
at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:351
at weblogic.application.compiler.WARModule.compile(WARModule.java:77)
at weblogic.application.compiler.CompileModuleFlow.compileModules(Compil
eModuleFlow.java:98)
at weblogic.application.compiler.CompileModuleFlow.compile(CompileModule
Flow.java:49)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
ver.java:60)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:26)
at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:23)
at weblogic.application.compiler.EARCompiler.compile(EARCompiler.java:35
at weblogic.application.compiler.AppCompilerFlow.compileInput(AppCompile
rFlow.java:109)
at weblogic.application.compiler.AppCompilerFlow.compile(AppCompilerFlow
.java:38)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
ver.java:60)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
river.java:26)
at weblogic.application.compiler.FlowDriver.run(FlowDriver.java:23)
Caused by: weblogic.descriptor.BeanAlreadyExistsException: Bean already exists:
"weblogic.j2ee.descriptor.ServletBeanImpl@db47de85(/Servlets[FindItem])"
at weblogic.descriptor.internal.ReferenceManager.registerBean(ReferenceM
anager.java:191)
at weblogic.j2ee.descriptor.WebAppBeanImpl.setServlets(WebAppBeanImpl.ja
va:871)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[
Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
at jrockit.reflect.InitialMethodInvoker.invoke(Ljava.lang.Object;[Ljava.
lang.Object;)Ljava.lang.Object;(Unknown Source)
at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;
I)Ljava.lang.Object;(Unknown Source)
at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(Refl
ectionUtils.java:48)
at com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty
.setValue(RuntimeBindingType.java:450)
at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType$QNameRunti
meProperty.fillCollection(AttributeRuntimeBindingType.java:385)
at com.bea.staxb.runtime.internal.MultiIntermediary.getFinalValue(MultiI
ntermediary.java:52)
at com.bea.staxb.runtime.internal.AttributeRuntimeBindingType.getFinalOb
jectFromIntermediary(AttributeRuntimeBindingType.java:145)
at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalBindingType(U
nmarshalResult.java:185)
at com.bea.staxb.runtime.internal.UnmarshalResult.unmarshalDocument(Unma
rshalResult.java:154)
at com.bea.staxb.runtime.internal.UnmarshallerImpl.unmarshal(Unmarshalle
rImpl.java:65)
at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(Mar
shallerFactory.java:138)
at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
ger.java:254)
at weblogic.descriptor.DescriptorManager.createDescriptor(DescriptorMana
ger.java:283)
at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
ptor(AbstractDescriptorLoader.java:344)
at weblogic.application.descriptor.CachingDescriptorLoader.createDescrip
tor(CachingDescriptorLoader.java:188)
at weblogic.application.descriptor.AbstractDescriptorLoader.createDescri
ptor(AbstractDescriptorLoader.java:328)
at weblogic.application.descriptor.AbstractDescriptorLoader.getDescripto
r(AbstractDescriptorLoader.java:237)
at weblogic.application.descriptor.AbstractDescriptorLoader.getRootDescr
iptorBean(AbstractDescriptorLoader.java:217)
at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescri
ptor.java:136)
at weblogic.servlet.jsp.JspcInvoker.parseDescriptors(JspcInvoker.java:27
6)
at weblogic.servlet.jsp.JspcInvoker.compile(JspcInvoker.java:187)
at weblogic.application.compiler.AppcUtils.compileWAR(AppcUtils.java:351
at weblogic.application.compiler.WARModule.compile(WARModule.java:77)
at weblogic.application.compiler.CompileModuleFlow.compileModules(Compil
eModuleFlow.java:98)
at weblogic.application.compiler.CompileModuleFlow.compile(CompileModule
Flow.java:49)
at weblogic.application.compiler.FlowDriver$FlowStateChange.next(FlowDri
ver.java:60)

Similar Messages

  • HT201210 pls solve my problem error 3194

    pls solve my problem error 3194

    Hello,
    Check this:
    This device is not eligible for the requested build (Also sometimes displayed as an "error 3194")
    Update to the latest version of iTunes. Mac OS X 10.5.8 (Leopard) users may need to download iTunes 10.6.3.
    Third-party security software or router security settings can also cause this issue. To resolve this, followTroubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. Uninstall the unauthorized modification software from the computer.
    Edit out the "gs.apple.com" redirect from your hosts file, and then restart the computer for the host file changes to take affect. For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart.
    Avoid using an older or modified .ipsw file. Try moving the current .ipsw file (see Advanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations), or try restoring in a new user to ensure that iTunes downloads a new .ipsw.
    Hope it helps,

  • Pls solve the problem

    i am facing following problem while creating a sales order business area is not defined for item 000010.pls solve it.

    Hi,
    This Business area is active, one your company code is enable for business area in their Balance sheet. ( Tcode:OB65)
    if you dont want this to- you can deactivate here.
    if you want,
    *Define rules by Sales area- that means derivation of Business area depends on either sales area wise - Sales org/dist channel/Item Divison or Plant/Divsion combination. - OVF2,
    if the rule is
    1- Busi.area det by Plant/Division
    2-by sales area
    3-saless org/dist chanel/item division.
    Check the below settings- based on derivation rule: -
    Assign business area to Plant/Divison - OVF0
    Assign business area by sales area - OVF1

  • HT204053 I'm having APPLE ID. While using in app store it asks Credit Card details, but i'm not having credit card or any(as mention). How to download free apps. pls solve my problem

    I'm having APPLE ID. While using in app store it asks Credit Card details, but i'm not having credit card or any(as mention). How to download free apps. pls solve my problem

    There are instructions on this page for how to create an account without giving a credit card number : http://support.apple.com/kb/HT2534 - i.e. select a free app an create an account when 'buying' it (this only works for new accounts, not for updating an existing account)

  • Query output to excel sheet...pls solve my problem here !

    Hi all,
    I have written a procedure which accepts parameters and generate a web page.
    The web page generated records as fetched from cursor within procedure.
    My requirement is to generate it as a excel sheet once run through url.
    I am getting as a text inspite using
    owa_util.mime_header('ms-excel');
    within my code.....
    can you pls help or send me code which could do above task...:)
    Thanks in advance.
    Regards
    Ravikanth

    Try this instead :
    OWA_UTIL.MIME_HEADER('application/vnd.ms-excel');
    Barry C
    http://www.myoracleportal.com

  • Pls solve this problem

    SELECT * FROM nameofmonth ORDER BY TO_CHAR ( 'AUG','SEP','OCT','NOV','DEC','JAN','FEB','MAR','APR','MAY','JUN','JUL');
    my database is
    name
    JAN
    FEB
    MAR
    APR
    MAY
    JUN
    JUL
    AUG
    SEP
    OCT
    NOV
    DEC
    and i want output as
    name
    APR
    MAY
    JUN
    JUL
    AUG
    SEP
    OCT
    NOV
    DEC
    JAN
    FEB
    MAR

    SELECT   *
        FROM nameofmonth
    ORDER BY DECODE (NAME,
                     'AUG', 4,
                     'SEP', 5,
                     'OCT', 6,
                     'NOV', 7,
                     'DEC', 8,
                     'JAN', 9,
                     'FEB', 10,
                     'MAR', 11,
                     'APR', 0,
                     'MAY', 1,
                     'JUN', 2,
                     'JUL', 3
                    );Regards,
    Mahesh Kaila

  • TS1702 I bought 10 pound credit from iTunes through my smart call app but I did not get pls send my money back they said report to iTunes  pls shortout this problem

    Pls solve this problem as soon as possible

    These are user-to-user support forums, so no one here can do anything for you in regards to this issue. I don't know what you mean by a "smart call app", but if you purchased a gift directly from the iTunes Store via the iTunes Store app or App Store app or though iTunes on your computer, go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store. If this was a purchase or promotion from some other company or web site, you will need to contact whoever runs that site/promotion for assistance.
    Regards.

  • Back up problem. Pls help me to solve the problem.

    Dear Apple support team,
    When I connect ipod to Itunes, the process of verifying and backing up is too long. And Itunes makes all programs such as firefox, yahoo messenger... run slowly. After syncing, the notice is appeared as below:
    Therefor, I do not know whether the Itunes create backup or not
    Pls help to check and solve this problem.
    Thanks for your support
    Lolly

    I can't give you the adequate support, but maybe the iTunes forume can: https://discussions.apple.com/community/itunes/itunes_for_windows / https://discussions.apple.com/community/itunes/itunes_for_mac

  • How to solve this problem, pls help when I try to see remote camera system from home."Dual streaming is required for HTML viewing"

    How to solve this problem, pls help when, I try to see remote camera system(spec dvr) from home. The Error I get is "Dual streaming is required for HTML viewing"

    I had the same probelm and found that the problem lies with 64bit programs such as safari and microsoft internet explorer. I have resolved the issue on my PC based server by using a 32 bit ie and same on my mac by using the same running windows under parallels.
    So far the problem with the 64 bit side of it is still to be resolved.
    Hope this helps and gets you guys up and running until suchtime a 64 bit solution is found.
    Craig

  • HT1766 i couldn't play my ipad as there is a window pop-out telling that my ipad hasn't been backed up in 2 weeks. Backups happen when this ipad is pluggud in, locked and connected to Wifi. Pls help to repair and solve this problem

    there is a window pop-out telling me that 'the ipad hasn't been backed up in 2 weeks. Backups happen when this ipad is plugged in, locked and connected to wifi". How to repair or solve this problem? I have tried to plug in the ipad into my laptop, but i cound not solve this problem too. Pls help.
    Thank you.
    Regards,
    Yong

    Do a device reset as outlined below. This will clear the message and allow you to use your device again.
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.

  • After update 6.0.1 i have problem with soun it become very low pls solve thise by update another can i restoer to 6 another time

    after update to 6.0.1 the sound very low how solve thise problem can i restor to ios 6 another time you solve problem battery by update 6.01 but you make problem with rining sound pls solve solve problem

    http://support.apple.com/kb/TS2802

  • How do I copy files onto a hard drive (device) from Mac 2 7 pc. I'm able to transfer files from device but cannot transfer files to device. Anyone had same problem or can help solve this problem? Help pls

    how do I copy files onto a hard drive (device) from Mac 2 7 pc. I'm able to transfer files from device but cannot transfer files to device. Anyone had same problem or can help solve this problem? Help pls

    Welcome to Apple Support Communities
    When you try to copy data to the external drive, what happens? If you don't see any error, the external drive is formatted in NTFS, and OS X can't write in it.
    To be able to write on this external drive, you have to use an app like Paragon NTFS. Another solution would be to format the external drive in FAT32 or exFAT with Disk Utility > http://pondini.org/OSX/DU1.html Make sure you copied all the files of the external disk to the internal disk before doing it

  • HT201304 I don't what is wrong with my card I can't buy anything on apple store even free ones I can't download, they said my previous purchase have a problem but I don't how wil I do to solve this problem, I need a help pls

    I don't what is wrong with my card I can't buy anything on apple store even free ones I can't download, they said my previous purchase have a problem but I don't how wil I do to solve this problem, I need a help pls

    What is the exact error message you're receiving?

  • Pls help me to solve printing problem

    My recent project is a financial application developed by using Adobe Flex. Here I want to print the customer's passbook from my flex application. Actually Flex application is running on a server. This will be used by Bank Cashiers (clients)  and the printouts should be taken out from the client printer. 
    My problem is I don't have a idea to how to solve this problem. ( Generating printouts are send it to client printers  )
    Can any one help me?

    machan nuwan,
    there are two way
    client side genaration(flex)
    server side genaration(java,php,crystal report...)
    client side
    My openion is before u print.
    create pdf in your server and save (then client can access it by usinf URL)
    keep the saved location(URL) in DB and then
    pass the URL to client (when you are doing reporting this process is happenning machan)
    see this link for more(me link1 balapan tawa.mage 1k newei)hope this will help u. http://amthekkel.blogspot.com/2010/09/flex-web-app-generating-pdf-reports.html
    otherwise u can genarate reports using crystal report or what ever tool and put into server then pass the URL to client then client can access the pdf and print it.
    hope this will help you machan.thnx

  • IPad 2 running unauthorized modified version. What does it mean, and how can I solve this problem?

    I get a message that my iPad is running an unauthorized modified version, even though I'm currently running 4.3.3. What does it mean, and how can I solve this problem? Please help, i ve tried everything. Thanks

    I bought my iPad 2 three months ago from apple, and all my updates re from apple through iTunes. Version 4.3.3 is the latest version I updated, have been trying hard to update 4.35 but I get error messages all the time when the update is almost complete. Everything was working beautifully since I bought it, but this update problem just cropped up last week. I need a way out pls.

Maybe you are looking for

  • Can't print from XP Machine to an OSX Shared Printer

    Hi All, I already configured my Epson RX 620 in OSX, it's printing perfectly. I turned on the printer Sharing and the Windows Sharing in OS X. Then I found my iMac in my XP explorer, connected to the shared printer, set the drivers in XP and print th

  • Customize e-Business suite with JDEVELOPER_10 (ADF Based)

    Is there any way to customize existing iprocurement (OAF Region based) screens related to "Oracle e-Business 11.5.10" using JDEVELOPER_10_1_13 (ADF Framework)?

  • Wireless not working on my MacBook pro, but works on iPhone and other MBP?!

    So I just got my new 15" MBP a few weeks ago. I have wireless Internet in my apartment. Just today I came home to use my computer, and I kept getting errors..... First "cannot connect to the internet". Then I had to enter my network password... Connn

  • How do I create a ROM image for emulation?

    Can someone tell me how to create a ROM image from my dying LC III so I can emulate it on my newer mac? I still have a lot of files and software I need to access in the future. OS 9 doesn't work with some of the software on my G4 PowerMac and I will

  • Changes in SPRO for add Subarea in PA30 transaction

    Hi Experts, I have by mistake adding a new subareas  Human Resource for a particular area in SPRO in Quality Server and release it to production.it was updated in production. But the changes does seems in production.What will i do, please suggest.Is