SOA Suite Order booking example error

Hello!
I have installed a SOA Suite 10.1.3.1.0 and SOA Demo order booking example. But SOAOrderBooking BPEL process doesn't work. I have this error:
file:/D:/WORK/OraSOA/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_SOAOrderBooking_1.0_937b09d1bd8dae1b33b028b2871aef63.tmp/OrderSequence.wsdl [ OrderSequence_ptt::OrderSequence(OrderSequenceInput_msg,OrderSequenceOutputCollection) ] - WSIF JCA Execute of operation 'OrderSequence' failed due to: DBWriteInteractionSpec Execute Failed Exception.
unknown failed. Descriptor name: [unknown]. [Caused by: The method 'commit' cant be called when a global transaction is active.]
; nested exception is:
     ORABPEL-11616
DBWriteInteractionSpec Execute Failed Exception.
unknown failed. Descriptor name: [unknown]. [Caused by: The method 'commit' cant be called when a global transaction is active.]
Caused by Исключение [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.DatabaseException
Внутреннее исключение: java.sql.SQLException: The method 'commit' cant be called when a global transaction is active. Error Code:0.
I read some topics on this forum about this problem, but I still can't find out out any solutions. Could you help? Thanks in advance.

try to check this Errors using external transaction controller in session bean + POJO conf.
Also, can you tell us more about your DB Adapter? are you executing any Pl/SQL proc ? Did you try to change anything in toplink file ro WSDL file, like a field or the query ?

Similar Messages

  • Order Booking Example Quick Start Guide 10.1.3.1

    I am having two problems with installation:
    (1) deployment of FulfillmentESB - after selecting Register with ESB I do not get a sub menu (OrderBookingIS) - with right click - as if it submenu does not exist
    (2) Deployment of SelectManufacturer>Resources Run ANT compilation fails with 143 Java Language URI not hierarchical error message
    any help would be appreciated - using WIndows XP and all port defaults are same as the defaults - one instance only 'home'

    I was able to register the Fullfillment ESB service - the Guide should state 'to be sure the ESB service has been started from SOA console
    Thank you so much
    I still get a failur when running ANT on the build.xml (Select Manufacturer) - I am using 8888 HTML port and one instance home
    Buildfile: C:\Documents and Settings\asarno.OPENTEXT\Desktop\Desktop Master\Oracle\BPEL\Jdeveloper\Order Booking Application\SelectManufacturer\build.xml
    see error message below:
    BUILD FAILED
    C:\Documents and Settings\asarno.OPENTEXT\Desktop\Desktop Master\Oracle\BPEL\Jdeveloper\Order Booking Application\SelectManufacturer\build.xml:143: java.lang.IllegalArgumentException: URI is not hierarchical
    pre-deploy:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    | Compiling bpel process Selectmanufacturer, revision 1.0
    [bpelc] java.lang.IllegalArgumentException: URI is not hierarchical
    [bpelc]      at java.io.File.<init>(File.java:335)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.XMLEntityResolverWrapper.resolveEntity(XMLEntityResolverWrapper.java:154)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:688)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:616)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.resolveSchema(XSDHandler.java:1459)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(XSDHandler.java:758)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(XSDHandler.java:844)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:459)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:572)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:1333)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:528)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadSchemaHelper(WSDLSchemaManager.java:451)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.postProcessXSD(WSDLSchemaManager.java:550)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadAllSchemas(WSDLSchemaManager.java:316)
    [bpelc]      at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:208)
    [bpelc]      at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateClientSide(BPELValidator.java:67)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1130)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 3 seconds

  • Soa Suite 11g DbAdapter invocation error message

    Hi All,
    Morning,...We are trying to make connection to Oracle 11g database using Db adapter in Soa 11g but getting this error message during invocation :
    Database platform org.eclipse.persistence.platform.database.Database Platform is not supported ..An attempt was made to use an unsupported database platform
    Steps mentioned here :
    1.Creation of the Data Source - general tab:
    Name: demo
    JNDI Name: jdbc/demo
    Under the Connection POOL tab : enter the url & also mention the driver class name : oracle.jdbc.OracleDriver, enter the user login details/pwd etc.
    2.
    Deployments --> DBAdapter --> Configuration --> outbound connection pools -- here created a new entry with Connection Factory name :javax.resource.cci.ConnectionFactory
    JNDI NAME : eis/DB/demo --> Then SAVE it.
    Now click this JNDI entry again created in Step # 2 above --> Properties tab -->
    enter the dataSourceName : jdbc/demo
    platformClassName : Now could someone please let us know what exactly do we need to mention here ?_
    Currently this value is null/blank, could this be the reason why we are getting this error message and how could we resolve this ..
    With Regards

    Hi,
    Put the jdbc/demo under xADataSourceName.
    The value for platformClassName is: org.eclipse.persistence.platform.database.Oracle10Platform
    After each value you enter, press ENTER. In the end save.
    Don't forget to redeploy the DbAdapter - check this box under deployment and press the update button.
    Arik

  • SOA order booking application error

    I'm using Jdeveloper studio edition 10.1.3.4
    This is standard out of the box SOADEMO application. I've tried deploying Manually, or Runt Ant Target (one by one) but always deployDecisionService is giving following error at generating ear file.
    Under Resources on App Nav, I've
    decisionservices\DecisionService (with DecisionService.ear and under that DecisionService-web.war)
    decisionservices\DecisionService\ear (with DecisionService.ear and under that DecisionService-web.war)
    decisionservices\DecisionService\war
    So structure seems right. Any inputs on following error will be helpful.
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++my build.properties
    domain=default
    rev=1.0
    admin.user=oc4jadmin
    admin.password=welcome123
    hostname=localhost
    http.port=80
    rmi.port=12401
    oc4jinstancename=home
    asinstancename=
    opmn.requestport=6003
    platform=ias_10g
    +++++++++++++++++++++++++++++++++++++++++++++
    I've changed reference frm 8888 port to 80 on all the files listed in developer's guide.
    Buildfile: C:\SOADEMO\SOAOrderBooking\build.xml
    deployDecisionServices:
    [echo]
    | Deploying decision services for SOAOrderBooking on localhost, port 80
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Copy the archive to C:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Unpacking rules_default_SOAOrderBooking_1_0_DecisionService.ear
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:45 Notification ==>Done unpacking rules_default_SOAOrderBooking_1_0_DecisionService.ear
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Unpacking DecisionService-web.war
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Done unpacking DecisionService-web.war
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Initializing ClassLoader(s)
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>application : rules_default_SOAOrderBooking_1_0_DecisionService is in failed state
    [deployDecisionServices]
    [deployDecisionServices] 10/05/05 16:55:46 Notification ==>Operation failed with error:
    [deployDecisionServices] java.lang.NullPointerException
    [deployDecisionServices]
    [deployDecisionServices]
    [deployDecisionServices]
    [deployDecisionServices] Deploy error: Deploy error: Operation failed with error:
    [deployDecisionServices] java.lang.NullPointerException
    [deployDecisionServices]
    [deployDecisionServices]
    BUILD FAILED
    C:\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "localhost"
    Total time: 5 seconds
    Edited by: user8906609 on May 7, 2010 7:09 AM

    Fixed it.
    the oc4jinstance should have been oc4j_soa instead of home.

  • While ordering book:'Unexpected error has occurred, please try again later'

    Hello,
    Not sure if this is a suitable forum, but when I was using Iphoto '08 V7.1.3 (latest version), and I tried to purchase an album, the following error always appeared : "Unexpected error has occurred, please try again later".
    It always appears after iphoto has transfered all the data across after I click 'Buy Now'. And it is driving me crazy!
    I called up apple support and have tried to do whatever they told me to, which includes:
    1) Creating a new album
    2) Creating a new apple i.d.
    but its all futile! The dreaded message always appears!
    Does anyone know if theres any way I can just SEND THE THING over manually, in a CD or something, cos I really want the album book! Or, do any technical guys here have any idea?? Im also kinda tired of waiting on the hold line on the phone!

    I wish I could help - but I am having the same exact problem. It is totally frustrating to make the book and then go through all the steps only to have the same message appear.

  • Configure .p7b(PKCS #7 Certificates) in SOA Suite 11g - Enterprise Manager

    Hi,
    currently configured .jks file in em - weblogic domain - security - security provider configuration which is used by owsm policy to validate my incoming signed soap message.
    (incoming message is signed with the same jks file). so it is working fine.
    Now I got .p7b(PKCS #7 Certificates) file from customer, so I need to replace this with my existing .jks file. How can I do this?
    Appreciate your quick inputs.
    Thanks

    customer site is invoking my soa suite application,public portion of the certificate which I got from them I configured at my end(.p7b converted in to jks). with the private key (which I do not have with me) the customer site is signing the soap request and hitting my soa suite.
    Getting following error in my soa suite side(soa_server1-diagnosis):
    X509 Certificate will not be advertised due to underlying exception "oracle.wsm.security.SecurityException: WSM-00057 : The certificate, abc.org, is not retrieved. The following aliases are found in the keystore:- [defnet.org, klmca.org, abc.org, ]".
    while converting in to jks I gave alias, I do not know what value should I give. I found
    subject: CN=abc.org... in .p7b file, used the same name as alias.
    converted .p7b file in to .cer as suggested by anuj, .p7b file contains 3 certificates,so imported 3 times in to same key store file like this
    keytool -import -alias abc.org -file xyz.public.cer -keystore xyz-keystore.jks
    keytool -import -alias klmca.org -file klmca.public.cer -keystore xyz-keystore.jks
    keytool -import -alias defnet.org -file defnet.public.cer -keystore xyz-keystore.jks
    Where I am doing wrong here?
    Can I configure directly .p7b(PKCS #7 Certificates) file in enterprise manager (soa suite 11g ps3.). I converted in to jks file and configured but it is not working.
    Please suggest. This is urgent. Appreciate your quick help.
    Edited by: 798585 on May 20, 2011 12:00 AM

  • How to use SOA Suite in conjunction with SOA Analysis and Design Tools

    Hi everybody,
    I am a novice in this field and I need some help regarding integrating analysis and design tools with SOA Suite.
    We used to analyze and design with Oracle Designer and use its powerful form generator to develop a system. It almost covered all the software lifecycle and kept the traceability between anlaysis,design and implementation.
    I have studied about the SOA concepts and read some papaer about SOA Suite. I have also installed the SOA demo based on SOA Suite and I found it absolutely amazing, but my problem is that It seems oracle does not have any tools for SOA Analysis and Design. am I right? if so, How can we analyze and design a system based on SOA concepts and implement it using soa suite in such a way that keeps traceability? What tools is used for this purpose?
    It seems that IBM have some tools like Rational Software Architect and Rational Suite which enable people to design and analyze based on SOA concepts and then generates some pieces of code (like oracle designer in old days) but is it possible to design in these tools and then generating codes for SOA Suite ? (for example generating a bpel file from a design model)
    As I told before I am a novice in this field and I would be so grateful if other users can share their expriences regarding this matter.
    Any help would be highly appreciated.
    Thanks in advance,
    Navid

    Learn About All Things SOA:: SOA India 2007:: IISc, Bangalore (Nov 21-23)
    Aligning IT systems to business needs and improving service levels within the constraints of tight budgets has for long been the topmost challenge for CIOs and IT decision makers. Service-oriented Architecture (SOA) provides a proven strategy to clearly address both of these objectives. Creating more agile information systems and making better use of existing infrastructure are two leading factors that are boosting SOA adoption across large, medium, and small Indian industries from the BFSI, Retail, Telecom, Manufacturing, Pharma, Energy, Government and Services verticals in India. If you are an IT decision maker belonging to any of these verticals, SOA India 2007 (IISc, Bangalore, Nov 21-23 2007) presents a unique opportunity to gather cutting-edge business and technical insights on SOA and other related areas such as BPM, BPEL, Enterprise 2.0, SaaS, MDM, Open Source, and more.
    At SOA India 2007, acclaimed SOA analysts, visionaries, and industry speakers from across the world will show you how to keep pace with change and elevate your IT infrastructure to meet competition and scale effectively. The organisers are giving away 100 FREE tickets worth INR 5000 each to the first 100 qualified delegates belonging to the CxO/IT Decision Maker/Senior IT Management profile, so hurry to grab this opportunity to learn about all things SOA. You can send your complete details, including your designation, e-mail ID, and postal address directly to Anirban Karmakar at [email protected] to enrol in this promotion that is open until 12 October 2007.
    SOA India 2007 will also feature two half-day workshops on SOA Governance (by Keith Harrison-Broninski) and SOA Architecture Deep Dive (by Jason Bloomberg). If you are an IT manager, software architect, project leader, network & infrastructure specialist, or a software developer, looking for the latest information, trends, best practices, products and solutions available for building and deploying successful SOA implementations, SOA India 2007’s technical track offers you immense opportunities.
    Speakers at SOA India include:
    •     Jason Bloomberg, Senior Analyst & Managing Partner, ZapThink LLC
    •     Keith Harrison-Broninski, Independent consultant, writer, researcher, HumanEdJ
    •     John Crupi, CTO, JackBe Corporation
    •     Sandy Kemsley, Independent BPM Analyst, column2.com
    •     Prasanna Krishna, SOA Lab Director, THBS
    •     Miko Matsumara, VP & Deputy CTO, SoftwareAG
    •     Atul Patel, Head MDM Business, SAP Asia Pacifc & Japan
    •     Anil Sharma, Staff Engineer, BEA Systems
    •     Coach Wei, Chairman & CTO, Nexaweb
    •     Chaitanya Sharma, Director EDM, Fair Isaac Corporation
    A partial list of the sessions at SOA India 2007 include:
    •     EAI to SOA: Radical Change or Logical Evolution?
    •     BPEL: Strengths, Limitations & Future!
    •     MDM: Jumpstart Your SOA Journey
    •     Governance, Quality, and Management: The Three Pillars of SOA Implementations
    •     Building the Business Case for SOA
    •     Avoiding SOA Pitfalls
    •     SOA Governance and Human Interaction Management
    •     Business Intelligence, BPM, and SOA Handshake
    •     Enterprise 2.0: Social Impact of Web 2.0 Inside Organizations
    •     Web 2.0 and SOA – Friends or Foe?
    •     Achieving Decision Yield across the SOA-based Enterprise
    •     Governance from day one
    •     Demystifying Enterprise Mashups
    •     Perfecting the Approach to Enterprise SOA
    •     How to Build Cost Effective SOA. “Made in India” Really Works!
    For more information, log on to http://www.soaindia2007.com/.

  • Soa suite con bases de datos

    Al momento de pasar una base de datos a en sql, y pl sql a soa suite me genera un error jca y con sale que no debe existir datos nullos y ninguno esta null en sql y sigue apareciendo el mismo error no se que debo hacer por favor solicito ayuda

    adicional a eso al abrir al crear un servicio en bpel no abre así en la consola este bien no sale nada

  • ERROR DEPLOYING A WEB SERVICE (SOA Order Booking application)

    Hi everyone...
    I got some problem here, I hope somebody help me...
    So...
    I've quite laboriously managed to get SOA Suite installed and I'm half way through the deployment of the order
    booking demo, and encountered an error that I can't find a reference to in
    online searches. I'm up to the step "4. Deploy the Credit Service application"
    and get the following error:
    Operation failed with error:
    Error compiling :/home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/applications/SOADEMO-CREDITS
    ERVICE-CreditService-WS/WebServices: Error instantiating compiler: Web service
    artifact generation failed:oracle.classloader.util.AnnotatedClassFormatError:
    Bad version number in .class file
    Invalid class: org.soademo.creditservice.types.com.globalcompany.ns.credit.CreditCard
    Loader: SOADEMO-CREDITSERVICE-CreditService-WS.web.WebServices:0.0.0
    Code-Source:
    /home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/applications/SOADEMO-CREDITSE
    RVICE-CreditService-WS/WebServices/WEB-INF/classes/
    Configuration: WEB-INF/classes/ in
    /home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/applications/SOADEMO-CREDITSE
    RVICE-CreditService-WS/WebServices/WEB-INF/classes
    Dependent class: oracle.j2ee.ws.common.processor.modeler.wsdl.SchemaAnalyzer
    Loader: oracle.ws.client:10.1.3
    Code-Source: /home/oracle/product/10.1.3.1/OracleAS_6/webservices/lib/wsclient.jar
    Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml
    in /home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/oc4j.jar
    Deployment failed
    Elapsed time for deployment: 53 seconds
    #### Deployment incomplete. #### 20/06/2007 11:00:22
    So, does anyone can tell me what am I have to do?!
    Regards...

    I am currently having the same problem with the SOA Order booking demo application. All of the installation went fine until I tried to run the web client. Whenever I try to access http://localhost:8888/soademo, I get a 500 internal server error.
    Did you ever find a solution for this problem?
    Thanks in advance!
    Marita

  • SOA Order Booking build properites - BindWebApp error: javax.management.Ref

    Hi All,
    I am trying to understand the "SOA Order Booking Application" which is given as part of example in SOA Demo.
    I tried to follow all the steps as per the user guide for this example, but when I am trying to build XML for SOA Order Booking, I get the following error
    Buildfile: C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml
    java Java Result: 1
    pre-deploy:
    validateTask:
    echo-----
    | Validating workflow
    validateTask url is file:/C:/Pratap/JDeveloper/jdevstudio10134/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    validateTask Validation of workflow task definitions is completed without errors
    deployDecisionServices:
    echo
    | Deploying decision services for SOAOrderBooking on uspg2-10-032, port 8888
    deployDecisionServices 08/10/10 15:29:48 Notification ==&gt;Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:48 Notification ==&gt;Undeploy previous deployment
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initializing ClassLoader(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initializing EJB container
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Loading connector(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Starting up resource adapters
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initializing EJB sessions
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Committing ClassLoader(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize DecisionService-web begins...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize DecisionService-web ends...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Started application : rules_default_SOAOrderBooking_1_0_DecisionService
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 922 msecs
    deployDecisionServices
    deployDecisionServices
    deployDecisionServices *{color:#ff0000}BindWebApp error: javax.management.ReflectionException*
    *{color}*
    deployDecisionServices
    *{color:#ff0000}BUILD FAILED*
    **C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "uspg2-10-032"*{color}*
    Total time: 6 seconds
    deployDecisionServices BindWebApp error: javax.management.ReflectionException
    I have the build properties file
    domain=default
    rev=1.0
    admin.user=oc4jadmin
    admin.password=oc4jadmin
    hostname=uspg2-10-032
    http.port=8888
    rmi.port=12401
    oc4jinstancename=home
    asinstancename=
    opmn.requestport=6003
    platform=ias_10g
    #platform=oc4j_10g
    same every where.
    C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "uspg2-10-032"
    Kindly let me know what should be done to resolve errors.
    Regards,
    Pratap
    Edited by: user10244582 on Oct 10, 2008 4:00 PM
    Edited by: user10244582 on Oct 10, 2008 4:02 PM

    Thanks!! absolutely spot on solution.
    I developed in 10.1.3.4, got this error, then deployed using 10.1.3.1. Fantastic.
    Just that build.xml generated by 10.1.3.4 contains isSSL attribute, which seems is not supported by 10.1.3.1. So I created a dummy project in 10.1.3.1, and replaced the build.xml of my rules project with the one generated by 10.1.3.1 jdev

  • SOA Order Booking Web Client Error

    Ok, so I have gotten the SOA Order Booking Application to run. But now when I go to localhost:8888/soademo and try to log in with what they want me to I get a login error. I have checked the tables to make sure that I have the email and password right for logging. If any else has run into this problem and has figured a way around it please post here or even if you have an idea post it here.

    The only things I have changed are what the startup guide told me to, mostly just some property files so that it uses the right port. I have tried logging on with all the default logins.
    Here I think this is the right log file, this is the error it gives me. I am new to Oracle products, I am just doing this demo for my job.
    07/11/06 14:55:21.19 10.1.3.1.0 Started
    07/11/06 14:55:26.972 soaui: 10.1.3.1.0 Started
    07/11/06 15:33:53.611 soaui: Servlet error
    java.lang.IllegalStateException: Response has already been committed
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1854)
         at javax.servlet.ServletResponseWrapper.resetBuffer(ServletResponseWrapper.java:237)
         at javax.servlet.ServletResponseWrapper.resetBuffer(ServletResponseWrapper.java:237)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:285)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.soademo.view.filter.SOADemoFilter.doFilter(SOADemoFilter.java:93)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    07/11/06 15:54:34.672 soaui: 10.1.3.1.0 Stopped
    07/11/07 07:56:30.481 10.1.3.1.0 Started
    07/11/07 08:05:07.95 10.1.3.1.0 Started
    07/11/07 08:08:17.979 soaui: 10.1.3.1.0 Started
    I have tested the customer service web service and it seems to work.

  • Error invoking Oracle Application Adapter part of SOA Suite 11g

    We are using Oracle application adapter from BPEL process manager ( SOA Suite 11g) to call PLSQL:OE_ORDER_PUB:PROCESS_ORDER (EBS R12).
    The call returns error : "<ns0:X_MSG_DATA
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="">FND
    FND_AS_UNEXPECTED_ERROR N PKG_NAME OE_Order_PVT N PROCEDURE_NAME Lines N
    ERROR_TEXT ORA-06502: PL/SQL: numeric or value error: NULL index table key
    value </ns0:X_MSG_DATA>"
    The same order gets created from PLSQL but fails while trying from BPEL through Oracle APPS adapter. The dbg file at the EBS end is given below:
    Session Id:5695950
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PUB.PROCESS_ORDER
    LEAVING OE_MSG_PUB.INITIALIZE
    ENTER PROCESS_ORDER_AG
    BEFORE HEADER PROCESSING
    HEADER_ID22020
    OPERATIONCREATE
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER
    OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC
    OPERATION = CREATE SO SET OLD TO NULL
    Entering OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    Exiting OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    ENTER OE_HEADER_SECURITY.ATTRIBUTES
    VALIDATE ATTRIBUTES
    Entering OE_VALIDATE_HEADER.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Exiting OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Entering OE_ORDER_CACHE.LOAD_Payment_Term
    Exiting OE_ORDER_CACHE.LOAD_Payment_Term
    Entering OE_ORDER_CACHE.LOAD_PRICE_LIST
    Exiting OE_ORDER_CACHE.LOAD_PRICE_LIST
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_HEADER.ATTRIBUTES
    DEFAULT MISSING
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value fetched from table.
    PARAMETER VALUE:
    In OE_Contracts_util.check_license
    performing check first time, lx_status: I
    l_sales_contracts_enabled: N
    SET CODE
    AFTER SET CODE
    Enter get_freight_carrier()
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Querying the table for the AR details ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    AFTER DEFAULT MISSING
    APPLY ATTRIBUTE CHANGES
    Entering OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    Raj1
    Raj2
    Raj3
    Raj4
    before getting payment count
    Exiting OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    ENTER OE_HEADER_SECURITY.ENTITY
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for AUDIT_TRAIL_ENABLE_FLAG
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    VALUE FROM DBE
    Parameter value fetched from table.
    PARAMETER VALUE: E
    ENTER OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , COLUMN:
    EXIT OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , RESULT:0
    EXIT OE_HEADER_SECURITY.ENTITY
    Entering OR_HEADER_UTIL.Pre_Write_Process
    No prepayments for the order
    Entering OE_HEADER_UTIL.Get_Order_Number
    Entering OE_HEADER_UTIL.Get_Order_Number
    Ordertype is :1087
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Getting the AR details from the cache ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    before calling get_seq_info
    Category Code1087
    Set of Books2021
    after calling get_seq_info
    fndseqresult0
    fndseqtype1017
    p_old_header_rec.order_number:
    p_old_header_rec.transaction_phase_code:
    Exiting OR_HEADER_UTIL.Get_Order_Number
    Exiting OR_HEADER_UTIL.Pre_Write_Process
    WRITE TO DB
    Entering OE_HEADER_UTIL.INSERT_ROW
    ENTERING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    UI FLAG IS FALSE
    CODE_RELEASE_LEVEL=120004
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    P_HEADER_ID=22020
    P_HEADER_REC.HEADER_ID=22020
    OD GLOBAL HEADER_ID= 22020
    NEW GLOBAL HEADER_ID= 22020
    EXITING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    returned index is: 1
    Exiting OE_HEADER_UTIL.INSERT_ROW
    Entering OE_HEADER_UTIL.Post_Write_Process
    ENTER SET RECURSION MODE
    ENTITY CODE-11
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Entering Procedure Process_Request_Pvt
    Request type DFLT_HSCREDIT_FOR_SREP
    Entering OE_DELAYED_REQUESTS_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    ENTERING OE_HEADER_SCREDIT_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    ENTER SET RECURSION MODE
    ENTITY CODE-4
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER_SCREDITS
    ENTER OE_HEADER_SCREDIT_SECURITY.ATTRIBUTES
    Entering OE_VALIDATE_Header_Scredits.Attributes
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_Header_Scredits.Attributes
    Entering OE_VALIDATE_Header_Scredits.Entity
    Entering OE_VALIDATE_Header_Scredits.Duplicate_salescredit
    Exiting OE_VALIDATE_Header_Scredits.Duplicate_salescredit
    Exiting OE_VALIDATE_Header_Scredits.Entity
    ENTER OE_HEADER_SCREDIT_SECURITY.ENTITY
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for AUDIT_TRAIL_ENABLE_FLAG
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: E
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    ENTER OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , COLUMN:
    EXIT OE_PC_CONSTRAINTS_ADMIN_PVT.IS_OP_CONSTRAINED , RESULT:0
    EXIT OE_HEADER_SCREDIT_SECURITY.ENTITY
    ENTERING OE_HEADER_SCREDIT_UTIL.INSERT_ROW
    ENTERING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    UI FLAG IS FALSE
    CODE_RELEASE_LEVEL=120004
    P_HDR_SCR_ID=64168
    ENTERING OE_ORDER_UTIL.RETURN_GLB_ENT_INDEX
    EXITING OE_ORDER_UTIL.RETURN_GLB_ENT_INDEX
    INDEX=641680001
    L_RETURN_STATUS =S
    L_RESULT =F
    OLD SCR_ID 64168
    NEW SCR_ID64168
    EXITING OE_ORDER_UTIL.UPDATE_GLOBAL_PICTURE
    RETURNED INDEX IS: 641680001
    EXITING OE_HEADER_SCREDIT_UTIL.INSERT_ROW
    EXITING OE_ORDER_PVT.HEADER_SCREDITS
    ENTER SET RECURSION MODE
    ENTITY CODE-4
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    EXITING OE_HEADER_SCREDIT_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    Exiting OE_DELAYED_REQUESTS_UTIL.DFLT_HSCREDIT_PRIMARY_SREP
    leaving Process_Request_Pvt
    ENTER SET RECURSION MODE
    ENTITY CODE-11
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    leaving process_requenst_for_reqtype
    Before calling eval_post_write_header in HEADER Post Write
    ENTERING EVAL_POST_WRITE_HEADER
    M_HOLD_ENTITY_CODE/M_HOLD_ENTITY_ID:C/13489
    RETRIEVING NEW HOLD SOURCE RECORD
    HOLD SOURCE RECORD NOT FOUND , EXITING
    EXITING EVAL_POST_WRITE_HEADER
    After calling eval_post_write_header in HEADER Post Write
    Before calling OE_SCHEDULE_UTIL
    ENTERING INSERT_INTO_MTL_SALES_ORDERS
    CALLING INVS CREATE_SALESORDER
    ORDER TYPE: Cochin Order
    SOURCE CODE: ORDER ENTRY
    ORDER NUMBER : 1017
    L_MSG_COUNT
    RETURN STATUS S
    EXITING INSERT_INTO_MTL_SALES_ORDERS
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_HEADER_UTIL.Post_Write_Process
    EXITING OE_ORDER_PVT.HEADER
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    AFTER HEADER PROCESSING HEADER_ID = 22020
    AFTER HEADER_ADJS PROCESSING
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    AFTER HEADER_PRICE_ATTS PROCESSING
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    Entering Procedure Process_Request_Pvt
    Request type CHECK_HSC_QUOTA_TOTAL
    Entering OE_DELAYED_REQUESTS_UTIL.VALIDATE_HSC_QUOTA_TOTAL
    Entering OE_VALIDATE_Header_Scredits.Validate_HSC_QUOTA_TOTAL
    Exiting OE_VALIDATE_Header_Scredits.Validate_HSC_QUOTA_TOTAL
    Exiting OE_DELAYED_REQUESTS_UTIL.VALIDATE_HSC_QUOTA_TOTAL
    leaving Process_Request_Pvt
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Enter OE_Delayed_Requests_Pvt.Process_Request_for_Entity
    ENTER SET RECURSION MODE
    ENTITY CODE-9
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    BEFORE LINES PROCESSING
    ENTER SET RECURSION MODE
    ENTITY CODE-5
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    Entering OE_ORDER_PVT.LINES 1: 15-OCT-09 18:31:47
    ---------LOOPING FOR NTH TIME N= 1
    OPERATION = CREATE SO SETTING OLD TO NULL
    Entering OE_LINE_UTIL.CONVERT_MISS_TO_NULL
    outside margin convert miss to null
    inside margin convert miss to null
    Exiting OE_LINE_UTIL.CONVERT_MISS_TO_NULL
    AT LINE LEVEL HEADER_ID22020
    Entering OE_HEADER_UTIL.LOCK_ROW
    Entering OE_HEADER_UTIL.QUERY_ROW
    Before caching OE_HEADER_UTIL.QUERY_ROW
    Exiting OE_HEADER_UTIL.QUERY_ROW
    selected for update, now compare
    STANDARD LINE
    L_MODE IS MODELS_AND_STANDARD
    0
    STARTING LINE LOOP. HEADER_ID = 22020
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    VALUE FROM DB83
    Parameter value fetched from table.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 9.990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000E+125
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    querying item from mtl_system_items
    querying based on ship_from_org
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    Dual_uom_control is FALSE
    CHECK ATTRIBUTES SECURITY
    Enter OE_LINE_Security.Attributes
    ATTRIBUTE VALIDATION
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Enter procedure OE_validate_line.Attributes
    Header has got created in the same call
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Entering OE_ORDER_CACHE.LOAD_LINE_TYPE
    p_key is not null
    before selecting line_type info : G_MISS_CHAR
    after selecting line_type info : G_MISS_CHAR
    tax_flag :
    Exiting OE_ORDER_CACHE.LOAD_LINE_TYPE
    Checking for Ship Dates....
    Checking for Arival Dates....
    item_relationship_type :
    preferred_grade:
    Exiting procedure OE_validate_line.Attributes
    AFTER ATTRIBUTE VALIDATION
    DEFAULT MISSING
    ENTER OE_DEFAULT_LINE.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    IN DEFAULTING: FUNCTION GET_ITEM_TYPE
    THE INV ITEM IS5429
    line_category_code = ORDER
    retrobill_request_id =
    item_type_code =
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    CALLING GET_SMC
    DEFAULTING SMC FLAG
    GET SMC: TOP MODEL LINE ID :
    CALLING GET_ATO
    IN GET_ATO_LINE , ITEM_TYPE_CODE :STANDARD
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    GET_ATO_LINE: NY
    RETURN ATO_LINE_ID AS NULL
    ENTERING MODEL_OPTION_DEFAULTING
    LINE_ID TO DEFAULT:
    IB Owner:
    IB Install:
    IB Current:
    Entering OE_CONFIG_TSO_PVT.Is_Part_of_Container_Model..: 15-OCT-09 18:31:47
    Line Id :
    Top Model Line id:
    ATO Line id:
    operation :
    inv item : 5429
    Inventory Item id:5429
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    BOM Item Type:4
    Replenish to Order:N
    Config Model Type:
    Top Container Model?:N
    Part of Container Model?:N
    Exiting OE_CONFIG_TSO_PVT.Is_Part_Of_Container_Model..: 15-OCT-09 18:31:47
    RETURNING FOR ITEM TYPE MODEL AND STANDARD
    TOLERANCE BELOW :
    TOLERANCE BELOW :
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE:
    Before Defaulting P_Qty and P_Qty_Uom Values:
    Pricing Qty: 20
    Pricing UOM:
    Ordered Qty: 20
    Ordered UOM: EA
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    Dual_uom_control is FALSE
    SHIP FROM OR SHIP METHOD IS NULL/MISSING
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    CALLING GET SHIPPABLE_FLAG
    1 , ATO_LINE_ID:
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    SHIPPABLE FLAG: Y
    SETTING RE_SOURCE_FLAG TO N
    EXIT OE_DEFAULT_LINE.ATTRIBUTES
    APPLY ATTRIBUTE CHANGES
    Entering OE_LINE_UTIL.APPLY_ATTRIBUTE_CHANGES
    Entering OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Exiting OE_ORDER_CACHE.LOAD_ORDER_HEADER
    Entering OE_ORDER_CACHE.GET_TAX_CALCULATION_FLAG
    Entering OE_ORDER_CACHE.LOAD_LINE_TYPE
    p_key is not null
    Exiting OE_ORDER_CACHE.LOAD_LINE_TYPE
    ENTER RETURN_LINE
    EXIT , THIS IS A REGULAR LINE
    Entering OE_ORDER_CACHE.LOAD_CUST_TRX_TYPE
    Exiting OE_ORDER_CACHE.LOAD_CUST_TRX_TYPE
    Exiting OE_ORDER_CACHE.GET_TAX_CALCULATION_FLAG
    Entering OE_ORDER_CACHE.Enforce_List_price
    Exiting OE_ORDER_CACHE.Enforce_List_price
    old calculate price flag G_MISS_CHAR
    new calculate price flagY
    Freeze method is :BOOKING
    FTE IS NOT INSTALLED!
    OE_GLOBALS.G_PRICING_RECURSION:N
    Entering OE_LINE_UTIL.UPDATE_ADJUSTMENT_FLAGS
    New Item, dont have to do anything
    Exiting OE_LINE_UTIL.UPDATE_ADJUSTMENT_FLAGS
    Freeze method is :BOOKING
    FTE IS NOT INSTALLED!
    FTE IS NOT INSTALLED!
    Ordered Qty has changed
    New Ordered Qty : 20
    Old Ordered Qty :
    Freeze method is :BOOKING
    B2315926_2:
    FTE IS NOT INSTALLED!
    FTE IS NOT INSTALLED!
    Entering OE_ORDER_CACHE.Load_Item
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    p_key1 is5429
    prev item: 5429
    l_key2 (Master organizion_id) is83
    p_key2 (ship_from_org_id) is88
    Exiting OE_ORDER_CACHE.LOAD_ITEM
    Dual_uom_control is FALSE
    FTE IS NOT INSTALLED!
    FTE IS NOT INSTALLED!
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for ENABLE_FULFILLMENT_ACCEPTANCE
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value fetched from table.
    PARAMETER VALUE:
    CSH --OUT of l_copy_service_field condition
    LEAVING OE_MSG_PUB.ADD
    ENTER SET RECURSION MODE
    ENTITY CODE-5
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    PO: EXITING PROCESS ORDER WITH UNEXPECTED ERROR
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST12
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    LEAVING OE_MSG_PUB.COUNT_AND_GET 1
    Entering OE_HEADER_UTIL.GET_VALUES
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    Exiting OE_HEADER_UTIL.GET_VALUES
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PUB.PROCESS_ORDER
    LEAVING OE_MSG_PUB.INITIALIZE
    ENTER PROCESS_ORDER_AG
    BEFORE HEADER PROCESSING
    HEADER_ID
    OPERATIONCREATE
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER
    OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC
    OPERATION = CREATE SO SET OLD TO NULL
    Entering OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    Exiting OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    ENTER OE_HEADER_SECURITY.ATTRIBUTES
    VALIDATE ATTRIBUTES
    Entering OE_VALIDATE_HEADER.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Exiting OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Entering OE_ORDER_CACHE.LOAD_Payment_Term
    Exiting OE_ORDER_CACHE.LOAD_Payment_Term
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_HEADER.ATTRIBUTES
    DEFAULT MISSING
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE:
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    SET CODE
    AFTER SET CODE
    Enter get_freight_carrier()
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Getting the AR details from the cache ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    AFTER DEFAULT MISSING
    APPLY ATTRIBUTE CHANGES
    Entering OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    Raj1
    Raj2
    LEAVING OE_MSG_PUB.ADD
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST2
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    PO: EXITING PROCESS ORDER WITH UNEXPECTED ERROR
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST12
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    LEAVING OE_MSG_PUB.COUNT_AND_GET 1
    Entering OE_HEADER_UTIL.GET_VALUES
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    Exiting OE_HEADER_UTIL.GET_VALUES
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Entering OE_HEADER_UTIL.GET_IDS
    LEAVING OE_MSG_PUB.ADD
    Exiting OE_HEADER_UTIL.GET_IDS
    Entering OE_HEADER_UTIL.GET_IDS
    Exiting OE_HEADER_UTIL.GET_IDS
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PUB.PROCESS_ORDER
    LEAVING OE_MSG_PUB.INITIALIZE
    ENTER PROCESS_ORDER_AG
    BEFORE HEADER PROCESSING
    HEADER_ID
    OPERATIONCREATE
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -1
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    ENTERING OE_ORDER_PVT.HEADER
    OE_ORDER_PVT.HEADER AFTER INIT CONTROL REC
    OPERATION = CREATE SO SET OLD TO NULL
    Entering OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    Exiting OE_HEADER_UTIL.CONVERT_MISS_TO_NULL
    ENTER OE_HEADER_SECURITY.ATTRIBUTES
    VALIDATE ATTRIBUTES
    Entering OE_VALIDATE_HEADER.ATTRIBUTES
    Entering OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Exiting OE_ORDER_CACHE.LOAD_INVOICE_TO_ORG
    Entering OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Exiting OE_ORDER_CACHE.LOAD_ORDER_TYPE
    Entering OE_ORDER_CACHE.LOAD_Payment_Term
    Exiting OE_ORDER_CACHE.LOAD_Payment_Term
    Entering OE_ORDER_CACHE.LOAD_PRICE_LIST
    Exiting OE_ORDER_CACHE.LOAD_PRICE_LIST
    Entering OE_ORDER_CACHE.LOAD_Salesrep_rec
    Exiting OE_ORDER_CACHE.LOAD_Salesrep
    Exiting OE_VALIDATE_HEADER.ATTRIBUTES
    DEFAULT MISSING
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for INSTALLMENT_OPTIONS
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE:
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    SET CODE
    AFTER SET CODE
    Enter get_freight_carrier()
    Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for SET_OF_BOOKS_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    ENTERING OE_SYS_PARAMETERS_PVT.GET_AR_SYS_PARAMS ...
    Getting the AR details from the cache ..
    Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS
    AFTER DEFAULT MISSING
    APPLY ATTRIBUTE CHANGES
    Entering OE_HEADER_UTIL.APPLY_ATTRIBUTE_CHANGES
    Raj1
    Raj2
    LEAVING OE_MSG_PUB.ADD
    ENTER SET RECURSION MODE
    ENTITY CODE-2
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST2
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    PO: EXITING PROCESS ORDER WITH UNEXPECTED ERROR
    ENTER SET RECURSION MODE
    ENTITY CODE-1
    ENTRY-EXIT MODE -0
    RECURSION MODE AT ENTRY -N
    RECURSION MODE WITHOUT EXP AT ENTRY -N
    RECURSION MODE AT EXIT -N
    RECURSION MODE WITHOUT EXP AT EXIT -N
    DELETE REQUEST12
    ENTERING DELETE_ATTRIBUTE_CHANGES -1
    LEAVING OE_MSG_PUB.COUNT_AND_GET 1
    Entering OE_HEADER_UTIL.GET_VALUES
    In OE_Contracts_util.check_license
    cache already has value, OE_CONTRACTS_UTIL.G_BSA_CNTR_LICENSE: N
    Exiting OE_HEADER_UTIL.GET_VALUES
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    ENTERING OE_SYS_PARAMETERS.VALUE
    Going to get the value for MASTER_ORGANIZATION_ID
    ENTERING OE_SYS_PARAMETERS_PVT.VALUE
    Parameter value exists.
    PARAMETER VALUE: 83
    Request help.
    Thank you
    Vijosh
    Edited by: user8690315 on Oct 20, 2009 12:19 AM

    Hi,
    I am also same problem while creating the Sales Order.
    Did you find any solution for this problem??
    Thanks,
    -- Eric.

  • Error Running SOA Suite Demo

    Hi,
    after deploying and registering all packages of the SOA Suite Demo. I get an error when starting the application.
    I get following error I do not have an idea how to fix it.
    Can someone help me at that topic?
    Thanks
    Chrístopher
    06/10/23 18:16:10.638 soaui: Servlet error
    java.lang.NoSuchMethodError: Oracle.adf.view.faces.context.AdfFacesContextFactory.createContext(Ljava/lang/Object;Ljava/lang/Object
    ;)Loracle/adf/view/faces/context/AdfFacesContext;
    at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:187)
    at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:106)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java
    :15)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:179)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:619)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:368)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:866)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler
    .java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)

    Wow - I got it to work.
    I saw some posts about there being two versions of the Order booking demo. One was soademo_101310_preview.zip
    and the other was soademo_101310_prod.zip.
    I had been using the preview version, and I figured I would try the prod version because nothing else was working. I did everything exactly the same, and deployed each application one by one following the SOA Suite quick start guide, as I had before.
    Anyway, I don't know exactly what is different between the two versions, but the prod worked.
    Thanks for all those that responded!
    Marita

  • DB Version Error when install SOA Suite using with DB 10G 10.2.0.1

    Hi,
    I am trying to install SOA Suite 10.1.3.1.0 in Windows XP environment where an Oracle 10g database 10.2.0.1 is pre-installed. When I try to use Advanced Installation, the system says that my database version should be 10.2.0.2 or higher. I couldn't find any 10.2.0.2 version or higher for Windows XP on Oracle download site. There is only 10.2.0.3 for Windows Vista. Anyone knows whether there is a workaround?
    Thanks in advance,
    Jeff

    Hi, I met this problem some weeks early. I wrote a conlusion about this:
    Update Oracle Database 10.2.0.1 to 10.2.0.2 on Windows XP
    When I install Oracle SOA Suite 10g Release 3(10.1.3.x, soa_windows_x86_101310_disk1.zip download from http://www.oracle.com/technology/software/tech/soa/index.html), a error occured. Because the version of Oracle Database on my laptop is 10g Release 2 (10.2.0.1). Then I download the update patch p4547817_10202_WINNT.zip from metalink.oracle.com and install the database without installing the starter database and instance (orcl). After this, use p4547817_10202_WINNT.zip to updata Oracle Database 10.2.0.1 to 10.2.0.2 and then use DBCA to install a new database and instance (orcl).
    Summary:
    1. patch: p4547817_10202_WINNT.zip downloaded from metalink.oracle.com
    2. only install Oracle database software, don't install any database or instance
    3. use p4547817_10202_WINNT.zip to update the database software
    4. use DBCA to install a new database
    Question:
    1. how to update when there already exist data in database?
    2. Oracle database express edition isn't stabile enough? Because there are always some error appear during SOA Order Booking demo using.

  • Error while starting the SOA suite

    Hi,
    Im facing error while starting SOA suite, which I was doing earlier without error.
    Below is the error log.
    An unknown OPMN error has occured
    oracle.appserver.startupconsole.model.ConsoleException: An unknown OPMN error has occured
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:140)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.appserver.startupconsole.model.ConsoleException: There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:failed to start a managed process after the maximum retry limit
    ==================================================
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:139)
         ... 6 more
    Caused by: oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.start(AbstractOpmnEntity.java:110)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:97)
         ... 6 more
    Exception caused by
    There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:failed to start a managed process after the maximum retry limit
    ==================================================
    oracle.appserver.startupconsole.model.ConsoleException: There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:failed to start a managed process after the maximum retry limit
    ==================================================
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:139)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.start(AbstractOpmnEntity.java:110)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:97)
         ... 6 more
    <?xml version='1.0' encoding='WINDOWS-1252'?>
    <response>
    <msg code="-82" text="Remote request with weak authentication.">
    </msg>
    <opmn id="DWH-34316-K2:6200" http-status="204" http-response="0 of 1 processes started.">
    <ias-instance id="soa.DWH-34316-K2.wipro.com">
    <ias-component id="default_group">
    <process-type id="home">
    <process-set id="default_group">
    <process id="943261457" pid="836" status="Stop" index="1" log="F:\OracleBpel\CoE\product\10.1.3.1\OracleAS_1\opmn\logs\\default_group~home~default_group~1.log" operation="request" result="failure">
    <msg code="-21" text="failed to start a managed process after the maximum retry limit">
    </msg>
    </process>
    </process-set>
    </process-type>
    </ias-component>
    </ias-instance>
    </opmn>
    </response>

    Hi,
    Below is the errror stated in opmn.log
    Thanks in advance
    07/10/18 10:04:15 [ons-internal] ONS server initiated
    07/10/18 10:04:15 [pm-internal] PM state directory exists: F:\OracleBpel\CoE\product\10.1.3.1\OracleAS_1\opmn\logs\states
    07/10/18 10:04:15 [pm-internal] OPMN server ready. Request handling enabled.
    07/10/18 10:04:21 [pm-requests] Request 5 Started. Command: /start
    07/10/18 10:04:21 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261439:0)
    07/10/18 10:04:21 [pm-process] Starting Process: default_group~home~default_group~1 (943261440:0)
    07/10/18 10:04:21 [pm-process] Starting Process: default_group~oc4j_soa~default_group~1 (943261441:0)
    07/10/18 10:04:24 [pm-process] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261439:8080)
    07/10/18 10:04:35 [pm-process] Process Alive: default_group~home~default_group~1 (943261440:3828)
    07/10/18 10:05:31 [pm-process] Process Alive: default_group~oc4j_soa~default_group~1 (943261441:5944)
    07/10/18 10:05:31 [pm-requests] Request 5 Completed. Command: /start
    07/10/18 10:53:45 [pm-requests] Request 58 Started. Command: /stop
    07/10/18 10:53:45 [pm-process] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261439:8080)
    07/10/18 10:53:45 [pm-process] Stopping Process: default_group~home~default_group~1 (943261440:3828)
    07/10/18 10:53:45 [pm-process] Stopping Process: default_group~oc4j_soa~default_group~1 (943261441:5944)
    07/10/18 10:53:49 [pm-process] Process Stopped: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261439:8080)
    07/10/18 10:53:53 [pm-process] Process Stopped: default_group~home~default_group~1 (943261440:3828)
    07/10/18 10:54:03 [pm-requests] Request 58 Completed. Command: /stop
    07/10/18 10:54:03 [pm-process] Process Stopped: default_group~oc4j_soa~default_group~1 (943261441:5944)
    07/10/18 10:54:04 [pm-requests] Request 6c Started. Command: /stop
    07/10/18 10:54:04 [pm-requests] Request 6c Completed. Command: /stop
    07/10/18 10:54:04 [pm-internal] OPMN server stopped. Request handling disabled.
    07/10/18 10:54:04 [pm-requests] Request 6d Started. Command: /shutdown
    07/10/18 10:54:04 [pm-requests] Request 6d Completed. Command: /shutdown
    07/10/18 10:54:04 [pm-scheduler] Pm/Ons confirm notification timeout
    07/10/18 10:54:05 [internal] Logging disabled
    07/10/18 10:54:16 [ons-internal] ONS server initiated
    07/10/18 10:54:16 [pm-internal] PM state directory exists: F:\OracleBpel\CoE\product\10.1.3.1\OracleAS_1\opmn\logs\states
    07/10/18 10:54:16 [pm-internal] OPMN server ready. Request handling enabled.
    07/10/18 10:54:22 [pm-requests] Request 5 Started. Command: /start
    07/10/18 10:54:22 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261442:0)
    07/10/18 10:54:22 [pm-process] Starting Process: default_group~home~default_group~1 (943261443:0)
    07/10/18 10:54:22 [pm-process] Starting Process: default_group~oc4j_soa~default_group~1 (943261444:0)
    07/10/18 10:54:25 [pm-process] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261442:7428)
    07/10/18 10:54:33 [libopmnoc4j] Host and Port information for port type default-web-site not sent by the OC4J process
    07/10/18 10:54:33 [libopmnoc4j] WARNING: OC4J did not send the protocol value for port id: default-web-site
    07/10/18 10:54:33 [libopmnoc4j] Port information in the ONS notification is incorrect for proc: 943261443. Some of the reasons for the failure are:
    1. ajp, rmi and jms ports could not be bound by the process.
    2. If a port value for a certain port ID is handed by OPMN to the OC4J process and this value is not returned back in the ONS notifications. For example, this can happen for certain bad JGroups related configurations.
    07/10/18 10:54:33 [libopmnoc4j] Process Start Error: default_group~home~default_group~1 (943261443:300)
    07/10/18 10:54:33 [pm-process] Stopping Process: default_group~home~default_group~1 (943261443:300)
    07/10/18 10:54:33 [libopmnoc4j] Process Stop Error: default_group~home~default_group~1 (943261443:300)
    07/10/18 10:54:33 [libopmnoc4j] Failed to construct stop command for proc: 943261443
    07/10/18 10:54:33 [libopmnoc4j] Forcefully Terminating Process: default_group~home~default_group~1 (943261443:300)
    07/10/18 10:54:35 [pm-process] Starting Process: default_group~home~default_group~1 (943261443:0)
    07/10/18 10:54:45 [libopmnoc4j] Host and Port information for port type default-web-site not sent by the OC4J process
    07/10/18 10:54:45 [libopmnoc4j] WARNING: OC4J did not send the protocol value for port id: default-web-site
    07/10/18 10:54:45 [libopmnoc4j] Port information in the ONS notification is incorrect for proc: 943261443. Some of the reasons for the failure are:
    1. ajp, rmi and jms ports could not be bound by the process.
    2. If a port value for a certain port ID is handed by OPMN to the OC4J process and this value is not returned back in the ONS notifications. For example, this can happen for certain bad JGroups related configurations.

Maybe you are looking for