Error while polling a db

Hi,
In my project I am polling a table and writing the contents to a File. I am recieving the following assign failure error.
Executing sql . select * from Test
normalized message
Accepted the message in JDBC Binding. 121696963109189-36475-134457920143720246
BPCOR-6151:The process instance has been terminated because a fault was not handled; Fault Name is {http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure; Fault Data is null
com.sun.jbi.engine.bpel.core.bpel.exception.StandardException: I18N: BPCOR-3023: Selection Failure occurred in BPEL({http://enterprise.netbeans.org/bpel/MyTestBPEL/NewBPELProcess}NewBPELProcess) at line 22!
BPCOR-6129:Line Number is 20
BPCOR-6130:Activity Name is Assign1
at com.sun.jbi.engine.bpel.core.bpel.engine.impl.BPELInterpreter.createVirtualFaultUnit(BPELInterpreter.java:235)
at com.sun.jbi.engine.bpel.core.bpel.engine.impl.BPELInterpreter.execute(BPELInterpreter.java:203)
at com.sun.jbi.engine.bpel.core.bpel.engine.BusinessProcessInstanceThread.execute(BusinessProcessInstanceThread.java:98)
at com.sun.jbi.engine.bpel.core.bpel.engine.impl.BPELProcessManagerImpl.process(BPELProcessManagerImpl.java:998)
at com.sun.jbi.engine.bpel.core.bpel.engine.impl.EngineImpl.process(EngineImpl.java:351)
at com.sun.jbi.engine.bpel.core.bpel.engine.impl.EngineImpl.process(EngineImpl.java:1314)
at com.sun.jbi.engine.bpel.BPELSEInOutThread.processRequest(BPELSEInOutThread.java:632)
at com.sun.jbi.engine.bpel.BPELSEInOutThread.processMsgEx(BPELSEInOutThread.java:305)
at com.sun.jbi.engine.bpel.BPELSEInOutThread.run(BPELSEInOutThread.java:191)
Accepted message with exchange ID 121696963109189-36475-134457920143720246 in JDBC outbound message processor.
Accepted message with exchange ID 121696963109189-36475-134457920143720246 in JDBC outbound message processor.
Response for message with exchange ID 121696963109189-36475-134457920143720246 received after 30ms.
Pattern for exchange Id 121696963109189-36475-134457920143720246 is http://www.w3.org/2004/08/wsdl/in-only.
Received in-only message 121696963109189-36475-134457920143720246.
Processing one-way inbound messages...
Executing sql . delete from Test where Test.ID=12
Records deleted are:1
Finished processing message with exchange id of [121696963109189-36475-134457920143720246]. Removing the exchange id...
Can u please help me out in resolving this issue.
Thanks and Regards,
Jay

Below is my CASA code ----
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<casa xmlns="http://java.sun.com/xml/ns/casa" xmlns:ns1="http://j2ee.netbeans.org/wsdl/FileWSDL" xmlns:ns2="http://j2ee.netbeans.org/wsdl/TestDBWSDL" xmlns:ns3="TestCA" xmlns:ns4="http://enterprise.netbeans.org/bpel/MyTestBPEL/NewBPELProcess" xmlns:xlink="http://www.w3.org/2000/xlink">
<endpoints>
<endpoint endpoint-name="FileWSDLPort" interface-name="ns1:FileWSDLPortType" name="endpoint1" service-name="ns1:FileWSDLService"/>
<endpoint endpoint-name="port" interface-name="ns2:jdbcPortType" name="endpoint2" service-name="ns2:service"/>
<endpoint endpoint-name="casaPort1" interface-name="ns1:FileWSDLPortType" name="endpoint3" service-name="ns3:casaService1"/>
<endpoint endpoint-name="casaPort2" interface-name="ns1:FileWSDLPortType" name="endpoint4" service-name="ns3:casaService2"/>
<endpoint display-name="PartnerLink1" endpoint-name="jdbcPortTypeRole_myRole" file-path="NewBPELProcess.bpel" interface-name="ns2:jdbcPortType" name="endpoint5" process-name="NewBPELProcess" service-name="ns4:PartnerLink1"/>
<endpoint display-name="PartnerLink2" endpoint-name="FileWSDLPortTypeRole_partnerRole" file-path="NewBPELProcess.bpel" interface-name="ns1:FileWSDLPortType" name="endpoint6" process-name="NewBPELProcess" service-name="ns4:PartnerLink2"/>
</endpoints>
<service-units>
<service-engine-service-unit artifacts-zip="MyTestBPEL.jar" component-name="sun-bpel-engine" defined="true" description="Represents this Service Unit" internal="true" name="TestCA-MyTestBPEL" unit-name="MyTestBPEL" unknown="false" x="153" y="99">
<provides endpoint="endpoint5"/>
<consumes endpoint="endpoint6"/>
</service-engine-service-unit>
<binding-component-service-unit artifacts-zip="sun-file-binding.jar" component-name="sun-file-binding" description="Represents this Service Unit" name="TestCA-sun-file-binding" unit-name="sun-file-binding">
<ports>
<port bindingType="file" x="67" y="243">
<link xlink:href="../jbiasa/TestCA.wsdl#xpointer(/definitions/service[@name='casaService2']/port[@name='casaPort2'])" xlink:type="simple"/>
<consumes endpoint="endpoint4"/>
<provides endpoint="endpoint4"/>
</port>
</ports>
</binding-component-service-unit>
<binding-component-service-unit artifacts-zip="sun-jdbc-binding.jar" component-name="sun-jdbc-binding" description="Represents this Service Unit" name="TestCA-sun-jdbc-binding" unit-name="sun-jdbc-binding">
<ports>
<port x="67" y="39">
<link xlink:href="../jbiServiceUnits/MyTestBPEL/TestDBWSDL.wsdl#xpointer(/definitions/service[@name='service']/port[@name='port'])" xlink:type="simple"/>
<consumes endpoint="endpoint2"/>
<provides endpoint="endpoint2"/>
</port>
</ports>
</binding-component-service-unit>
<binding-component-service-unit artifacts-zip="sun-http-binding.jar" component-name="sun-http-binding" description="Represents this Service Unit" name="TestCA-sun-http-binding" unit-name="sun-http-binding">
<ports>
<port state="deleted" x="67" y="118">
<link xlink:href="../jbiServiceUnits/MyTestBPEL/FileWSDL.wsdl#xpointer(/definitions/service[@name='FileWSDLService']/port[@name='FileWSDLPort'])" xlink:type="simple"/>
<consumes endpoint="endpoint1"/>
<provides endpoint="endpoint1"/>
</port>
</ports>
</binding-component-service-unit>
</service-units>
<connections>
<connection consumer="endpoint2" provider="endpoint5" state="unchanged"/>
<connection consumer="endpoint6" provider="endpoint4" state="new"/>
<connection consumer="endpoint6" provider="endpoint1" state="deleted"/>
</connections>
<porttypes>
<link xlink:href="../jbiasa/TestCA.wsdl#xpointer(/definitions/portType[@name='dummyCasaPortType'])" xlink:type="simple"/>
<link xlink:href="../jbiServiceUnits/MyTestBPEL/FileWSDL.wsdl#xpointer(/definitions/portType[@name='FileWSDLPortType'])" xlink:type="simple"/>
<link xlink:href="../jbiServiceUnits/MyTestBPEL/TestDBWSDL.wsdl#xpointer(/definitions/portType[@name='jdbcPortType'])" xlink:type="simple"/>
</porttypes>
<bindings>
<link xlink:href="../jbiasa/TestCA.wsdl#xpointer(/definitions/binding[@name='casaBinding1'])" xlink:type="simple"/>
<link xlink:href="../jbiasa/TestCA.wsdl#xpointer(/definitions/binding[@name='casaBinding2'])" xlink:type="simple"/>
<link xlink:href="../jbiServiceUnits/MyTestBPEL/FileWSDL.wsdl#xpointer(/definitions/binding[@name='FileWSDLBinding'])" xlink:type="simple"/>
<link xlink:href="../jbiServiceUnits/MyTestBPEL/TestDBWSDL.wsdl#xpointer(/definitions/binding[@name='binding'])" xlink:type="simple"/>
</bindings>
<services>
<link xlink:href="../jbiasa/TestCA.wsdl#xpointer(/definitions/service[@name='casaService1'])" xlink:type="simple"/>
<link xlink:href="../jbiasa/TestCA.wsdl#xpointer(/definitions/service[@name='casaService2'])" xlink:type="simple"/>
<link xlink:href="../jbiServiceUnits/MyTestBPEL/FileWSDL.wsdl#xpointer(/definitions/service[@name='FileWSDLService'])" xlink:type="simple"/>
<link xlink:href="../jbiServiceUnits/MyTestBPEL/TestDBWSDL.wsdl#xpointer(/definitions/service[@name='service'])" xlink:type="simple"/>
</services>
<regions>
<region name="WSDL Endpoints" width="150"/>
<region name="JBI Modules" width="500"/>
<region name="External Modules" width="200"/>
</regions>
</casa>
Below is my BPEL Code _--
<?xml version="1.0" encoding="UTF-8"?>
<process
name="NewBPELProcess"
targetNamespace="http://enterprise.netbeans.org/bpel/MyTestBPEL/NewBPELProcess"
xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://enterprise.netbeans.org/bpel/MyTestBPEL/NewBPELProcess" xmlns:sxt="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Trace" xmlns:sxed="http://www.sun.com/wsbpel/2.0/process/executable/SUNExtension/Editor" xmlns:ns0="http://j2ee.netbeans.org/xsd/tableSchema">
<import namespace="http://j2ee.netbeans.org/wsdl/TestDBWSDL" location="TestDBWSDL.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
<import namespace="http://j2ee.netbeans.org/wsdl/FileWSDL" location="FileWSDL.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
<partnerLinks>
<partnerLink name="PartnerLink2" xmlns:tns="http://j2ee.netbeans.org/wsdl/FileWSDL" partnerLinkType="tns:FileWSDL" partnerRole="FileWSDLPortTypeRole"/>
<partnerLink name="PartnerLink1" xmlns:tns="http://j2ee.netbeans.org/wsdl/TestDBWSDL" partnerLinkType="tns:jdbcpartner" myRole="jdbcPortTypeRole"/>
</partnerLinks>
<variables>
<variable name="FileWSDLOperationIn" xmlns:tns="http://j2ee.netbeans.org/wsdl/FileWSDL" messageType="tns:FileWSDLOperationRequest"/>
<variable name="PollrecordsIn" xmlns:tns="http://j2ee.netbeans.org/wsdl/TestDBWSDL" messageType="tns:inputMsg"/>
</variables>
<sequence>
<receive name="ReceiveFromDB" createInstance="yes" partnerLink="PartnerLink1" operation="pollrecords" xmlns:tns="http://j2ee.netbeans.org/wsdl/TestDBWSDL" portType="tns:jdbcPortType" variable="PollrecordsIn"/>
<assign name="Assign1">
<copy>
<from>$PollrecordsIn.part/ns0:record/ns0:Name</from>
<to>$FileWSDLOperationIn.Message/ns0:record/ns0:Name</to>
</copy>
<copy>
<from>$PollrecordsIn.part/ns0:record/ns0:Flag</from>
<to>$FileWSDLOperationIn.Message/ns0:record/ns0:Flag</to>
</copy>
<copy>
<from>$PollrecordsIn.part/ns0:record/ns0:ID</from>
<to>$FileWSDLOperationIn.Message/ns0:record/ns0:ID</to>
</copy>
</assign>
<invoke name="InvoketoFile" partnerLink="PartnerLink2" operation="FileWSDLOperation" xmlns:tns="http://j2ee.netbeans.org/wsdl/FileWSDL" portType="tns:FileWSDLPortType" inputVariable="FileWSDLOperationIn"/>
</sequence>
</process>
FileWSDL :-
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="FileWSDL" targetNamespace="http://j2ee.netbeans.org/wsdl/FileWSDL"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/FileWSDL" xmlns:ns="http://j2ee.netbeans.org/xsd/tableSchema" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<types>
<xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/FileWSDL">
<xsd:import namespace="http://j2ee.netbeans.org/xsd/tableSchema" schemaLocation="Test.xsd"/>
</xsd:schema>
</types>
<message name="FileWSDLOperationRequest">
<part name="Message" element="ns:Test"/>
</message>
<portType name="FileWSDLPortType">
<operation name="FileWSDLOperation">
<input name="input1" message="tns:FileWSDLOperationRequest"/>
</operation>
</portType>
<binding name="FileWSDLBinding" type="tns:FileWSDLPortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="FileWSDLOperation">
<soap:operation/>
<input name="input1">
<soap:body use="literal"/>
</input>
</operation>
</binding>
<service name="FileWSDLService">
<port name="FileWSDLPort" binding="tns:FileWSDLBinding">
<soap:address location="http://localhost:${HttpDefaultPort}/FileWSDLService/FileWSDLPort"/>
</port>
</service>
<plnk:partnerLinkType name="FileWSDL">
<!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes.
In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.
A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.-->
<plnk:role name="FileWSDLPortTypeRole" portType="tns:FileWSDLPortType"/>
</plnk:partnerLinkType>
</definitions>
TestDB WSDL
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="TestDBWSDL" targetNamespace="http://j2ee.netbeans.org/wsdl/TestDBWSDL" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ns="http://j2ee.netbeans.org/xsd/tableSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://j2ee.netbeans.org/wsdl/TestDBWSDL" xmlns:plink="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/">
<types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/">
<xsd:import namespace="http://j2ee.netbeans.org/xsd/tableSchema" schemaLocation="Test.xsd"/>
     </xsd:schema>
</types>
<message name="insertRetMsg">
<part name="part" type="xsd:int"/>
</message>
<message name="inputMsg">
<part name="part" element="ns:Test"/>
</message>
<message name="outputMsg">
<part name="part" element="ns:Test"/>
</message>
<portType name="jdbcPortType">
<operation name="insert">
<input name="inputInsert" message="tns:inputMsg"/>
<output name="outputInsert" message="tns:insertRetMsg"/>
</operation>
<operation name="update">
<input name="inputUpdate" message="tns:inputMsg"/>
</operation>
<operation name="delete">
<input name="inputDelete" message="tns:inputMsg"/>
</operation>
<operation name="find">
<input name="inputFind" message="tns:inputMsg"/>
<output name="outputFind" message="tns:outputMsg"/>
</operation>
<operation name="pollrecords">
<input name="inputPoll" message="tns:inputMsg"/>
</operation>
</portType>
<binding name="binding" type="tns:jdbcPortType">
<jdbc:binding xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/"/>
<operation name="insert">
<jdbc:operation xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/"/>
<input name="inputInsert">
<jdbc:input xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/" MarkColumnName="" MarkColumnValue="" MoveRowToTableName="" PKName="ID" PollMilliSeconds="5000" PollingPostProcessing="MoveRow" TableName="Test" Transaction="NOTransaction" numberOfRecords="" operationType="insert" paramOrder="Name,Flag,ID" sql="insert into "dbo"."Test" ("Name","Flag","ID") values (?,?,?)"/>
</input>
<output name="outputInsert">
<jdbc:output xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/" returnPartName="part"/>
</output>
</operation>
<operation name="update">
<jdbc:operation xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/"/>
<input name="inputUpdate">
<jdbc:input xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/" MarkColumnName="" MarkColumnValue="" MoveRowToTableName="" PKName="ID" PollMilliSeconds="5000" PollingPostProcessing="MoveRow" TableName="Test" Transaction="NOTransaction" numberOfRecords="" operationType="update" paramOrder="Name,Flag,ID" sql="update "dbo"."Test" set "dbo"."Test"."Name" = ?,"dbo"."Test"."Flag" = ?,"dbo"."Test"."ID" = ?"/>
</input>
</operation>
<operation name="delete">
<jdbc:operation xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/"/>
<input name="inputDelete">
<jdbc:input xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/" MarkColumnName="" MarkColumnValue="" MoveRowToTableName="" PKName="ID" PollMilliSeconds="5000" PollingPostProcessing="MoveRow" TableName="Test" Transaction="NOTransaction" numberOfRecords="" operationType="delete" paramOrder="" sql="delete from "dbo"."Test""/>
</input>
</operation>
<operation name="find">
<jdbc:operation xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/"/>
<input name="inputFind">
<jdbc:input xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/" MarkColumnName="" MarkColumnValue="" MoveRowToTableName="" PKName="ID" PollMilliSeconds="5000" PollingPostProcessing="MoveRow" TableName="Test" Transaction="NOTransaction" numberOfRecords="" operationType="find" paramOrder="" sql="select "Name","Flag","ID" from "dbo"."Test""/>
</input>
<output name="outputFind">
<jdbc:output xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/" returnPartName="part"/>
</output>
</operation>
<operation name="pollrecords">
<jdbc:operation xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/"/>
<input name="inputPoll">
<jdbc:input xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/" MarkColumnName="" MarkColumnValue="" MoveRowToTableName="" PKName="ID" PollMilliSeconds="5000" PollingPostProcessing="Delete" TableName="Test" Transaction="NOTransaction" numberOfRecords="" operationType="poll" paramOrder="" sql="select "Name","Flag","ID" from "dbo"."Test""/>
</input>
</operation>
</binding>
<service name="service">
<port name="port" binding="tns:binding">
<jdbc:address xmlns:jdbc="http://schemas.sun.com/jbi/wsdl-extensions/jdbc/" jndiName="jdbc/__ebonding"/>
</port>
</service>
<plink:partnerLinkType xmlns:plink="http://docs.oasis-open.org/wsbpel/2.0/plnktype" name="jdbcpartner">
<plink:role name="jdbcPortTypeRole" portType="tns:jdbcPortType"/>
</plink:partnerLinkType>
</definitions>

Similar Messages

  • RMAN-10011: synchronization error while polling for rpc 8, action=startdefa

    Could anybody explain what is this error message caused by?
    TIA
    The entire spool below:
    051107064744: NetBackup RMAN Backup Started
    ORACLE_SID=db02
    backup_type=cold
    number_of_channels=2
    Started by: Oracle
    051107064745: Checking database status
    051107064745: Database status: OPEN
    051107064745: Getting database password
    051107064746: Checking database password
    051107064746: Database password: Valid
    051107064746: Checking Database mode
    051107064746: Database mode: NOARCHIVELOG
    051107064746: Shutdown no archive
    051107064838: RMAN BACKUP STARTED
    Recovery Manager: Release 10.1.0.4.0 - 64bit Production
    Copyright (c) 1995, 2004, Oracle. All rights reserved.
    connected to target database: db02 (DBID=3504436532)
    RMAN> connect catalog *
    2> run
    3> {
    4> sql 'alter session set sort_area_size=12582912';
    5> sql 'alter session set sort_area_retained_size=1048576';
    6> allocate channel t1 type 'SBT_TAPE' parms="ENV=(NB_ORA_POLICY=ORA_solcdi02, NB_ORA_SERV=sun4)"
    7> format 'df_%d_%p_%u_%t';
    8> set limit channel t1 maxopenfiles=1;
    9> allocate channel t2 type 'SBT_TAPE' parms="ENV=(NB_ORA_POLICY=ORA_solcdi02, NB_ORA_SERV=sun4)"
    10> format 'df_%d_%p_%u_%t';
    11> set limit channel t2 maxopenfiles=1;
    12> backup database filesperset=64
    13> include current controlfile;
    14> sql 'alter database open';
    15> release channel t1;
    16> release channel t2;
    17> }
    18>
    connected to recovery catalog database
    starting full resync of recovery catalog
    full resync complete
    sql statement: alter session set sort_area_size=12582912
    sql statement: alter session set sort_area_retained_size=1048576
    allocated channel: t1
    channel t1: sid=160 devtype=SBT_TAPE
    channel t1: VERITAS NetBackup for Oracle - Release 5.1 (2004122521)
    allocated channel: t2
    channel t2: sid=159 devtype=SBT_TAPE
    channel t2: VERITAS NetBackup for Oracle - Release 5.1 (2004122521)
    Starting backup at 11-MAY-07
    channel t1: starting full datafile backupset
    channel t1: specifying datafile(s) in backupset
    input datafile fno=00005 name=/oradata/10gid/u01/grid102/grid102/mgmt.dbf
    input datafile fno=00006 name=/oradata/10gid/u01/grid102/grid102/mgmt_ecm_depot1.dbf
    input datafile fno=00007 name=/oradata/10gid/u01/grid102/grid102/system02.dbf
    input datafile fno=00004 name=/oradata/10grid/u01/grid102/grid102/users01.dbf
    channel t1: starting piece 1 at 11-MAY-07
    channel t2: starting full datafile backupset
    channel t2: specifying datafile(s) in backupset
    input datafile fno=00008 name=/oradata/10ggrid/u01/grid102/grid102/mngmecm02.dbf
    input datafile fno=00001 name=/oradata/10ggrid/u01/grid102/grid102/system01.dbf
    input datafile fno=00002 name=/oradata/10ggrid/u01/grid102/grid102/undotbs01.dbf
    input datafile fno=00003 name=/oradata/10ggrid/u01/grid102/grid102/sysaux01.dbf
    channel t2: starting piece 1 at 11-MAY-07
    channel t2: finished piece 1 at 11-MAY-07
    piece handle=df_GRID102_1_19ihecmm_622277334 comment=API Version 2.0,MMS Version 5.0.0.0
    channel t2: backup set complete, elapsed time: 00:06:05
    channel t2: starting full datafile backupset
    channel t2: specifying datafile(s) in backupset
    including current controlfile in backupset
    channel t2: starting piece 1 at 11-MAY-07
    channel t2: finished piece 1 at 11-MAY-07
    piece handle=df_GRID102_1_1aihed24_622277700 comment=API Version 2.0,MMS Version 5.0.0.0
    channel t2: backup set complete, elapsed time: 00:00:35
    channel t1: finished piece 1 at 11-MAY-07
    piece handle=df_GRID102_1_18ihecmm_622277334 comment=API Version 2.0,MMS Version 5.0.0.0
    channel t1: backup set complete, elapsed time: 00:06:48
    Finished backup at 11-MAY-07
    Starting Control File and SPFILE Autobackup at 11-MAY-07
    piece handle=c-3404436532-20070511-00 comment=API Version 2.0,MMS Version 5.0.0.0
    Finished Control File and SPFILE Autobackup at 11-MAY-07
    sql statement: alter database open
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-10010: error while checking for RPC completion
    RMAN-10011: synchronization error while polling for rpc 8, action=startdefault
    Recovery Manager complete.
    051107065708: RMAN BACKUP FAILED, RMAN exit status=1
    051107065708: Cleaning log file (removing passwords)
    051107065709: Error Log Check
    051107065837: Rman Stat Generator
    051107065956: Backup Html Generator
    051107065956: NetBackup RMAN Backup Finished
    ######################################################

    Check on metalink:
    RMAN-10011: synchronization error while polling for rpc 3, action=startdefault
    Note:429572.1
    Werner

  • Error  While Polling Database changes using Custom SQL

    Hi,
    I am using Oralce SOA Suite 11g DbAdapter for polling Database changes.
    My source database is DB2,I am using custom query for polling the changes in source database.
    I am using "Update an External Sequencing Table on a Different Database" polling Strategy
    Query section of the Mapping file is as follows.
    <querying xsi:type="query-policy">
    <queries>
    <query name="ReceiveF554102TXEDataSelect" xsi:type="read-all-query">
    <call xsi:type="sql-call">
    <sql><![CDATA[SELECT FILE_NAME, LIBRARY_NAME,
                   USER_NAME, SEQUENCE_NUM,
                   JOURNAL_CODE, ENTRY_TYPE, TIME_STAMP, JOB_NAME, JOB_USER,
                   JOB_NUMBER, PROGRAM_NAME, ARM_NUMBER, ADDRESS_FAMILY, RMT_ADDRESS,
                   REMOTE_PORT, SYSTEM_NAME, REL_RECORD, OTRCLN, IBMCU, IBITM, IBLITM,
                   IBAITM, IBY55ETAFR, IBY55ETATH, IBY55NUM01, IBY55NUM02, IBY55NUM03,
                   IBY55NUM04, IBY55NUM05, IBY55NUM06, IBY55NUM07, IBY55NUM08,
                   IBY55NUM09, IBY55NUM10, IBELM01, IBELM02, IBELM03, IBELM04, IBELM05, IBY55STR01,
                   IBY55STR02, IBY55STR03, IBY55STR04, IBY55STR05, IBY55CHA01,
                   IBY55CHA02, IBY55CHA03, IBY55CHA04, IBY55CHA05, IBY55DAT01, IBY55DAT02,
                   IBY55DAT03, IBY55DAT04, IBY55DAT05, IBUSER, IBPID, IBJOBN, IBUPMT,
                   IBUPMJ FROM PY_JRNMON.F554102T WHERE ((TIME_STAMP > (SELECT LAST_READ_DATE FROM SOALIB.SOASEQHDR WHERE (TABLE_NAME = 'F554102T'))) AND (TIME_STAMP < SYSDATE)) ORDER BY TIME_STAMP ASC]]> </sql>
    </call>
    <reference-class>ReceiveF554102TXEData.F554102T</reference-class>
    <lock-mode>none</lock-mode>
    <container xsi:type="list-container-policy">
    <collection-type>java.util.Vector</collection-type>
    </container>
    </query>
    </queries>
    <delete-query xsi:type="delete-object-query">
    <call xsi:type="sql-call">
    <sql>UPDATE SOALIB.SOASEQHDR SET LAST_READ_DATE = #LAST_READ_DATE WHERE (TABLE_NAME = 'F554102T')</sql>
    </call>
    </delete-query>
    </querying>
    I am getting following Error after defining the custom SQL in my mapping.xml file. (After executing the Created Process)
    Caused by: BINDING.JCA-11622
    Could not create/access the TopLink Session.
    This session is used to connect to the datastore.
    Caused by BINDING.JCA-11626
    Query Not Found Exception.
    Could not find Named Query [ReceiveSampleCustomPollSelect] with ? arguments, belonging to Descriptor [ReceiveSampleCustomPoll.F554102T] for [oracle.tip.adapter.db.DBActivationSpec@2ec733b0] inside of mappings xml file: [ReceiveSampleCustomPoll-or-mappings.xml].
    You may have changed the queryName info in either the _db.jca or toplink-mappings.xml files so that they no longer match.
    Make sure that the queryName in the activation/interactionSpec and in the Mappings.xml file match. If an old version of the descriptor has been loaded by the database adapter, you may need to bounce the app server. If the same descriptor is described in two separate Mappings.xml files, make sure both versions include this named query.
    You may need to configure the connection settings in the deployment descriptor (i.e. DbAdapter.rar#META-INF/weblogic-ra.xml) and restart the server. This exception is considered not retriable, likely due to a modelling mistake. This polling process will shut down, unless the fault is related to processing a particular row, in which case polling will continue but the row will be rejected (faulted).
         at oracle.tip.adapter.db.exceptions.DBResourceException.createNonRetriableException(DBResourceException.java:653)
         at oracle.tip.adapter.db.exceptions.DBResourceException.createEISException(DBResourceException.java:619)
         at oracle.tip.adapter.db.exceptions.DBResourceException.couldNotCreateTopLinkSessionException(DBResourceException.java:291)
         at oracle.tip.adapter.db.DBManagedConnectionFactory.acquireSession(DBManagedConnectionFactory.java:883)
         at oracle.tip.adapter.db.transaction.DBTransaction.getSession(DBTransaction.java:375)
         at oracle.tip.adapter.db.DBConnection.getSession(DBConnection.java:266)
         at oracle.tip.adapter.db.InboundWork.init(InboundWork.java:322)
         at oracle.tip.adapter.db.InboundWork.run(InboundWork.java:526)
         ... 4 more
    Caused by: BINDING.JCA-11626
    Query Not Found Exception.
    Could not find Named Query [ReceiveSampleCustomPollSelect] with ? arguments, belonging to Descriptor [ReceiveSampleCustomPoll.F554102T] for [oracle.tip.adapter.db.DBActivationSpec@2ec733b0] inside of mappings xml file: [ReceiveSampleCustomPoll-or-mappings.xml].
    You may have changed the queryName info in either the _db.jca or toplink-mappings.xml files so that they no longer match.
    Make sure that the queryName in the activation/interactionSpec and in the Mappings.xml file match. If an old version of the descriptor has been loaded by the database adapter, you may need to bounce the app server. If the same descriptor is described in two separate Mappings.xml files, make sure both versions include this named query.
         at oracle.tip.adapter.db.exceptions.DBResourceException.queryNotFoundException(DBResourceException.java:694)
         at oracle.tip.adapter.db.ox.TopLinkXMLProjectInitializer.initializeQuery(TopLinkXMLProjectInitializer.java:1238)
         at oracle.tip.adapter.db.DBManagedConnectionFactory.acquireSession(DBManagedConnectionFactory.java:728)
         ... 8 more
    Help required to fit custom SQL in mapping.xml file for complex queries.
    Thanks,
    Arun Jadhav.

    "Execuite Custom SQL" in DB adapter and you'l get it.
    But in this case you'll have to implement your own polling strategy (if you need one).
    If you want to use one of the predefined polling strategy you should use "Poll for New or Changed records" and import all the tables you use and connect them in wizard.

  • Error encountered while polling a file using OSB

    Hi,
    This is the Exception when i try to poll a file using OSB
    <Error enco
    untered while polling the resource for the service endpoint ProxyService$CASE_RC
    $BUILD_DATA$FILE_HEADER$FileProcessPS: javax.naming.NameNotFoundExc
    eption: While trying to lookup 'wlsb.internal.transport.task.queue.file' didn't
    find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/file'
    javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transp
    ort.task.queue.file' didn't find subcontext 'wlsb'. Resolved ''; remaining name
    'wlsb/internal/transport/task/queue/file'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
    Truncated. see log file for complete stacktrace
    Can i know what is the issue?

    Hi,
    * java.lang.OutOfMemoryError: PermGen space
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.getConstructor(Unknown Source)
    Solution: Increase the max permgen space -XX:MaxPermSize=256m
    There can be a leak in the permgen objects. If tuning parameters do not resolve the issue, we need to use the memory leak detector tools and find out which instances in the permgen space are not getting cleared.
    Reference - Weblogic wonders...
    http://weblogic-wonders.com/weblogic/2010/12/30/different-out-of-memory-issues/
    Cheers,
    Vlad

  • Error encountered while polling the resource for the service endpoint

    Hello everyone
    I'm a newbie on OSB world. Yesterday, I've tried to test OSB with FTP transport and got some problems.
    As you see in the title, I've search this forum to get a solution already, but I couldn't find anything. So that I create a new thread.
    I created a new OSB project, create a new Proxy service to connect to my FTP server:
    - service type: messaging service
    - request message type: Text, response message type: None
    - FTP transport: external user (I used a Service account), Post read action: archive, transfer mode: ascii, some directories needed were created in /tmp directory
    - Message flow: Start node -> pipeline pairs
    in request pipeline of pipeline pairs node: i created a new stage: Assign action -> Log (to get file contents, error severity) -> Assign -> Log (get file name)
    The expected results are: file file content and file name (display in osb console) after I submit a text file to ftp server (using test console or ftp client)
    But, some error occur continuously after I submit a text file (I can get the file content because error raise and log catch it). The error message is show below:
    <Jun 6, 2011 10:04:59 AM EDT> <Error> <ALSB Logging> <BEA-000000> < [PipelinePairNode1, PipelinePairNode1_request, show_text_info, REQUEST] file contents: li
    ag
    a
    glakjgk
    >
    <Jun 6, 2011 10:05:30 AM EDT> <Error> <WliSbTransports> <BEA-381602> <Error encountered while polling the resource for the service endpoint ProxyService$FTPTestProject$ProxyServices$FTPTestPS: *javax.naming.NameNotFoundException:* While trying to lookup *'wlsb.internal.transport.task.queue.ftp'* *didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'*
    *javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transport.task.queue.ftp' didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'*
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         Truncated. see log file for complete stacktrace
    >
    <Jun 6, 2011 10:06:30 AM EDT> <Error> <WliSbTransports> <BEA-381602> <Error encountered while polling the resource for the service endpoint ProxyService$FTPTestProject$ProxyServices$FTPTestPS: javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transport.task.queue.ftp' didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'
    javax.naming.NameNotFoundException: While trying to lookup 'wlsb.internal.transport.task.queue.ftp' didn't find subcontext 'wlsb'. Resolved ''; remaining name 'wlsb/internal/transport/task/queue/ftp'
         at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(BasicNamingNode.java:1139)
         at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.java:247)
         at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:182)
         at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206)
         at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:254)
         Truncated. see log file for complete stacktrace
    >
    ...There are many BEA-381602 errors that occur continuously.
    My question is how to solve this problem.
    Any suggestion is appreciated.
    Thank in advance.
    Regards, CuongPT
    Edited by: Doubt_Man on Jun 6, 2011 11:17 AM

    Thank atheek1, I remember that I didnt do any manual configuration on my domain :). I use that domain for testing so that I will create a new domain for comparison.

  • Error while updating the plan in Enterprise link

    hi
    i am getting an error while updating the plan which polls the JMS topic and inserts into the grid.
    IMessageSourceReceiver->messageReceive: javax.jms.JMSSecurityException: JMS-232: An invalid user/password was specified for the JMS connection
         at oracle.jms.AQjmsDBConnMgr.checkForSecurityException(AQjmsDBConnMgr.java:916)
         at oracle.jms.AQjmsDBConnMgr.getConnection(AQjmsDBConnMgr.java:601)
         at oracle.jms.AQjmsDBConnMgr.<init>(AQjmsDBConnMgr.java:238)
         at oracle.jms.AQjmsConnection.<init>(AQjmsConnection.java:183)
         at oracle.jms.AQjmsTopicConnectionFactory.createTopicConnection(AQjmsTopicConnectionFactory.java:209)
         at iteration.enterpriselink.sources.JMSConsumer.start(JMSConsumer.java:94)
         at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.jmsConsumerStart(JMSMessageSourceReceiverImpl.java:1001)
         at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.messageReceive(JMSMessageSourceReceiverImpl.java:326)
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3A]
    Error during Message Receive operation.
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3B]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Update of Plan "Untitled, created 3/11/2009 3:56:28 PM" failed.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
    the username and password that i have given are valid and i have given privileges that were mentioned on the technote to the user. can somebody help me out in resolving this as this is very critical for me right now
    Thanks in advance

    I also get error while updating the content in workflow thru the checkout option as reviewer. i.e. contributor checks in the content - then reviewer either updates the metadata or checks out and modifies the content and while checking in the following error occurs
    Content Server Request Failed
    Unable to update the content item information for 'HO000128'.
    The content ID must be specified.
    Please help to resolve.
    Thanks in advance
    Prasad

  • Error while deploying application on portal domain

    Hi All,
    I am getting following error while deploying application on portal domain :( :( Not sure what I am missing.......
    Anyone has any idea on this???
    <Oct 6, 2010 7:49:03 AM EDT> <Warning> <com.bea.wlw.netui.pageflow.internal.WebLogicURLTemplateFactory> <BEA-000000> <In webapp <Workshop Application>, the url template <http://{url:domain}:{url:port}/{url:path}?{url:queryString}{url:currentPage}> uses the {url:port} token. The system may not pick up the correct ports if you are using a proxy server. Consider hardcoding the ports in a production environment.>
    <Oct 6, 2010 7:49:05 AM EDT> <Error> <com.bea.p13n.util.jdbc.internal.JdbcSequencer> <BEA-000000> <Cannot allocate sequence block:
    java.sql.SQLException: Cannot call commit when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.commit(JTAConnection.java:349)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.allocateSequenceBlockNewTx(JdbcSequencer.java:626)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.getNext(JdbcSequencer.java:456)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionDelegate.createMarkupDefinition(MarkupDefinitionDelegate.java:785)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:161)
    Truncated. see log file for complete stacktrace
    >
    <Oct 6, 2010 7:49:05 AM EDT> <Error> <netuix> <BEA-423147> <Exception [javax.transaction.TransactionRolledbackException: EJB Exception: : javax.ejb.EJBException: SQL Error while trying to createMarkupDefinition: SQL [insert into PF_MARKUP_DEFINITION ( MARKUP_DEFINITION_ID, MARKUP_NAME, MARKUP_TYPE, WEBAPP_NAME, MARKUP_FILE) values (?,?,?,?,?)] database error code [0] SQL state [null]. Possible markup duplication of [
    MarkupDefinition:
    webAppName = plassPortalWeb
    type = Menu
    name = multiLevelMenu
    file = /framework/markup/menu/multilevel.menu
    beginXml = <netuix:multiLevelMenu $(markupType) $(markupName)>
    endXml = </netuix:multiLevelMenu>
    MarkupDefinitionId = null].; nested exception is: java.sql.SQLException: Cannot call commit when using distributed transactions
    java.sql.SQLException: Cannot call commit when using distributed transactions
    at weblogic.jdbc.wrapper.JTAConnection.commit(JTAConnection.java:349)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.allocateSequenceBlockNewTx(JdbcSequencer.java:626)
    at com.bea.p13n.util.jdbc.internal.JdbcSequencer.getNext(JdbcSequencer.java:456)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionDelegate.createMarkupDefinition(MarkupDefinitionDelegate.java:785)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:161)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManager_twpn9c_EOImpl.createMarkupDefinition(MarkupDefinitionManager_twpn9c_EOImpl.java:138)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.onNewFile(MenuFilePersistenceManager.java:160)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.createUpdateMenuDefinitions(MenuFilePersistenceManager.java:267)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.startupSync(MenuFilePersistenceManager.java:529)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager$StartupSync.run(AbstractFilePersistenceManager.java:155)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager.startup(AbstractFilePersistenceManager.java:97)
    at com.bea.netuix.servlets.repository.MenuFilePersistenceManager.onNewFiles(MenuFilePersistenceManager.java:228)
    at com.bea.netuix.poller.FrameworkPoller.newFiles(FrameworkPoller.java:256)
    at com.bea.netuix.poller.NetuixFilePoller.start(NetuixFilePoller.java:172)
    at com.bea.netuix.servlets.manager.PortalServlet.reinitInternal(PortalServlet.java:390)
    at com.bea.netuix.servlets.manager.PortalServlet.initInternal(PortalServlet.java:261)
    at com.bea.netuix.servlets.manager.PortalServlet.access$100(PortalServlet.java:125)

    Hello Everybody,
    I solved this error by myself as follows:
    So, what I did was; I started the RemoteGui.bat (C:\usr\sap\J2E\JC00\SDM\program) and from the Undeployment tab, I selected “mainapp01” and “com.sap.engine.docs.examples”.
    The reason I undeployed the above applications was because when I was trying to deploy the mainapp01 application, it gave an error saying that “: Cannot deploy application pcbp.com/mainapp01.. Reason: Application alias [/] for application [pcbp.com/mainapp01] already exists in the HTTP Provider Service. The application that holds this alias is [sap.com/com.sap.engine.docs.examples “.
    And, then I restarted the J2EE engine and from the SAP Netweaver Developer Studio, I again deployed the mainapp01 application on the local J2EE engine and it was deployed successfully.
    Oct 10, 2006 9:45:30 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [002]Finished Deployment
    Settings
    SDM host : RPIKOER
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Result
    => successfully deployed : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp9270pcbp.com~mainapp01.ear
    Thank You
    With Regards,
    Krunal Rana.

  • Error while delivering a failed message ATG

    Once i select the allowMessageDelays to false i get my message in the error queue but if i select it as true then the message gets saved in the dms_limbo tables and we get the following error infinite times.I have given the maximum attempt as 3 but in log i can see every time it says the attempt as 1 .
    I want the allowMessageDelays as true and data to be saved in error queue.
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: state: MsgId=ID:980000; #=1; Max#=3
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: Attempt #2 (IDC); Limbo message ID:980000
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: delay java.lang.String from port DEFAULT
    /atg/dynamo/messaging/MessagingManager  limbo : poll->initiating
    /atg/dynamo/messaging/MessagingManager  limbo : poll->found 1 msg(s)
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: state: MsgId=ID:980000; #=1; Max#=3
    /atg/dynamo/messaging/MessagingManager  /com//merch/listener/MenuItemFullListener: Attempt #2 (ML); Deliver message ID:980000
    /atg/dynamo/service/Scheduler   Error while handling scheduled job MSG-LIMBO-POLL       java.lang.NullPointerException
    Please please Help..!!

    Thanks David for your reply,
    I purposely gave an error to check if any entry is made in the dms_queue_entry table when there is an error while listening from a topic.
    As per my understanding ..
    when a topic sends a data to a listener and there is some error while reading it, topic will try to redeliver the data as many times as specified(<max-attempts>3</max-attempts>). If we specify the delay(<delay>60000</delay>) then the topic will try to send the data to the listener first time and if fails will store the data in the limbo tables and then will again try to redeliver the data after the specifed time.
    Now what is happening is, it try to deliver the data first time and it fails, it store the data in the limbo tables . Now after 1 minute(60000 millisec) it will try to redeliver the data(2nd attempt) to the listener from the msgLimbo tables. but we are getting a null pointer exception as it is unable to poll data from the limbo tables and it throws a null pointer exception.
    Correct me if i am wrong..!!

  • File Adapter giving Translation error while reading & moving pdf files

    Hello Gurus,
    I am on SOA 10.1.3.4 and using BPEL for the below procedure.
    The requirement I have is to move pdf files from one local directory to another as soon as the pdf files land in source directory. So I used a file adapter (FileAdapter_1) to poll the file and read as an opaque schema. Then I copied the name and directory in a header variable and passed the header variable to another file adapter(FileAdapter_2) which moves the file from source to target directory. The jca operation for FileAdapter_2 is as follows:
    <jca:operation
    InteractionSpec="oracle.tip.adapter.file.outbound.FileIoInteractionSpec"
    SourcePhysicalDirectory="foo1"
    SourceFileName="bar1"
    TargetPhysicalDirectory="foo2"
    TargetFileName="bar2"
    Type="MOVE">
    </jca:operation>
    It is working fine for all 90% of pdf files, but some files are failing with the following error in domain.log file.
    2012-02-24 11:15:12,170> <DEBUG> <custst1.collaxa.cube.translation> <TranslatorFactory::log> Inside TranslatorFactory
    <2012-02-24 11:15:12,170> <DEBUG> <custst1.collaxa.cube.translation> <TranslatorFactory::log> using version attribute = NXSD
    <2012-02-24 11:15:12,170> <DEBUG> <custst1.collaxa.cube.translation> <TranslatorFactory::log> loading xlator class...oracle.tip.pc.services.translation.xlators.nxsd.NXSDTranslatorImpl
    <2012-02-24 11:15:12,174> <DEBUG> <custst1.collaxa.cube.translation> <TranslatorFactory::log> class loaded
    <2012-02-24 11:15:12,174> <DEBUG> <custst1.collaxa.cube.translation> <NXSDTranslatorImpl::log> Starting translateFromNative using InputStream
    <2012-02-24 11:15:12,174> <DEBUG> <custst1.collaxa.cube.translation> <XlatorHelper::logDebug> validating payload size
    <2012-02-24 11:15:12,175> <INFO> <custst1.collaxa.cube.activation> <File Adapter::Inbound> Error while translating inbound file : Sample.pdf
    <2012-02-24 11:15:12,175> <INFO> <custst1.collaxa.cube.activation> <File Adapter::Inbound>
    ORABPEL-11104
    Error while translating.
    [Line=1, Col=5] The value "%PDF" read from the native data, from the specified position, using "choiceCondition" as "fixedLength" and "length" as "4", doesnt match any of the "conditionValue" on the particles of choice model group.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    at oracle.tip.pc.services.translation.xlators.nxsd.NXSDTranslatorImpl.parseNXSD(NXSDTranslatorImpl.java:1312)
    at oracle.tip.pc.services.translation.xlators.nxsd.NXSDTranslatorImpl.parseNXSD(NXSDTranslatorImpl.java:1142)
    at oracle.tip.pc.services.translation.xlators.nxsd.NXSDTranslatorImpl.doTranslateFromNative(NXSDTranslatorImpl.java:748)
    at oracle.tip.pc.services.translation.xlators.nxsd.NXSDTranslatorImpl.translateFromNative(NXSDTranslatorImpl.java:509)
    at oracle.tip.adapter.file.inbound.ProcessWork.doTranslation(ProcessWork.java:846)
    at oracle.tip.adapter.file.inbound.ProcessWork.processMessages(ProcessWork.java:380)
    at oracle.tip.adapter.file.inbound.ProcessWork.run(ProcessWork.java:231)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:280)
    at java.lang.Thread.run(Thread.java:595)
    <2012-02-24 11:15:12,175> <INFO> <custst1.collaxa.cube.activation> <File Adapter::Inbound> Since a translation exception was thrown, this indicates that it is a non-debatching scenario.
    <2012-02-24 11:15:12,175> <INFO> <custst1.collaxa.cube.activation> <File Adapter::Inbound> Failed to translate file : {common/InboundFiles/Sample.pdf}
    Thanks in advance for your help.......

    As stated in my Original Post, I am using opaque schema for both the adapters, still not sure why the adapter is going through native translation.

  • Error while sending bulk data

    Hi,
    I am doing one scenario in which SAP sends Material Number to Oracle and in turn Oracle fetches data for that Material Number and send it back to SAP.
    Here when I am executing the scenatio in SAP with Material Number as 1* . I am getting an error in XI as "Exception caught by adapter framework: Error processing request in sax parser: Error when executing statement for table/stored proc. java.sql.SQLException: No more data to read from socket"
    I am getting this error while sending data from SAP to oracle.i tried the same scenario with 2 or 3 records.It is working fine.
    I tried many options increasing the polling interval and restricting the records.But I am getting the same error.Please help me in this case.
    Thanks,
    Gunasree.

    Most of the debugging links say: Connection with database server is lost, and Use a new connection to come out this problem with code so that if again the session goes expired the connection automatically get establised.
    Have a look:
    Troubleshooting: No more data.....
    1.http://www.chemaxon.com/forum/ftopic904.html
    2.http://elandingstest.alaska.gov/confluence/display/IERS/TroubleshootingDatabaseConnection+Problems
    3. http://www.orafaq.com/forum/t/35084/0/
    4. BAPI_PO_CHANGE
    5. http://www.junlu.com/msg/314591.html
    BR,
    Alok

  • Error while starting service "DistributedCacheForMessages" - timeout

    Hi Guys,
    We get occasional problems starting the cluster:
    2010-04-14 18:15:46,619 ERROR lccohd2-3 [2.5.806] Log4j [Logger@9222213 3.5.3/465p2] - 35.507 <Error> (thread=main, member=6): Error while starting service "DistributedCacheForMessages": com.tangosol.net.RequestTimeoutException: Timeout during service start: ServiceInfo(Id=4, Name=DistributedCacheForMessages, Type=DistributedCache
      MemberSet=ServiceMemberSet(
        OldestMember=Member(Id=1, Timestamp=2010-04-14 18:15:01.801, Address=192.168.15.101:8088, MachineId=26469, Location=site:london,machine:lccohd1,process:10672,member:lccohd1-1, Role=)
        ActualMemberSet=MemberSet(Size=11, BitSetCount=2
          Member(Id=1, Timestamp=2010-04-14 18:15:01.801, Address=192.168.15.101:8088, MachineId=26469, Location=site:london,machine:lccohd1,process:10672,member:lccohd1-1, Role=)
          Member(Id=2, Timestamp=2010-04-14 18:15:05.19, Address=192.168.15.102:8088, MachineId=26470, Location=site:london,machine:lccohd2,process:17631,member:lccohd2-1, Role=)
          Member(Id=3, Timestamp=2010-04-14 18:15:12.834, Address=192.168.15.102:8089, MachineId=26470, Location=site:london,machine:lccohd2,process:17767,member:lccohd2-2, Role=)
          Member(Id=4, Timestamp=2010-04-14 18:15:12.986, Address=192.168.15.101:8089, MachineId=26469, Location=site:london,machine:lccohd1,process:10808,member:lccohd1-2, Role=)
          Member(Id=6, Timestamp=2010-04-14 18:15:14.044, Address=192.168.15.102:8090, MachineId=26470, Location=site:london,machine:lccohd2,process:17804,member:lccohd2-3, Role=)
          Member(Id=7, Timestamp=2010-04-14 18:15:14.813, Address=192.168.15.101:8091, MachineId=26469, Location=site:london,machine:lccohd1,process:10891,member:lccohd1-4, Role=)
          Member(Id=8, Timestamp=2010-04-14 18:15:15.009, Address=192.168.15.102:8091, MachineId=26470, Location=site:london,machine:lccohd2,process:17846,member:lccohd2-4, Role=)
          Member(Id=9, Timestamp=2010-04-14 18:15:15.481, Address=192.168.15.101:8092, MachineId=26469, Location=site:london,machine:lccohd1,process:10938,member:lccohd1-5, Role=)
          Member(Id=10, Timestamp=2010-04-14 18:15:16.275, Address=192.168.15.102:8092, MachineId=26470, Location=site:london,machine:lccohd2,process:17902,member:lccohd2-5, Role=)
          Member(Id=11, Timestamp=2010-04-14 18:15:16.497, Address=192.168.15.101:8093, MachineId=26469, Location=site:london,machine:lccohd1,process:10998,member:lccohd1-6, Role=)
          Member(Id=12, Timestamp=2010-04-14 18:15:17.323, Address=192.168.15.102:8093, MachineId=26470, Location=site:london,machine:lccohd2,process:17966,member:lccohd2-6, Role=)
        MemberId/ServiceVersion/ServiceJoined/ServiceLeaving
          1/3.5/Wed Apr 14 18:15:05 BST 2010/false,
          2/3.5/Wed Apr 14 18:15:06 BST 2010/false,
          3/3.5/Wed Apr 14 18:15:14 BST 2010/false,
          4/3.5/Wed Apr 14 18:15:14 BST 2010/false,
          6/3.5/Wed Apr 14 18:15:16 BST 2010/false,
          7/3.5/Wed Apr 14 18:15:17 BST 2010/false,
          8/3.5/Wed Apr 14 18:15:17 BST 2010/false,
          9/3.5/Wed Apr 14 18:15:18 BST 2010/false,
          10/3.5/Wed Apr 14 18:15:18 BST 2010/false,
          11/3.5/Wed Apr 14 18:15:19 BST 2010/false,
          12/3.5/Wed Apr 14 18:15:20 BST 2010/false
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onStartupTimeout(Grid.CDB:6)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.start(Service.CDB:28)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.start(Grid.CDB:38)
            at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:28)
            at com.tangosol.coherence.component.util.safeService.SafeCacheService.startService(SafeCacheService.CDB:5)
            at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:27)
            at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
            at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(DefaultConfigurableCacheFactory.java:1008)
            at com.oracle.coherence.environment.extensible.ExtensibleEnvironment.ensureService(ExtensibleEnvironment.java:374)
            at com.tangosol.net.DefaultCacheServer.start(DefaultCacheServer.java:139)
            at com.core.AbstractQTGServer.start(AbstractQTGServer.java:108)
            at com.EmsServer.main(EmsServer.java:42)
    2010-04-14 18:15:46,621 ERROR lccohd2-3 [2.5.806] Log4j [Logger@9222213 3.5.3/465p2] - 35.508 <Error> (thread=DistributedCache:DistributedCacheForMessages, member=6): validatePolls: This service timed-out due to unanswered handshake request. Manual intervention is required to stop the members that have not responded to this Poll
      PollId=1, active
      InitTimeMillis=1271265316553
      Service=DistributedCacheForMessages (4)
      RespondedMemberSet=[1,2,3,5]
      LeftMemberSet=[]
      RemainingMemberSet=[4]
      }As they are so difficult to catch, I've followed the a advice on metalink and implemented an auto-caputure of the state of the non-responsive node. This showed the following:
    "DistributedCache:DistributedCacheForMessages" daemon prio=10 tid=0x000000004ee62400 nid=0x2b78 waiting for monitor entry [0x00000000454f4000..0x00000000454f5c90]
       java.lang.Thread.State: BLOCKED (on object monitor)
            at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:4)
            - waiting to lock <0x00002aaabd0049a8> (a com.tangosol.coherence.component.util.SafeCluster)
            at com.tangosol.net.cache.ContinuousQueryCache.getCache(ContinuousQueryCache.java:182)
            at com.tangosol.net.cache.ContinuousQueryCache.configureSynchronization(ContinuousQueryCache.java:1157)
            - locked <0x00002aaab28da500> (a com.tangosol.net.cache.ContinuousQueryCache)
            at com.tangosol.net.cache.ContinuousQueryCache.ensureSynchronized(ContinuousQueryCache.java:1360)
            - locked <0x00002aaab28da500> (a com.tangosol.net.cache.ContinuousQueryCache)
            at com.tangosol.net.cache.ContinuousQueryCache.<init>(ContinuousQueryCache.java:159)
            at com.tangosol.net.cache.ContinuousQueryCache.<init>(ContinuousQueryCache.java:67)
            at com.oracle.coherence.patterns.messaging.MessageEventManager.<init>(MessageEventManager.java:85)
            at com.oracle.coherence.patterns.messaging.MessageEventManager.<clinit>(MessageEventManager.java:70)
            at com.oracle.coherence.patterns.messaging.MessagePartitionListener.onEvent(MessagePartitionListener.java:76)
            at com.oracle.coherence.patterns.messaging.MessagePartitionListener.onPartitionEvent(MessagePartitionListener.java:56)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.firePartitionEvent(DistributedCache.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.firePartitionEvent(DistributedCache.CDB:13)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onTransferRequest(DistributedCache.CDB:157)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$TransferRequest.onReceived(DistributedCache.CDB:1)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onMessage(Grid.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.Grid.onNotify(Grid.CDB:136)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache.onNotify(DistributedCache.CDB:3)
            at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:42)
            at java.lang.Thread.run(Thread.java:619)Which I thought might be interesting for you guys?
    I have full cluster logs available as well as full stack dump for the unresponsive node.
    Regards, Paul

    Hi Paul,
    What was your resolution to this?
    Was this related to the Linux Kernel issues?
    -- Brian
    Brian Oliver | Architect | Oracle Coherence Engineering
    Oracle Fusion Middleware

  • Coherence cluster reporting the Error while starting TcpProxyService

    In my application we have around 70 node. We have a client which connect to the cluster as an TCP extend client.
    As per the coherence log a communication delay between the two node is reported and then cluster service is restarted, but it failed to start the TcpProxyService. And this leads to the client connected by TCP Extend, lost connectivity with the cluster.
    Q1 : What is the reason and how to avoid this error ?
    2: How to notify the client about the connection failure ?
    Cohernace log sinppet
    990877871 ERROR [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:13.565 Oracle Coherence GE 3.3/387 <Error> (thread=Clu
    ster, member=69): This node appears to have partially lost the connectivity: it receives responses from Member(Id=13, Timestamp=2008-12-01 12:46:41.563, Addr
    ess=147.114.89.101:8088, MachineId=47205, Location=process:32223@lonrs00531, Role=storage) which communicates with Member(Id=44, Timestamp=2008-12-17 13:28:1
    2.927, Address=147.114.89.52:8089, MachineId=47156, Location=process:18354@lonrs00556, Role=storage), but is not responding directly to this member; that cou
    ld mean that either requests are not coming out or responses are not coming in; stopping cluster service.
    6990879595 INFO [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:15.299 Oracle Coherence GE 3.3/387 <Info> (thread=main
    , member=n/a): Restarting cluster
    6990881402 INFO [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:17.120 Oracle Coherence GE 3.3/387 <Info> (thread=Clus
    ter, member=n/a): Failed to satisfy the variance: allowed=16, actual=420
    6990881402 INFO [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:17.120 Oracle Coherence GE 3.3/387 <Info> (thread=Clus
    ter, member=n/a): Increasing allowable variance to 66
    6990883309 INFO [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:19.004 Oracle Coherence GE 3.3/387 <Info> (thread=Clus
    ter, member=n/a): This Member(Id=27, Timestamp=2008-12-17 13:28:17.141, Address=147.114.89.50:8096, MachineId=47154, Location=process:3763@lonrs00554, Role=s
    torage, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketCount=2) joined cluster "RIA_PROD" with senior Member(Id=2, Timestamp=2008-09-27 16:33:38.2
    71, Address=147.114.89.55:8091, MachineId=47159, Location=process:28137@lonrs00559, Role=storage, Edition=Grid Edition, Mode=Development, CpuCount=4, SocketC
    ount=2)
    6990884308 INFO [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:20.027 Oracle Coherence GE 3.3/387 <Info> (thread=main
    , member=27): Restarting Service: Management
    6990885872 INFO [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:21.589 Oracle Coherence GE 3.3/387 <Info> (thread=main
    , member=27): Restarting Service: DistributedCache
    6990886228 INFO [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:21.947 Oracle Coherence GE 3.3/387 <Info> (thread=main
    , member=27): Restarting Service: InvocationService
    6990886353 INFO [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:22.071 Oracle Coherence GE 3.3/387 <Info> (thread=main
    , member=27): Restarting Service: TcpProxyService
    6990886488 ERROR [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:22.207 Oracle Coherence GE 3.3/387 <Error> (thread=Pro
    xy:TcpProxyService, member=27): Terminating ProxyService due to unhandled exception: com.tangosol.util.WrapperException
    6990886490 ERROR [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:22.207 Oracle Coherence GE 3.3/387 <Error> (thread=Pro
    xy:TcpProxyService, member=27):
    (Wrapped: error binding ServerSocket to 147.114.89.50:17061)
    java.net.BindException: Address already in use
    at sun.nio.ch.Net.bind(Native Method)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
    at com.tangosol.coherence.component.comm.connectionManager.acceptor.TcpAcceptor.configureSocket(TcpAcceptor.CDB:24)
    at com.tangosol.coherence.component.comm.connectionManager.acceptor.TcpAcceptor.doStart(TcpAcceptor.CDB:27)
    at com.tangosol.coherence.component.comm.ConnectionManager.start(ConnectionManager.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.service.ProxyService.onServiceStarted(ProxyService.CDB:20)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service$MemberConfigRequest$Poll.onCompletion(Service.CDB:17)
    at com.tangosol.coherence.component.net.Poll.close(Poll.CDB:13)
    at com.tangosol.coherence.component.net.Poll.onResponded(Poll.CDB:32)
    at com.tangosol.coherence.component.net.Poll.onResponse(Poll.CDB:3)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.onMessage(Service.CDB:24)
    at com.tangosol.coherence.component.util.daemon.queueProcessor.Service.onNotify(Service.CDB:123)
    at com.tangosol.coherence.component.util.Daemon.run(Daemon.CDB:35)
    at java.lang.Thread.run(Thread.java:595)
    6990886490 ERROR [Logger@9229206 3.3/387] Coherence - 2008-12-17 13:28:22.208 Oracle Coherence GE 3.3/387 <Error> (thread=mai
    n, member=27): Error while starting service "TcpProxyService": (Wrapped: Failed to start Service "TcpProxyService" (ServiceState=SERVICE_STOPPED)) (Wrapped:
    error binding ServerSocket to 147.114.89.50:17061) java.net.BindException: Address already in use
    at sun.nio.ch.Net.bind(Native Method)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
    at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)

    Hi user1696,
    Adding <reusable>true</reusable> to the tcp-acceptor/local-address element (see http://wiki.tangosol.com/display/COH33UG/tcp-acceptor) should fix this.
    Regards,
    Dimitri

  • SQL Error while trying to createMarkupDefinition

    We upgraded wls portal schem from 8.1 to 10 and when we tried to deploy the app we had issues inserting the MarkupDefinition. Attached is the error. The error also complains that there might be Possible markup duplication of [MrkupDefinition] <appname>. Any help is appreciated
    vax.ejb.EJBException: SQL Error while trying to createMarkupDefinition: SQL [insert into PF_MARKUP_DEFINITION ( MARKUP_DEFINITION_ID, MARKUP_NAME, MARKUP_TYP
    WEBAPP_NAME, MARKUP_FILE) values (?,?,?,?,?)] database error code [1,400] SQL state [23000]. Possible markup duplication of [
    rkupDefinition:
    webAppName = km
    type = LookAndFeel
    name = bighornXHTMLLookAndFeel
    file = /framework/markup/lookandfeel/bighorn-xhtml.laf
    beginXml = <netuix:lookAndFeel skin="bighorn" skeleton="bighorn-xhtml" $(definitionLabel) $(definitionId) $(markupType) $(markupName)><netuix:titlebarButtonO
    r><netuix:otherButtons/><netuix:namedButton name="float"/><netuix:namedButton name="edit"/><netuix:namedButton name="help"/><netuix:namedButton name="minimiz
    /><netuix:namedButton name="maximized"/><netuix:namedButton name="delete"/></netuix:titlebarButtonOrder></netuix:lookAndFeel>
    endXml = null
    MarkupDefinitionId = null].; nested exception is: java.sql.SQLException: ORA-01400: cannot insert NULL into ("WLPDEV"."PF_MARKUP_DEFINITION"."BEGIN_XML")
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionDelegate.createMarkupDefinition(MarkupDefinitionDelegate.java:812)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl.createMarkupDefinition(MarkupDefinitionManagerImpl.java:161)
    at com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManager_twpn9c_EOImpl.createMarkupDefinition(MarkupDefinitionManager_twpn9c_EOIm
    java:418)
    at com.bea.netuix.servlets.repository.LookAndFeelFilePersistenceManager.onNewFile(LookAndFeelFilePersistenceManager.java:170)
    at com.bea.netuix.servlets.repository.LookAndFeelFilePersistenceManager.createUpdateLookAndFeelDefinitions(LookAndFeelFilePersistenceManager.java:262)
    at com.bea.netuix.servlets.repository.LookAndFeelFilePersistenceManager.startupSync(LookAndFeelFilePersistenceManager.java:521)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager$StartupSync.run(AbstractFilePersistenceManager.java:155)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSu
    ct;Ljava.security.PrivilegedExceptionAction;)Ljava.lang.Object;(Unknown Source)
    at com.bea.netuix.servlets.repository.AbstractFilePersistenceManager.startup(AbstractFilePersistenceManager.java:97)
    at com.bea.netuix.servlets.repository.LookAndFeelFilePersistenceManager.onNewFiles(LookAndFeelFilePersistenceManager.java:103)
    at com.bea.netuix.poller.FrameworkPoller.newFiles(FrameworkPoller.java:226)
    at com.bea.netuix.poller.NetuixFilePoller.start(NetuixFilePoller.java:153)
    at com.bea.netuix.servlets.manager.PortalServlet.reinitInternal(PortalServlet.java:359)
    at com.bea.netuix.servlets.manager.PortalServlet.initInternal(PortalServlet.java:241)
    at com.bea.netuix.servlets.manager.PortalServlet.access$100(PortalServlet.java:120)
    at com.bea.netuix.servlets.manager.PortalServlet$ServletLifecycleListenerImpl.init(PortalServlet.java:1874)
    at com.bea.netuix.util.ServletLifecycleListener.initOrReinitInternal(ServletLifecycleListener.java:131)
    at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:251)
    at com.bea.netuix.util.ServletLifecycleService.addServletLifecycleListener(ServletLifecycleService.java:182)
    at com.bea.netuix.servlets.manager.PortalServlet.init(PortalServlet.java:229)
    at com.bea.netuix.servlets.manager.PortalServlet.init(PortalServlet.java:209)
    at javax.servlet.GenericServlet.init(GenericServlet.java:241)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:282)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSu
    ct;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(Unknown Source)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:63)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1830)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1807)
    nested exception is:
    javax.ejb.EJBException: SQL Error while trying to createMarkupDefinition: SQL [insert into PF_MARKUP_DEFINITION ( MARKUP_DEFINITION_ID, MARKUP_NAME, MA
    P_TYPE, WEBAPP_NAME, MARKUP_FILE) values (?,?,?,?,?)] database error code [1,400] SQL state [23000]. Possible markup duplication of [
    rkupDefinition:
    webAppName = km
    type = LookAndFeel
    name = bighornXHTMLLookAndFeel
    file = /framework/markup/lookandfeel/bighorn-xhtml.laf
    beginXml = <netuix:lookAndFeel skin="bighorn" skeleton="bighorn-xhtml" $(definitionLabel) $(definitionId) $(markupType) $(markupName)><netuix:titlebarButtonO
    r><netuix:otherButtons/><netuix:namedButton name="float"/><netuix:namedButton name="edit"/><netuix:namedButton name="help"/><netuix:namedButton name="minimiz
    /><netuix:namedButton name="maximized"/><netuix:namedButton name="delete"/></netuix:titlebarButtonOrder></netuix:lookAndFeel>
    endXml = null
    MarkupDefinitionId = null].; nested exception is: java.sql.SQLException: ORA-01400: cannot insert NULL into ("WLPDEV"."PF_MARKUP_DEFINITION"."BEGIN_XML")
    thrown while trying to do task [create] in class [com.bea.netuix.servlets.repository.LookAndFeelFilePersistenceManager].
    vax.transaction.TransactionRolledbackException: EJB Exception: : javax.ejb.EJBException: SQL Error while trying to createMarkupDefinition: SQL [insert into P
    ARKUP_DEFINITION ( MARKUP_DEFINITION_ID, MARKUP_NAME, MARKUP_TYPE, WEBAPP_NAME, MARKUP_FILE) values (?,?,?,?,?)] database error code [1,400] SQL state [23000
    Possible markup duplication of [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    Are you able to resolve ths problem? I am also getting the same problem when I upgraded wls portal schem from 8.1 to 10 and tried to deploy the app.
    Any help is greatly appreciated.
    Thanks

  • We upgraded to WL 12 and encountered the following error while server startup

    e log events will be written to this file.>
    << UAMS >> v7.6-b2, debug build
    << UAMS >> Starting UAMS System...
    UAMS DEBUG: CodeResource XML file is parsed.
    UAMS DEBUG: CodeResource HashMap is initialized.
    <Feb 23, 2015 3:09:54 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm UamsRealm.>
    <Feb 23, 2015 3:09:58 PM IST> <Error> <Management> <BEA-141124> <An invalid system property was specified while booting the server java.lang.I
    <Feb 23, 2015 3:09:59 PM IST> <Error> <Application Poller> <BEA-149411> <I/O exception was encountered java.io.IOException: The device is not
    java.io.IOException: The device is not ready
            at java.io.WinNTFileSystem.canonicalize0(Native Method)
            at java.io.Win32FileSystem.canonicalize(Win32FileSystem.java:414)
            at java.io.File.getCanonicalPath(File.java:618)
            at java.io.File.getCanonicalFile(File.java:643)
            at weblogic.management.deploy.ApplicationsDirPoller.isInAppsDir(ApplicationsDirPoller.java:687)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:01 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY.>
    <Feb 23, 2015 3:10:01 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
    <Feb 23, 2015 3:10:02 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "ApmDataSource".
    weblogic.management.DeploymentException: java.lang.NoSuchMethodError: com.google.common.collect.ForwardingMap: method <init>()V not found
            at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:260)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchMethodError: com.google.common.collect.ForwardingMap: method <init>()V not found
            at com.google.common.collect.ForwardingConcurrentMap.<init>(ForwardingConcurrentMap.java:37)
            at com.google.common.collect.MapMaker$ComputingMapAdapter.<init>(MapMaker.java:505)
            at com.google.common.collect.MapMaker.makeComputingMap(MapMaker.java:478)
            at org.jboss.weld.logging.WeldMessageConveyor.<init>(WeldMessageConveyor.java:61)
            at org.jboss.weld.logging.WeldMessageConveyerFactory.getDefaultMessageConveyer(WeldMessageConveyerFactory.java:27)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:02 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "aifDataSource".
    weblogic.management.DeploymentException: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:260)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at com.oracle.injection.provider.weld.WeldInjectionContainer.initialize(WeldInjectionContainer.java:83)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:66)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:47)
            at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:37)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:03 PM IST> <Error> <Depl
            at weblogic.application.intoyer> <BEA-149231> <Unable to set the activation state to true for the application "chPoolData".
    weblogic.management.DeploymentException: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrapernal.BaseDeployment.throwAppException(BaseDeployment.java:123)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:260)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at com.oracle.injection.provider.weld.WeldInjectionContainer.initialize(WeldInjectionContainer.java:83)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:66)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:47)
            at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:37)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:03 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "ecareData".
    weblogic.management.DeploymentException: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:260)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at com.oracle.injection.provider.weld.WeldInjectionContainer.initialize(WeldInjectionContainer.java:83)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:66)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:47)
            at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:37)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:03 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "oraclePoolData"
    weblogic.management.DeploymentException: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:260)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at com.oracle.injection.provider.weld.WeldInjectionContainer.initialize(WeldInjectionContainer.java:83)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:66)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:47)
            at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:37)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:03 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "orderingPoolDat
    weblogic.management.DeploymentException: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:260)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at com.oracle.injection.provider.weld.WeldInjectionContainer.initialize(WeldInjectionContainer.java:83)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:66)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:47)
            at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:37)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:03 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "reportPoolData"
    weblogic.management.DeploymentException: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:260)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at com.oracle.injection.provider.weld.WeldInjectionContainer.initialize(WeldInjectionContainer.java:83)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:66)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:47)
            at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:37)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:04 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "A&MSS".
    weblogic.management.DeploymentException: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:260)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at com.oracle.injection.provider.weld.WeldInjectionContainer.initialize(WeldInjectionContainer.java:83)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:66)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:47)
            at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:37)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:04 PM IST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application "CoreModule".
    weblogic.management.DeploymentException: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:123)
            at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:260)
            at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)
            at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoClassDefFoundError: Could not initialize class org.jboss.weld.bootstrap.WeldBootstrap
            at com.oracle.injection.provider.weld.WeldInjectionContainer.initialize(WeldInjectionContainer.java:83)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:66)
            at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:47)
            at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:37)
            at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:729)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:04 PM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp MBeans for AppDeploymentMBean UamsTransport. Error -
    Failed to configure deployment MBean for UamsTransport..
    weblogic.management.DeploymentException: [Deployer:149606]Failed to configure deployment MBean for UamsTransport.
            at weblogic.management.deploy.internal.MBeanConverter.handleException(MBeanConverter.java:195)
            at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:73)
            at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:112)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
            Truncated. see log file for complete stacktrace
    Caused By: javax.management.InvalidAttributeValueException: Unable to create path to D:\csc_75_st1\lib\UamsTransport.war
            at weblogic.management.bootstrap.BootStrap.apply(BootStrap.java:444)
            at weblogic.management.bootstrap.BootStrap.apply(BootStrap.java:341)
            at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:85)
            at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
            at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
            Truncated. see log file for complete stacktrace
    >
    <Feb 23, 2015 3:10:04 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application "UamsTransport" due to error weblogic.mana
    figure deployment MBean for UamsTransport.
    weblogic.management.DeploymentException: [Deployer:149606]Failed to configure deployment MBean for UamsTransport.
            at weblogic.management.deploy.internal.MBeanConverter.handleException(MBeanConverter.java:195)
            at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:73)
            at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:112)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
            Truncated. see log file for complete stacktrace
    Caused By: javax.management.InvalidAttributeValueException: Unable to create path to D:\csc_75_st1\lib\UamsTransport.war
            at weblogic.management.bootstrap.BootStrap.apply(BootStrap.java:444)
            at weblogic.management.bootstrap.BootStrap.apply(BootStrap.java:341)
            at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:85)
            at weblogic.management.deploy.internal.MBeanConverter.createApplicationForAppDeployment(MBeanConverter.java:67)
            at weblogic.management.deploy.internal.MBeanConverter.setupNew81MBean(MBeanConverter.java:315)
            Truncated. see log file for complete stacktrace
    >

    What's the JDK version you are using?
    Try adding -Dfile.separator=\/ to the startup script and try.
    Cheers,
    Naveen

  • Error while calling a select esb service

    javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback:
    I encounter the above error while executing a synchronous bpel process, that invokes an esb db select service to fetch a value from the db.
    the details available for the error are:
    An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0 at java.util.Vector.get(Vector.java:710) at oracle.tip.esb.server.common.wsif.WSIFInvoker.readResponseHeader(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.executeOperation(Unknown Source) at oracle.tip.esb.server.common.wsif.WSIFInvoker.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.nextService(Unknown Source) at oracle.tip.esb.server.service.impl.outadapter.OutboundAdapterService.processBusinessEvent(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatchNonRoutingService(Unknown Source) at oracle.tip.esb.server.dispatch.InitialEventDispatcher.dispatch(Unknown Source) at oracle.tip.esb.server.dispatch.BusinessEvent.raise(Unknown Source) at oracle.tip.esb.wsif.WSIFOperation_ESB.executeRequestResponseOperation(Unknown Source) at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:431) at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:353) at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:192) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:733) at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:368) at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:197) at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3266) at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1696) at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75) at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:184) at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:269) at com.collaxa.cube.engine.CubeE
    Please suggest
    thanx
    AJ

    Done That,
    Thanx a ton Dave, it worked.
    So I am finally moving on :-)
    Just one question Dave, I happened to work on the Beta release of this version too, the problem was not there. How come we have been able to get it in dev preview.

Maybe you are looking for