Encountered errors in Weblogic Bridge

Hello All,
I am trying to create a bridge between OTM AQ and Weblogic JMS Queue. For that i have done folloing steps:
OTM Queue Details:
URL : jdbc:oracle:thin:@dtmdvtm1.lk.nl:1539:dtmdvtm1
Username : glogowner
Pass : xxxx
Queue Name : NB_AQ_INBOUND_QUEUE
1. I have created a Weblogic Queue with folloing Details :
Queue Name : ODITestQueue
Queue JNDI : weblogic.jms.poc.TestQueue
Connection Factory for Above queue:
Connection Factory Name : TestWLSConnectionFactory
Connection Factory Name : wls.test.XAconnectionFactory
Targeted to : Admin Server
2. After that i created DataSource for OTM AQ with following Details:
DS Name : OTMAQDS
JNDI : jdbc/OTMAQDS
Driver Class Name : oracle.jdbc.xa.client.OracleXADataSource
URL : jdbc:oracle:thin:@dtmdvtm1.lk.nl:1539:dtmdvtm1
properties: glogowner
pass : xxxx
3. After that created the foreign server for the OTM AQ
Foreign Server Name : AQJMSForeignServer
JNDI Initial Context Factory: oracle.jms.AQjmsInitialContextFactory
JNDI Properties: datasource=jdbc/OTMAQDS
Connection Factory for Foreign Server
Name : OTMAQConnectionFactory
Local JNDI Name : aqjms.odi.OTMAQQueue
Remote JNDI Name : XAQueueConnectionFactory
Destination for Foreign Server:
Name : NB_AQ_ORDER_INBOUND
Local JNDI Name : NBAQORDERINBOUNDLocal
Remote JNDI Name : Queues/NB_AQ_ORDER_INBOUND
4. After this created the JMS Bridge Destinations
A. InboundODIQueue
1. Connection Factory JNDI Name: wls.test.XAconnectionFactory
     2. Destination JNDI Name: weblogic.jms.poc.TestQueue
     3. Initial Context Factory: weblogic.jndi.WLInitialContextFactory
B. OutboundQueue
1. Connection Factory JNDI Name: aqjms.odi.OTMAQQueue
     2. Destination JNDI Name: NBAQORDERINBOUNDLocal
     3. Initial Context Factory: weblogic.jndi.WLInitialContextFactory
5. After that created a bridge "JOINBRIDGE" , source as "InboundODIQueue" and target as "OutboundQueue"
But in the monitoring tab of Bridge when we restart the server one error displays for some time "WARN: Failed to connect and will reconnect later" also in the logs i am observing below error's:
####<Apr 15, 2013 4:26:00 PM CEST> <Info> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <2f939325acf7729b:76241a93:13e0e15d685:-8000-0000000000000010> <1366035960235> <BEA-200032> <Bridge "OTMAQBridge" is configured to disallow degradation of its quality of service in cases where the configured quality of service is unreachable.>
####<Apr 15, 2013 4:26:00 PM CEST> <Error> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <2f939325acf7729b:76241a93:13e0e15d685:-8000-0000000000000010> <1366035960238> <BEA-200025> <Bridge "OTMAQBridge" failed to start, because the quality of service configured (Exactly-once) is unreachable. This is likely due to an invalid configuration or adapter limitations.>
####<Apr 15, 2013 4:26:00 PM CEST> <Info> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <2f939325acf7729b:76241a93:13e0e15d685:-8000-0000000000000010> <1366035960316> <BEA-200034> <Bridge "OTMAQBridge" is shut down.>
But in my JNDI Tree of admin server evrythings seems ok i mean no error mark with my queue or OTM foreign server.
Could you guys please help me out in this issue i want to forward the messages from my normal queue to OTM AQ.
Also Note that i can directly post message to OTM AQ that why i am creating a bridge to first post the message in normal queue and from there via bridge transfer to OTM AQ.
Thanks in Advance
Regards...

Hi Dongbo,
Thanks for the help ..
But now i am getting following errors:
####<Apr 16, 2013 10:02:19 AM CEST> <Info> <Common> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <2f939325acf7729b:-43339555:13e11d57511:-8000-0000000000000262> <1366099339125> <BEA-000628> <Created "1" resources for pool "eis/jms/WLSConnectionFactoryJNDIXA", out of which "1" are available and "0" are unavailable.>
####<Apr 16, 2013 10:02:19 AM CEST> <Info> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <2f939325acf7729b:-43339555:13e11d57511:-8000-0000000000000262> <1366099339126> <BEA-200032> <Bridge "OTMAQBridge" is configured to disallow degradation of its quality of service in cases where the configured quality of service is unreachable.>
####<Apr 16, 2013 10:02:19 AM CEST> <Info> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <2f939325acf7729b:-43339555:13e11d57511:-8000-0000000000000262> <1366099339126> <BEA-200030> <Bridge "OTMAQBridge" is configured to work in "Exactly-once" mode, and it is actually working in "Exactly-once" mode.>
####<Apr 16, 2013 10:02:19 AM CEST> <Info> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <2f939325acf7729b:-43339555:13e11d57511:-8000-0000000000000262> <1366099339126> <BEA-200028> <The bridge "OTMAQBridge" has started transferring messages.>
####<Apr 16, 2013 10:02:19 AM CEST> <Warning> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <2f939325acf7729b:-43339555:13e11d57511:-8000-0000000000000264> <1366099339131> <BEA-200026> <Bridge "OTMAQBridge" encountered some problems in one of its adapters or underlying systems. It stopped transferring messages and will try to reconnect to the adapters shortly. (The exception caught was javax.resource.ResourceException: Error sending message.)>
####<Apr 16, 2013 10:02:19 AM CEST> <Info> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <2f939325acf7729b:-43339555:13e11d57511:-8000-0000000000000264> <1366099339131> <BEA-200024> <Bridge "OTMAQBridge" refused to obtain connections and transfer any messages, because it has been stopped or suspended, or is shutting down.>
####<Apr 16, 2013 10:02:19 AM CEST> <Info> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <2f939325acf7729b:-43339555:13e11d57511:-8000-0000000000000266> <1366099339131> <BEA-200024> <Bridge "OTMAQBridge" refused to obtain connections and transfer any messages, because it has been stopped or suspended, or is shutting down.>
####<Apr 16, 2013 10:02:19 AM CEST> <Info> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <2f939325acf7729b:-43339555:13e11d57511:-8000-0000000000000267> <1366099339132> <BEA-200024> <Bridge "OTMAQBridge" refused to obtain connections and transfer any messages, because it has been stopped or suspended, or is shutting down.>
####<Apr 16, 2013 10:02:19 AM CEST> <Info> <MessagingBridge> <ahl060.ah.nl> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <2f939325acf7729b:-43339555:13e11d57511:-8000-0000000000000265> <1366099339136> <BEA-200020> <Bridge "OTMAQBridge" is stopped.>
Can you please help me in this regards.
Regards,

Similar Messages

  • Overrding default Apache-Weblogic bridge error message

    We are running WLS 5.1 sp5 with Apache as Webserver. I want to know how
    could I display more user freindly error messages when
    weblogic is down and apache is working. Currently we get the default
    Weblogic-Apache down page.
    I tried putting
    ErrorPage http://www.mydomain.com/error.html
    in apache conf file. Now I do not get the default message, but now it can
    not find the above url.
    I am able to this url directly in the browser. Please help ?

    [email protected] (srinivasa reddy) wrote in
    <39bb039e$[email protected]>:
    >
    hi,
    I have a basic question, does webloigc support apache-weblogic
    bridge with mod_ssl/any ssl installed on apache.
    thanks & regards
    [email protected]
    There is a mod_wl_ssl.so in sp4 (i believe). mod_ssl extends Apaches API
    and thereby breaks the WebLogic bridge. For raven installations you need
    mod_wl_ssl_rave.so because raven extends the API even further.
    Joel
    E-Mail: (jbf (at) proceedo dot com)

  • Encountering error code U44M11210

    Encountering error code U44M11210 when trying to update Bridge CS6 5.0.2. Any suggestions most welcome.

    I'm having the same issue none of the newly installed products will update.  I've tried for days and it errors out each time.
    I'm on a new windows 7 64bit computer.  The products run just fine just will not update.
    This is what shows up in the error log:
    Adobe Bridge CS6 5.0.2 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U5
    Photoshop Camera Raw 7.3
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U5
    Adobe Photoshop 13.0.1.1
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U5
    Extension Manager 6.0.4 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U5
    Dynamic Link Media Server CS6 1.0.1 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U5
    Adobe CSXS InfrastructureCS6
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U5
    Adobe Application Manager
    There was an error installing this update. Please quit and try again later. Error Code: U44M1P210
    Adobe Bridge CS6 5.0.2 Update
    There was an error installing this update. Please quit and try again later. Error Code: U44M1U5

  • Aborting uploads through Apache/Weblogic bridge

    Hi,
    I have an application to which people should be able to upload files,
    however only of a certain size. So if I detect that the file is too
    large (based on Content-Length), I return an errorpage and don't read
    the data from the browser. This is allowed according to rfc 1867 (which,
    though it is obsoleted, is the one the HTTP1.1 rfc refers to on the
    matter - also the obsoleting rfc doesn't say anything on the matter) and
    all browsers seems to handle this.
    However, once I go through the Apache/Weblogic bridge the behaviour
    changes. When the browser sends the POST request to the bridge, the
    bridge relays it on to the Weblogic server and my code. I immediately
    determine that the file is too large, and returns the previously
    mentioned errorpage. But, the bridge doesn't stop recieving the file
    from the browser until it has got the entire file and then it returns a
    standard bridge POST timeout error (and the timeout has definately not
    been reached).
    Any ideas?
    CAPUT A/S Morten Jensen Phone +45 70 12 24 42
    Nygade 6 Senior Developer Fax +45 70 11 24 42
    DK-1164 Kbh K [email protected] http://www.caput.com

    Add the following attributes:
    <Location /re >
    WLProxySSL ON
    EnforceBasicConstraints false
    </Location>
    Original example in [http://m-button.blogspot.com/2008/11/how-to-configure-weblogic-to-use-ssl.html]
    I hope this helps.

  • Encountered error starting orchestration

    Hi,
    I'm new with OSM 7 and I have many issues not been resolve one of this is
    - after I created an order using "New Order" (Manual) and then Update (with status Submit) in CreateCommunicationsSalesOrderTask.
    I received a message "encountered error starting orchestration". I used the CommunicationsSalesOrderFulfillmentPIP cartridge
    and that cartridge where not modified except to correct the error which is "Add un implemented method"
    and "removing the @overide in one of the method". And also this cartridge has "Warning" Health in the Weblogic.
    Do you have any idea regarding this issue?
    Do I need first to configure the cartridge or create an orchestration?
    And also the order from CRM is always failed same with using SAOPUI
    but when I correct the validation I get an error "Variable $inputDoc has not been declared".
    I hope you can help me with this.
    Thanks,
    Ace

    Hi Daniel,
    Here are the cartridges that have a warning osm_CommunicationsSalesOrderFulfillmentPIP_1_0_0 and osm_OracleCgbuSIFalloutPIP_1_0_0.ear.
    Before the cartridge was deployed it have an error.
    The error was fixed by following the Design Studio(Eclipse) suggestions.
    The two cartridges have the similar errors
    1) The type OrderStateChangeHandlerAutomator.DynamicJMSTransport must implement the inherited abstract method TransportSubSystem.sendRequest (AbstractScriptPluginImplementation, String, AutomationContext, String)
    2) The method getJavaBindings() of type OrderStateChangeHandlerAutomator.DynamicJMSTransport must override or implement a supertype method
    - Also most of the cartridges have a warning, in CommunicationsSalesOrderFulfillmentPIP/model/RECOGNITIONRULE/SalesOrderForOrchestration.orderRecognitionRule the warning says that “Warning 1 of 1: The Order Recognition Rule "BroadbandServicesProvisioningOrderRecognitionRule" also has the relevancy”.
    This is the error description from SOAPUI:
    Failed to create and start the order due to java.lang.RuntimeException: com.mslv.oms.OMSException: encountered error starting orchestration caused by:Cannot find entity in orchestration model: [email protected]1cd5dba[name=Service.Unknown,namespace=CommunicationsSalesOrderFulfillmentPIP,type=T=ProductSpec@http://xmlns.oracle.com/communications/ordermanagement/model]
    And for the "encountered error starting orchestration"
    <Error> <oms> <cht1003vm04> <OSM_Admin> <ExecuteThread: '12' for queue: 'oms.web'> <osmuser> <BEA1-63FB39D01BAC81281F99> <> <1311850752266> <BEA-000000> <completeorder.CompleteOrderHandlerEJB: encountered error
    oracle.communications.ordermanagement.orchestration.execution.OrchestrationExecutionException: Error creating orchestration plan at oracle.communications.ordermanagement.orchestration.execution.impl.c.a(Unknown Source)....and so on....
    That error logs is same with SOAPUI error logs.
    I hope you can help me with this.
    Thanks,
    Ace

  • Overriding default errror page for Apache-Weblogic bridge

    I am writing this problem again as nobody has replied me with any solution.
    I want to overide the default error page that comes up when weblogic is down
    for some reason in apache-weblogic bridge. I looked into the weblogic
    documentation and specfied the following in the apache configuration file
    ErrorPage http://www.domain.com/systemerror.html
    But for some reason it is not able to locate the domain as well as the page.
    But if try the same url in the browser, it works. Please help.
    Rakesh

    I am using the plugin and using the error page successfully. Apache and WL
    use the same document root, and the error page is located within the
    document root:
    Within the httpd.conf, I have:
    <IfModule mod_weblogic.c>
    # Config file for WebLogic which defines parameters for plugin
    Include conf/weblogic.conf
    </IfModule>
    Within the weblogic.conf, I have:
    ErrorPage unavailable.html
    Provide your configuration settings.
    "Rakesh Gupta" <[email protected]> wrote in message
    news:39d3bcd3$[email protected]..
    Well, we are using weblogic supplied apache plugin and I am following all
    the steps that is specified in setting up apache plugins in weblogic
    documentation. I do not think it is apache network problem as apache is
    working fine.
    The think the problem is somewhere in the weblogic-apache plugin module.
    "Jesse E Tilly" <[email protected]> wrote in message
    news:[email protected]..
    [email protected] (Rakesh Gupta) wrote in <[email protected]>:
    I am writing this problem again as nobody has replied me with any
    solution.
    I want to overide the default error page that comes up when weblogic is
    down for some reason in apache-weblogic bridge. I looked into the
    weblogic documentation and specfied the following in the apache
    configuration file
    ErrorPage http://www.domain.com/systemerror.html
    But for some reason it is not able to locate the domain as well as the
    page. But if try the same url in the browser, it works. Please help.
    Rakesh
    as worded, that sounds like a network setup problem on the apache server
    side.
    however, it seems that you want a server-connection-timeout error toreturn
    an specific error page via the plug-in. This all depends on how theplugin
    works. If it is how I think it works, there needs to be an INI
    setting
    to sepcify a page. Why? Because the plug-in effectively has control of
    the response. It either needs a way hand control back to the web serveror
    needs to have error pages of its own.
    BEA?
    Jesse

  • Error starting weblogic Admin server

    Hi All,
    I am not very familiar with Fusion and weblogic but here is my situation:
    Background: I am trying to install Fusion Middleware so I can integrate Oracle Transport Management with E-Business Suite (as per note Integrating Oracle E-Business Suite Release 12 with Oracle BPEL in Oracle SOA Suite 11g (Doc ID 1321776.1))
    I just installed the following on Oracle Enterprise  Linux 64bits
    - SOA Suite 11.1.1.7.0
    - Weblogic Server 10.3.6
    -JDK 1.7.0_25
    -Jdev 11.1.1.7.0
    When starting the weblogic Admin server using "DOMAIN_HOME/startWebLogic.sh' I get an error:
    Starting weblogic with Java version:
    Unrecognized option -jrockit
    Error: Could not create the Java virtual machine
    I found a few thread with similar issue (for different versions of SOA suite)  where it got fixed by changing some parameters in the cmd file but I am not sure they apply to my case.
    Is the jdk version compatible? (I can start JDeveloper ok) , if not which one is the appropriate version. If i need to change it, can you provide details of how to do it? (I am not expert on SOA/Jdev  )
    Can you please help me here ?
    Thanks in advance!

    Well, I tested it
    java -version and it shows :
    1.7.0_25
    Java HotSpot 64 bit Server VM
    --> So I guess the problem is I don't seem to have the jrockit.
    I donwloaded it (Rel 28.7) and installed it. During installation it says "for JDK 1.6.0_45"
    Anyway. I let it install anyway and I modified the PATH to point to the Jrockit bin directory. Then run java -version and it now shows JDK 1.6.0_45 and jvm as rockit
    Now I tried to start the weblogic server and I get the same error. it still uses the JDK 1.7
    So.. again.. is this supported with JDK 7 ?
    How can I fix it now that I installed everything using the JDK 7?
    Thanks

  • 3-1674105521 Multiple Paths error while using Bridge Table

    https://support.us.oracle.com/oip/faces/secure/srm/srview/SRViewStandalone.jspx?sr=3-1674105521
    Customer Smiths Medical International Limited
    Description: Multiple Paths error while using Bridge Table
    1. I have a urgent customer encounterd a design issue and customer was trying to add 3 logical joins between SDI_GPOUP_MEMBERSHIP and these 3 tables (FACT_HOSPITAL_FINANCE_DTLS, FACT_HOSPITAL_BEDS_UTILZN and FACT_HOSPITAL_ATRIBUTES)
    2. They found found out by adding these 3 joins, they ended with circular error.
    [nQSError: 15001] Could not load navigation space for subject area GXODS.
    [nQSError: 15009] Multiple paths exist to table DIM_SDI_CUSTOMER_DEMOGRAPHICS. Circular logical schemas are not supported.
    In response to this circular error, the developer was able to bypass the error using aliases, but this is not desired by client.
    3. They want to know how to avoid this error totally without using alias table and suggest a way to resolve the circular join(Multiple Path) error.
    Appreciated if someone can give some pointer or suggestion as the customer is in stiff deadline.
    Thanks
    Teik

    The strange thing compared to your output is that I get an error when I have table prefix in the query block:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/******** DUMPFILE=TMP1.dmp LOGFILE=imp.log PARALLEL=8 QUERY=SYSADM.TMP1:"WHERE TMP1.A = 2" REMAP_TABLE=SYSADM.TMP1:TMP3 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "SYSADM"."TMP3" failed to load/unload and is being skipped due to error:
    ORA-38500: Unsupported operation: Oracle XML DB not present
    Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 1 error(s) at Fri Dec 13 10:39:11 2013 elapsed 0 00:00:03
    And if I remove it, it works:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/******** DUMPFILE=TMP1.dmp LOGFILE=imp.log PARALLEL=8 QUERY=SYSADM.TMP1:"WHERE A = 2" REMAP_TABLE=SYSADM.TMP1:TMP3 CONTENT=DATA_ONLY
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "SYSADM"."TMP3"                             5.406 KB       1 out of 2 rows
    Job "SYSTEM"."SYS_IMPORT_FULL_01" successfully completed at Fri Dec 13 10:36:50 2013 elapsed 0 00:00:01
    Nicolas.
    PS: as you can see, I'm on 11.2.0.4, I do not have 11.2.0.1 that you seem to use.

  • EJB deployment error for Weblogic server 9.2 mp4

    Hi,
    While trying to deploy a small EJB jar file which uses EJB 2.1 CMP beans with relationships, getting the following error from Weblogic server 9.2 MP4:
    =================================================================================================
    <Error> <EJB> <VinodThinkPad> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1320143988333> <BEA-012036> <Compiling generated EJB classes produced the following Java compiler error message:
    C:\bea\user_projects\domains\base_domain\servers\AdminServer\cache\EJBCompilerCache\19ivqhpr6jvsc\Test1\Order_cpl9bk__WebLogic_CMP_RDBMS.java:570: incompatible types
    found : <nulltype>
    required: int
    shipmentId = null;
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    >
    ####<Nov 1, 2011 4:09:48 PM IST> <Error> <Deployer> <VinodThinkPad> <AdminServer> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1320143988380> <BEA-149265> <Failure occured in the execution of deployment request with ID '1320143984947' for task '1'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(EJBTest)
    Unable to deploy EJB: EJBTest.jar from EJBTest.jar:
    There are 1 nested errors:
    java.io.IOException: Compiler failed executable.exec:
    C:\bea\user_projects\domains\base_domain\servers\AdminServer\cache\EJBCompilerCache\19ivqhpr6jvsc\Test1\Order_cpl9bk__WebLogic_CMP_RDBMS.java:570: incompatible types
    found : <nulltype>
    required: int
    shipmentId = null;
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:493)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:332)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:340)
         at weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:309)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:497)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:464)
         at weblogic.ejb.container.deployer.EJBDeployer.runEJBC(EJBDeployer.java:432)
         at weblogic.ejb.container.deployer.EJBDeployer.compileJar(EJBDeployer.java:754)
         at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:657)
         at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1201)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:355)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.configPrepareCompleted(DeploymentManager.java:594)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepareCompleted(DeploymentServiceDispatcher.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCompletedCallback(DeploymentReceiverCallbackDeliverer.java:228)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$300(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$4.run(DeploymentReceiverCallbackDeliverer.java:95)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    weblogic.application.ModuleException: Exception preparing module: EJBModule(EJBTest)
    Unable to deploy EJB: EJBTest.jar from EJBTest.jar:
    There are 1 nested errors:
    java.io.IOException: Compiler failed executable.exec:
    C:\bea\user_projects\domains\base_domain\servers\AdminServer\cache\EJBCompilerCache\19ivqhpr6jvsc\Test1\Order_cpl9bk__WebLogic_CMP_RDBMS.java:570: incompatible types
    found : <nulltype>
    required: int
    shipmentId = null;
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:493)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:332)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:340)
         at weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:309)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:497)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:464)
         at weblogic.ejb.container.deployer.EJBDeployer.runEJBC(EJBDeployer.java:432)
         at weblogic.ejb.container.deployer.EJBDeployer.compileJar(EJBDeployer.java:754)
         at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:657)
         at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1201)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:355)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.configPrepareCompleted(DeploymentManager.java:594)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepareCompleted(DeploymentServiceDispatcher.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCompletedCallback(DeploymentReceiverCallbackDeliverer.java:228)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$300(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$4.run(DeploymentReceiverCallbackDeliverer.java:95)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:382)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.configPrepareCompleted(DeploymentManager.java:594)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepareCompleted(DeploymentServiceDispatcher.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCompletedCallback(DeploymentReceiverCallbackDeliverer.java:228)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$300(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$4.run(DeploymentReceiverCallbackDeliverer.java:95)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    java.io.IOException: Compiler failed executable.exec:
    C:\bea\user_projects\domains\base_domain\servers\AdminServer\cache\EJBCompilerCache\19ivqhpr6jvsc\Test1\Order_cpl9bk__WebLogic_CMP_RDBMS.java:570: incompatible types
    found : <nulltype>
    required: int
    shipmentId = null;
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
         at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:493)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:332)
         at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:340)
         at weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:309)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:497)
         at weblogic.ejb.container.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:464)
         at weblogic.ejb.container.deployer.EJBDeployer.runEJBC(EJBDeployer.java:432)
         at weblogic.ejb.container.deployer.EJBDeployer.compileJar(EJBDeployer.java:754)
         at weblogic.ejb.container.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:657)
         at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1201)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:355)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
         at weblogic.deploy.internal.targetserver.DeploymentManager.configPrepareCompleted(DeploymentManager.java:594)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepareCompleted(DeploymentServiceDispatcher.java:171)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCompletedCallback(DeploymentReceiverCallbackDeliverer.java:228)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$300(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$4.run(DeploymentReceiverCallbackDeliverer.java:95)
         at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    =================================================================================================
    While I'm able to deploy without the CMP 1-1 relationship, the moment I introduce the 1-1 relationship, I get this error. Database used is Oracle 10g XE.
    I have been battling this error for more than a day now. Kindly help me fix this.
    Thanks in advance!
    Regards,
    Vinod

    Hi,
    I was able to figure out the root cause. I was using the primitive data type "int" for primary key and foreign key for one of the beans in the relationship. After I changed it to "Integer" wrapper type, the issue got resolved.
    -Vinod

  • "Error encountered: ERROR: Final installdb run unsuccessful" during firmware cop installation

    Hi all,
    Just a heads up to anyone else who encounters this error when installing device firmware cop files onto CUCM.
    We were upgrading the firmware on our CUCM cluster (small - consists of 1 x Publisher and 1 x Subscriber) - running 8.0.2.40000-1
    I was installing:
    cmterm-7936-sccp.3-3-21.cop.sgn
    cmterm-7937-1-4-4-SCCP.cop.sgn
    cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn
    cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn
    When doing so on the publisher server - it was throwing the following error output (note that the files actually ended up on the TFTP server but devices were not picking up the new firmware):
    Installation Status
    File           cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn
    Start Time           Thu Mar 06 19:34:24 WST 2014
    Status
    Error encountered: ERROR: Final installdb run unsuccessful
    03/06/2014 19:33:42 file_list.sh|Starting file_list.sh|<LVL::Info>
    03/06/2014 19:33:42 file_list.sh|Parse argument method=sftp|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument source_dir=/|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument dest_file=/var/log/install/downloaded_versions|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument remote_host=10.133.1.240|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument user_name=ccmadministrator|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Calling SFTP command with metering off|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|SFTP command complete (0)|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|List file (pre-filtered):|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) RSA|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) UC|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) WIRELESS|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) asa914-k8.bin|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7936-sccp.3-3-21.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7937-1-4-4-SCCP.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|/usr/local/bin/base_scripts/filter.sh file=/var/log/install/downloaded_versions|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Parse argument file=/var/log/install/downloaded_versions|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|No patch type specified. Optional.|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|No upgrade mode specifed. Optional.|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Current version is 8.0.2.40000-1|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "RSA"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT RSA: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "UC"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT UC: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "WIRELESS"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT WIRELESS: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "asa914-k8.bin"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT asa914-k8.bin: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "cmterm-7936-sccp.3-3-21.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7936-sccp.3-3-21.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|Processing token "cmterm-7937-1-4-4-SCCP.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7937-1-4-4-SCCP.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|Processing token "cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|Processing token "cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|List file (post-filtered):|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) RSA:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) UC:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) WIRELESS:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) asa914-k8.bin:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7936-sccp.3-3-21.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7937-1-4-4-SCCP.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|List file (pre-structured):|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) RSA:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) UC:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) WIRELESS:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) asa914-k8.bin:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7936-sccp.3-3-21.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7937-1-4-4-SCCP.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|List file (post-structured):|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE) <InstallList>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="RSA" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="UC" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="WIRELESS" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="asa914-k8.bin" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7936-sccp.3-3-21.cop.sgn" version="" file="cmterm-7936-sccp.3-3-21.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7937-1-4-4-SCCP.cop.sgn" version="" file="cmterm-7937-1-4-4-SCCP.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn" version="" file="cmterm-7941_7961-sccp.9-3-1SR2-1.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn" version="" file="cmterm-7945_7965-sccp.9-3-1SR2-1.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE) </InstallList>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|success|<LVL::Info>
    03/06/2014 19:33:46 file_list.sh|file_list.sh complete (rc=0)|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Starting upgrade_validate_file.sh|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument method=sftp|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument source_dir=/|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument file_name=cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument remote_host=10.133.1.240|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument user_name=ccmadministrator|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Getting patch size via sftp for cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Size of patch file = 6018125|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Total space needs = 12036250|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|  Free space : 126461788160|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Space needed : 24072500|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|There is enough space on device to proceed.|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|success|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|upgrade_validate_file.sh complete (rc=0)|<LVL::Info>
    03/06/2014 19:34:19 upgrade_get_file.sh|Starting upgrade_get_file.sh|<LVL::Info>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument method=sftp|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument source_dir=/|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument file_name=cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument dest_dir=/common/download/|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument remote_host=10.133.1.240|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument user_name=ccmadministrator|<LVL::Debug>
    03/06/2014 19:34:20 upgrade_get_file.sh|Starting SFTP of cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|SFTP command complete (0)|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|Download of iso file RTMTStart|<LVL::Notice>
    03/06/2014 19:34:21 upgrade_get_file.sh|Create md5 "/common/download/cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn.md5"|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|MD5(/common/download/cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn)= e3:02:d3:e1:89:ff:a1:eb:0a:71:52:03:ad:d7:e2:85|<LVL::Debug>
    03/06/2014 19:34:21 upgrade_get_file.sh|Create md5 complete|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|Authenticate file "/common/download/cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn"|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|File authentication complete|<LVL::Debug>
    03/06/2014 19:34:21 upgrade_get_file.sh|Download of iso file RTMTFinish|<LVL::Notice>
    03/06/2014 19:34:22 upgrade_get_file.sh|success|<LVL::Info>
    03/06/2014 19:34:22 upgrade_get_file.sh|upgrade_get_file.sh complete (rc=0)|<LVL::Info>
    03/06/2014 19:34:24 Terminating active side processes
    03/06/2014 19:34:24 Terminating active side processes done
    03/06/2014 19:34:24 Terminating inactive side processes
    03/06/2014 19:34:24 Calling /usr/local/bin/base_scripts/sd_killPartitionB_PIDs.sh
    03/06/2014 19:34:24 Terminating inactive side processes done
    (13953) Thu Mar 6 19:34:30 WST 2014
    install option
    (13953) Thu Mar 6 19:34:30 WST 2014
    Successful untarring of option /common/download//cmterm-7945_7965-sccp.9-3-1SR2-1.cop.
    (13953) Thu Mar 6 19:34:36 WST 2014
    Publisher: Starting installdb... /bin/su -l informix -s /bin/sh -c "source /usr/local/cm/db/dblenv.bash /usr/local/cm ; source /usr/local/cm/db/informix/local/ids.env ; nice /usr/local/cm/bin/installdb -x /usr/local/cm/db/xml/xml"
    disablenotify  rc[0]
    xml DSN=ccm_super /usr/local/cm/db/xml/xml
    installXml  rc[1]
    enablenotify  dsn[DSN=ccm_super]
    enablenotify  rc[0]
    installdb Failure [-x] 1
    (13953) Thu Mar 6 19:34:47 WST 2014
    ERROR: Final installdb run unsuccessful
    I'd read in various places to perform a CLI command "run loadxml" - which we did but it produced the following output:
    admin:run loadxml
    This command is processor intensive, and may take a few minutes to run.
    It should only be run on the publisher.
    Some services may require a restart afterwards.
    This is a CPU intensive command and will take a considerable amount of time to complete. Do you want to continue (y/n)?
    Starting loadxml
    disablenotify  dsn[DSN=ccm_super]
    disablenotify  rc[0]
    xml DSN=ccm_super /usr/local/cm/db/xml/xml
    installXml  rc[1]
    enablenotify  dsn[DSN=ccm_super]
    enablenotify  rc[0]
    installdb Failure [-x] 1
    loadxml function complete
    Failure essentially.
    Note that the installation went ahead without issues on the Subscriber servers after we tried on the publisher. I believe this is due to it only copying the files to the TFTP server and not updating the database.
    I also noted that the following features vanished from the CUCM Administration GUI (the menus were there but the pages came up blank):
    "Enterprise Paramaters"
    "Enterprise Phone Configuration"
    "Service Parameters" (after selecting "server" & "service" drop down options, nothing was displayed)
    Within individual "Phone Configuration" - the entire "Product Specific Configuration Layout" was missing from all devices.
    I was also unable to export the 'Cisco Database Installation Service' logs from RTMT - it threw an error to the status bar at the bottom stating "Collection cancelled for node <publisher> due to the error" (and there was no error info output...joy!).
    I called in TAC and Roman Kramarski assisted me via WebEx to full resolution of the issue - thanks Roman
    After running "run loadxml"
    We ran the following command which showed us (after much wizzing by of entries) the list of log files, the 5th or so last file in the list being the log output from the "run loadxml" output -
    The command: "file list activelog /cm/trace/dbl/sdi detail date"
    Our file in question happened to be called "installdb20140306-230735.log" (like I said, was about 5th from the bottom of the list)
    Next we viewed the file:
    "file view activelog /cm/trace/dbl/sdi/installdb20140306-230735.log"
    In the file, fairly close to the top, it showed the following error message:
    "23:07:35.047 |   DOMErrorReporter::fatalError *ERROR* Fatal Error at file /usr/local/cm/db/xml/xml/366X_display_instance-fxo_port_gs.xml, line 56, column 22"
    This, along with the output of the run loadxml command, indicated that "/usr/local/cm/db/xml/xml/366X_display_instance-fxo_port_gs.xml" file was corrupted or incomplete.
    Roman (TAC) then used the Cisco access to root in order to look at the actual file.
    It was incomplete - it ended mid closure of a tag:
    "<name>OutputAttenuation</n#"
    (Instead of "<name>OutputAttenuation</name>" plus a whole bucketload more output.
    Luckily I had a fresh install of the exact same version of CUCM just installed on in a dev environment - so Roman was able to get into that one, TFTP the file out, and then TFTP the new file in.
    We moved the old corrupt file into another folder (as we renamed it initially and then ran "run loadxml" which produced the error again) - copied the new complete file into the folder - then "run loadxml" ran successfully.
    admin:run loadxml
    This command is processor intensive, and may take a few minutes to run.
    It should only be run on the publisher.
    Some services may require a restart afterwards.
    This is a CPU intensive command and will take a considerable amount of time to complete. Do you want to continue (y/n)?
    Starting loadxml
    disablenotify  dsn[DSN=ccm_super]
    disablenotify  rc[0]
    xml DSN=ccm_super /usr/local/cm/db/xml/xml
    installXml  rc[0]
    enablenotify  dsn[DSN=ccm_super]
    enablenotify  rc[0]
    installdb Success[-x]
    loadxml function complete
    NOTE that the running of run loadxml did not take that long and didn't cause any outages to my system.
    After we did this - the installations went ahead successfully.
    After a restart of the TFTP service on each server - firmware upgrades went ahead successfully.
    Basically - you can do the initial troubleshooting of checking logs of run loadxml and then pass that detail to Cisco TAC to get them to use root access to copy a fresh version of the file across.
    Hope this helps.

    Hi Thanks for the information, this help me a lot, I have the same issue but with some differences, because when I search the error on the log file, I saw
    08/25/2014 06:14:49.911 installdb|   DOMErrorReporter::fatalError *ERROR* Fatal Error at file , line 0, column 0
     message: An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=/usr/local/cm/db/xml/xml/ICS77XX_MRP2XX_display_instance-bri.xml|
    08/25/2014 06:14:49.911 installdb|<--DOMErrorReporter::fatalError |
    When I search the file I couldn´t find it, so I think this could be because I made a booteable ISO from an upgrade from the Cisco Page, so I go to the production server version 6.1.2 and copied the file missing into my lab and run the command "run loadxml" sucessfully, after that everything works great!
    Thanks in advance for your time to post this.
    Regards!

  • Trying to download icloud control panel - only getting so far.  Got message: The installer encountered errors before iCloud Control Panel 2.1.2 could be configured.  Your system has not been modified.  To retry these operations at ltr time, pls run again.

    First time on here... so not sure if doing correctly.
    I'm tryng to download icloud control panel to my PC (have Windows 7 - so should be ok).  I only get so far - 2 times I've tried it.  Keep getting message:
    The installer encountered errors before iCloud Control Panel 2.1.2 could be configured.
    Your system has not been modified. To retry these operations at a later time, please run the installer again.
    huh?

    As I mentioned before you need to start the iTunes installation, then do NOT allow it to complete. In other words go all the way to the point that the installer extract the installation files, then STOP right there.
    Now look for the temp folder and the files I mentioned in my initial posting. If you don't find the temp folder it may be because you have "Do not show hidden files and folder" selected under "View Tab" in the "Folder Options". You may need to unselec it. If you don't know about hidden files and folders in Windows XP take a look here: http://txpress.blogspot.com/2007/05/show-hidden-filesfolders-in-windows.html
    Another possibility is that you may have a different path for your temp folders. To find out where you temp folders are located please do the following:
    - Right click on "my computer"
    - Select the "Advanced" tab
    - Click on "Environment Variables"
    Then look for the path for both variables "TEMP" and "TMP" take note of the path and check them out.
    Or you may just go to a DOS Prompt and type the following commands:
    1 - %temp% and hit enter
    2 - %tmp% and hit enter
    to both of these commands you will get a reply such as:
    'c:\temp' is not recognized as an internal or external command, operable program or bath files.
    So by looking at the reply you can see that my temp folder is c:\temp
    The above is the temp folder on my machine which I've customized to my own use. Your machine may be different.
    I suggest you check for the iTunes temp folder inside both your temp folders locations "TEMP" and "TMP" as they may be in different locations.
    IMPORTANT NOTE: If you allow the iTunes installation to complete you will NOT SEE the iTunes temp folder and files because it will be deleted as soon as iTunes processes the installation.
    Hope it helps.

  • Installer Encountered Errors - PLEASE HELP

    Hi,
    Getting very annoyed - sat at the computer for almost 2 hours.
    Have windows Vista and finally it has allowed me access to install iTunes. When I go through the stages to install I get the following message:
    +The installer encountered errors before iTunes could be configured. To retry these operations at a later time, please run the installer again.+
    I have tried so many times. Windows is up to date and I have looked at the troubleshooting pages and am getting nowhere. I want to play with my new toy and can't. Can anyone help me get this thing installed successfully.
    Thank you!

    See if you can get itunes to install from another Windows user account. That will tell you if the problem is system-wide or user-related.
    Then try other steps listed in this article:
    http://support.apple.com/kb/HT1926

  • 'Installer encountering errors before itunes could be configured', also won't let me open old itunes... Can't access my itunes at all... anyone help?

    Everytime I try to install the new itunes it come up with the following message: ' The installer encountered errors before itunes could be configured, Errors occured during installation, your system has not been modified. Please run installer again or click exit' I've tried to install it multiple times now and get the same message everytime. I've also tried re installing itunes 10, but when I go to open it it comes up with the message 'The files itunes libray.itl cannot be read because it was created by a newer version of itunes'. Please help.

    Hey sjl95,
    Thanks for the question. I recommend that you refer to this article if you are running into issues re-installing iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • The system encountered error before Itunes could be configured

    Hi, i can't seem to get Itunes 8 to run. Each time after the installer is launched, it has an error message that says "The system encountered error before Itunes could be configured. Your systems has not been modified. To try this application at a later time, please run the installer again."
    I am using windows vista home premium and a iTouch
    I am running out of ideas
    thanks for your help!

    me too. except now i can't delete all the programs from my computer to reinstall not happy

  • ITunes 7.3 installer "encountered errors before iTunes could be configured"

    I was able to originally install itunes 7.3.1.3 (upgraded from 7.2) and use it with my iphone (activated/synced for 2 weeks with no problems). I had a problem due to a disk full which corruped Outlook.
    I cleared substantial disk space, reinstalled Outlook 2003. This seemed to have corrupted the iTunes sync function, so I uninstalled iTunes (using Add/Remove Programs control panel), and have since been trying to reinstall. I am continually getting the "iTunes installer Completed - The installer encountered errors before iTunes could be configured" error message.
    I have read many messages and suggestions in these discussions, and already tried the following:
    Completely uninstalling iTunes and Quicktime (iTunes no longer shows up in the Add/Remove programs or using the Windows install cleanup utility) follwing all the steps listed in "Removing iTunes, QuickTime, and other software components for Windows XP" http://docs.info.apple.com/article.html?artnum=93698.
    Quicktime (version 7.2 Pro) is currently installed. I can cleanly install/remove Quicktime alone with no errors, but not using the combined quicktime/iTunes installer.
    I have tried redownloading the itunes installer several times, and even used the Apple Software update download only option and then manually running the itunes.msi file, but still get the same error.
    I have tried manually removing all instances of iTunes/iPod/activesync/iphone that I can find in the registry and all the iTunes/iPod folders as the above knowlege base article instructs.
    There must still be some other remnant of the old install, because if I try to install iTtunes 7.2, I get an error message that a later version is already installed, but I have not been able to find anything else.
    I have even enabled the verbose logging, the error seems to occur in this section of the log:
    MSI (c) (00:C8) [11:00:26:796]: Invoking remote custom action. DLL: C:\DOCUME~1\[myusername]\LOCALS~1\Temp\MSI36.tmp, Entrypoint: iTunesLaunchConditions
    Action ended 11:00:26: iTunesLaunchConditions. Return value 3.
    MSI (c) (00:FC) [11:00:26:859]: Doing action: SetupCompleteError
    Any suggestions on what else I can try would be appreciated. One of the main reasons I need sync my ipnone to my work windows machine is to keep my Outlook contacts and calendar. I have no problems with iTunes on my macs.
    I am running XP SP2, and have local administrator rights on my Dell 610 notebook.

    I had to find this solution from another site, so thanks to all the people who viewed this thread & knew how to fix this but didn't bother.
    If anyone is weary enough to come to this forum to solve this problem, here is one solution that worked for me & it may work for you if you encounter the error:
    "the installer encountered errors before safari could be configured"
    1. Use a trustworthy registry cleaner to clean your registry such as Ccleaner or Advanced System Care. This step may not be necessary though.
    2. Go to "C:\Users\MyUsername\AppData(Hidden)\Local\Temp" & delete everything in it.
    3. If step 2 still doesn't allow you to install Safari, then try:
    4. Open Start type "CMD" in the search button, then in the cmd prompt "Regedt32"
    5. In the reg editor open:
    "Computer" / "HKEYCURRENTUSER" / "Software" / "Apple Computer, Inc." & try deleting the entries for any Apple programs that may be causing any conflicts.
    Be aware that any programs that you delete registry entries for may not function correctly afterwards or need to be reinstalled, but this more drastic measure should hopefully allow the installation of Safari browser.
    Hope this helps any further visitors to this forum looking to solve this problem it worked for me, good luck.
    Message was edited by: RottenestApple

Maybe you are looking for

  • Information about SAP Strategy Management (SAP SM)

    Hello, I want to know where I can find information about SAP Strategy Management (SAP SM). This is an application that was bought from PILOT. Is it easy to customize like the SEM-CPM-BSC???? Is it an addon in the BW or ECC???? Is it all browser type

  • Downgrade form Oracle 9i EE to Oracle 9i SE

    Hello, my question is: Is it possible to downgrade an Oracle Version, e.g. Oracle 9i EE to Oracle 9i SE? How can we do that? And is it also possible to upgrade form Oracle 9i EE to Orcale 10g SE? Thank you for any answers. Best Regards Chris

  • Camera suddenly stopped working

    Suddenly the camera on my iphone 3g stopped working today. I focus it and press the button; the shutter goes (although I don't hear a click), and then it just exits out to the home page. And no picture is there.

  • Download 9i Form

    hi friends, I want to download 9i Form developer. what i require to download any oracle product? Is there any licence which i supposed to have? or only to accept the terms and conditions given in download procedure.

  • About read_text  urgent!!!!!!

    Hello Friends, I am stuck in a new object where i am asked to do some changes in the adress. The program is a simple report and fetches the data(address Of company) by the use of Read_text. By debugging I got to know that the address is populated in