AIA Service Constructor hanging

I am attempting to use the AIA Service Contructor extension for JDeveloper 11g but any attempt at going through the wizard does not finish. Anyone else seen something similar?

Hi,
Which version of SOA you are using?
Can you please update the Service Constructor on your Jdev with the latest.
Regards,
Narayana

Similar Messages

  • AIA SERVICE CONSTRUCTOR, CREATION OF REQUESTER AND PROVIDER ABCS

    While the creation of requester ABCS using service constructor we need to give the xsd location and all input fields,
    But in the creation of provider ABCS we have an extra field for selecting WSDL file, if we select the wsdl it'll automatically fills in the details for incoming EBM
    Just wondered why creation of requester ABCS doesn't need the wsdl, what is the conflict that doest allow the Requester ABCS to define its incoming ABM directly using wsdl.

    It's because a requestor will be exposed to be called for one or more applications and you need to define an interface for them.
    Provider will invoke a service from some application and will use the existant interface.

  • Generating Midway Receive Activity with Service Constructor in AIA 11g

    Hi all,
    We are trying to generate a midway receive activity in ABCS (to handle callback) using service constructor. However when I am using the callback option and selecting a target service it is generating an invoke activity only.However this thing worked with Artifact Generator in AIA 2.5 FP.
    Has anybody achieved this scenario of generating midway receive activity using service constructor?
    Thnks & Rgds,
    Mandrita

    Hi,
    Yes. You give it the abstract WSDL and operation for the callback.
    The service constructor merely provides a starting point and not a complete composite. You have to do a lot of ‘finishing’ off yourself.
    I should point out that we are now through our testing phase of our integration. Although midway receives in our ABCS’ do work they greatly increase the maintenance load on the system, the admins and support staff. If I were to re-work this I would have designed the ABCS’ to be transient and I would highly recommend you look at re-working the solution so that wherever possible every single BPEL you create is truly transient and short lived. (Have a look here http://blog.thisisahmed.com/2009/05/transient-vs-durable-bpel-processes.html)
    Where we had a requirement for a mid-way receive to send the response back to the correct place I would have instead used two one way integrations and program the target system to hold and re-transmit any data required by the return path.
    Robert

  • AIA FP 11g - Service Constructor Question

    Hi All,
    I am trying to create the Provider ABCS impl using the Service Constructor. I have defined the Solution Service Component in the AIA Project Lifecycle Workbench as BAERP Create Purchase Order List Ebiz Provider ABCS. The CreatePurchaseOrderList method of the PurchaseOrderEBS will invoke this ABCS with a list of Purchase Orders.
    To create the Service Contructor, these are the steps that I follow,
    1. Create New Project -> Business Tier -> AIA -> AIA Service Component Project
    2. Service Description: Select the Solution Service Component from the AIA Project Lifecycle Workbench
    3. Service Details: Product Code: Ebiz, Application Name: Ebiz, Application Id: EBIZ_01, Application Short Name: Ebiz, Service Operation: Create, Service Type: Provider ABCS ( Only relevant attributes are given)
    4. Service Object: WSDL: Select PurchaseOrderEBSV1.wsdl from EnterpriseBusinessServiceLibrary, Operations: CreatePurchaseOrderList
    5. Target Service Details: I am selecting the wsdl of a deployed composite, which inserts a list of Purchase Orders into a database, Operations: Process
    6. I click Finish - The ABCS as well as the BPEL process that gets created is CreatePurchaseOrderEbizProvABCSImpl, where as I was expecting it to be created as CreatePurchaseOrderListEbizProvABCSImpl.
    Did I miss something here, or should I be referring to the ABCS as CreatePurchaseOrderEbizProvABCSImpl?
    Regards,
    Anish.

    Hi,
    Check the Object Name field in Step 4 of Service Constructor. Ensure it is PurchaseOrderList, If it was jus PurchaseOrder you edit and append List to it.
    After Finish, your Prov ABCS will be named as CreatePurchaseOrderListEbizProvABCSImpl.
    Regards,
    Rahul

  • AIA 11g - Service Constructor

    Hi All,
    There are two ways to create the ABCSs using the Service Constructor. By logging into the AIA LCW, and by giving the input through a file. Can someone please provide details of the file that can be provided as input to the Service Constructor?
    Regards
    Anish.

    Use this sample input file for a simple Request Fire and Forget use case.
    <?xml version="1.0" encoding="UTF-8"?>
    <AIACodeGenerator>
         <GenerateOutputFiles>
              <GenerateBPELFileIndicator>true</GenerateBPELFileIndicator>
              <GenerateWSDLFileIndicator>true</GenerateWSDLFileIndicator>
              <GenerateExtensionWSDLFileIndicator>false</GenerateExtensionWSDLFileIndicator>
              <GenerateJdeveloperProjectFileIndicator>true</GenerateJdeveloperProjectFileIndicator>
              <GenerateCompositeFileIndicator>true</GenerateCompositeFileIndicator>
              <GenerateComponentFileIndicator>true</GenerateComponentFileIndicator>
              <GenerateMappingXSLFileIndicator>true</GenerateMappingXSLFileIndicator>
              <GenerateFaultPolicyFileIndicator>false</GenerateFaultPolicyFileIndicator>
              <GenerateConfigFileIndicator>true</GenerateConfigFileIndicator>
         </GenerateOutputFiles>
         <ABCSConfig>
              <ServiceSolutionComponentAssociation>
              <GUID></GUID>
              </ServiceSolutionComponentAssociation>
              <Description></Description>
              <ABCSType>Requestor</ABCSType>
              <Verb>Create</Verb>
              <Industry>Core</Industry>
              <ParticipatingAppShortName>Siebel</ParticipatingAppShortName>
              <ParticipatingAppLogicalName>SEBL_01</ParticipatingAppLogicalName>
              <ParticipatingAppLongName>Siebel</ParticipatingAppLongName>
              <ParticipatingAppDefaultID>SEBL_01</ParticipatingAppDefaultID>
              <ProductCode>SFA</ProductCode>
              <ABCSVersionNumber>1</ABCSVersionNumber>
              <EOLLocation></EOLLocation>
              <EOLMDSLocation>oramds:/apps/AIAMetaData</EOLMDSLocation>
              <GenerateErrorHandlingIndicator>true</GenerateErrorHandlingIndicator>
              <ErrorHandlingServiceRuntimeLocation>http://ap6014rems.us.oracle.com:8001/soa-infra/services/default/AIAAsyncErrorHandlingBPELProcess/client?WSDL</ErrorHandlingServiceRuntimeLocation>
              <ErrorHandlingServiceName>AIAAsyncErrorHandlingBPELProcess</ErrorHandlingServiceName>
              <ErrorHandlingPortName>AIAAsyncErrorHandlingBPELProcess</ErrorHandlingPortName>
              <EnableExtensionIndicator>false</EnableExtensionIndicator>
              <ExtensionWSDLRuntimeLocation></ExtensionWSDLRuntimeLocation>
              <ExtensionWSDLServiceName></ExtensionWSDLServiceName>
              <ExtensionWSDLPortName></ExtensionWSDLPortName>
              <GenerateTransactionProperties>true</GenerateTransactionProperties>
              <ABCSInterface>
                   <ServiceObjectName>Customer</ServiceObjectName>
                   <ServiceObjectVersion>1</ServiceObjectVersion>
                   <ServiceObjectNamespacePrefix>sbldata</ServiceObjectNamespacePrefix>
                   <ServiceObjectNamespace>http://www.siebel.com/xml/CMU%20AccSync%20Account%20Io</ServiceObjectNamespace>
                   <ServiceObjectSchemaLocation>oramds:/apps/AIAMetaData/AIAComponents/ApplicationObjectLibrary/SampleSEBL/schemas/CmuAccsyncAccountIo.xsd</ServiceObjectSchemaLocation>
                   <ServiceMEP>FireAndForget</ServiceMEP>
                   <InputMessageElement>ListOfCmuAccsyncAccountIo</InputMessageElement>
                   <DocumentationVersion>1</DocumentationVersion>
                   <SVCDoc>1.0</SVCDoc>
              </ABCSInterface>
              <TargetService>
                   <TargetServiceType>EBS</TargetServiceType>
                   <ScopeName>CustomerPartyEBS</ScopeName>
                   <EnableExtensionIndicator>false</EnableExtensionIndicator>
                   <EnableDynamicEndpointIndicator>true</EnableDynamicEndpointIndicator>
                   <GenerateScopeErrorHandlingIndicator>true</GenerateScopeErrorHandlingIndicator>
                   <ServiceObjectName>CreateCustomer</ServiceObjectName>
                   <ServiceObjectVersion>1</ServiceObjectVersion>
                   <ServiceObjectNamespacePrefix>corecustomerpartyebs</ServiceObjectNamespacePrefix>
                   <ServiceObjectNamespace>http://xmlns.oracle.com/EnterpriseObjects/Core/EBO/CustomerParty/V2</ServiceObjectNamespace>
                   <ServiceObjectSchemaLocation>oramds:/apps/AIAMetaData/AIAComponents/EnterpriseObjectLibrary/Core/EBO/CustomerParty/V2/CustomerPartyEBM.xsd</ServiceObjectSchemaLocation>
                   <ServiceNamespacePrefix>ebs</ServiceNamespacePrefix>
                   <ServiceNamespace>http://xmlns.oracle.com/EnterpriseServices/Core/CustomerParty/V2</ServiceNamespace>
                   <ServiceWSDLLocation>oramds:/apps/AIAMetaData/AIAComponents/EnterpriseBusinessServiceLibrary/Core/EBO/CustomerParty/V2/CustomerPartyEBS.wsdl</ServiceWSDLLocation>
                   <TargetWSDLServiceName></TargetWSDLServiceName>
                   <TargetWSDLPortName></TargetWSDLPortName>
                   <ServiceEndpointLocation></ServiceEndpointLocation>
                   <CAVSEndpointLocation></CAVSEndpointLocation>
                   <ServiceMEP>FireAndForget</ServiceMEP>
                   <GenerateReferenceWSDLFileIndicator>true</GenerateReferenceWSDLFileIndicator>
                   <PortTypeName>CustomerPartyEBS</PortTypeName>
                   <Operation>CreateCustomerPartyList</Operation>
                   <InputMessage>CreateCustomerPartyListReqMsg</InputMessage>
                   <InputMessageElement>CreateCustomerPartyListEBM</InputMessageElement>
                   <DocumentationVersion/>
                   <SVCDoc/>
              </TargetService>
         </ABCSConfig>
    </AIACodeGenerator>

  • AIA 3.1 service constructor generates wrong AIAServiceConfigurationP file

    Hi
    When I use the service constructor to generate a ABCS with CAVS it generates a wrong AIAServiceConfigurationProperties.xml file.
    the AIAServiceConfiguration element is not included / generatad ,
    this has as result that the AIAConfigurationProperties.xml file does not contain this entry so the xsl for the ebm header crashes
    thanks

    Hi,
    Check the Object Name field in Step 4 of Service Constructor. Ensure it is PurchaseOrderList, If it was jus PurchaseOrder you edit and append List to it.
    After Finish, your Prov ABCS will be named as CreatePurchaseOrderListEbizProvABCSImpl.
    Regards,
    Rahul

  • Create Requester ABCS without Reference using Service Constructor

    Hello,
    we using Service Constructor to create Requester ABCS. We disable the checkbox for CAVS and References, but the WSDL of EBS is as reference in Project and binding didn't bind to oramds. Another point is, that we disable ErrorHandling, but in composite and bpel is an external reference to AIAAsyncErrorHandling.
    Here are some screenshots:
    [Default Target Service Options|http://dl.dropbox.com/u/4274798/AIA-EAP/ServiceConstructor/SC_TargetServiceOptions-Enable.png]
    [Disable Checkboxes|http://dl.dropbox.com/u/4274798/AIA-EAP/ServiceConstructor/SC_TargetServiceOptions-Disable.png]
    [Reopen after editing|http://dl.dropbox.com/u/4274798/AIA-EAP/ServiceConstructor/SC_TargetServiceOptions-AfterConfirm.png]
    [Disable Error Handling|http://dl.dropbox.com/u/4274798/AIA-EAP/ServiceConstructor/SC_AddErrorHandling.png]
    Is it a bug in service constructor or did we misunderstanding the checkboxes?
    Marcel

    Bug 9431667 is logged for issue where error handling was unchecked, but it is still being defined.

  • ABCS using Service Constructor

    How important it is to following the general AIA custom extension standards to extend a custom developed ABCS process using the service constructor?
    My understanding is Oracle follows the AIA custom extension standards to keep the out of the box PIP code upgrade/patch free.. When we are developing our own ABCS processes using the service constructor, there is an option to add the extensions to the custom ABCS processes, does this add any value?, my personal feeling is that this is going to increase the complexity of the custom code..
    Please share your experiences...
    Thanks,
    Sid

    Hi,
    We have come to the same conclusion. We will not need to add extension points to ABCS as we would simply redevelop and deploy a new version.
    I also don’t think extension points are required for long running EBF’s as we can deploy multiple versions. The only problem that could occur is if we wanted already running processes to change their behaviour, but as we do not have any long running process as yet we haven’t considered this.
    Not implementing extension points effects how we use the PIPAuditor. All our ABCS’s fail the extension point tests. I think I will need to look into removing these tests from out PIPAuditor.
    Robert

  • Queries on AIA services implementation

    Hi,
    I am new to OFM and AIA. I am trying to create AIA sample application and have the following queries.
    1. can we develop a sample AIA appliacation using Jdeveloper 10.1.3.4?
    2. Are AIA services (ESB, ABCS, EBF) just needs to be deployed/registered with BPELPM/ESB? or any other way to deploy the same to AIA environment?
    3. What is a 'System' concept under 'setup' tab in AIA console? I mean when we develop a sample ABCS, EBF etc, is it required to map them to any 'system' in AIA? and how that System concept works?
    4. Is it mandatory to have participating applications such as EBIZ,SEBL,PSFT etc while developing a sample AIA application?
    5. After deploying any ESB,EBF,ABCS, Integration scenarios to AIA, can we see them under 'BSR' search? or is there any explicit way to register the AIA services with BSR?
    Please advice me for the above doubts if anybody has the answers.
    Thanks in advance.

    1. You can create a web serivce on any application you development. Now if you mean specific to the NorthBound Web Services of CPO, then those are predefined in the product, as are the WSDLs. If you look in the NorthBound Web serivces guide you'll see them. They are in the format:
    :/WS/http://:/WS/ NAME>?WSDL
    A couple examples are
    http://localhost:61527/WS/Process?WSDL
    http://localhost:61527/WS/Target?WSDL
    2. To use SOAP UI do the following...
    A. Open a new soap ui project give it a name, input the WSDL you want to connect to
    B. this will return all the methods to make web calls
    C. Expand the method and double click on the SOAP Request - this will open the XML request
    D. make sure you fill in the username/pass/domain on the Request Properties pane
    E. Fill out the needed components in the SOAP XML message and click the play button at the top left. This will send the request and you'll see the return response from CPO in the right XML pane
    If you need further help understanding this or using it in CPO please open a TAC case on CPO.
    -Shaun Roberts
    CIAC/CPO Support Team Lead
    [email protected]

  • Diagnosing services which hang or stop on their own

    Hi.
    I'm encountering some challenges with a 3rd party service that hangs or stops on it's own (and when self-stopping, hangs.) The challenge being that neither it's logs nor the Event Viewer contain any details. It stops logging itself when it hangs or stops and
    the event viewer only records that it stopped and/or started, but nothing else.
    What is the current recommended method for doing *unattended* dumps on running processes? Most of the tools I am familiar with seem t be obsolete. I've bee trying to search the web, but most of what I have found is related to known issues with specific services
    and is of little use.
    I'm not expecting anyone to give me a long drawn out list of steps here, but if anyone could suggest a link to a web site or even a thread somewhere on these forums that describes a method of accomplishing this, it would be much appreciated. The platform
    in question is Windows 2008 R2.
    Thanks,
    Dan

    Procdump is pretty handy for this:
    http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx.
    The gflags utility that comes with the Windows SDK can set up parameters for capturing specific types of data and/or executing a certain command line anytime a specific executable starts or stops.  You can use that in conjunction with other tools to
    accomplish pretty much anything you'd need to accomplish in user mode.
    WinSDK Support Team Blog: http://blogs.msdn.com/b/winsdk/

  • Network disconnectivity caused application services to hang, why?

    Hi
    We have single node installation of R12.0.6 on IBM server. When there was network disconnectivity from domain server, application server services were hanging, why? Tried to bounce apps tier services, but timed-out. Had to reboot the server for fixing the problem.
    What caused application to hang when there was no network? How to trouble shoot network issues in R12i?
    Regards
    Ateeq

    Hi;
    Please check below and see its helpful for your issue:
    How to Run Oracle Applications Network Test [ID 152508.1]
    What Network Bandwidth Is Recommended for Oracle E-Business Suite 11i? [ID 423160.1] ( you can follow this note for R12 too)
    Troubleshooting the "Error Occurred While Attempting to Establish an Applications File Server Connection" [ID 117012.1]
    Please also check Hussein Sawwan's greatest previous post about similar topic
    Network Test (Latency & Bandwidth)
    Hope it helps
    Regard
    Helios

  • Start BI Services getting hang in obiee 11g

    Hi Experts,
    when I start the BI Service in obiee 11g in getting Hang, how could I resolve this.
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:MaxPermSize=512m -XX:-UseSSE42Intr
    insics
    WLS Start Mode=Production
    CLASSPATH=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar
    ;D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblog
    ic_patch.jar;D:\Oracle\MIDDLE~1\patch_ocp353\profiles\default\sys_manifest_class
    path\weblogic_patch.jar;C:\PROGRA~1\Java\JDK16~1.0_2\lib\tools.jar;D:\Oracle\MID
    DLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server
    \lib\weblogic.jar;D:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10
    .3.3.0.jar;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;D:\Oracle\MI
    DDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;D:\Oracle\MIDDLE~1\modules\NETSFA~1.0_
    1/lib/ant-contrib.jar;D:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar
    ;D:\Oracle\Middleware\oracle_common\modules\oracle.dms_11.1.1\dms.jar;D:\Oracle\
    Middleware\oracle_common\modules\oracle.jmx_11.1.1\jmxframework.jar;D:\Oracle\Mi
    ddleware\oracle_common\modules\oracle.jmx_11.1.1\jmxspi.jar;D:\Oracle\Middleware
    \oracle_common\modules\oracle.odl_11.1.1\ojdl.jar;D:\Oracle\MIDDLE~1\ORACLE~1\so
    a\modules\commons-cli-1.1.jar;D:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa
    .mgmt_11.1.1\soa-infra-mgmt.jar;D:\Oracle\Middleware\Oracle_BI1\common\jlib\11.1
    .2.0\ctg.jar;D:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\Or
    acle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\Oracle\MIDDLE~1\WLS
    ERV~1.3\server\lib\xqrl.jar
    PATH=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\native;D:\Oracle\MIDDLE~1
    \patch_ocp353\profiles\default\native;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\nativ
    e\win\x64;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\Oracle\MIDDLE~1\modules\OR
    GAPA~1.1\bin;C:\PROGRA~1\Java\JDK16~1.0_2\jre\bin;C:\PROGRA~1\Java\JDK16~1.0_2\b
    in;D:\app\product\11.2.0\dbhome_1\bin;C:\Program Files (x86)\Dell\SysMgt\RAC5;C:
    \Program Files (x86)\Dell\SysMgt\oma\bin;C:\Program Files (x86)\Dell\SysMgt\idra
    c;C:\Program Files\Intel\DMIX;D:\Oracle\Middleware\Oracle_BI1\bin;D:\Oracle\Midd
    leware\Oracle_BI1\opmn\bin;D:\Oracle\Middleware\Oracle_BI1\opmn\lib;D:\Oracle\Mi
    ddleware\Oracle_BI1\perl\bin;D:\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\x64
    \oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    C:\PROGRA~1\Java\JDK16~1.0_2\bin\java -server -Xms256m -Xmx512m -XX:MaxPermSi
    ze=512m -XX:-UseSSE42Intrinsics -Dweblogic.Name=AdminServer -Djava.security.poli
    cy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Dweblogic.Producti
    onModeEnabled=true -Doracle.home=D:\Oracle\Middleware\Oracle_BI1 -da -Dplatform
    .home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\ser
    ver -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=D:\Oracl
    e\MIDDLE~1\USER_P~1\domains\BIFOUN~1 -Dcommon.components.home=D:\Oracle\MIDDLE~1
    \ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commo
    ns.logging.impl.Jdk14Logger -Djrockit.optfile=D:\Oracle\MIDDLE~1\ORACLE~1\module
    s\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=D:\Oracle\MID
    DLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1 -Doracle.server.config.dir=D:\Or
    acle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCON~1\servers\AdminServer -Dor
    acle.security.jps.config=D:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\fmw
    config\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dig
    f.arisidbeans.carmlloc=D:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\config\FMWCO
    N~1\carml -Digf.arisidstack.home=D:\Oracle\MIDDLE~1\USER_P~1\domains\BIFOUN~1\c
    onfig\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=D:\Oracle\MIDDL
    E~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\Oracle\MIDDLE~1\ORACLE~1\modules\o
    racle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Doracle.biee.sear
    ch.bisearchproperties=D:\Oracle\Middleware\Oracle_BI1\bifoundation\jee\BISearchC
    onfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Do
    racle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHost
    nameVerification=true -DEPM_ORACLE_HOME=D:\Oracle\Middleware\Oracle_BI1 -Doracle
    .ecsf.crawl.mode.debug=true -Doracle.ecsf.security.service=oracle.biee.search.se
    curity.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.sea
    rch.services.BISearchServiceConfiguration -Dxdo.server.config.dir=D:\Oracle\Midd
    leware\user_projects\domains\bifoundation_domain\config\bipublisher -DXDO_FONT_D
    IR=D:\Oracle\Middleware\Oracle_BI1\common\fonts -Dorg.eclipse.emf.ecore.EPackag
    e.Registry.INSTANCE=com.sigmadynamics.emf.util.SDEMFRegistry -Dweblogic.wsee.ski
    p.async.response=true -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=D:\Ora
    cle\Middleware\oracle_common -Djava.awt.headless=true -Dweblogic.management.disc
    over=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToCon
    sole=false -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default
    \sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_ocp353\profiles\default\syse
    xt_manifest_classpath -Dweblogic.management.username=Administrator -Dweblogic.ma
    nagement.password=System12 weblogic.Server
    <Mar 28, 2011 2:26:26 AM PDT> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Java HotSpot(TM) 64-Bit Server VM Version 17.0-b17 from Sun Mi
    crosystems Inc.>
    <Mar 28, 2011 2:26:26 AM PDT> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Mar 28, 2011 2:26:29 AM PDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STARTING>
    <Mar 28, 2011 2:26:29 AM PDT> <Info> <WorkManager> <BEA-002900> <Initializing se
    lf-tuning thread pool>
    <Mar 28, 2011 2:26:29 AM PDT> <Notice> <Log Management> <BEA-170019> <The server
    log file D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers
    \AdminServer\logs\AdminServer.log is opened. All server side log events will be
    written to this file.>
    Log file shows
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <WebLogicServer> <XTDBS1> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1301304389287> <BEA-000000> <WebLogic Server "AdminServer" version:
    WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Notice> <Log Management> <XTDBS1> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1301304389412> <BEA-170019> <The server log file D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Log Management> <XTDBS1> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1301304389427> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Diagnostics> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389521> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "http" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "https" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389630> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389646> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389646> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389646> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <RJVM> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389677> <BEA-000570> <Network Configuration for Channel "AdminServer"
    Listen Address          :7001
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Server> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389724> <BEA-002609> <Channel Service initialized.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Socket> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389739> <BEA-000406> <NTSocketMuxer was built on Jan 24 2006 20:40:35
    >
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Socket> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389762> <BEA-000436> <Allocating 3 reader threads.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <Socket> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389778> <BEA-000446> <Native IO Enabled.>
    ####<Mar 28, 2011 2:26:29 AM PDT> <Info> <IIOP> <XTDBS1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1301304389918> <BEA-002014> <IIOP subsystem enabled.>
    Thanks,
    Balaa...

    balaa,
    can you help in starting the bi services?
    Thanks

  • Web services wizard hangs

    Hi,
    I am trying to create a stub/skeleton for an external wsdl file. I click the next button and the tool just hangs. Eventually it comes back with "cannot locate wsdl file".
    I have tried with proxy turned on and off but I get the same result.
    However I can open up the wsdl file in IE. I then save the wsdl file locally and use the wizard again to access the locally saved wsdl file. I provide proxy information including userid and password and now everything works.
    I am not sure as to what is wrong with webservices wizard not able to access external wsdl files.
    Regards,
    Madhav

    Thanks Brian.
    I am using the fully qualified hostname to access the external wsdl file.
    eg: http://www.xml-webservices.net/services/maths/calculator.asmx?WSDL
    Our HTTP proxy requires us to provide a username and password. When I handle it in java code, everything works fine only if I use the SOAPHTTPConnection object and not the OracleSOAPHTTPConnection object.
    You mention that the HTTP stack in JDeveloper 9i does not support username and password for HTTP proxy. Will this feature be offered in the future.
    I use another webservice toolkit called Glue and in there everything works fine !
    Madhav

  • Remote Desktop Services Manager Hangs / Crashes

    Hi,
    I have windows server 2008 R2 based remote desktop environment. When i access remote desktop services manager to manage domain users session, it hangs / crashes. I am not unable to add any other computer to manage as well. Same was working fine in Windows
    server 2003.
    Any valuable suggestion????
    Regards
    Rox_Star

    Hi,
    As a test, please create a new domain admin user account, log on to the server with it, and then open RDS Manager.  Do you see the same issue with the new account?
    Thanks.
    -TP

  • Service Delivery hangs SAP B1

    Hello experts,
    I have this strange problem that has began this morning of when a user is adding an service type sales delivery in SAP B1, it hangs the whole database. I have checked on all SBO_SP_TransactionNotification related to a sales delivery and excluded them from a service type delivery, but the issue still persists.
    Please assist.
    Thanks,
    Isaac.

    Hi,
    Is it happening only during adding delivery document  or while adding any other marketing document also, so we can come to know more exactly of the problem.
    Regards
    Darshan Desai

Maybe you are looking for

  • Error in ST05 - trace record pair error block. How to resolve/tackle issue?

    Hello, Someone approached me last week in asking me how to resolve an issue in ST05. Basically I used the transaction to filter "inclusive VBPA". The error is .... Internal error - trace record pair error block 8 link no. 0 Message no. 0S 026 Diagnos

  • Intel Mac Mini and Sony Wega displays

    I purchased one of the G4 based Minis for use in my media center. At that time I had quite a bit of difficulty getting it to work with my Sony KDF-60xs955 60" HDTV. I did eventually get it working and stable but the process, when written down for oth

  • Hpe h8-1151sc (Graphiccard support)

    Hello i have a hpe h8-1151sc (only sold in scandinavia) - I has the IPISB-CH2 (Chicago) motherboard installed (with I7 2600). Right now i have a GTX 680 installed running wiht a Corsair HX 620 PSU. I am thinking of upgrading to a Radeon R9 290X. My c

  • Map vendor, Purchase Organization and Purchageing group

    Hi ALL, Where we can map vendor, Purchase Organization and Purchageing group. Beacuse user could not getting output record automatically in message (me21n) for combination perticular PurOrg and PurGrp. For some of the combination, we are getting outp

  • Export to PDF Problem

    I have a Report that was created using Crystal Reports Developer. The report prints invoices (text) and also images (scanned .jpg) files.  The report uses the oracle OCI database driver. When I run this report from Crystal Reports Developer and expor