Messages in 10g

I've searched through the forum and can't find information for what I believe is a general problem that I'm having with Forms 10g (10.1.2).
None of the "normal" Forms messages are appearing. If I open a form, enter values in a field or two then refresh the page (to get a new version that I generated), I get a "beep", suggesting that the message that would normally appear, prompting me for action on the record that I created, should be displayed. However, no message appears.
I've also tried to display a message in response to a user-event from a WHEN-VALIDATE-ITEM, but it doesn't appear. The call does:
     MESSAGE('---My Error Message---',ACKNOWLEDGE);
     PAUSE;
But all I get is a message window with the prompt / message "Please Acknowledge".
What am I missing or doing wrong? I just want the "old" - Forms 6i type of behavior.
Thanks.

Don't set the console property to null. Set it to your main window.
Also, if you want a message to appear in a dialog box instead of the status bar, then do this:
message('Your message goes here.');
message(' ', NO_ACKNOWLEDGE);  -- a single spaceIf that still doesn't work, then maybe you have an ON-ERROR or ON-MESSAGE trigger that is not displaying messages.

Similar Messages

  • Issue with RN messages between 10g and 11g

    Hi All,
    We are facing some issues for RN messages;
    We have configured Rosettanet Actions on both 10G and 11G . In 11G we have the RNTP (remote trading partner) in 10G we have host. The messages posted from host(10g) are not reaching the 11g remote TP, but failing due to the below errors;
    <29-Aug-2012 14:47:07 o'clock IST> <Error> <oracle.soa.b2b.engine> <BEA-000000> <B2B Label:PCBPEL_11.1.1.6.0_GENERIC_111
    214.0600.1553: java.lang.NullPointerException
    at oracle.tip.b2b.exchange.rnif11.RNExchangePlugin.decodeIncomingMessage(RNExchangePlugin.java:212)
    at oracle.tip.b2b.exchange.rnif11.RNExchangePlugin.decodeIncomingMessage(RNExchangePlugin.java:582)
    at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:1919)
    at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1650)
    at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4042)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3718)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3205)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:677)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:211)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Could anyone help us on this issue?
    Regards,
    Raj

    Hi Dheeraj ,
    1. With Both 10G we are getting the below error with Rosettanent Exchange Protocol Version 01.10 :
    Description: An unexpected error occurred during validation
    StackTrace:
    Error -: AIP-51505: General Validation Error: Error -: AIP-51505: General Validation Error: oracle.xml.parser.schema.XSDException
    at oracle.tip.adapter.b2b.document.rn20.RNDocumentPlugin.processIncomingDocument(RNDocumentPlugin.java:163)
    at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1927)
    at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2617)
    at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2487)
    at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2442)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
    at java.lang.Thread.run(Thread.java:534)
    However , when we changed the Exchange Protocol Version to V02.00 we got the below error :
    Machine Info: (APT3VW03)
    Description: B2B adapter general error
    StackTrace:
    Error -: AIP-50031: B2B adapter general error: Error -: AIP-50025: Repository error : Error -: AIP-50547: Trading partner agreement not found for the given input values: From party[NAME] "null", To party[NAME] "null", Business action name "RequestPurchaseOrderAction"; also verify agreement effectiveToDate
    at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:2006)
    at oracle.tip.adapter.b2b.engine.Engine.incomingContinueProcess(Engine.java:2617)
    at oracle.tip.adapter.b2b.engine.Engine.handleMessageEvent(Engine.java:2487)
    at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2442)
    at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
    at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
    at java.lang.Thread.run(Thread.java:534)
    2. With both 11G Environments we are getting the below error (Exchange Protocol Version 01.10):
    <05-Sep-2012 13:49:36 o'clock IST> <Error> <oracle.soa.b2b.engine> <BEA-000000> <B2B Label:PCBPEL_11.1.1.6.0_GENERIC_111
    214.0600.1553: java.lang.NullPointerException
    at oracle.tip.b2b.exchange.rnif11.RNExchangePlugin.decodeIncomingMessage(RNExchangePlugin.java:212)
    at oracle.tip.b2b.exchange.rnif11.RNExchangePlugin.decodeIncomingMessage(RNExchangePlugin.java:582)
    at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:1919)
    at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1650)
    at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4042)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3883)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3205)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:677)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:211)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    >
    <05-Sep-2012 13:49:36 o'clock IST> <Error> <oracle.soa.b2b.engine> <BEA-000000> <java.lang.NullPointerException
    at oracle.tip.b2b.msgproc.DbAccess.insertMsgTblRowImpl(DbAccess.java:621)
    at oracle.tip.b2b.msgproc.DbAccess.insertMsgTblRow(DbAccess.java:524)
    at oracle.tip.b2b.msgproc.DbAccess.updateWireBusinessToErrorState(DbAccess.java:6241)
    at oracle.tip.b2b.engine.Engine.handleInboundException(Engine.java:5130)
    at oracle.tip.b2b.engine.Engine.handleExceptionBeforeIncomingTPA(Engine.java:5062)
    at oracle.tip.b2b.engine.Engine.processIncomingMessageImpl(Engine.java:1983)
    at oracle.tip.b2b.engine.Engine.processIncomingMessage(Engine.java:1650)
    at oracle.tip.b2b.engine.Engine.incomingContinueProcess(Engine.java:4042)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3883)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:3205)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:677)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:211)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:184)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Regards,
    Raj

  • 41052 Cannot find window. Invalid ID. error message in 10g

    Hi guys, after migrating to 10g from 6i I am getting the above message when trying to go to another form by double clicking on an item. Can someone please help me why this is happening... and what should I do?
    any help will be greatly appreciated...

    hi
    if u r using the following code please then u have to mention the window1 here is an example:.
    set_window_property (FORMS_MDI_WINDOW, window_state, maximize);
    set_window_property( 'WINDOW1' ,window_state,maximize);sarah

  • AQ XMLType : Example to Enqueue an XMLType message in 10g AQ

    I am looking for an example to enqueue a XMLType message in AQ oracle 10g version : I need the actual payload example,
    When I enqueue a payload the queue rejects the message.
    any Help would be appreciated
    Thanks
    stan

    Create Queue Table
    EXECUTE DBMS_AQADM.CREATE_QUEUE_TABLE (queue_table=> 'fraudxml_qtab', queue_payload_type => 'sys.XMLTYPE');
    Create Queue
    EXECUTE DBMS_AQADM.CREATE_QUEUE (queue_name => 'fraudxml_queue', queue_table => 'fraudxml_qtab');
    EXECUTE DBMS_AQADM.START_QUEUE (queue_name => 'fraudxml_queue');
    This is the Enqueue
    SET TIMING ON
    DECLARE
    enqueue_options dbms_aq.enqueue_options_t;
    indoc VARCHAR2(2000);
    indomdoc dbms_xmldom.domdocument;
    innode dbms_xmldom.domnode;
    myParser dbms_xmlparser.Parser;
    message_properties dbms_aq.message_properties_t;
    message_handle RAW(16);
    message sys.XMLTYPE;
    BEGIN
    FOR j IN 1 ..100000
    loop
    indoc := '<emp><name> Stan </name></emp>';
    myParser := dbms_xmlparser.newParser;
    dbms_xmlparser.parseBuffer(myParser, indoc);
    indomdoc := dbms_xmlparser.getDocument(myParser);
    message := XMLTYPE(indomdoc);
    -- message := XMLTYPE('<test><name>Stan Kumar</name><ID>11111111</ID></test>');
    dbms_aq.enqueue(queue_name => 'msg_queue',
    enqueue_options => enqueue_options,
    message_properties => message_properties,
    payload => message,
    msgid => message_handle);
    COMMIT;
    end loop;
    END;

  • Warning message in 10g related to timestamp

    select * from v$version;
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    create table jtime(jtime timestamp with time zone);
    create or replace procedure jtimePro as
    begin
    insert into jtime values(systimestamp);
    end jtimePro;
    Assuming I compile it via SQL Developer I get a message of
    Warning(3,28): PLW-07202: bind type would result in conversion away from column type
    I did check the return type on systimestamp it is a timestamp with time zone.
    I also different column type of just timestamp with the same warning message. Any ideas how to use a timestamp or timestamp with time zone datatype and not get a warning message?
    Also how do I see the warning messages in sql+ there is no 'show warnings'
    Thanks

    SQL> alter session set PLSQL_WARNINGS = 'enable:ALL' ;
    Session altered.
    SQL> create table jtime(jtime timestamp with time zone);
    Table created.
    SQL> create or replace procedure jtimePro as
      2  begin
      3  insert into jtime values(systimestamp);
      4  end jtimePro;
      5  /
    SP2-0804: Procedure created with compilation warnings
    SQL> show errors
    Errors for PROCEDURE JTIMEPRO:
    LINE/COL ERROR
    3/26     PLW-07202: bind type would result in conversion away from column
             type
    SQL> create or replace procedure jtimePro as
      2      dt_tz timestamp with time zone ;
      3  begin
      4      dt_tz := systimestamp ;
      5  insert into jtime values(dt_tz);
      6  end jtimePro;
      7  /
    Procedure created.
    SQL> show errors
    No errors.
    SQL>

  • PL/SQL message problems 10g

    Hi,
    Im having a problem with using the message function in my PL/SQL statement.
    When I use for example:
    MESSAGE('This is an example');
    No message is displayed, the condition is being checked, I can tell, because it will not let me navigate away from the field, until the field is correct, I am checking that the field is less than a certain number.
    However the error message I have defined in MESSAGE('This is an example') does not appear anywhere?
    Why is this?

    MESSAGE function is user defined function in your project, isn't it?
    You can use raise_application_error instead of that,
    or you might to be able to get it by turning SEREVEROUTPUT ON.
    SQL> execute raise_application_error(-20100,'My Error Message');
    BEGIN raise_application_error(-20100,'My Error Message'); END;
    ERROR at line 1:
    ORA-20100: My Error Message
    ORA-06512: at line 1
    SQL> execute dbms_output.put_line('Test Message');
    PL/SQL procedure successfully completed.
    SQL> set serveroutput on
    SQL> execute dbms_output.put_line('Test Message');
    Test Message
    PL/SQL procedure successfully completed.
    SQL> execute MESSAGE('SHOULD NOT EARN MORE THAN MANAGER');
    BEGIN MESSAGE('SHOULD NOT EARN MORE THAN MANAGER'); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'MESSAGE' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

  • Suppress error message in 10g

    using
    :system.message_level:=25;
    commit;
    :system.message_level:=0;
    i can suppress error message in froms 9i but when i run that form in iAS10g
    the message "no changes to save" does not suppress.

    It's not a good idea to suppress error messages. If there is a problem, then you (or user) won't know.
    If you are using the system.message_level only to try and suppress, the "no changes to save" message, then a better way is to check if there are changes before doing the commit. Like this:
    IF :System.Form_Status = 'CHANGED' THEN
    Commit_Form;
    END IF;

  • Getting messages in 10g database when archive turned on

    Tue Oct 23 07:58:48 2007
    Shutting down archive processes
    Tue Oct 23 07:58:53 2007
    ARCH shutting down
    ARC2: Archival stopped
    Tue Oct 23 08:00:40 2007
    Memory Notification: Library Cache Object loaded into SGA
    Heap size 5994K exceeds notification threshold (2048K)
    KGL object name :select * from sys.dba_extents
    Tue Oct 23 08:52:53 2007
    Thread 1 cannot allocate new log, sequence 15834
    Private strand flush not complete
    Can any guru tell me that these messages are usual or something serious with database.pls response

    Thnaks for your valueable information.
    these messages coming in alert.log and generation of archiving is so huge like in 5-10 seconds.please see below .
    it also showing
    ORACLE Instance AAAA - Can not allocate log, archival required
    i have been increased destination size.But database is running.
    Thread 1 cannot allocate new log, sequence 16220
    Checkpoint not complete
    Current log# 1 seq# 16219 mem# 0: +DATA/AAAA/onlinelog/group_1.262.627676809
    Current log# 1 seq# 16219 mem# 1: +DATA/AAAA/onlinelog/group_1.263.627676811
    Thread 1 advanced to log sequence 16220
    Current log# 2 seq# 16220 mem# 0: +DATA/AAAA/onlinelog/group_2.264.627676813
    Current log# 2 seq# 16220 mem# 1: +DATA/AAAA/onlinelog/group_2.265.627676817
    Thread 1 cannot allocate new log, sequence 16221
    Checkpoint not complete
    Current log# 2 seq# 16220 mem# 0: +DATA/AAAA/onlinelog/group_2.264.627676813
    Current log# 2 seq# 16220 mem# 1: +DATA/AAAA/onlinelog/group_2.265.627676817
    Wed Oct 24 07:30:19 2007
    Thread 1 advanced to log sequence 16221
    Current log# 3 seq# 16221 mem# 0: +DATA/AAAA/onlinelog/group_3.266.627676819
    Current log# 3 seq# 16221 mem# 1: +DATA/AAAA/onlinelog/group_3.267.627676821
    Wed Oct 24 07:30:26 2007
    ORACLE Instance AAAA - Can not allocate log, archival required
    Thread 1 cannot allocate new log, sequence 16222
    All online logs needed archiving
    Current log# 3 seq# 16221 mem# 0: +DATA/AAAA/onlinelog/group_3.266.627676819
    Current log# 3 seq# 16221 mem# 1: +DATA/AAAA/onlinelog/group_3.267.627676821
    Thread 1 advanced to log sequence 16222
    Current log# 1 seq# 16222 mem# 0: +DATA/AAAA/onlinelog/group_1.262.627676809
    Current log# 1 seq# 16222 mem# 1: +DATA/AAAA/onlinelog/group_1.263.627676811
    Wed Oct 24 07:30:36 2007
    Thread 1 cannot allocate new log, sequence 16223
    Checkpoint not complete
    thanks & regards

  • Unable to email a document.  Keep getting error message:  Invalid Date Enter 2-digit month

    Unable to email a document.  Keep getting error message:  Invalid Date Enter 2-digit month
    Does not happen with all forms which emante from same USG webpage
    Any adivice?

    If i am using 11G andrtp is 11g but on rtp side if they configure SSL, is it mandatory to do it from our side also?No it not mandatory to enable SSL at your end however you have to configure identity and trsut at your end.
    Any update on my regular question(The main forum question)?You mentioned that you are posting message from 10g to 11g and as per log you are sending it to URL - https://dev-nog.server:443/b2b/transportServlet
    So few things which I see as a problem are-
    1. You should use URL https://hostname:soa_server_ssl_port/b2b/httpReceiver instead of https://dev-nog.server:443/b2b/transportServlet
    2. SOA server SSL port should be enabled (SSL should be enabled on SOA server)
    3. You should configure wallet at 10g side to contain trust cert of 11g server
    Regards,
    Anuj

  • Logging into oracle server 10g

    Hello,
    I wanted to log messages to 10g server. There are system logs, domain logs etc.
    To log the message particulary to a specific log i.e. system log., domain log etc.
    Need help for the same.
    thanks in advance.

    Hi,
    can you please specify what you want to do?

  • All CX traffic dropped on data plane with error message 'Unable to create policy params (policy-params-failed)

    Problems with CX dropping all traffic - error message: Unable to create policy params (policy-params-failed) seen when issuing cli cmd show opdata framedrop on CX.
    Data hits ASA Service Policy and is redirected to CX, but no traffic is passed (user experience is timeout in browser).
    Problem started after SW upgrade - present running versions:
    ASA version: 9.1.5(21)
    CX version: 9.3.3.1 (13)
    Have tried to disable all policies and create a 'permit any any' policy, which at present is the only activve policy - still same problem.
    Any suggestions?

    If i am using 11G andrtp is 11g but on rtp side if they configure SSL, is it mandatory to do it from our side also?No it not mandatory to enable SSL at your end however you have to configure identity and trsut at your end.
    Any update on my regular question(The main forum question)?You mentioned that you are posting message from 10g to 11g and as per log you are sending it to URL - https://dev-nog.server:443/b2b/transportServlet
    So few things which I see as a problem are-
    1. You should use URL https://hostname:soa_server_ssl_port/b2b/httpReceiver instead of https://dev-nog.server:443/b2b/transportServlet
    2. SOA server SSL port should be enabled (SSL should be enabled on SOA server)
    3. You should configure wallet at 10g side to contain trust cert of 11g server
    Regards,
    Anuj

  • EM 10g authentication problem

    Hi,
    I just installed 10.1.0.2.0 on a Linux box.
    I'm trying to get into Enterprise Manager.
    According to my installation log,
    the EM url is this:
    http://leo:5500/em
    I tried it and I do get a login prompt.
    So, the app server is up.
    I'm having trouble getting authenticated.
    It does not accept my userid/pass
    (sys/manager as sysdba).
    So...
    I tried the SYS account on sqlplus.
    I can get in 2 ways via sqlplus:
    sqlplus '/as sysdba'
    sqlplus 'sys/manager as sysdba'
    So...
    I can connect via sqlplus but not EM.
    Do you have any tips on how to debug this problem?
    -moi

    ok,
    Eventually, I got EM to work on leo. Three keys to the solution were
    recoginition of the location of log files and location of
    configuration files and the emctl command. It was the emctl command
    which pointed out the location of the log files:
    /home/orabase/product/10.1.0/leopard_or10g/sysman/log/
    The configuration file:
    /home/orabase/product/10.1.0/leopard_or10g/sysman/config/emoms.properties
    I edited these parameters:
    oracle.sysman.eml.mntr.emdRepUser=SYSMAN
    oracle.sysman.eml.mntr.emdRepPwd=SYSMAN
    oracle.sysman.eml.mntr.emdRepPwdEncrypted=FALSE
    I issued these sql commands:
    ALTER USER SYSMAN IDENTIFIED BY SYSMAN;
    ALTER USER SYSMAN ACCOUNT UNLOCK;
    I issued these shell commands:
    emctl stop dbconsole
    emctl start dbconsole
    At that point I was able to login to the EM web page.
    for the most part,
    it seems to work okay.
    I do see an error message on the first page:
    Status Metric Collection Error
    However, when I click around inside the page,
    most of the screens seem to work okay.
    I do see some errors in the log files:
    For example,
    emagent.trc
    lots of these messages:
    2004-05-10 15:26:37 Thread-729096 ERROR fetchlets.oslinetok: Process
    stderr = ORA-01017: invalid username/password; logon denied (DBD
    ERROR: OCISessionBegin)
    2004-05-10 15:26:37 Thread-729096 ERROR engine:
    [oracle_database,or10g,Response] : nmeegd_GetMetricData failed :
    ORA-01017: invalid username/password; logon denied (DBD ERROR:
    OCISessionBegin)
    I wish I knew which account it is trying to login to and what passwd
    it is trying to use.
    Maybe its's a bug?
    If you have seen this
    ORA-01017: invalid username/password
    message in 10g EM and figured out how to fix it,
    please send me clues.
    Thanks,
    -moi

  • 11G / AS2 - Signed Acknowledgments

    I have our 11g B2B Test instance setup alongside our 10g B2B Test instance.
    I'm trying to configure a generic message collaboration between the two instances.
    When I send a message from 10g to 11g, apparently the Acknowledgement that is returned from 11g isn't being signed and results in the following error:
    Error -: AIP-50543: NonRepudiation is enabled but the incoming message is not signed
         at oracle.tip.adapter.b2b.tpa.MessageValidator.validateSignatureInfo(MessageValidator.java:457)
         at oracle.tip.adapter.b2b.tpa.MessageValidator.validateMessage(MessageValidator.java:149)
         at oracle.tip.adapter.b2b.tpa.TPAProcessor.processTPA(TPAProcessor.java:785)
         at oracle.tip.adapter.b2b.tpa.TPAProcessor.processIncomingTPA(TPAProcessor.java:203)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1863)
         at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2384)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1827)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:976)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1194)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
         at java.lang.Thread.run(Thread.java:534)
    I've flipped settings off and on for hours and can't seem to get this to work.
    Can someone give me a checklist to help me figure out what I'm missing?

    I went ahead and changed it there since I couldn't find it under any of the deployments...
    The Toplink error seems to have ceased, BUT
    Now I'm getting the error below, but not with every message I send - it seems to be sporadic.
    What's really odd - I'm enqueuing the exact same message over and over (I have a cronjob that runs it every minute) to the same TP.
    (I'm sending encrypted AS2 messages to our test 10g instance in an attempt to reproduce the decryption error we get every so often in our production 10G instance.)
    Error follows:
    [2010-08-19T15:57:59.532-05:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.repository] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@3e3cea62] [userId: <anonymous>] [ecid: 0000Ie6cw_q5AhFpr0CCyY1CR01y00001S,0] [SRC_CLASS: oracle.tip.b2b.log.ToplinkLogger] [APP: soa-infra] [SRC_METHOD: log] 2010.08.19 15:57:59.532--ServerSession(1866574397)--Connection(1861286680)--Thread(Thread[weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@3e3cea62,10,Application Daemon Threads])--SELECT ID, MESSAGE_ID, MESSAGE_TYPE, ACK_TYPE, MODIFIED, ATTRIBUTE1, XPATH_VALUE3, NATIVE_MSG_SIZE, ATTRIBUTE3, PAYLOAD_NAME, ATTRIBUTE5, RECEIVER_ID_TYPE, CONTENT_TYPE, RECEIVER_ID_VALUE, CORRELATION_FROM_XPATH_VALUE, RECEIVER_NAME, CORRELATION_TO_XPATH_NAME, RECEIVE_TIMESTAMP, CORRELATION_TO_XPATH_XPR, REFER_TO_MESSAGE_ID, DIRECTION, RESPONSE_MODE, DOC_PROTOCOL_NAME, RESUBMIT_COUNT, DOC_REMAINING_RETRY, SENDER_ID_TYPE, DOCTYPE_NAME, SENDER_ID_VALUE, SENDER_NAME, LABEL, SEND_TIMESTAMP, ATTRIBUTE2, STATE, BATCH_ID, TIME_TO_ACK, CORRELATION_FROM_XPATH_XPR, TPA_ID, CREATED, TPA_NAME, DOC_PROTOCOL_VERSION, TRANSLATED_MSG_SIZE, DOCUMENT_DEFINITION, XPATH_EXPRESSION1, ACK_MODE, XPATH_EXPRESSION2, CORRELATION_FROM_XPATH_NAME, XPATH_EXPRESSION3, DOC_ATTEMPT_COUNT, XPATH_NAME1, JOB_ID, XPATH_NAME2, CORRELATION_TO_XPATH_VALUE, XPATH_NAME3, ATTRIBUTE4, XPATH_VALUE1, DOC_RETRY_INTERVAL, XPATH_VALUE2, ATTACHMENT_STORAGE, NATIVE_DATA_STORAGE, TRANSLATED_DATA_STORAGE, APP_MESSAGE, EXT_BUSINESS_MESSAGE, PAYLOAD_STORAGE, WIRE_MESSAGE FROM B2B_BUSINESS_MESSAGE WHERE (MESSAGE_ID = ?)[[
         bind => [71706473]
    [2010-08-19T15:57:59.533-05:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@3e3cea62] [userId: <anonymous>] [ecid: 0000Ie6cw_q5AhFpr0CCyY1CR01y00001S,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Got 0messages for field messageId with value 71706473
    [2010-08-19T15:57:59.534-05:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@3e3cea62] [userId: <anonymous>] [ecid: 0000Ie6cw_q5AhFpr0CCyY1CR01y00001S,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] oracle.tip.b2b.msgproc.ToplinkHelper: queryById: Exit
    [2010-08-19T15:57:59.534-05:00] [soa_server1] [TRACE] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@3e3cea62] [userId: <anonymous>] [ecid: 0000Ie6cw_q5AhFpr0CCyY1CR01y00001S,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: synchedLog_J] Engine: processOutgoingMessageImpl: General Exception ERROR
    [2010-08-19T15:57:59.534-05:00] [soa_server1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@3e3cea62] [userId: <anonymous>] [ecid: 0000Ie6cw_q5AhFpr0CCyY1CR01y00001S,0] [APP: soa-infra] java.lang.NullPointerException[[
         at oracle.tip.b2b.msgproc.DbAccess.updateMsgStateAndSendTime(DbAccess.java:1920)
         at oracle.tip.b2b.msgproc.Request.postTransmit(Request.java:1842)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1552)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:794)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1294)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:738)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3077)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2706)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:540)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:200)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    java.lang.NullPointerException
         at oracle.tip.b2b.msgproc.DbAccess.updateMsgStateAndSendTime(DbAccess.java:1920)
         at oracle.tip.b2b.msgproc.Request.postTransmit(Request.java:1842)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1552)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:794)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1294)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:738)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3077)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2706)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:540)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:200)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    [2010-08-19T15:57:59.535-05:00] [soa_server1] [TRACE:32] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@3e3cea62] [userId: <anonymous>] [ecid: 0000Ie6cw_q5AhFpr0CCyY1CR01y00001S,0] [SRC_CLASS: oracle.tip.b2b.system.DiagnosticService] [APP: soa-infra] [SRC_METHOD: log] msgKey = B2B-50014
    [2010-08-19T15:57:59.535-05:00] [soa_server1] [ERROR] [] [oracle.soa.b2b.engine] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@3e3cea62] [userId: <anonymous>] [ecid: 0000Ie6cw_q5AhFpr0CCyY1CR01y00001S,0] [APP: soa-infra] Informational -: B2B-50014: General Error: java.lang.NullPointerException[[
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1351)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessage(Engine.java:738)
         at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3077)
         at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2706)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:540)
         at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:200)
         at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
         at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
         at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Caused by: java.lang.NullPointerException
         at oracle.tip.b2b.msgproc.DbAccess.updateMsgStateAndSendTime(DbAccess.java:1920)
         at oracle.tip.b2b.msgproc.Request.postTransmit(Request.java:1842)
         at oracle.tip.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1552)
         at oracle.tip.b2b.msgproc.Request.outgoingRequest(Request.java:794)
         at oracle.tip.b2b.engine.Engine.processOutgoingMessageImpl(Engine.java:1294)
         ... 8 more

  • Serious Error After SpeedGrade Dynamic Link

    I used dynamic link to send a sequence to SpeedGrade.  When I sent the sequence back to Premiere, it completely froze up and after forcing quit, Premiere said there was a serious error and needed to shut down.  Even when attempting to reopen the file, the same thing happens.  I've tried rebooting, uninstalling and checking the library folder permissions.
    2013 Mac Pro
    OS X 10.10.1
    Premiere Pro 2014.1

    Hi,
    the link exists but cannot be used for some reason (it refers to a database alias which is valid). That was actually the reason why I wanted to re-create it.
    Nevertheless I tried the utlrp.sql script, but it gave the same error as before.
    As I noted in my first message, in 10g the situation is different, there DBMS_XDBZ is also a package in the XDB schema and the synonym points to it.
    As I currently don't have access to another 11R2 database, I cannot compare the XDB schema to another one, maybe there was some problem when creating the database. But up to now I've had no problems.
    Could you please tell me how it is in your database, is there a package DBMS_XDBZ in the XDB schema or only a (public) synonym as in mine?
    Thank you.

  • Installing latest developer suite

    I'm installing the latest developer suite. I also downloaded and installed successfully the 10g database, but i get a message devsuite 10g cannot be installed on a 10g database???! If I go on anyway I get a TNS names error (I have two homes know, one for the dbase, one for devsuite) Suggestions?

    You cannot install the both product sets into the same Oracle home. Use seperate Oracle homes.
    However, you cannot use BI Beans 904, which is part of the 10g Developer Suite, to access a 10g database. To access a 10g database you will need to use BI Beans 10g which is being formally launched next week at Open World San Francisco.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

Maybe you are looking for

  • Syntax error in INSERT STATEMENT

    A problem on the date part of the query but why I don´t know, Thanks for any pointers, TIA <cfquery name="update1" datasource="trevor_SecurityDB"> INSERT INTO imagesproducts (title, info, date) VALUES ( '#form.title#', '#form.info#', '#DateFormat(Now

  • How can I get a monthly subscription for combining PDF files

    How can I get a monthly subscription for combining PDF files. I have been able to subscribe in the past, but now all I see is annual subscription. I do not need an annual subscription because I do not use it often enough.

  • WLC Management Page not responding

    Hi, I'm facing a weird problem which's the WLC management page will not be responding after a certain periods say about 2weeks. Then i've to reset the WLC system in order to get it works.Internet surfing will not be affected when the management page

  • Rationalising and organising my itunes libraries

    A new internal HD gives me the opportunity to reorganise my photos. I have several backups and a total of 10 itunes libraries. I understand that I must not fiddle with the files but how do I combine them and at the same time remove duplicates?

  • My photos keep rotating to an incorrect side

    Hi, recently iphoto has started randomly rotating some of my photos so they are on their side or upside down. I go through and change them but it keeps doing it, and when I launch a slide show it continues to do so. Even when I export them to burn on