Weblogic 6.1 sp2 to sp4 upgrade not working

Weblogic is not able to create connection pool after the upgrade. if we reinstall sp2 it works fine.
please help

madhekar wrote:
Weblogic is not able to create connection pool after the upgrade. if we reinstall sp2 it works fine.
please helpHello,
Can you post your config.xml file?
rgrds,
          Bart

Similar Messages

  • Exchange mail after iOS 8 upgrade not working

    exchange mail after iOS 8 upgrade not working.
    I can not get email from my exchange account.
    Any suggestion?

    Just had this issue.  I turned WIFI off and it connected fine.  Then turned WIFI back on and working as always.
    It had something to do with the WIFI conflicting with the exchange server.

  • NoClassDefFoundError after upgrading to Weblogic 8.1 sp2 to sp4

    Hi ,
    I have stuck in a problem where my application is using jco.jar file for SAP integration to my java application.
    I have a java class "BAPI_IncentiveReport" in which it calls "addClientPool" that is in JCO class in jco.jar file but it is giving NoClassDefFoundError after i upgraded my Weblogic server 8.1 sp2 to sp4.
    I have jco.jar under /opt/mspd/domains/mspdapps/lib as well as  libjRFC11.jco,libjRFC12.jco and librfccm.so files there. I also tried by keeping them under my application WEB-INF/lib folder but it is giving me same error.
    package com.mindspeed.incentiverpt;
    import com.sap.mw.jco.*;
    import java.util.*;
    import java.io.*;
    import com.mindspeed.Configuration;
    public class BAPI_IncentiveReport
        private String rptId;
        private String aecode;
        private boolean submit= false;
        private static final String POOL_NAME=
            com.mindspeed.Configuration.get("sap_inckey");
    BAPI_IncentiveReport constructor comment.
    public BAPI_IncentiveReport() {
        super();
    BAPI_IncentiveReport constructor comment.
    public BAPI_IncentiveReport(String rptId, String aecode)
        super();
        this.aecode = aecode;
        this.rptId = rptId;
    public EmployeeAttr[] getAeCodeNames()
        boolean retval= false;
        JCO.Client client= null;
        EmployeeAttr[] empnames= null;
        Hashtable empallData= new Hashtable();
        Hashtable aecodeData= new Hashtable();
        try
               /* This is the point where it is giving NoClassDefFoundError.Till here every thing is executing------>*/
                 JCO.addClientPool(
                com.mindspeed.Configuration.get("sap_inckey"),
                Integer.parseInt(Configuration.get("sap_maxcon")),
                Configuration.get("sap_client"),
                Configuration.get("sap_incuser"),
                Configuration.get("sap_incpassword"),
                Configuration.get("sap_language"),
                Configuration.get("sap_host"),
                Configuration.get("sap_incsystemnumber"));
            String timeinterval= "99991231";
            IRepository repos=
                JCO.createRepository("ESSRepos", Configuration.get("sap_inckey"));
            client= JCO.getClient(Configuration.get("sap_inckey"));
            System.out.println("Sagar");
            System.out.println(rptId);
            System.out.println(aecode);
            IFunctionTemplate ftemplate= repos.getFunctionTemplate("ZRFC_GET_PID");
            JCO.Function function= new JCO.Function(ftemplate);
            JCO.ParameterList input= function.getImportParameterList();
            input.setValue(rptId, "RPT_ID");
            input.setValue(aecode, "AECODE");
            client.execute(function);
            JCO.ParameterList output= function.getExportParameterList();
            System.out.println(output);
            JCO.Table dirrpt= function.getTableParameterList().getTable("DIRRPT");
    . and more code
    The error it is giving is
    >
    <Apr 5, 2006 5:13:13 AM PDT> <Error> <HTTP> <BEA-101017> <[ServletContext(id=138
    06908,name=web,context-path=/web)] Root cause of ServletException.
    java.lang.NoClassDefFoundError
            at com.mindspeed.incentiverpt.BAPI_IncentiveReport.getAeCodeNames(BAPI_I
    ncentiveReport.java:112)
            at jsp_servlet._incentiverpt.__incrpthome._jspService(__incrpthome.java:
    193)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
            at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
    (ServletStubImpl.java:1006)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:419)
            at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:315)
            at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
    cherImpl.java:322)
            at com.mindspeed.incentiverpt.Inc
    Please help me out.
    Thanks in advance
    Nirmal Shah

    I have the same problem - my data had better not be gone!  Why won't Apple address this problem?

  • Cluster Example shipped with 7.0 SP4 does not work !!!

              I have tried and tried to setup a cluster example using the instructions shipped
              in the cluster example and it does not work. When I call the Session.jsp via
              the proxy URL I get the following output in the proxy log.
              <Mon Apr 26 08:49:39 BST 2004>: Start connection timeout scheduler
              <Mon Apr 26 08:49:39 BST 2004>: GenericProxyServelt: init()
              <Mon Apr 26 08:49:39 BST 2004>: HttpClusterServlet:init()
              <Mon Apr 26 08:49:43 BST 2004>: ===New Request===GET /ClusterTest/Session.jsp
              HT
              TP/1.1
              <Mon Apr 26 08:49:43 BST 2004>: Found session from url: null
              <Mon Apr 26 08:49:43 BST 2004>: attempt #0 out of a max of 5
              <Mon Apr 26 08:49:43 BST 2004>: #### Trying to connect with server cl1!9001!443
              <Mon Apr 26 08:49:43 BST 2004>: Failed to connect: cl1!9001!443
              <Mon Apr 26 08:49:43 BST 2004>: marked bad: cl1!9001!443
              <Mon Apr 26 08:49:43 BST 2004>: attempt #0 out of a max of 5
              <Mon Apr 26 08:49:43 BST 2004>: #### Trying to connect with server cl2!9002!443
              <Mon Apr 26 08:49:43 BST 2004>: Failed to connect: cl2!9002!443
              <Mon Apr 26 08:49:43 BST 2004>: marked bad: cl2!9002!443
              <Mon Apr 26 08:49:43 BST 2004>: attempt #0 out of a max of 5
              <Mon Apr 26 08:49:43 BST 2004>: === whole list is bad, reverting to the all serv
              ers list ===
              <Mon Apr 26 08:49:43 BST 2004>: #### Trying to connect with server cl1!9001!443
              <Mon Apr 26 08:49:43 BST 2004>: Failed to connect: cl1!9001!443
              <Mon Apr 26 08:49:43 BST 2004>: marked bad: cl1!9001!443
              <Mon Apr 26 08:49:43 BST 2004>: Sleeping for 2 secs .....
              <Mon Apr 26 08:49:45 BST 2004>: attempt #1 out of a max of 5
              <Mon Apr 26 08:49:45 BST 2004>: #### Trying to connect with server cl2!9002!443
              <Mon Apr 26 08:49:45 BST 2004>: Failed to connect: cl2!9002!443
              <Mon Apr 26 08:49:45 BST 2004>: marked bad: cl2!9002!443
              <Mon Apr 26 08:49:45 BST 2004>: Sleeping for 2 secs .....
              <Mon Apr 26 08:49:47 BST 2004>: attempt #2 out of a max of 5
              <Mon Apr 26 08:49:47 BST 2004>: === whole list is bad, reverting to the all serv
              ers list ===
              <Mon Apr 26 08:49:47 BST 2004>: #### Trying to connect with server cl2!9002!443
              <Mon Apr 26 08:49:47 BST 2004>: Failed to connect: cl2!9002!443
              <Mon Apr 26 08:49:47 BST 2004>: marked bad: cl2!9002!443
              <Mon Apr 26 08:49:47 BST 2004>: Sleeping for 2 secs .....
              <Mon Apr 26 08:49:49 BST 2004>: attempt #3 out of a max of 5
              <Mon Apr 26 08:49:49 BST 2004>: #### Trying to connect with server cl1!9001!443
              <Mon Apr 26 08:49:49 BST 2004>: Failed to connect: cl1!9001!443
              <Mon Apr 26 08:49:49 BST 2004>: marked bad: cl1!9001!443
              <Mon Apr 26 08:49:49 BST 2004>: Sleeping for 2 secs .....
              <Mon Apr 26 08:49:51 BST 2004>: attempt #4 out of a max of 5
              <Mon Apr 26 08:50:17 BST 2004>: #### Trying to connect with server cl2!9002!443
              <Mon Apr 26 08:50:17 BST 2004>: Failed to connect: cl2!9002!443
              <Mon Apr 26 08:50:17 BST 2004>: marked bad: cl2!9002!443
              <Mon Apr 26 08:50:17 BST 2004>: Sleeping for 2 secs .....
              <Mon Apr 26 08:50:19 BST 2004>: attempt #5 out of a max of 5
              <Mon Apr 26 08:50:19 BST 2004>: #### Trying to connect with server cl1!9001!443
              <Mon Apr 26 08:50:19 BST 2004>: Failed to connect: cl1!9001!443
              <Mon Apr 26 08:50:19 BST 2004>: marked bad: cl1!9001!443
              <Mon Apr 26 08:50:19 BST 2004>: Tried all servers but didn't succeed
              Any ideas ?
              For starters I think the documentation is wrong.
              It states
              servlet weblogic.servlet.internal.HttpClusterServlet
              yet in the weblogic upgrade 6.0 to 7.0 documentation it says replace this with
              weblogic.servlet.proxy.HttpClusterServlet
              Thanks
              Justin
              

    Have you tried deleting the iDVD preference file, com.apple. iDVD.plist, that resides in your User/Library/Preferences folder?
    OT

  • Flash Player 10.2.153.1 upgrade not working on 64bit Intel-Mac in Safari 5.0.4

    I feel robbed! I want to use my Safari.
    The latest upgrade of Flash player does not work.
    I don't even remember downloading it, it must've been an automatic update!
    I can not play youtube videos nor can I play any games on Facebook.
    Who knows what is not working in my Avid!! I have not been working on that lately.
    The flash player still works on FireFox, but i have no intention on switching to that.
    The first aid has been run a few times.
    It will download the free flash player for Intel Mac and it says the install is successful, but it is not there.
    I have CS4 and it never bothered or disrupted the free flash player before.
    I uninstalled it just in case and nearly lost it! When I tried to reinstall Flash, it said my disc to was blank!
    Luckily, a friend in the business of fixing computers was able to get that back! whew.
    The flash player from the CS4 is showing up in a folder and will even open when clicked on, but it does nothing. It is version 10.0 r2.
    When I go to the place where they say to "see what version of flash you have"
    I just get that icon that says to "Get Adobe Flash player".
    It down not show the suggested "missing plug-in" pictures.
    Yes, I read there is compatibility issues with the 64 bit Mac, but it always worked before!!!
    Help!! Please!!

    So the Shockwave Flash plugin in FF is Installed and Enabled. That's why Flash Player is working and why you were able to see the Flash Player logo animation. On the other hand, evidently the Shockwave Flash plugin is either not Installed in Safari or if it is it is Disabled. And that is why it's not working and you can't see the Flash Player logo.
    Yes, I know Flash Player can be Installed in any supported 64bit OS. Also I thot that the 64bit browser in Mac was the "default" browser and the "Compatibility layer" had to be used. Similiar to the PC IE8 or IE9, switching over to the Compatibility feature in the browser.
    Do you need to activate the Compatibility feature?  I have had other Mac users tell me that their problem was they were using the 64bit browser and found out they had to use the 32bit browser, so I thot it was something they had to do. I would think if it was automatic they would not have had to "do" anything. But like I said I don't use Mac so can only relate what they tell me.
    With Safari on either of the test sites, no Flash Player version was displayed?
    Look into the HD/Library/Internet Plug-ins/ directory and see if you have the below two files:
    Flash Player.plugin, flashplayer.xpt
    After that see if this thread is of any help: http://forums.adobe.com/message/2725949#2725949
    Thanks,
    eidnolb

  • CS6 serial number upgrade not working (win)

    I've been using CS6 for a while now (got an upgrade from CS5.5) and I'm trying to install it on my second computer and suddenly the serial number isn't correct. I'm using the serial number from CS6 (i've dubble checked the box and online) and I can't figure out why it's not working.
    Could it have to do with the product I'm supposed to choose? I've tried all off them with 6 in it and still NOTHING
    Help please!

    If you purchased an upgrade and it is askling you to choose the qualifying version, that would be the older version (CS5.5) that qualifies you to use the upgrade version.  You will have to choose CS5.5 as well as provide the serial number that was used for CS5.5 when you activated it.

  • HT5037 iPhoto Library Upgrader Not Working Properly

    I followed the instructions, but when i clicked 'continue' in the Library Upgrader to upgrade my older iPhoto library, the original message about how my iPhoto library needs to be upgraded popped up

    What version of iPhot do you ave hat is gving you this message?
    You say
    am trying to upgrade the iPhoto library to transfer it to my new MacBook Air.
    Instead move the libray to the MBA and  upgrade it there using the version of iPhotot that is there  - you can not upgrade it on the old system with the old version of iPhoto
    And the library upgrader does not upgrade the library - it modifies version 7 and earlier libraries so that the new version of iPhoto can upgrade them successfully
    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    LN

  • Tiger to Snow Leopard upgrade not working out

    I bought the Mac Box set over the weekend and tried to install it yesterday. We were running - I think - 10.4.7, and wanted to upgrade to 10.6 in order to run some game apps our kids got recently. Right from the get go, things did not go well. On installing the OS, I repeatedly got an "Installer quit unexpectedly" message. We tried rebooting but it just kept doing the same thing - Installer quit unexpectedly. After a few minutes, we realized that the OS did in fact install OK, but all the other Optional Install materials were not installing. So, it seems, the QuickTime update and anything else included was not installing. They still won't. The iLife and iWork packages won't install. And aside from Firefox, all our apps are not working now. I don't mind reinstalling the apps - but nothing will install!!! Should I uninstall 10.6 and try again? Not sure what to do at this point.
    John

    For an install of Snow Leopard (as opposed to updating it), I would not worry about updating the previous OS version nor about repairing that version's permissions. The Snow Leopard installer is much different from previous ones & does little more than test the target drive & write some pre-install files to it before rebooting from the DVD's copy of Snow Leopard, which it does as root user. And if it can't do those pre-install steps, it quits with an error before rebooting from the DVD.
    So, if it successfully reboots from the DVD, permissions on the target HD are irrelevant (because root user has essentially unlimited access to the HD's files, even to the few that can be changed only when starting up as root user) & the old OS version even more so because it is completely replaced by the new one.
    Also, it is not necessary to run fsck or Disk Utility's 'repair disk' step if the installer successfully reboots from the DVD because one of the pre-install steps does exactly the same thing as Disk Utility's 'verify disk' step, so if it gets this far, you know the corresponding repair would find nothing to do.
    If it gets this far & you get an "Installer quit unexpectedly" message before the final reboot into the login screen, you probably have one of the following problems:
    • A hardware issue of some kind, including a defect in the optical drive that prevents it from reading all the files on the DVD accurately, one or more substandard or out-of-spec memory modules (especially if any are 'generic' aftermarket ones), or in some subsystem of the Mac (graphics processor, power supply, whatever). Running the Apple Hardware Test from your original gray installer disc will often (but not always) detect this kind of problem.
    • A defective, scratched, or dirty Snow Leopard installer disc. This is particularly a likely cause if the installer quits at about the same point in the process each time. Visually check it carefully for any signs of damage or contamination & if possible test it with another Mac.
    • An attached peripheral that is interfering with the install process. Disconnect all but the essential ones (keyboard & mouse for an iMac) & connect them in the recommended way: keyboard to a USB port on the Mac & mouse into a keyboard port if they are wired. Then try running the installer again. Note: this does not apply to a network connection to the Internet, which is used in the pre-install phase to try to contact Apple's list of incompatible software & update what is on the DVD's list.
    • A nearly full HD. The pre-install tests do include a check for enough space for the installation but since this is not completely predictable there is small chance the installation process will run out of scratch space to assemble files if you are very near the calculated limit. The installer typically needs about 6 GB of free HD space for this, so try to free up an additional several GB if you are close to this limit before doing the install. However, note that the final OS installed will need at least this much scratch space once it is running, so plan accordingly. 10 to 15% of the total drive capacity is a rule of thumb many recommend.
    There are other issues to consider if the process completes & reboots into the login screen but that doesn't sound like what's happening here.

  • Please help!  Iphoto upgrade not working!!!

    Iphoto is not working.  When I open it, it says it is upgrading, but only goes to 99% on step five. Do you know how i can fix this and save my photos?  It also doesn't let me click into anything on that window, not even at the bar at the top of the screen, so i have to go into another window and force quit it.  Then it does the same thing over again.  I tried restarting my computer and shutting it down, but it did not work.  Can someone please help?

    You must have a corrupted file someplace.
    Try these steps:
    1: Reset iPhoto database here
    iPhoto rebuild database:   https://support.apple.com/kb/HT2638
    2: Run the #12 and #13 OnyX cache cleaning and corrupted preference file list routines here
    Step by Step to fix your Mac
    3: Right click on the iPhoto Library and "show package contents" inside is a folder with your Originals.
    Duplicate that with the Finder >Duplicate and move OriginalsCopy out of that folder and onto the Desktop, then delete all the files inside the original Original folder and then repeat #1 above, then reimport the OriginalsCopy in batches to see if you can locate the corrupted file.

  • RAM upgrades not working

    Hi all,
    I've been wanting to upgrade the two 512 M DIMMS that came with my PowerBook to a pair of 1 G DIMMS.
    I purchased a pair of DIMMs from a retailer I found in MacWorld (A1A Computing) and when I tried calling them after my computer kept crashing, it took way too long for them to refer to it as "Customer Service". Ultimately, after contact and returning the pair, they sent a new pair but the wrong type.
    After several more interminable attempts to reach them, I finally did and they were reluctant (to put it nicely) to help. I told them I wanted a refund and had to go through VISA to get it. This is not an honorable dealer.
    Next, I went to OWC (nice folks) and the first pair they sent didn't work either - crashes, freezes, etc.
    In each case, when I restored the original DIMMs all was fine.
    I zapped the PRAM, NVRAM, ran the Hardware test (which came back fine) and then ran Rember, which found problems (same as it did with the ones from A1A).
    I got a new pair from OWC and immediately ran Rember, which found problems.
    I tried removing one of the DIMMs (left one in the bottom slot), reran Rember and it said fine.
    Same when I swapped out for the other DIMM.
    Then I tried putting the DIMMs, one at a time, into the top slot. Each time, Rember found errors.
    I've heard of a bottom slot issue with the 1.25 G PowerBook but never anything about the top slot.
    In every case, my system recognized the full 2 G RAM but there are crashes and freezes until I restore the original DIMMs.
    Both the originals and the ones from OWC are made by Hynix.
    I've saved Rember logs for the new DIMMs in all the tests I described above.
    Before returning them to OWC (and resigning myself to having only the original 1 G RAM in my machine), does anyone have any suggestions? Has anyone seen the top slot issue I've described?
    (Funny that there is no problem at all with the original RAM.)
    Thanks in advance for any light anyone can shed on this one.
    Best regards,
    Barry
    <Edited by Moderator>

    While just about all Powerbooks are sensitive to the quality of RAM used, the earlier Powerbooks seem to be a little more sensitive than others. While some RAM may meet the printed specs, it may not work with Apple's architecture. The issue is memory bus slewing, where power to the memory bus is modulated to reduce heat and conserve battery power.
    When it comes to memory for a finicky Powerbook, I'd recommend Crucial, as they guarantee their memory will work when selected from their memory selector at http://www.crucial.com . You can usually also find a 5% to 10% off coupon on the internet (search for 'crucial coupon'). I've used Crucial (also makes Micron memory) for years with no issues.
    Samsung and Kingston (not the Kingston valueram line, though) also typically work well. I've also used these brands in later Powerbooks with no issues.
    Hynix memory usually works pretty well in Powerbooks, however, I'm sure they produce a number of different RAMs, like the other memory producers. For example, Kingstons regular memory works well in our Powerbooks, however, their valueram line doesn't work reliably.

  • 16 GB ram upgrade not working

    I have an iMac 3.33 GHz Intel Core 2 Duo (late 2009 model)  I purchased 4 x 4GB 1333 ram chips to upgrade to 16GB.  All four chips simultaneously do not work.  The screen stays black and it beeps endlessly with a pause every 6 seconds.  However, if I put any two of the four chips in (= 8GB) the computer boots fine.  If I use any two of the four plus the two 2GB original chips (=12GB)  computer boots fine.  I have tried every combination with the help of the “support line” of the company I bought them from. 
    The original chip speed was 1067 and the new are 1333.  I was told the computer could run both and it does, up to 8GB not including the original ram. When I use the orginal ram to bring it up to 12GB it drops the speed to 1067 from the 1333.
    Would appreciate your help!!!
    Thanks, Tim

    There have been many discussions on this subject; you might want to read these (lengthy!!):
    https://discussions.apple.com/thread/2567907
    https://discussions.apple.com/thread/2588800
    The short version is: If going with OEM RAM, 16 GB appears fine. When going with third party RAM and 16 GB - problems; however, third party RAM and a total of 12 GB work. That's what I got on mine.
    However, you added another wrinkle to the whole thing: I would always stay with the exact specs that Apple publishes for a particular model; I wouldn't care what I'm told by someone else. And, yes, it'll drop the speed - that's because it wasn't made to address the extra speed.
    May I ask what brand and where you bought yours? Hopefully it was somewhere with a good warranty/return policy. I would contac them and explain the issues and send back all of it for a refund; then purchase 2 x 4 GB with the right specs from someone like OWC (macsales.com).

  • Weblogic 6.1 sp2 Connection Pool will not connect to oci901 driver

    ok, I am trying to get weblogic to connect to the connection pool in solaris. I created
    the pool in the console with the following:
    URL = jdbc:weblogic:oracle
    Driver Class Name = weblogic.jdbc.oci.Driver
    Properties = user=sa password=*****
    I also set the LD_LIBRARY PATH as directed.
    LD_LIBRARY_PATH=/usr/local/wlserver6.1/lib/solaris/oci901_8:ORACLE/lib
    Oracle is on a seperate box then the box that Weblogic is installed on so I think
    the problem is in my LD_LIBRARY_PATH. Here is the error I am getting. Any help
    would be appreciated.
    Starting Loading jDriver/Oracle .....
    <Jun 7, 2002 9:04:25 AM CDT> <Error> <JDBC> <Cannot startup connection pool "FargoPool"
    weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was:
    java.sql.SQLException: System.loadLibrary(weblogicoci37) threw java.lang.UnsatisfiedLinkError:
    /usr/local/wlserver6.1/lib/solaris/oci901_8/libweblogicoci37.so: ld.so.1: /home/bea/jdk131/jre/bin/../bin/sparc/native_threads/java:
    fatal: libclntsh.so.9.0: open failed: No such file or directory
    at weblogic.jdbc.oci.Driver.loadLibraryIfNeeded(Driver.java:226)
    at weblogic.jdbc.oci.Driver.connect(Driver.java:76)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:193)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
    at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy8.addDeployment(Unknown Source)
    at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
    at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
    at $Proxy17.setTargets(Unknown Source)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.console.info.FilteredMBeanAttribute.doSet(FilteredMBeanAttribute.java:92)
    at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ConnectionEnvFactory.java:209)
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:134)
    at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
    at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
    at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
    at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
    at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
    at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
    at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy8.addDeployment(Unknown Source)
    at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
    at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
    at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
    at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
    at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
    at $Proxy17.setTargets(Unknown Source)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.management.console.info.FilteredMBeanAttribute.doSet(FilteredMBeanAttribute.java:92)
    at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
    at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
    at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    "Tim" <[email protected]> wrote:
    >
    I have the following setup.
    For QA, 1 IIS Server (using plug-in from 6.1 SP2) forwarding all request
    to a
    cluster on the backend. (2 Physical Servers, 4 JVM's). I do have a firewall
    in
    between the IIS Server & the backend servers.
    According to the docs, the IIS plug-in is supposed to establish a connection
    pool
    to the backend. I do not see this behavior.
    I see a connection created/close per request.
    So , I have 2 questions:
    1. Does the IIS Plug-in use connection Pooling, Do you have to enable
    it ?
    2. How do I control the pool size ?
    Thanks in advance,
    TimDoes anyone from BEA monitor this newsgroup ?
    I have also opened up a case (1 week old) with tech support and still do not have
    an answer. This is very frustrating considering the cost of owning this environment.
    Tim

  • Weblogic Server 9.2 - JMS File Store not working as expected.

    Hi,
    I am facing a problem at the server startup possibly due to huge size of the JMS File Store created.
    My question is that our application receives messages via MDB (container managed),
    Even after successfully processing the message, the message which is logged in the File Store is not deleted.
    How can i make sure that a message which is successfully processed is not logged in the file store?
    (considering container managed transactions do not require acknowledgement-mode set in the descriptor, altough i have it specified)
    Find the the stack trace on the server log below:
    ####<Dec 10, 2008 11:45:30 AM CST> <Error> <JMS> <xlqwls01> <ACSServer1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tu
    ning)'> <<WLS Kernel>> <> <> <1228931130485> <BEA-040123> <Failed to start JMS Server "SDBJMSServer1" due to weblogic.jms.common.JMSException: web
    logic.messaging.kernel.KernelException: Unexpected store exception in messaging kernel recovery.
    weblogic.jms.common.JMSException: weblogic.messaging.kernel.KernelException: Unexpected store exception in messaging kernel recovery
    at weblogic.jms.backend.BackEnd.open(BackEnd.java:963)
    at weblogic.jms.deployer.BEAdminHandler.activate(BEAdminHandler.java:180)
    at weblogic.management.utils.GenericManagedService.activateDeployment(GenericManagedService.java:237)
    at weblogic.management.utils.GenericServiceManager.activateDeployment(GenericServiceManager.java:131)
    at weblogic.management.internal.DeploymentHandlerHome.invokeHandlers(DeploymentHandlerHome.java:589)
    at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:450)
    at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:430)
    at weblogic.management.deploy.internal.DeploymentAdapter$2.doPrepare(DeploymentAdapter.java:100)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:177)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    weblogic.messaging.kernel.KernelException: Unexpected store exception in messaging kernel recovery
    at weblogic.messaging.kernel.internal.PersistenceImpl.recover(PersistenceImpl.java:839)
    at weblogic.messaging.kernel.internal.KernelImpl.open(KernelImpl.java:235)
    at weblogic.jms.backend.BackEnd.open(BackEnd.java:961)
    at weblogic.jms.deployer.BEAdminHandler.activate(BEAdminHandler.java:180)
    at weblogic.management.utils.GenericManagedService.activateDeployment(GenericManagedService.java:237)
    at weblogic.management.utils.GenericServiceManager.activateDeployment(GenericServiceManager.java:131)
    at weblogic.management.internal.DeploymentHandlerHome.invokeHandlers(DeploymentHandlerHome.java:589)
    at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:450)
    at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:430)
    at weblogic.management.deploy.internal.DeploymentAdapter$2.doPrepare(DeploymentAdapter.java:100)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:177)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    weblogic.store.PersistentStoreException: [Store:280020]There was an error while reading from the log file
    at weblogic.store.io.file.Heap.read(Heap.java:648)
    at weblogic.store.io.file.FileStoreIO.readInternal(FileStoreIO.java:224)
    at weblogic.store.io.file.FileStoreIO.access$000(FileStoreIO.java:31)
    at weblogic.store.io.file.FileStoreIO$Cursor.nextInternal(FileStoreIO.java:573)
    at weblogic.store.io.file.FileStoreIO$Cursor.next(FileStoreIO.java:547)
    at weblogic.store.internal.PersistentStoreConnectionImpl$CursorImpl.next(PersistentStoreConnectionImpl.java:266)
    at weblogic.messaging.kernel.internal.PersistenceImpl.recoverHeaders(PersistenceImpl.java:1148)
    at weblogic.messaging.kernel.internal.PersistenceImpl.recover(PersistenceImpl.java:814)
    at weblogic.messaging.kernel.internal.KernelImpl.open(KernelImpl.java:235)
    at weblogic.jms.backend.BackEnd.open(BackEnd.java:961)
    at weblogic.jms.deployer.BEAdminHandler.activate(BEAdminHandler.java:180)
    at weblogic.management.utils.GenericManagedService.activateDeployment(GenericManagedService.java:237)
    at weblogic.management.utils.GenericServiceManager.activateDeployment(GenericServiceManager.java:131)
    at weblogic.management.internal.DeploymentHandlerHome.invokeHandlers(DeploymentHandlerHome.java:589)
    at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:450)
    at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:430)
    at weblogic.management.deploy.internal.DeploymentAdapter$2.doPrepare(DeploymentAdapter.java:100)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:177)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.io.IOException: Error reading from file, No such file or directory, errno=2
    at weblogic.store.io.file.direct.DirectIONative.read(Native Method)
    at weblogic.store.io.file.direct.DirectFileChannel.read(DirectFileChannel.java:133)
    at weblogic.store.io.file.StoreFile.read(StoreFile.java:281)
    at weblogic.store.io.file.Heap.read(Heap.java:646)
    at weblogic.store.io.file.FileStoreIO.readInternal(FileStoreIO.java:224)
    at weblogic.store.io.file.FileStoreIO.access$000(FileStoreIO.java:31)
    at weblogic.store.io.file.FileStoreIO$Cursor.nextInternal(FileStoreIO.java:573)
    at weblogic.store.io.file.FileStoreIO$Cursor.next(FileStoreIO.java:547)
    at weblogic.store.internal.PersistentStoreConnectionImpl$CursorImpl.next(PersistentStoreConnectionImpl.java:266)
    at weblogic.messaging.kernel.internal.PersistenceImpl.recoverHeaders(PersistenceImpl.java:1148)
    at weblogic.messaging.kernel.internal.PersistenceImpl.recover(PersistenceImpl.java:814)
    at weblogic.messaging.kernel.internal.KernelImpl.open(KernelImpl.java:235)
    at weblogic.jms.backend.BackEnd.open(BackEnd.java:961)
    at weblogic.jms.deployer.BEAdminHandler.activate(BEAdminHandler.java:180)
    at weblogic.management.utils.GenericManagedService.activateDeployment(GenericManagedService.java:237)
    at weblogic.management.utils.GenericServiceManager.activateDeployment(GenericServiceManager.java:131)
    at weblogic.management.internal.DeploymentHandlerHome.invokeHandlers(DeploymentHandlerHome.java:589)
    at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:450)
    at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:430)
    at weblogic.management.deploy.internal.DeploymentAdapter$2.doPrepare(DeploymentAdapter.java:100)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:177)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Edited by: user5823244 on Dec 14, 2008 2:59 AM

    Hi,
    It seems there are two problems going on here:
    (1) Forceful shutdowns should not (must not) normally corrupt the file store. There may be a bug in WL, or it may be the admin is arbitrarily deleting some file store files while leaving others in place (not supported).
    (2) "Even after successfully processing the message, the message which is logged in the File Store is not deleted."
    This is a strong indicator that there's an application error and the message is not actually getting deleted. The file store size is proportional to the number of current messages (successfully processing/acknowledging/committing a received message frees space for new messages), and is not proportional to the number of successfully processed messages.
    I think it's likely that the application isn't actually successfully processing the message but is instead receiving a message somehow and is either:
    (A) throwing an exception from within an XA-or-non-XA-MDB or auto-ack-onMessage() and somehow forcing the message into a state where its not being redelivered for reprocessing
    (B) specifying a transacted session and failing to call session.commit()
    (C) specifying an XA transaction capable receive and failing to call commit
    (D) specifying a "client acknowledge" mode and failing to call acknowledge .
    For evidence, check the console statistics for the destination after "successfully processing" all sent messages: the value of "current" + "pending" should be zero once all processing completes, the value of "received (aka total)" should match the sent message count. If the "current" + "pending" value is non-zero, then this is an indication there are messages that were not successfully processed.
    Tom Barnes
    WebLogic Server Messaging Developer Team

  • 2012 to 2014 Upgrade Not Working

    I downloaded the SQLEXPRADV_x64_ENU version of MS SQL Server (I am running the 2102 Version on a Windows 8.1 PC).  When i ran the upgrade wizard it all ran ok -except that MS SQL 204 Server isn't there -the machine is still running the 2012 version
    and I can't uninstall the 2012 version either as it says that my computer is running an older version of Windows.
    Any ideas on how I can actually install the 2014 version?

    Hi,
    First please learn to post correct figures. From what you posted it seems you have SQL Server 2012 express installed and you want to upgrade it to SQL server 2014express. If it is correct then
    1. You need to have SQL server 2012 patched to SP1 before upgrading from 2012 express to 2014 express.Please read supported
    Version and edition upgrade matrix
    2. Upgrade advisor does not upgrades SQL server instances it just tell you possible error which could come during upgrade. To upgrade you need to right click on SQL Server 2014 express setup and and select run as administrator. A new window will pop up on
    it select maintenance and then edition upgrade then its choose edition you want to upgrade and few next..next and then it would upgrade. More details in
    This Link.
    PS: You need to first download SQL Server 2014 express edition.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • CS 5.1 - Manual and Auto upgrades not working

    I originally posted this in the Camera Raw forum as I had have been trying to upgrade Camera Raw to 6.7 on my windows 7(32) machine running CS5.1. without success.  It now appears that I am not able to carry of any updates in CS5.1 either through the program update routine or by download.  All programs seem to be working fine apart from this.
    If I try using Help>Update Adobe Application Manager opens, goes through an apparent download of all the updates but I see little data stream comming in and then staps saying  there is a download problem please try later.
    If I dowload the update direct for the Adobe site the download is fine but when I run AdobePatchInstaller.exe to istall say Camera Raw 6.7 Adobe Application Manager opens and thinks for a little whlie before giving  "an error installing the update"
    I have tried Adobe support adviser but this was of little help indicating "cpsid_90243r4: Error DW020 or DW050 occurs during installation - Creative Suite 5.5, Flash CS5.5, Flash Builder 4.5" which is apparently an error sometimes seen during initial installation.
    Running Photoshop and the updates as administrator does not help.
    Anyone any ideas other than a complete reinstall?

    Hello! is bridge set to auto-run as your start your user session? this might cause problems. Try disabling that option from its preferences.
    What other programs are running?
    What version of ACR are you using for the moment?
    Is the install path a non-standard one?

Maybe you are looking for