Weblogic OSB 10.3 DBAdapter merge not working

I am using the DBAdapter to execute a database insert or update from a Publish Action. When using the merge operation it is not performing an update but instead always performing an insert, therefore I always get a unique constraint error due to the record already being in the table.
Is there something special I need to do in order to tell the mapping file which fields are the primary key so it recognizes it needs to be an update versus an insert?
Thanks in advance

I figured it out, the toplink file had every column specified as the primary key, once I only used the correct keys, it worked just fine.

Similar Messages

  • Photo Merge not working in CS4

    I use Lightroom 2.3 on a MacBook Pro.  When I go to "edit in" and choose "merge to panorama in photoshop", photoshop opens and the "photomerge window" comes up.  I select auto merge for the 3 selected photos and click ok. Then, nothing happens.  No new file is created and no activity takes place. I used to do this from Lightroom to Photoshop CS3 and it worked fine.  Since installing Photoshop CS4, it does not work.
    My Photoshop CS 4 performance settings are: memory 90% (or 2764 meg) and two scratch disks - the macintosh hd (89 g) and external drive (450 g). Open gl is not enabled.
    Any help would be appreciated.  Thanks.

    Kennedda wrote:
    My Photoshop CS 4 performance settings are: memory 90% (or 2764 meg)
    That means you probably have 3GB of RAM installed.  A 90% memory allowance to Photoshopunder these circumstances is clearly excessive.  Try reducing it to 70% or less.
    Kennedda wrote:
    and two scratch disks - the macintosh hd (89 g) and external drive (450 g).
    Make sure the EXTERNAL drive is designated as the PRIMARY scratch disk drive.  You don't have much left on your boot volume; how large is it in total?  Once a drive, any drive, gets to be 70% or so full, you're courting trouble.

  • Photo Merge not working

    The Hide and Reveal Brushes in my Photo Merge, Compose action is not working.  I have tried many different photos and it won't work on any of them.  The rest of the functions work just not the Hide and Reveal Brushes.  Help!

    Kennedda wrote:
    My Photoshop CS 4 performance settings are: memory 90% (or 2764 meg)
    That means you probably have 3GB of RAM installed.  A 90% memory allowance to Photoshopunder these circumstances is clearly excessive.  Try reducing it to 70% or less.
    Kennedda wrote:
    and two scratch disks - the macintosh hd (89 g) and external drive (450 g).
    Make sure the EXTERNAL drive is designated as the PRIMARY scratch disk drive.  You don't have much left on your boot volume; how large is it in total?  Once a drive, any drive, gets to be 70% or so full, you're courting trouble.

  • HDR merge not working in CIB lesson 5

    Hello,
    I've seen a few posts on this but no answers... in PS CS5 CIB Lesson 5, the HDR merge command isn't working properly with the images provided on the CD. Following the HDR merging directions in the book on page 139 and 140, the images are coming out very dark and saturated. Does anyone have any idea why this would be happening, and how to make it work properly?
    Thanks!

    It's not you.
    We have two relatively new Adobe Macbook Pros with OS X Lion (6 months or so old). We also have Photoshop CS5 on each (within Adobe Creative Suite 5.5).
    I completed the entire Classroom in a Book (CIB) book for Photoshop CS5.
    When I went through Lesson 5, I had absolutely no problem with performing their exercise with the "model" and merging the three .dng files. All of their settings worked perfectly, and I was able to complete the lesson without incident. This was maybe two or three months ago.
    Today my wife was going through the same lesson, and no matter how many times she tried to follow the lesson book...reading word for word...she got the same result as you, which had the model in merge to HDR "coming out very dark and saturated".
    So, we went to my Macbook Pro, where it had worked perfectly in the past when I completed the lesson months ago. However, this time and in every attempt I made, the HDR image was "coming out very dark and saturated" as well. 
    What worked perfectly a couple of months ago, now it is not working.
    So, today it does not work, and we get the same result as you, on either of our Macbook Pros and that is two people following the exact same lesson.
    CONCLUSIONS:
    It is not you (or us).
    Might Photoshop have a bug? I believe I did an update between when it worked months ago and today change something? Why did it work 2-3 months ago? Might a default setting have been changed in Preferences during an update that causes the CIB Lesson 5 model Merge to HDR exercise not work? The merging these three images at three different exposures was not rendering an image anything close to any of the individual exposures. All attempts resulted in "dark and saturated"... and no adjustment of any kind improved the image to look anything like it should have.
    Is it the DNG files used in the CIB Photoshop CS5 book CD? The CIB Classroom in Book Lesson 5 for Photoshop CS5 uses these specific ".dng files". I have not tried using other raw files, or even .jpgs in this Photoshop HDR feature. That would be a good test. I have used Photomatix in the past, and like those above, that is what I will use if I get more involved in HDR, but would be nice to have the Photoshop HDR feature to be one I would hopefully be able to use in the future.
    If I try the Merge to HDR in Photoshop feature again using another file format, other than .dng files I will post the result.
    With this said, we both have loved the CIB Photoshop CS5 book. I may have had a couple other minor issues on where to find something or had to reboot (ie. "text on a path" or 3D) to get the lesson to work.  The book lessons and video lessons were still worth every penny.

  • Weblogic 6.0 sp2: War deployment not working !!

    Hi,
    I'm using weblogic 6.0 sp2, and it seems as though the war deployment is not
    working. My war consists of jsps, images, and under the WEB-INF/classes
    directory, Struts classes (i.e. Form and Action classes). When I try to run
    a jsp, i get the following error :
    <Jul 30, 2001 11:48:10 AM PDT> <Error> <HTTP>
    <[WebAppServletContext(4655498,ati
    nera)] Root cause of ServletException
    javax.servlet.jsp.JspException: Exception creating bean of class
    com.atinera.log
    in.web.LoginForm: java.lang.ClassNotFoundException:
    com.atinera.login.web.LoginF
    orm
    But if you look in the war, that class is in there.
    What gives ?
    Thanks,
    Jamie

    That's right - ActionServlet does Class.forName(actionClass) to load action
    class, and this uses ClassLoader which loaded the current class (ActionServlet)
    ClassLoaders always delegate to their parent before attempting to load
    the class themselves, so it wasn't working until you moved struts.jar to your
    WEB-INF/lib.
    BTW, Struts doc mentions this problem:
    lib/struts.jar - This JAR file contains all of the Java classes included
    in Struts. It should be copied into the WEB-INF/lib directory of your web
    application. WARNING - If you are going to be hosting multiple Struts based
    applications on the same servlet container, you will be tempted to place the
    struts.jar file into the shared repository supported by your container. Be
    advised that this will like cause you to encounter ClassNotFoundException
    problems unless all of your application classes are stored in the shared
    repository.
    Jamie Tsao <[email protected]> wrote:
    So I found the solution to this problem, but it doesn't really make sense to
    me.
    I originally had struts.jar outside of the WAR file, but in my CLASSPATH.
    Weblogic was able to load Strut's ActionServlet (controller), but when the
    ActionServlet was looking for the LoginForm (which was inside the WAR), it
    couldn't find it.
    I solved the problem by putting struts.jar inside the WAR (under
    WEB-INF/lib) instead that other directory. Now it works cause apparently
    ActionServlet is now in the same classloader as LoginForm, the classloader
    which loaded the WAR.
    I'm confused because original way should have worked since the classloader
    that loaded struts.jar from outside the war is the parent classloader for
    the classloader that loaded the WAR. did that make any sense ?
    anyone know why ?
    thanks,
    jamie
    "Jamie Tsao" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I'm using weblogic 6.0 sp2, and it seems as though the war deployment isnot
    working. My war consists of jsps, images, and under the WEB-INF/classes
    directory, Struts classes (i.e. Form and Action classes). When I try torun
    a jsp, i get the following error :
    <Jul 30, 2001 11:48:10 AM PDT> <Error> <HTTP>
    <[WebAppServletContext(4655498,ati
    nera)] Root cause of ServletException
    javax.servlet.jsp.JspException: Exception creating bean of class
    com.atinera.log
    in.web.LoginForm: java.lang.ClassNotFoundException:
    com.atinera.login.web.LoginF
    orm
    But if you look in the war, that class is in there.
    What gives ?
    Thanks,
    Jamie
    Dimitri

  • DBAdapter Is Not Working On 10.1.3.3

    Hi,
    I'm using soa suite 10.1.3.3 (Linux Server)
    I have defined a data base connection(10g) and I'm calling from a DBAdapter to the DB.
    I have all the mcf properties set to have the correct values of the DB.(on my client it works, same installation same process)
    From some reason it doesn't work. (JNDI is not define in oc4j-ra.xml)
    Does any one knows wht can be the reason?
    We have to go live and it's urgent. (I follow also the "Oracle Application Server Adapter for Databases" and nothing works. I get the ssame errors always orabpel-00000....null pointer exception......)

    Hi
    If you give correct db connection properties in db adaptor's wsdl , it will work. If jndi properties were not available in db adaptor's wsdl file, then bpel server will pick jndi properties from oc4j-ra.xml.
    Give system name instead of IP address of database server in mcf.ConnectionString property. This will work.
    Krish

  • Weblogic.servlet.reloadCheckSecs in web.xml not working

    Given the following web.xml file:
              <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
              1.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              <web-app>
              <context-param>
              <param-name>weblogic.servlet.reloadCheckSecs</param-name>
              <param-value>100</param-value>
              </context-param>
              <servlet>
              <servlet-name>CookieCounter</servlet-name>
              <servlet-class>servlets.CookieCounter</servlet-class>
              </servlet>
              <servlet-mapping>
              <servlet-name>CookieCounter</servlet-name>
              <url-pattern>monster</url-pattern>
              </servlet-mapping>
              <welcome-file-list>
              <welcome-file>hello.html</welcome-file>
              </welcome-file-list>
              <error-page>
              <error-code>404</error-code>
              <location>/error.jsp</location>
              </error-page>
              </web-app>
              It seems the weblogic.servlet.reloadCheckSecs property is not taking effect.
              The
              default value of -1 is always used. I did stop and restart weblogic.
              I also trid to set the servlet classpath in the web.xml file with
              weblogic.servlet.classpath
              property and it did not change the classpath for the servlet. It seems that
              other
              items are working such as adding new servletrs to the web application. Note
              that
              this is the cookie sample application that installes with the beta 2
              download.
              Thanks,
              Dan.
              

    Hi All:
    Thanks for all your help regarding the adfAuthentication success_url. Now I am able to configure to make this work. But now I am facing another issue i.e. I am getting 401 Not authorized message when the success_url is pointed to the jspx page.
    Note: I am using custom login module similar to DBProcOraDataSourceLoginModule so my roles are stored in the custom Role class. So I am not sure how to pass this role info to the security in ADF in order to authorize the page to be viewed.
    Could you please help and can you point me to any specific link.
    Thanks & Regards
    Sridhar Doki

  • Lightroom link to PS Panorama merge Not working with Photoshop CC 2014 upgrade

    I recently received an upgrade to PS CC to PS CC2014. After Upgrading I now notice the Option in Lightroom 5.5 to edit in PS and merge to Panorama is no longer working.
    When used, PS program starts, but does not con tune with the script to load existing files and merge into a panorama image.
    Does PS CC 2014 use a different script? as it seems to be failing.
    Has anyone else had this issue, is there a fix coming?

    This worked for me, and a simple solution...
    Start PS - restart LR :-)

  • Word 2013 Email merge not working

    Hi, 
    i have tried for some time to send personalized emails to a number of persons. everything works fine, except that the emails are not sending :)
    windows 8.1 on surface pro and office 2013 updated.

    everything works fine, except that the emails are not sending :)
    Hi Andrei,
    Did you see any error messages when you try this? When you click "OK" on the "Merge to E-mail" dialog, did you see the message appears in the Outlook outbox?
    Please elaborate a little bit on your question/symptom, so that it will be easy for us to help you.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • DbAdapter + Polling not working

    Hello
    I work with Fusion Middleware 11g + JDeveloper 11.1.1.4.0.
    I have created a SOA Project, then added a DbAdapter to poll data every 15 seconds from a table.
    I also added a BPEL Process.
    I connected the output of the DbAdapter to the BPEL Process Input (one way).
    When I deploy to the soa "default" domain, I do not see any instance of my service.
    Should I see as many instances as there is polling ? I only see "0" as instances.
    Should I start the dbAdapter polling manually ?
    Thanks.

    Hi,
    Things to check when working with DbAdapter...
    1. Have you created the data source on Admin Console under Services > Data Sources ?
    2. Under Deployments > DbAdapter > Outbound Connection Polls ... do you see your eis/DB/xxxx connection there ?
    3. Is the eis/DB/xxxx exactly the same name that you have in your .jca file ?
    4. If you click on your eis/DB/xxxx connection do you see values for dataSourceName or xADataSourceName ?
    5. Is the value of dataSourceName or xADataSourceName exactly the same as the jndi name of the data source created on step 1 ?
    6. If everything looks alright then browse the JNDI tree and see if you can find the data souce and the eis/DB/xxx there, if it's not there you may have to restart the server...
    Cheers,
    Vlad

  • Outbound merge not working with where conditions in 10g

    Hi,
    These are my database details both remote and local database
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for HPUX: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - ProductionI am doing a merge into a remote database from a local table using below query...
    MERGE into sap_mmd_po_all@cosmic_dev.somedomainname trg using (select * from sap_mmd_cmas_po where upload_flag in ('I','U')) src
      on (trg.PO_NO=src.PO_NO and trg.LINE_DISTRIB_SEQ=src.LINE_DISTRIB_SEQ)
      WHEN MATCHED THEN
        update set
          trg.PO_STATUS_FLG=src.PO_STATUS_FLG,
          trg.SHIP_TO_FACILITY_CD=src.SHIP_TO_FACILITY_CD,
          trg.DELV_TO_PHONE_NO=src.DELV_TO_PHONE_NO,
          trg.DELV_TO_NM=src.DELV_TO_NM,
          trg.DELV_TO_ADDRESS_1=src.DELV_TO_ADDRESS_1,
          trg.PO_ITEM_NO=src.PO_ITEM_NO,
          trg.ITEM_DESCRP=src.ITEM_DESCRP,
          trg.PARTY_NM=src.PARTY_NM,
          trg.VENDOR_ITEM_ID=src.VENDOR_ITEM_ID,
          trg.PO_LN_CRTE_DT=src.PO_LN_CRTE_DT,
          trg.BILL_UOM_CD=src.BILL_UOM_CD,
          trg.COMMODITY_CD=src.COMMODITY_CD,
          trg.COMMODITY_NM=src.COMMODITY_NM,
          trg.BSNSS_UNIT_NO=src.BSNSS_UNIT_NO,
          trg.PO_LN_ORD_QTY=src.PO_LN_ORD_QTY,
          trg.DISTRIB_AMT=src.DISTRIB_AMT,
          trg.PO_LN_DEL_IND=src.PO_LN_DEL_IND,
          trg.PO_DEL_IND=src.PO_DEL_IND,
          trg.PO_TYPE=src.PO_TYPE,
          trg.DOC_DATE=src.DOC_DATE,
          trg.CRTE_DT_TM=src.CRTE_DT_TM,
          trg.UPD_DT_TM=systimestamp,
          trg.SOURCE_SYSTEM=src.SOURCE_SYSTEM,
          trg.PO_LN_LST_CHNGE_DT=src.PO_LN_LST_CHNGE_DT,
          trg.TXJCD=src.TXJCD,
          trg.PLANT=src.PLANT
          where (src.upload_flag='U')--if i remove this then it is working
      WHEN NOT MATCHED THEN
        insert( trg.PO_NO,
                trg.LINE_DISTRIB_SEQ,
                trg.PO_STATUS_FLG,
                trg.SHIP_TO_FACILITY_CD,
                trg.DELV_TO_PHONE_NO,
                trg.DELV_TO_NM,
                trg.DELV_TO_ADDRESS_1,
                trg.PO_ITEM_NO,
                trg.ITEM_DESCRP,
                trg.PARTY_NM,
                trg.VENDOR_ITEM_ID,
                trg.PO_LN_CRTE_DT,
                trg.BILL_UOM_CD,
                trg.COMMODITY_CD,
                trg.COMMODITY_NM,
                trg.BSNSS_UNIT_NO,
                trg.PO_LN_ORD_QTY,
                trg.DISTRIB_AMT,
                trg.PO_LN_DEL_IND,
                trg.PO_DEL_IND,
                trg.PO_TYPE,
                trg.DOC_DATE,
                trg.CRTE_DT_TM,
                trg.UPD_DT_TM,
                trg.SOURCE_SYSTEM,
                trg.PO_LN_LST_CHNGE_DT,
                trg.TXJCD,
                trg.PLANT)
        values( src.PO_NO,
                src.LINE_DISTRIB_SEQ,
                src.PO_STATUS_FLG,
                src.SHIP_TO_FACILITY_CD,
                src.DELV_TO_PHONE_NO,
                src.DELV_TO_NM,
                src.DELV_TO_ADDRESS_1,
                src.PO_ITEM_NO,
                src.ITEM_DESCRP,
                src.PARTY_NM,
                src.VENDOR_ITEM_ID,
                src.PO_LN_CRTE_DT,
                src.BILL_UOM_CD,
                src.COMMODITY_CD,
                src.COMMODITY_NM,
                src.BSNSS_UNIT_NO,
                src.PO_LN_ORD_QTY,
                src.DISTRIB_AMT,
                src.PO_LN_DEL_IND,
                src.PO_DEL_IND,
                src.PO_TYPE,
                src.DOC_DATE,
                systimestamp,
                src.UPD_DT_TM,
                src.SOURCE_SYSTEM,
                src.PO_LN_LST_CHNGE_DT,
                src.TXJCD,
                src.PLANT)
                where src.upload_flag='I'--if i remove this then it is working
                ;And it is throwing an error like...
    SQL Error: ORA-00904: "A3"."UPLOAD_FLAG": invalid identifierBut when I replace the remote table name with local table name then query is functioning fine...
    table structure in local database..
    CREATE TABLE SAP_MMD_CMAS_PO
       (     "PO_NO" VARCHAR2(10 BYTE) NOT NULL ENABLE,
         "LINE_DISTRIB_SEQ" NUMBER NOT NULL ENABLE,
         "PO_STATUS_FLG" VARCHAR2(40 BYTE),
         "SHIP_TO_FACILITY_CD" VARCHAR2(100 BYTE),
         "DELV_TO_PHONE_NO" VARCHAR2(50 BYTE),
         "DELV_TO_NM" VARCHAR2(100 BYTE),
         "DELV_TO_ADDRESS_1" VARCHAR2(1000 BYTE),
         "PO_ITEM_NO" VARCHAR2(100 BYTE),
         "ITEM_DESCRP" VARCHAR2(200 BYTE),
         "PARTY_NM" VARCHAR2(1000 BYTE),
         "VENDOR_ITEM_ID" VARCHAR2(100 BYTE),
         "PO_LN_CRTE_DT" TIMESTAMP (6),
         "BILL_UOM_CD" VARCHAR2(50 BYTE),
         "COMMODITY_CD" VARCHAR2(50 BYTE),
         "COMMODITY_NM" VARCHAR2(50 BYTE),
         "BSNSS_UNIT_NO" VARCHAR2(50 BYTE),
         "PO_LN_ORD_QTY" NUMBER,
         "DISTRIB_AMT" NUMBER,
         "PO_LN_DEL_IND" VARCHAR2(10 BYTE),
         "PO_DEL_IND" VARCHAR2(10 BYTE),
         "PO_TYPE" VARCHAR2(10 BYTE),
         "DOC_DATE" TIMESTAMP (6),
         "CRTE_DT_TM" TIMESTAMP (6),
         "UPD_DT_TM" TIMESTAMP (6),
         "SOURCE_SYSTEM" VARCHAR2(100 BYTE),
         "PO_LN_LST_CHNGE_DT" TIMESTAMP (6),
         "TXJCD" VARCHAR2(50 BYTE),
         "PLANT" VARCHAR2(10 BYTE),
         "UPLOAD_FLAG" VARCHAR2(1 BYTE),
          PRIMARY KEY ("PO_NO", "LINE_DISTRIB_SEQ")
    --table structure in remote database table
    CREATE TABLE SAP_MMD_PO_ALL
       (     "PO_NO" VARCHAR2(10 BYTE) NOT NULL ENABLE,
         "LINE_DISTRIB_SEQ" NUMBER NOT NULL ENABLE,
         "PO_STATUS_FLG" VARCHAR2(40 BYTE),
         "SHIP_TO_FACILITY_CD" VARCHAR2(100 BYTE),
         "DELV_TO_PHONE_NO" VARCHAR2(50 BYTE),
         "DELV_TO_NM" VARCHAR2(100 BYTE),
         "DELV_TO_ADDRESS_1" VARCHAR2(1000 BYTE),
         "PO_ITEM_NO" VARCHAR2(100 BYTE),
         "ITEM_DESCRP" VARCHAR2(200 BYTE),
         "PARTY_NM" VARCHAR2(1000 BYTE),
         "VENDOR_ITEM_ID" VARCHAR2(100 BYTE),
         "PO_LN_CRTE_DT" TIMESTAMP (6),
         "BILL_UOM_CD" VARCHAR2(50 BYTE),
         "COMMODITY_CD" VARCHAR2(50 BYTE),
         "COMMODITY_NM" VARCHAR2(50 BYTE),
         "BSNSS_UNIT_NO" VARCHAR2(50 BYTE),
         "PO_LN_ORD_QTY" NUMBER,
         "DISTRIB_AMT" NUMBER,
         "PO_LN_DEL_IND" VARCHAR2(10 BYTE),
         "PO_DEL_IND" VARCHAR2(10 BYTE),
         "PO_TYPE" VARCHAR2(10 BYTE),
         "DOC_DATE" TIMESTAMP (6),
         "CRTE_DT_TM" TIMESTAMP (6),
         "UPD_DT_TM" TIMESTAMP (6),
         "SOURCE_SYSTEM" VARCHAR2(100 BYTE),
         "PO_LN_LST_CHNGE_DT" TIMESTAMP (6),
         "TXJCD" VARCHAR2(50 BYTE),
         "PLANT" VARCHAR2(10 BYTE),
         "DELETE_FLAG" VARCHAR2(1 BYTE) DEFAULT 'N',
          PRIMARY KEY ("PO_NO", "LINE_DISTRIB_SEQ")
      )It seems to me like a bug, but not quite sure...
    your suggestions are appreciated.
    Thanks,
    Ravi Kumar
    Edited by: ravikumar.sv on Dec 14, 2009 1:31 PM
    Commented the where conditions in merge query

    Hi,
    Yes, i hit the same error....
    SQL> ed
    Wrote file afiedt.buf
      1  merge into hr.test1@test_dblink using test2 on (test1.id = test2.id)
      2  when matched then update set test1.col1=test2.col2 where test2.id=2
      3* when not matched then insert (id, col1) values(test2.id,test2.col2)
    SQL> /
    merge into hr.test1@test_dblink using test2 on (test1.id = test2.id)
    ERROR at line 1:
    ORA-00904: "A3"."ID": invalid identifier
    ORA-02063: preceding line from TEST_DBLINKBUT here is a work around...to add the where condition while joining(ON) itself.
    SQL> ed
    Wrote file afiedt.buf
      1  merge into hr.test1@test_dblink using test2 on (test1.id = test2.id and tes
    t2.id=2)
      2  when matched then update set test1.col1=test2.col2
      3* when not matched then insert (id, col1) values(test2.id,test2.col2)
    SQL> /
    2 rows merged.
    SQL>For you the condition would be...
    on (trg.PO_NO=src.PO_NO and trg.LINE_DISTRIB_SEQ=src.LINE_DISTRIB_SEQ AND src.upload_flag='U')cheers,
    Edited by: Avinash Tripathi on Dec 14, 2009 2:53 PM

  • Workshop for weblogic and spring 2.0.6 not working on weblogic 92

    Hi,
    I try to use workshop for weblogic 10.1 to create a web project using spring mvc framework and deploy it to a weblogic 9.2 server, and it gives me the error.
    Here's what I have done:
    Create a 9.2 server.
    Create a web project with spring facet, I downloaded spring 2.0.6.
    I created a test jsp page along with applicationContext.xml and springServlet.xml spring support.
    When I start the server and publish the ear to the server,
    I got the following error:
    Aug 28, 2007 9:18:03 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Aug 28, 2007 9:18:27 AM EDT> <Error> <HTTP> <BEA-101216> <Servlet: "SpringContextServlet" failed to preload on startup in Web application: "springmvcWar".
    java.lang.NoClassDefFoundError: weblogic/i18n/logging/MessageLoggerRegistryListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:338)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:291)
         Truncated. see log file for complete stacktrace
    I couldn't find the class weblogic/i18n/logging/MessageLoggerRegistryListener anywhere.
    Does anybody have seen this error before.
    Thanks
    maildt

    Hi,
    I tried the scenario against 9.2mp1 server and 9.2mp2 server and the publish worked fine.
    The only difference is the jsp file you created
    Can you remove your jsp file and see if the publish still fails?
    Which version of 9.2 server are you using? Also, what all facets are you using other than spring?
    Can you also try something and see if it helps?
    1. Open a new workspace
    2. In Window -> Preferences -> WebLogic -> J2EE Libraries, removed the logging bridge libraries (the 10.0 version) and re-added these libraries from a 9.2 installation.
    Basically they are
    wls-commonslogging-bridge 1.0/1.0
    wls-commonslogging-bridge-war 1.0/1.0
    wls-commonslogging-bridge 1.0/1.1
    wls-commonslogging-bridge-war 1.0/1.1
    and add 2 jars from 9.2_BEA_HOME/weblogic92\common\deployable-libraries
    3. Create web project and follow the other steps
    Thanks
    Vimala

  • Wls 10.3 weblogic-webservices.xml transaction-timeout attribute not working

    Hi, need some urgent need.
    I have a stateless ejb webservice and I'm trying to set the transaction timeout for some of the methods. Right now my webservice transaction is timing out to the default of 30 secs. I've tried setting in the admin console the JTA transaction timeout option, didn't work (file a case with bea support #81233). And after days of researching and searching I came across that you can setup the weblogic webservice transaction-timeout thru the weblogic-webservices.xml deployment descriptor. Tried setting the transaction-timeout attribute to 120 secs. and that didn't work. Here is the snippet of the xml file.
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices xmlns="http://www.bea.com/ns/weblogic/weblogic-webservices" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-webservices http://www.bea.com/ns/weblogic/weblogic-webservices/1.0/weblogic-webservices.xsd">
    <webservice-description>
    <webservice-description-name>com.starcomsoft.pp.system.jws.SystemWSImpl</webservice-description-name>
    <webservice-type>JAXRPC</webservice-type>
    <port-component>
    <port-component-name>SystemWSSoapPort</port-component-name>
    <service-endpoint-address>
    <webservice-contextpath>starcomsoft_ws</webservice-contextpath>
    <webservice-serviceuri>/SystemWSImpl</webservice-serviceuri>
    </service-endpoint-address>
         <transaction-timeout>120</transaction-timeout>
         <reliability-config>
              <inactivity-timeout>P0DT600S</inactivity-timeout>
         </reliability-config>
    </port-component>
    </webservice-description>
    </weblogic-webservice>
    Does anybody have any clue to solve my urgent need.
    Thanks in advance for your help or suggestion.

    Unhandled exception
    Type=Segmentation error vmState=0x00040000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=F144C588 Handler2=F1446A9C
    Module=/app/oracle/product/Middleware/wlserver_10.3/server/native/aix/ppc/libmuxer.so
    Module_base_address=D8457000
    Target=2_40_20091214_049398 (AIX 5.3)
    CPU=ppc (4 logical CPUs) (0x600000000 RAM)
    ----------- Stack Backtrace -----------
    (0xD696E748 [libj9vm24.so+0x48748])
    (0xD8383EDC [libjclscar_24.so+0x10edc])
    (0xD8384514 [libjclscar_24.so+0x11514])
    (0xD6967718 [libj9vm24.so+0x41718])
    (0xD6967158 [libj9vm24.so+0x41158])
    (0xD69640D0 [libj9vm24.so+0x3e0d0])
    (0xD6932C9C [libj9vm24.so+0xcc9c])
    (0xD69BBA18 [libj9prt24.so+0x3a18])
    (0xD6932BB8 [libj9vm24.so+0xcbb8])
    (0xD69A77CC [libj9thr24.so+0x27cc])
    pthreadbody+0x118 (0xD010D784 [libpthreads.a+0x3784])

  • Call merge not working properly in iphone6 iOS 8.1

    I am experiencing a problem with call merging in my iPhone 6 iOS 8.1 (T-Mobile). Sometimes it is hanging when I am tapping on merge option, hanging in the sense both the call remains in hold state and have to disconnect and call back, once it even was not able to disconnect a call after hanging.

    I am experiencing a problem with call merging in my iPhone 6 iOS 8.1 (T-Mobile). Sometimes it is hanging when I am tapping on merge option, hanging in the sense both the call remains in hold state and have to disconnect and call back, once it even was not able to disconnect a call after hanging.

  • Read Timeout is not working with business service in OSB 11.6

    HI All,
    We have set below configuration in "Http Transport Configuration" of a business service.
    Read Timeout- 8
    Connection Timeout  - 8
    Authentication  - None
    Proxy Serve
    Follow HTTP redirects - Disable
    Use Chunked Streaming Mode - Enable
    Even though backend is taking more than the configured value in Read Timeout but timeout is not happening in OSB, Connection time out also not worked, when we tested with wrong backend URL.
    Any help for this configuration would appreciated.
    Thanks,.

    Hi,
         Have you invoked any Services before calling the Business Service.
    If Yes, then the problem with the Invoked service.In this scenario even if you set the time out period it will not work..
    If No, your request payload is high
    Regards,
    Kiran

Maybe you are looking for

  • Compressor 4

    Please Please what am I doing wrong? I know it is all my lack of understanding-it still does not work. l am try to publish or share or whatever a project I finished and compressed about 1 and 1/2 months ago to facebook. I have it codec in MPEG 4 I gu

  • Table for GL line items.

    Hi , Can anybody tell me what is the table for GL line items in R3 side. Regards,

  • What is the Role of ABAPer in SAPCRM Implementation

    Hi ABAPers, I am working in SAPCRM Implementation Project.What is the Role of the ABAPers in SAPCRM Implementation. Thanks & Regards, Ashok.

  • Times and Times New Roman Do not display the same with ADE pdf reader

    Anyone an idea why? (These fonts display the same with MS word and Adobe Acrobate reader)

  • Blog comments gone...

    I suppose I know the answer to this, but after several problems publishing, I "published all to mobileme" and all of the comments disappeared from my blogs. Unfortunately, this is a business for us, and we had multiple blogs with hundreds of comments