Weblogic MP3 upgrade

I attempted to upgrade a weblogic 9.2mp1 to mp3. When I executed the the installer I get the following during my install
aunching installer server923-linux32.bin. Install logs will be written to /app/
Extracting 0%..................................................................%
ERROR: 'Premature end of file.'
ERROR: 'com.sun.org.apache.xml.internal.utils.WrappedRuntimeException: Prematu'
Base product and service pack installation complete.
Installing PeopleSoft provided WebLogic license.
BEA WebLogic Server license install process brought to you by PeopleSoft.
This process will update license for WebLogic 9.2 install in /apps/weblogic/web3
Existing WebLogic license will be backed up to license.bak
Installing PeopleSoft license for WebLogic Server 9.2 (Step 1 of 2)
Please wait and do not interrupt ....
Done!
Updating license registry. (Step 2 of 2)
WebLogic Server 9.2 license install complete.
Installation complete. Performing post install cleanup.Afte the install goes to completion
It appears as if the install completes, but I'm not sure it did becase of the errors.
Any assistance would be appreciated.. Thanks..

That's rather strange. What Linux distro are you installing Weblogic on ?
What command line did you use ?
Nicolas.

Similar Messages

  • Cannot find Weblogic MP3 upgrade (solaris)

    I need to upgrade my Solaris Weblogic server 9.2.2 to MP3, but I can't find this download.
    Could someone please point me to the right URL ?
    I found full MP3 install download on Oralce site, but I need upgrade , plus .bin WL installers don't work for me with disk space related errors :(
    Thank you !

    Hi. jdbc20 is no longer necessary for weblogic 6.1. Change to jdbc.
    5.1 had jdbc20 classes because 5.1 as a product had to span
    two JVMs (117 and 1.2), where JDBC transided from 1.0 to 2.0.
    Our currently supported JVMs all have JDBC 2.0, so the 6.1 version
    of our drivers also support JDBC 2.0 calls in theire basic form.
    Joe
    Greg Geller wrote:
    Hi,
    When trying to get a driver, I am using the following code.
    Driver myDriver = (Driver)Class.forName"weblogic.jdbc20.pool.Driver").newInstance();
    I get a ClassNotFoundException for the jdbc20.pool.Driver class.
    I am using Weblogic 6.1 on Sun Solaris box running Solaris 8.
    Any help would greatly appreciated.

  • Weblogic domain upgrade 9.2 to 10.3

    Hi,
    I'm upgrading my Weblogic from 9.2 to 10.3. I encounter the following error during the upgrade.
    tom@:/export/home/tom/domain/dummy_domain/>java weblogic.Upgrade -type domain -mode silent -out upgrade_log3.log
    Calling Wizard framework for upgrade: args2: [-mode=silent, -file=wcf/plugin_silent_wizard.xml, -p:plugin:plugin.silent.response.file=weblogic/upgrade/domain/responses.xml, -log=upgrade_log3.log, -p:plugin:plugin.executionPlan.file=weblogic/upgrade/domain/execplan.xml, -p:plugin:I18N_PLUGIN=weblogic/upgrade/i18n_upgrade, -p:plugin:TARGET_VERSION=10.3.0.0]
    Execute Exception ... weblogic.management.ManagementException: Error during transformation: weblogic/upgrade/domain/directoryselection/SelectWebLogicVersion.xsl
    The wizard will now shutdown. Please restart from backup, fix issues and start again.
    upgrade_log3.log
    2010-07-05 00:01:01,192 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver - If not present, set the source WebLogic Configuration to:8.1
    2010-07-05 00:01:01,211 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver - Domain directory selected: /export/home/tom/domain/dummy_domain
    2010-07-05 00:01:02,151 ERROR [execute] com.bea.plateng.wizard.plugin.silent.tasks.ExecutePlugInTask - Execute Exception ... weblogic.management.ManagementEx
    ception: Error during transformation: weblogic/upgrade/domain/directoryselection/SelectWebLogicVersion.xsl
    com.bea.plateng.plugin.PlugInException: Execute Exception ... weblogic.management.ManagementException: Error during transformation: weblogic/upgrade/domain/d
    irectoryselection/SelectWebLogicVersion.xsl
    at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.execute(DomainDirectorySelectionPlugIn.java:257)
    at com.bea.plateng.wizard.plugin.silent.tasks.ExecutePlugInTask.execute(ExecutePlugInTask.java:76)
    at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: weblogic.management.ManagementException: Error during transformation: weblogic/upgrade/domain/directoryselection/SelectWebLogicVersion.xsl
    at weblogic.management.upgrade.ConfigTransformer.transform(ConfigTransformer.java:82)
    at weblogic.management.upgrade.ConfigParser.transform(ConfigParser.java:458)
    at weblogic.management.upgrade.ConfigParser.parse(ConfigParser.java:296)
    at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.execute(DomainDirectorySelectionPlugIn.java:229)
    ... 3 more
    Caused by: java.lang.RuntimeException: Namespace for prefix 'xsi' has not been declared.
    at com.sun.org.apache.xml.internal.serializer.SerializerBase.getNamespaceURI(SerializerBase.java:895)
    at com.sun.org.apache.xml.internal.serializer.SerializerBase.addAttribute(SerializerBase.java:422)
    at GregorSamsa.template$dot$4()
    at GregorSamsa.applyTemplates()
    at GregorSamsa.template$dot$1()
    at GregorSamsa.applyTemplates()
    at GregorSamsa.template$dot$0()
    at GregorSamsa.applyTemplates()
    at GregorSamsa.transform()
    at com.sun.org.apache.xalan.internal.xsltc.runtime.AbstractTranslet.transform(AbstractTranslet.java:602)
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:710)
    at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:313)
    at weblogic.management.upgrade.ConfigTransformer.transform(ConfigTransformer.java:80)
    ... 6 more
    Kindly help.
    Thanks.
    Edited by: ltom on Jun 20, 2010 11:16 AM
    Edited by: ltom on Jul 5, 2010 9:50 AM

    WLS9.x and WLS10.x use the same schema so you just have to point the BEA_HOME, WL_HOME to WLS10 and JAVA_HOME to JDK1.6 and start your server.
    Please find the oracle url for Weblogic upgrade
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/upgrade/upgrading9091.html.
    Thanks
    Tom

  • Weblogic Server Upgrade Installer

    Hi ,
    Can anybody help me How can i download weblogic Server Upgrade Installer
    I want to upgrade weblogic10.3.5.0 to weblogic 12c
    Thanks
    Bhaskar

    Hi,
    http://docs.oracle.com/cd/E24329_01/doc.1211/e24492/prepare.htm#BABFIDAB
    From the above link
    WebLogic Server 12.1.1 is a new major release, there is no upgrade installer for this release
    You Can follow this link,it has step wise details
    http://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrade_dom.htm#i1072877
    Prior u need to install weblogic 12.1.1.0,and take backup of your existing domain.
    Choose the Domain Upgrade Wizard option from the Oracle program group in the Windows Start Menu by clicking Programs > Oracle WebLogic > WebLogic Server 12c > Tools > Domain Upgrade Wizard.
    Regards
    Fabian

  • 8.1 Weblogic Integration Upgrade Processes Wizard

    I am unable to access the Tools, Weblogic Integration, Upgrade Processes in the
    8.1 IDE. The upgrade processes selection is grayed out. I have followed the
    simple instructions but to no avail. Has anyone used the upgrade utility to port
    2.1 workflows to 8.1? Are there any "tricks" to this?

    Rick wrote:
    I am unable to access the Tools, Weblogic Integration, Upgrade Processes in the
    8.1 IDE. The upgrade processes selection is grayed out. I have followed the
    simple instructions but to no avail. Has anyone used the upgrade utility to port
    2.1 workflows to 8.1? Are there any "tricks" to this?1) Download the upgrade tool from:
    http://dev2dev.bea.com/resourcelibrary/utilitiestools/upgrade.jsp
    2) Install according to the instructions at:
    http://edocs.bea.com/wli/docs81/upgrade/install.html#1053762
    tried upgrades of processes from 7 to 8.1, upgrade worked, but many of
    the parameters went missing.

  • Fail to start WebLogic after upgrade to 9102

    Just performed the upgrade from 9101 to 9102 and now I can't start the server at all. Anyone recognize anything in this error log:
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: org.apache.struts.action.ActionServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java
    :76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.nexaweb.redirect.RedirectServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.nexaweb.redirect.RedirectServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:7
    6)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.BinaryStreamServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.BinaryStreamServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass
    (ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.ResetServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.ResetServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java
    :76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.XellerateBootstrapServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.XellerateBootstrapServlet at: weblogic.xml.schema.binding.util.ClassUtil.loa
    dClass(ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.CloseApplicationServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.CloseApplicationServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadC
    lass(ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: org.apache.struts.action.ActionServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java
    :76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.nexaweb.redirect.RedirectServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.nexaweb.redirect.RedirectServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:7
    6)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.BinaryStreamServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.BinaryStreamServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass
    (ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.ResetServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.ResetServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java
    :76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.XellerateBootstrapServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.XellerateBootstrapServlet at: weblogic.xml.schema.binding.util.ClassUtil.loa
    dClass(ClassUtil.java:76)
    When processing WebService module 'xlWebApp.war'. Failed to load servlet Class: com.thortech.xl.webclient.servlet.CloseApplicationServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: com.thortech.xl.webclient.servlet.CloseApplicationServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadC
    lass(ClassUtil.java:76)
    Loading xalan.jar for XPathAPI.
    Nexaweb Technologies Inc.(C)2000-2004. All Rights Reserved.
    Nexaweb Technologies Inc.
    10 Canal Park
    Cambridge, MA 02141
    Tel: 617.577.8100. Email: [email protected]
    <Sep 1, 2010 4:00:43 PM PDT> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@19433882[app:Xellerate module:xlWebApp path:/xlWebApp s
    pec-version:null] com.thortech.xl.webclient.security.SecurityFilter.
    java.lang.ClassNotFoundException: com.thortech.xl.webclient.security.SecurityFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    >
    <Sep 1, 2010 4:00:43 PM PDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'Xellerate'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1399)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: com.thortech.xl.webclient.security.SecurityFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:296)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    Truncated. see log file for complete stacktrace
    >
    <Sep 1, 2010 4:00:43 PM PDT> <Notice> <LoggingService> <BEA-320400> <The log file /app/oim/oracle/product/middleware/user_projects/domains/oimdev_domain/servers/AdminServer/lo
    gs/oimdev_domain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Sep 1, 2010 4:00:43 PM PDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /app/oim/oracle/product/middleware/user_projects/domains/oimdev_domain/se
    rvers/AdminServer/logs/oimdev_domain.log00042. Log messages will continue to be logged in /app/oim/oracle/product/middleware/user_projects/domains/oimdev_domain/servers/AdminS
    erver/logs/oimdev_domain.log.>
    <Sep 1, 2010 4:00:43 PM PDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:216:3eff:fe61:4376:7001 for protocols iiop, t3, ldap, snmp, ht
    tp.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 128.115.142.122:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "AdminServer" for domain "oimdev_domain" running in Development Mode>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Sep 1, 2010 4:00:44 PM PDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Sep 1, 2010 4:01:25 PM PDT> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SUSPENDING>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <Server> <BEA-002607> <Channel "Default[1]" listening on fe80:0:0:0:216:3eff:fe61:4376:7001 was shutdown.>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <Server> <BEA-002607> <Channel "Default[2]" listening on 0:0:0:0:0:0:0:1:7001 was shutdown.>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 128.115.142.122:7001 was shutdown.>
    <Sep 1, 2010 4:01:25 PM PDT> <Notice> <Server> <BEA-002607> <Channel "Default[3]" listening on 127.0.0.1:7001 was shutdown.>

    Just to make sure that this is not an upgrade issue. Did you have a look at the entire upgrade logs before confirming that the upgrade was through. Because in most of such cases the error turns out to be with the upgrade process.
    Thanks
    Sunny

  • Query about the steps for Weblogic Server Upgrade from 8.1 to 10.3

    Hi!
    We have planned to upgrade our Weblogic Server from 8.1 to 10.3. Could anyone advise me:
    1. How to upgrade the Weblogic Server from 8.1 to 10.3? Can the Weblogic Server 10.3 coexist with the Weblogic Server 8.1 in one physical server?
    2. Where can the upgrade software be downloaded?
    3. We have a web service currently running under Weblogic Workshop as the Weblogic Server is started via the workshop. Can this web service be run under Weblogic Server 10.3?
    4. Are there any foreseeable issues/problems that will happen?
    Please kindly help me. Thanks a lot.
    Best Regards
    May

    Download location: http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    You can upgrade the domain after you install wls 10.3 using QuickStart.
    When we migrated we have moved from windows to linux. We have installed, created domain, created managed servers, configured, etc. from scratch. We didn't face any 'show stopper' issues.

  • JDeveloper 11.1.1.2 weblogic server upgrade

    What steps must i take to upgrade a weblogic 10.3.1 server with a 11.1.1.1 ADF domain to 11.1.1.2? Is there a way to upgrade a domain to the latest version?
    Kind Regards,
    Andre

    From my experience i would just launch the install of the new JDev in your bea home.
    Than i would start the domain configuration wizard to see if there are extra libs to extend your domain...
    I would assume that with the install of the new JDev the libs will be available there.... If not let me know.
    If they are available there I would suggest creating a new domain because I don't think a domain upgrade is possible or recommended...
    Regards,
    Gert

  • Weblogic Server upgrade along with Forms & Reports

    Hi Gurus,
    I would need some help on upgrading one our Weblogic server from 10.3.2 to 10.3.6. Also, we have forms & reports ( version: 11.1.1.2 ) configured on this server and we would have to upgrade this to version: 11.1.2.1
    Can you please help me or point me to a good document to do this.
    I am a DBA and my weblogic experience is very little.
    Thanks
    Prakash
    Edited by: 1004698 on May 8, 2013 4:52 AM

    Hi Prakash,
    First, very smart decision to move to 11gR2 Forms - performance is much better in 11gR2. Customers i've worked with, are very happy with it compared to 11gR1.
    Now, if you want to upgrade from 11gR1 (11.1.1.2) to 11gR2 Forms (11.1.2.1), I would do a new install. Simply because, there is no simple/straight-forward Architecture upgrade path from 11gR1 to 11gR2 Forms. And the installation will also be a clean isntall. Don't worry about your forms/reports source code, you can just recompile no problem in 11gR2 Forms.
    If you want to do a re-install heres some things to consider:
    1.) Update and/or Install an Oracle certified JDK - you can verify the correct JDK in the certification matrix provided by oracle: http://www.oracle.com/technetwork/developer-tools/forms/oracle-forms-11gr2certmatrix-519680.xls
    2.) Verify your OS is certified with Forms 11gR2
    3.)Install WLS in a new middleware Home.
    4.) At his point, you should install the Oracle Forms 11gR2 Binaries Home in your new 10.3.6 Middleware Home.
    5.) Optional: If you want the same exact ports as 11gR1 Forms installation - you'll have to shutdown all the 11gR1 Forms/Reports processes- OPMN Processes, WLS_FORMS, WLS_REPORTS, AdminServer.
    5.) Run the Forms 11gR2 Configuration Wizard to install and configure a new Forms 11gr2 domain.
    6.) After the configuration wizard completes successfully:
    - Migrate over your formsweb.cfg/env settings
    - Migrate ORACLE_HOME customizations
    - Definitely install/configure webutil components
    - Migrate over any other additional customizations
    If you run into any weird issues, check out my companies knowledge base, its full of installation knowledge: http://pitss.com/us/knowledgebase/
    Hope this helps!
    Gavin

  • Weblogic domain upgrade - 8.1.4 to 10.3 - class not found exception

    HI All,
    Trying to upgrade one domain from 8.1.4 to 10.3. Please find below the command that i have used and the stacktrace.
    from WL_HOME/server/bin location
    volcat01-PA: ./setWLSEnv.sh
    CLASSPATH=/beafiler/weblogic10g/bea/patch_wlw1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/jdk160_05/lib/tools.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic.jar:/beafiler/weblogic10g/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/webservices.jar:/beafiler/weblogic10g/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/beafiler/weblogic10g/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:
    PATH=/beafiler/weblogic10g/bea/wlserver_10.3/server/bin:/beafiler/weblogic10g/bea/modules/org.apache.ant_1.6.5/bin:/beafiler/weblogic10g/bea/jdk160_05/jre/bin:/beafiler/weblogic10g/bea/jdk160_05/bin:/usr/bin:/usr/local/bin:/usr/local/sbin
    Your environment has been set.
    volcat01-PA:
    from domain_home:
    volcat01-PA: /beafiler/weblogic10g/bea/jdk160_05/jre/bin/java -cp /beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic.jar weblogic.Upgrade -mode silent -type domain
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/utils/classloaders/ClasspathClassFinder2
    at weblogic.Home.getFileSource(Home.java:70)
    at weblogic.Home.<init>(Home.java:33)
    at weblogic.Home.<init>(Home.java:18)
    at weblogic.Home$HomeSingleton.<clinit>(Home.java:24)
    at weblogic.Home.getInstance(Home.java:88)
    at weblogic.Home.getPath(Home.java:96)
    at weblogic.Home.getFile(Home.java:101)
    at weblogic.Upgrade.main(Upgrade.java:18)
    Caused by: java.lang.ClassNotFoundException: weblogic.utils.classloaders.ClasspathClassFinder2
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    ... 8 more
    volcat01-PA:
    Please suggest if i need to modify the classpath?

    Hi Sumit,
    thanks for the help, but still i am getting the same error.
    volcat01-PA: . ./setWLSEnv.sh
    CLASSPATH=/beafiler/weblogic10g/bea/patch_wlw1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/jdk160_05/lib/tools.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic.jar:/beafiler/weblogic10g/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/webservices.jar:/beafiler/weblogic10g/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/beafiler/weblogic10g/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:
    PATH=/beafiler/weblogic10g/bea/wlserver_10.3/server/bin:/beafiler/weblogic10g/bea/modules/org.apache.ant_1.6.5/bin:/beafiler/weblogic10g/bea/jdk160_05/jre/bin:/beafiler/weblogic10g/bea/jdk160_05/bin:/usr/bin:/usr/local/bin:/usr/local/sbin
    Your environment has been set.
    volcat01-PA: cd /beafiler/admindomains/conjxapi-th1
    volcat01-PA: ls -lrt
    total 368
    -rwxr-xr-x 1 cispwlp beawlp 1809 Oct 12 2007 stopWebLogic.sh
    -rwxr-xr-x 1 cispwlp beawlp 3116 Oct 12 2007 startWebLogic.sh
    -rw-r--r-- 1 cispwlp beawlp 698 Oct 12 2007 startManagedWebLogic_readme.txt
    -rwxr-xr-x 1 cispwlp beawlp 4691 Oct 12 2007 startManagedWebLogic.sh
    -rwxr-xr-x 1 cispwlp beawlp 2261 Oct 12 2007 setPatchEnv.sh
    -rwxr-xr-x 1 cispwlp beawlp 1233 Oct 12 2007 setEnv.sh
    -rw-r--r-- 1 cispwlp beawlp 85 Oct 12 2007 fileRealm.properties
    drwxr-xr-x 2 cispwlp beawlp 4096 Oct 12 2007 cfgwizdonotdelete
    -rw-r--r-- 1 cispwlp beawlp 39 Oct 12 2007 SerializedSystemIni.dat
    -rw-r--r-- 1 cispwlp beawlp 1799 Oct 12 2007 DefaultRoleMapperInit.ldift
    -rw-r--r-- 1 cispwlp beawlp 2255 Oct 12 2007 DefaultAuthenticatorInit.ldift
    -rw-r--r-- 1 cispwlp beawlp 513 Oct 12 2007 LogHandling.properties
    drwxr-xr-x 3 cispwlp beawlp 4096 Oct 12 2007 applications
    -rw-r--r-- 1 cispwlp beawlp 18804 Oct 12 2007 config.xml.s.safe
    -rw-r--r-- 1 cispwlp beawlp 20109 Nov 26 2007 config.xml.original
    drwxr-xr-x 5 cispwlp beawlp 4096 Nov 26 2007 conjxapi-th1-admin
    -rw-r--r-- 1 cispwlp beawlp 101 Nov 26 2007 boot.properties
    drwxr-xr-x 2 cispwlp beawlp 4096 Nov 26 2007 rmfilestore
    -rw-r--r-- 1 cispwlp beawlp 20109 Nov 26 2007 config.xml.booted
    -rw-r--r-- 1 cispwlp beawlp 20109 Nov 26 2007 config.xml
    -rw-r--r-- 1 cispwlp beawlp 810 Nov 26 2007 running-managed-servers.xml
    drwxr-xr-x 9 cispwlp beawlp 4096 Nov 26 2007 NodeManagerClientLogs
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 5 2007 conjxapi-th1.log00048
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 6 2007 conjxapi-th1.log00049
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 7 2007 conjxapi-th1.log00050
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 8 2007 conjxapi-th1.log00051
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 9 2007 conjxapi-th1.log00052
    -rw-r--r-- 1 cispwlp beawlp 204 Dec 10 2007 conjxapi-th1.log00053
    -rw-r--r-- 1 cispwlp beawlp 204 Dec 11 2007 conjxapi-th1.log00054
    -rw-r--r-- 1 cispwlp beawlp 204 Dec 12 2007 conjxapi-th1.log
    volcat01-PA: java weblogic.Upgrade -mode silent -type domain
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/utils/classloaders/ClasspathClassFinder2
    at weblogic.Home.getFileSource(Home.java:70)
    at weblogic.Home.<init>(Home.java:33)
    at weblogic.Home.<init>(Home.java:18)
    at weblogic.Home$HomeSingleton.<clinit>(Home.java:24)
    at weblogic.Home.getInstance(Home.java:88)
    at weblogic.Home.getPath(Home.java:96)
    at weblogic.Home.getFile(Home.java:101)
    at weblogic.Upgrade.main(Upgrade.java:18)
    Caused by: java.lang.ClassNotFoundException: weblogic.utils.classloaders.ClasspathClassFinder2
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    ... 8 more
    volcat01-PA:

  • WebLogic 7 Upgrade Problem -  TxDataSource / XA Drivers

    I am having major problems attempting to upgrade from WebLogic 6.1 to 7. After
    installing and configuring WebLogic 7, my application wouldn't load, telling me
    I needed to use TxDataSources instead of DataSources.
    So I switched to TxDataSources and after increasing the Max Capacity in the pools,
    I was able to get my application to load and run. However, whenever my application
    tries to access two different pools in the same transaction, I get this runtime
    error.
    java.sql.SQLException: Connection has already been created in this tx context
    fo
    r pool named commcp. Illegal attempt to create connection from another pool: adm
    cp
    java.sql.SQLException: Connection has already been created in this tx context
    fo
    r pool named commcp. Illegal attempt to create connection from another pool: adm
    cp
    at weblogic.jdbc.jts.Driver.getExistingConnection(Driver.java:339)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:132)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:265)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getConnection(RDBMSP
    ersistenceManager.java:698)
    at dtpitb.adm.eb.conclude.ConcludeBean_8ki0z9__WebLogic_CMP_RDBMS.ejbFin
    dByPrimaryKey(ConcludeBean_8ki0z9__WebLogic_CMP_RDBMS.java:968)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.findByPrimaryKey(RDB
    MSPersistenceManager.java:216)
    at weblogic.ejb20.manager.BaseEntityManager.findByPrimaryKey(BaseEntityM
    anager.java:755)
    at weblogic.ejb20.manager.BaseEntityManager.localFindByPrimaryKey(BaseEn
    tityManager.java:711)
    at weblogic.ejb20.internal.EntityEJBLocalHome.findByPrimaryKey(EntityEJB
    LocalHome.java:273)
    at dtpitb.adm.eb.conclude.ConcludeBean_8ki0z9_LocalHomeImpl.findByPrimar
    yKey(ConcludeBean_8ki0z9_LocalHomeImpl.java:109)
    at dtpitb.adm.sb.common.SessionBeanCommon.getConclusion(SessionBeanCommo
    n.java:237)
    at dtpitb.adm.sb.reports.ADMReportsBean_l3bmj9_EOImpl.getConclusion(ADMR
    eportsBean_l3bmj9_EOImpl.java:98)
    at dtpitb.adm.webapp.worker.SearchDecisionHistory.processWork(SearchDeci
    sionHistory.java:46)
    at gov.nih.nci.itb.webapp.controller.Controller.service(Controller.java:
    96)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:5445)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
    eManager.java:780)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3105)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2588)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    From what I understand, this meant that I needed to use an XA-supported Driver.
    So I installed the Oracle Thin/XA Driver (oracle.jdbc.xa.client.OracleXADataSource)
    instead of the regular Oracle Thin Driver I was using (oracle.jdbc.driver.OracleDriver).
    After trying that, my application will not load, throwing a bunch of XA Exceptions
    similar to the following:
    XA error: XAER_RMERR : A resource manager error has occured in the transaction
    b
    ranch start() failed on resource 'admcp': XAER_RMERR : A resource manager error
    has occured in the transaction branch
    oracle.jdbc.xa.OracleXAException
    at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:498)
    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:19
    0)
    at weblogic.jdbc.jta.VendorXAResource.start(VendorXAResource.java:41)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:577)
    at weblogic.transaction.internal.ServerResourceInfo.start(ServerResource
    Info.java:1178)
    at weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResour
    ceInfo.java:1121)
    at weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourc
    eInfo.java:287)
    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(Se
    rverTransactionImpl.java:407)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1157)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
    109)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:147)
    at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:259)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(Connection
    Impl.java:139)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.
    java:92)
    at weblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
    .java:133)
    at weblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
    .java:79)
    at weblogic.ejb20.utils.TableVerifier.verifyTableAndColumnsExist(TableVe
    rifier.java:381)
    at weblogic.ejb20.utils.TableVerifier.verifyTableExistsAndCreateMaybe(Ta
    bleVerifier.java:432)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.verifyTablesExist(RD
    BMSPersistenceManager.java:1119)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersisten
    ceManager.java:150)
    at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.ja
    va:208)
    at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java
    :178)
    at weblogic.ejb20.manager.DBManager.setup(DBManager.java:158)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrive
    nBeanInfoImpl.java:944)
    at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1317)
    at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:335)
    at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplication
    Container.java:1662)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:1087)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:1074)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
    veDeployer.java:1110)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
    loyer.java:730)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
    dler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    I now have decided I need advice.
    Please advise.
    Thanks,
    Pete

    Thanks, Wayne. My organization is in the process of purchasing WebLogic, but we
    are still in the free trial period for another week or two.
    I am using:
    WebLogic 7.0 SP2
    Oracle 8.1.7
    (tried all 3 versions of classes12.zip)
    Driver Class Name in Conn Pools:
    Oracle Thin: "oracle.jdbc.driver.OracleDriver"
    Also Tried:
    Oracle Thin/XA: "oracle.jdbc.xa.client.OracleXADataSource"
    Thanks,
    Pete
    "Wayne W. Scott" <[email protected]> wrote:
    >
    Wow, this is heavy duty stuff to be getting free support for!
    Let's start with the basics to rule out known problems that have been
    fixed.
    Is this the base version or have you installed service packs?
    Also, this is not an installation problem; it is getting into EJB and
    TX. Other groups
    like: w.d.i.ejb20; w.d.i.workshop; w.d.i.jdbc -- might be better.
    You can also scan discussions in all groups via http://search.beasys.com/weblogic/gonews/
    Also try searching at AskBEA -- http://support.bea.com/index.jsp
    If these do not help, open a support case so that someone is assigned
    to this.
    Thank you,
    Wayne Scott
    Pete Hilfiker wrote:
    I am having major problems attempting to upgrade from WebLogic 6.1to 7. After
    installing and configuring WebLogic 7, my application wouldn't load,telling me
    I needed to use TxDataSources instead of DataSources.
    So I switched to TxDataSources and after increasing the Max Capacityin the pools,
    I was able to get my application to load and run. However, whenevermy application
    tries to access two different pools in the same transaction, I getthis runtime
    error.
    java.sql.SQLException: Connection has already been created in thistx context
    fo
    r pool named commcp. Illegal attempt to create connection from anotherpool: adm
    cp
    java.sql.SQLException: Connection has already been created in thistx context
    fo
    r pool named commcp. Illegal attempt to create connection from anotherpool: adm
    cp
    at weblogic.jdbc.jts.Driver.getExistingConnection(Driver.java:339)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:132)
    at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSour
    ce.java:265)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.getConnection(RDBMSP
    ersistenceManager.java:698)
    at dtpitb.adm.eb.conclude.ConcludeBean_8ki0z9__WebLogic_CMP_RDBMS.ejbFin
    dByPrimaryKey(ConcludeBean_8ki0z9__WebLogic_CMP_RDBMS.java:968)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.findByPrimaryKey(RDB
    MSPersistenceManager.java:216)
    at weblogic.ejb20.manager.BaseEntityManager.findByPrimaryKey(BaseEntityM
    anager.java:755)
    at weblogic.ejb20.manager.BaseEntityManager.localFindByPrimaryKey(BaseEn
    tityManager.java:711)
    at weblogic.ejb20.internal.EntityEJBLocalHome.findByPrimaryKey(EntityEJB
    LocalHome.java:273)
    at dtpitb.adm.eb.conclude.ConcludeBean_8ki0z9_LocalHomeImpl.findByPrimar
    yKey(ConcludeBean_8ki0z9_LocalHomeImpl.java:109)
    at dtpitb.adm.sb.common.SessionBeanCommon.getConclusion(SessionBeanCommo
    n.java:237)
    at dtpitb.adm.sb.reports.ADMReportsBean_l3bmj9_EOImpl.getConclusion(ADMR
    eportsBean_l3bmj9_EOImpl.java:98)
    at dtpitb.adm.webapp.worker.SearchDecisionHistory.processWork(SearchDeci
    sionHistory.java:46)
    at gov.nih.nci.itb.webapp.controller.Controller.service(Controller.java:
    96)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1058)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:401)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:306)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:5445)
    at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
    eManager.java:780)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3105)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2588)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    From what I understand, this meant that I needed to use an XA-supportedDriver.
    So I installed the Oracle Thin/XA Driver (oracle.jdbc.xa.client.OracleXADataSource)
    instead of the regular Oracle Thin Driver I was using (oracle.jdbc.driver.OracleDriver).
    After trying that, my application will not load, throwing a bunch ofXA Exceptions
    similar to the following:
    XA error: XAER_RMERR : A resource manager error has occured in thetransaction
    b
    ranch start() failed on resource 'admcp': XAER_RMERR : A resource managererror
    has occured in the transaction branch
    oracle.jdbc.xa.OracleXAException
    at oracle.jdbc.xa.OracleXAResource.checkError(OracleXAResource.java:498)
    at oracle.jdbc.xa.client.OracleXAResource.start(OracleXAResource.java:19
    0)
    at weblogic.jdbc.jta.VendorXAResource.start(VendorXAResource.java:41)
    at weblogic.jdbc.jta.DataSource.start(DataSource.java:577)
    at weblogic.transaction.internal.ServerResourceInfo.start(ServerResource
    Info.java:1178)
    at weblogic.transaction.internal.ServerResourceInfo.xaStart(ServerResour
    ceInfo.java:1121)
    at weblogic.transaction.internal.ServerResourceInfo.enlist(ServerResourc
    eInfo.java:287)
    at weblogic.transaction.internal.ServerTransactionImpl.enlistResource(Se
    rverTransactionImpl.java:407)
    at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1157)
    at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1
    109)
    at weblogic.jdbc.jta.Connection.getXAConn(Connection.java:147)
    at weblogic.jdbc.jta.Connection.prepareStatement(Connection.java:259)
    at weblogic.jdbc.rmi.internal.ConnectionImpl.prepareStatement(Connection
    Impl.java:139)
    at weblogic.jdbc.rmi.SerialConnection.prepareStatement(SerialConnection.
    java:92)
    at weblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
    .java:133)
    at weblogic.ejb20.utils.TableVerifier.checkTableAndColumns(TableVerifier
    .java:79)
    at weblogic.ejb20.utils.TableVerifier.verifyTableAndColumnsExist(TableVe
    rifier.java:381)
    at weblogic.ejb20.utils.TableVerifier.verifyTableExistsAndCreateMaybe(Ta
    bleVerifier.java:432)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.verifyTablesExist(RD
    BMSPersistenceManager.java:1119)
    at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersisten
    ceManager.java:150)
    at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.ja
    va:208)
    at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java
    :178)
    at weblogic.ejb20.manager.DBManager.setup(DBManager.java:158)
    at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.activate(ClientDrive
    nBeanInfoImpl.java:944)
    at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1317)
    at weblogic.ejb20.deployer.EJBModule.activate(EJBModule.java:335)
    at weblogic.j2ee.J2EEApplicationContainer.activateModule(J2EEApplication
    Container.java:1662)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:1087)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContai
    ner.java:1074)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(Sla
    veDeployer.java:1110)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDep
    loyer.java:730)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHan
    dler.java:24)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:213)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:189)
    I now have decided I need advice.
    Please advise.
    Thanks,
    Pete

  • Error in weblogic after upgradation to 9.1

    Hi,
    I m getting an error saying "Exception during commit of transaction 66:f79b822c92d901c1:" when i start weblogic. i encountered this error after i upgraded my weblogic ro 9.1 version.I m not able to figure out why am i getting it.
    Kindly post your comments AND help me out.
    Thanks in advance.
    Rashmi

    Look inside your HD/Library/Application Support/iPhoto folder to see if the themes are in there. If so then run Disk Utility to repair disk permissions and reboot.  Then try again.  If not you can reinstall iPhoto as follows: To do so you'll have to move the current application to a folder outside the Applications folder (like your Documents folder).  Then delete all files with "iPhoto" in the file name with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder,
    Click to view full size
    Then go to the App Store and download iPhoto again. 

  • WebLogic Express Upgrade from 9.2 to 10

    I want to upgrade my WebLogic 9.2 Express to WL 10 Express and can not find an upgrade executable. All I can find is a complete install executable. Do I need to do a complete install or should there be just an upgrade exe. What is the process for this upgrade? Has any one done this? Please give any suggestions from your experience.

    That may be the latest version of WebLogic Express, but that's only because it's obsolete, and they didn't continue that with WebLogic 10.3.
    You can find information on upgrading domains by following the path from the root of the documentation tree at [http://edocs.bea.com/] into "BEA WebLogic Platform" and clicking on the "Upgrade Guide" link in the left navigation tree.

  • WebLogic 10gR3 upgrading Error

    [wlst] Reading Domain at c:/Projects/cdg3.0/cdgPortalDomain
    [wlst] Adding Template: c:/bea10.3/workshop_10.3/common/templates/applications/workshop_wl.jar
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/p13n.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/content.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlserver_10.3/common/templates/applications/wls_webservice.jar
    [wlst] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst]      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:432)
    [wlst]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wlst]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wlst]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wlst]      at java.lang.reflect.Method.invoke(Method.java:597)
    [wlst]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [wlst]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [wlst]      at org.python.core.PyObject.__call__(PyObject.java:270)
    [wlst]      at org.python.core.PyInstance.invoke(PyInstance.java:261)
    [wlst]      at org.python.pycode._pyx3.addTemplate$18(C:\Documents and Settings\mxgc2\Local Settings\Temp\WLSTOfflineIni28458.py:87)
    [wlst]      at org.python.pycode._pyx3.call_function(C:\Documents and Settings\mxgc2\Local Settings\Temp\WLSTOfflineIni28458.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst]      at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst]      at org.python.pycode._pyx13.addTemplatesToDomain$7(.\buildfiles\jython\buildDomain.py:119)
    [wlst]      at org.python.pycode._pyx13.call_function(.\buildfiles\jython\buildDomain.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst]      at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst]      at org.python.pycode._pyx13.f$0(.\buildfiles\jython\buildDomain.py:188)
    [wlst]      at org.python.pycode._pyx13.call_function(.\buildfiles\jython\buildDomain.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyCode.call(PyCode.java:14)
    [wlst]      at org.python.core.Py.runCode(Py.java:1135)
    [wlst]      at org.python.core.__builtin__.execfile_flags(__builtin__.java:308)
    [wlst]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
    [wlst]      at weblogic.management.scripting.utils.WLSTInterpreter.execfile(WLSTInterpreter.java:413)
    [wlst]      at weblogic.ant.taskdefs.management.WLSTTask.execute(WLSTTask.java:162)
    [wlst]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wlst]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [wlst]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [wlst]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [wlst]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [wlst]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [wlst]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [wlst]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [wlst]      at org.apache.tools.ant.Main.runBuild(Main.java:668)
    [wlst]      at org.apache.tools.ant.Main.startAnt(Main.java:187)
    [wlst]      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    [wlst]      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    [wlst] Caused by: com.bea.plateng.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst]      at com.bea.plateng.domain.script.ScriptExecutor.addTemplate(ScriptExecutor.java:470)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:428)

    [wlst] Reading Domain at c:/Projects/cdg3.0/cdgPortalDomain
    [wlst] Adding Template: c:/bea10.3/workshop_10.3/common/templates/applications/workshop_wl.jar
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/p13n.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/content.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst] Error: addTemplate() failed. Do dumpStack() to see details.
    [wlst] Adding Template: c:/bea10.3/wlserver_10.3/common/templates/applications/wls_webservice.jar
    [wlst] com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst]      at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleException(CommandExceptionHandler.java:51)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(WLScriptContext.java:1464)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:432)
    [wlst]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [wlst]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wlst]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wlst]      at java.lang.reflect.Method.invoke(Method.java:597)
    [wlst]      at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:160)
    [wlst]      at org.python.core.PyMethod.__call__(PyMethod.java:96)
    [wlst]      at org.python.core.PyObject.__call__(PyObject.java:270)
    [wlst]      at org.python.core.PyInstance.invoke(PyInstance.java:261)
    [wlst]      at org.python.pycode._pyx3.addTemplate$18(C:\Documents and Settings\mxgc2\Local Settings\Temp\WLSTOfflineIni28458.py:87)
    [wlst]      at org.python.pycode._pyx3.call_function(C:\Documents and Settings\mxgc2\Local Settings\Temp\WLSTOfflineIni28458.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst]      at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst]      at org.python.pycode._pyx13.addTemplatesToDomain$7(.\buildfiles\jython\buildDomain.py:119)
    [wlst]      at org.python.pycode._pyx13.call_function(.\buildfiles\jython\buildDomain.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:267)
    [wlst]      at org.python.core.PyFunction.__call__(PyFunction.java:172)
    [wlst]      at org.python.pycode._pyx13.f$0(.\buildfiles\jython\buildDomain.py:188)
    [wlst]      at org.python.pycode._pyx13.call_function(.\buildfiles\jython\buildDomain.py)
    [wlst]      at org.python.core.PyTableCode.call(PyTableCode.java:208)
    [wlst]      at org.python.core.PyCode.call(PyCode.java:14)
    [wlst]      at org.python.core.Py.runCode(Py.java:1135)
    [wlst]      at org.python.core.__builtin__.execfile_flags(__builtin__.java:308)
    [wlst]      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
    [wlst]      at weblogic.management.scripting.utils.WLSTInterpreter.execfile(WLSTInterpreter.java:413)
    [wlst]      at weblogic.ant.taskdefs.management.WLSTTask.execute(WLSTTask.java:162)
    [wlst]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [wlst]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [wlst]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [wlst]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [wlst]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [wlst]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [wlst]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [wlst]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [wlst]      at org.apache.tools.ant.Main.runBuild(Main.java:668)
    [wlst]      at org.apache.tools.ant.Main.startAnt(Main.java:187)
    [wlst]      at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
    [wlst]      at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    [wlst] Caused by: com.bea.plateng.domain.script.ScriptException: unable to parse "template-info.xml" from template jar "c:/bea10.3/wlportal_10.3/common/templates/applications/wlp.jar
    [wlst]      at com.bea.plateng.domain.script.ScriptExecutor.addTemplate(ScriptExecutor.java:470)
    [wlst]      at com.bea.plateng.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:428)

  • Weblogic Portal ( Server ) upgrade from 10.0 MP1 to 10.3.5

    HI,
    We are currently attempting to upgrade WebLogic Portal Server in development environment and having problems when i run the installer. ( WLS1035_upgrade_generic.jar ).
    I'm attempting this upgrade in Windows 7 professional environment ( 64 bit )  and it is a Windows VM with in a MAC OS X.
    Problem  : At the screen where it asks to Choose Middleware Home Type  ---> click next   --->  it shows error message saying Product is not Installed.
    Environment   :    Upgrade of WebLogic 10.0 MP1 portal server ( JDK 1.5_30 )  on a Windows Virtual Machine running using Parallels Desktop software
    Existing attempts  :    
    I went through the forums and tried
    -  Oracle's Minimum Technical Requirements says that i need to have JDK 1.6_24 and have installed JDK  1.6.0_35. ( jdk-6u35-windows-x64.exe ) .
       I'm currently  running the setup from command prompt using this version of Java.
    -  Tried using BEA WebLogic smart upgrade. But it is not recognising our Oracle Support Login  credentials. I tried doing this in offline mode having the above .jar and .zip  file patch in the correct directory but its not recognising.
    Weblogic home directory is c:\bea and it has got all the directories inside it  -   i don't understand the reason why installer is not able to identify the existing WLS installation.
    I would appreciate help around this as i'm not sure what else to try ?
    Cheers,

    I am not sure what you are doing is supported. You cannot upgrade a 10.0 to a 10.3.5 the way you are trying. The updater may be used to upgrade froma 10.3.x to 10.3.5 i believe. Check this out Upgrading WebLogic Server 9.x or 10.0 Application Environments to 10.3.5

Maybe you are looking for

  • Swing EDT

    I'm working on a project where we have problems with deadlock due to incorrectly executing code outside of the EDT. I'm just trying to understand what exactly happens when code is written incorrectly like this. Does the entire code including the pain

  • Is this a Flash 8 bug? - Variable Freakout

    Ok, this doesn't make sense at all - here is my set up: in a root MC, I have 4 layers - all 1 frame each. The 1st layer is an actions layer which defines 3 very simple variables: quote: var pressCheck1 = 0; var pressCheck2 = 0; var pressCheck3 = 0; t

  • External ITS change button text

    We are just implementing ESS 50.4 using WAS 4.7, Portal 6.0, and external ITS. In the Enrollment IAC, transaction PZ14, SAP Template Button href=URLPLAN button=TXT_INFO iconName=b_info The button displays the word 'Information' and we need to change

  • Designing Line Graph

    Hi, How to get class file to design a line graph with multiple series and facility to set minimum and maximum values of y-axis. and I need applet code also

  • How to solve the error 0xBFF6902B in Ni-Max??

    Hello, I am trying to communicate with Axis camera with Ni-vision , but I am getting the error as I mentioned. Here in attachment I have attached the screenshot of error. Would you please guide me how to solve this error. Thank you very much. Attachm