A question about deploying FusionOrderDemo.Thanks.

I setup the file build.properties,and run the antfile to deploy the project.But the cmd window of soa_server1 shows the error as follows which leads to deploy failed.
INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: D:/Oracle/SOA/USER_P~1/domains/soa_fod/config/fmwconfig/default-keystore.jks
INFO: SSLSocketFactoryManagerImpl.getKeystorePassword Obtained null or empty key
store password
INFO: SSLSocketFactoryManagerImpl.getKeyPassword Obtained null or empty key password
INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory can not get keystore position or password.
2009-10-15 16:13:45 oracle.integration.platform.PlatformMessages severeUnableReg
isterService
SEVERE: can not register the service.
oracle.fabric.common.FabricException: get XML input stream failed: oramds:/soa/shared/workflow/TaskServiceInterface.wsdl: MDS-00054: load oramds:/soa/shared/workflow/TaskServiceInterface.wsdl file not exist。
at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:279)
at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:508)
at oracle.fabric.common.metadata.MetadataManagerImpl.getDocumentAsInputStream(MetadataManagerImpl.java:152)
at oracle.integration.platform.common.MDSMetadataManagerImpl.getDocumentAsInputStream(MDSMetadataManagerImpl.java:358)
at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:181)
at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:142)
at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:233)
at oracle.fabric.composite.model.CompositeModel.loadImports(CompositeModel.java:137)
at oracle.fabric.composite.model.CompositeModel.getWSDLManager(CompositeModel.java:118)
at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.getDefinition(WebServiceEntryBindingComponent.java:240)
at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:158)
at oracle.integration.platform.blocks.soap.WebServiceEntryBindingComponent.load(WebServiceEntryBindingComponent.java:111)
at oracle.integration.platform.blocks.deploy.DeploymentConnection.deployServices(DeploymentConnection.java:233)
at oracle.integration.platform.blocks.deploy.DeploymentConnection.deploy(DeploymentConnection.java:90)
at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.initDeployment(CompositeDeploymentManagerImpl.java:161)
at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerImpl.loadComposite(CompositeDeploymentManagerImpl.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:296)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.invoke(DeploymentEventPublisher.java:70)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy210.loadComposite(Unknown Source)
at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoordinatorImpl.java:37)
at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:274)
at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:195)
at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:149)
at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:101)
at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:88)
at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:72)
at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:140)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.io.IOException: MDS-00054: loading oramds:/soa/shared/workflow/TaskServiceInterface.wsdl file not exist。
at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:321)
at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:66)
at java.net.URL.openStream(URL.java:1009)
at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:275)
... 58 more
I have checked the file adf-config.xml located in the folder APP_HOME/CompositeServices/.adf/META-INF is configured correctly.Please see the file content.Additionally ,JDEV_HOME=D:\Oracle\Midderware\jdeveloper.
<?xml version="1.0" encoding="windows-1252" ?>
<adf-config xmlns="http://xmlns.oracle.com/adf/config"
xmlns:sec="http://xmlns.oracle.com/adf/security/config">
<adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
<mds-config xmlns="http://xmlns.oracle.com/mds/config">
<persistence-config>
<metadata-namespaces>
<namespace metadata-store-usage="mstore-usage_1" path="/soa/shared"/>
</metadata-namespaces>
<metadata-store-usages>
<metadata-store-usage id="mstore-usage_1">
<metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
<property value="D:\Oracle\Midderware\jdeveloper\integration"
name="metadata-path"/>
<property value="seed" name="partition-name"/>
</metadata-store>
</metadata-store-usage>
</metadata-store-usages>
</persistence-config>
</mds-config>
</adf-mds-config>
<sec:adf-security-child xmlns="http://xmlns.oracle.com/adf/security/config">
<CredentialStoreContext credentialStoreClass="oracle.adf.share.security.providers.jps.CSFCredentialStore"
credentialStoreLocation="../../src/META-INF/jps-config.xml"/>
</sec:adf-security-child>
</adf-config>
The path to the file TaskServiceInterface.wsdl is correct as the file located in D:\Oracle\Midderware\jdeveloper\integration\seed\soa\shared.
Could you give more advice? Thanks.

Hi,
The error says :
"oracle.fabric.common.FabricException: get XML input stream failed: oramds:/soa/shared/workflow/TaskServiceInterface.wsdl: MDS-00054: load oramds:/soa/shared/workflow/TaskServiceInterface.wsdl file not exist。"
MDS used oramds protocol.
MDS is not able to load the file : oramds:/soa/shared/workflow/TaskServiceInterface.wsdl .
Few things that you can check:
1. Ensure MDS is updated properly.
2. If you are using AIA , then in AIAConfiguration properties file , the relative path of the above wsdl will be mentioned . You can chk whether the relative path is correct or whether file exists there.
3. You can view this file exists in MDS throuh JDEV using MDS connection.
Regards,
Shagufta

Similar Messages

  • Questions about deploying compressed WAR

    I've been having issues when trying to deploy a compressed
    Flex application into my Weblogic Server. I read in the
    Installation Guide (
    http://www.adobe.com/support/documentation/en/flex/2/install.html)
    that you need to some "hacking" to make it work but i have a big
    question:
    The guide says:
    Locate the servlet definition for MessageBrokerServlet, and
    update the flex.write.path init-param element to specify an
    existing, writeable, directory path:
    <init-param>
    <param-name>flex.write.path</param-name>
    <param-value>C:/bea/flex</param-value>
    </init-param>
    I have no clue about this, i mean what is supposed to be in
    the path C:/bea/flex??? Can anyone explain what the
    "flex.write.path" means or referrers to?
    Diego

    I tried setting the write path to any folder like the example
    and i got this during the server startup:
    [Flex] [WARN] The watch-file,
    /WEB-INF/flex/services-config.xml, could not be resolved to a path
    and will be ignored.
    [Flex] [WARN] The watch-file, /WEB-INF/flex/proxy-config.xml,
    could not be resolved to a path and will be ignored.
    [Flex] [WARN] The watch-file,
    /WEB-INF/flex/remoting-config.xml, could not be resolved to a path
    and will be ignored.
    [Flex] [WARN] The watch-file,
    /WEB-INF/flex/messaging-config.xml, could not be resolved to a path
    and will be ignored.
    [Flex] [WARN] The watch-file,
    /WEB-INF/flex/data-management-config.xml, could not be resolved to
    a path and will be ignored.
    [Flex] [WARN] The touch-file, /WEB-INF/web.xml, could not be
    resolved to a path and will be ignored.
    And then when i tried to run the sample application CRM
    (which is included in the samples war when you install flex 2) i
    get this error:
    java.sql.SQLException: The url cannot be null
    so what's wrong?

  • Questions about Deployment Operations Manager 2012 R2

    Hi Folks
    Questions: I have one infrastructure with Operations Manager 2012 R2, two Management Server.
    Now, I'm trying install feature operations manager reporting in SQL Server.
    added the OMDRA and OMDWWA accounts as a local administrator of the SQL server.
    I'm using media installation Operations Manager 2012 R2, but I'm received erros, any idea? Or I need using media installation Operations Manager 2012 SP1?
    Thanks
    Wilsterman Fernandes

    Hi There,
    I had seen a similar issue here. The error log has a point mentioning " ApplyUpdates: Unable to load QFE file."
    I saw this error on this below thread as well.
    https://social.technet.microsoft.com/Forums/en-US/a10ce69e-2584-4a4d-86b9-64ee8c5bf85d/reporting-services-installation-failing?forum=operationsmanagerreporting
    He said he fully re installed the whole setup and it solved the issue.
    But i understand that is quiet difficult and complicated to do.
    =================================================
    I would suggest you check the permissions again
    1.Does your data reader and writer account have SQL permissions i.e sysadmin permissions ?
    2.Also is your SQL server in the same AD Domain or is it in a different domain ?
    3.Is the SQL Server scale of deployment joined ?
    4. Did you look in the ops manager event logs ? Can you check and post them here plz.
    5. Is the operationsmanager DB and warehouse DB as well hosted on the same SQL server where you are trying to install reporting.
    Gautam.75801

  • General Question about deployed application

    hi,
    When we deploy an application to the iAS, what is the place (that is... directory) where the application files are present?
    I found it is available in two places. One is c:\iplanet\ias6\ias\Apps directory, where the application is present in a folder structure. Other is c:\iplanet\ias6\ias\jar directory where the application is present as jar.
    Why in two places? And if i want to make any changes where should i do it? (I made change in index.html c:\iplanet\ias6\ias\Apps directory and it was effective. Then why to have the same application in jar directory too?).
    thanks in advance,
    desigan

    <ias_home>\ias\jar is the directory that seems to be the staging area used by iasdeploy. The ear is finally exploded to the APPS directory from where it is used

  • Question about deploying files/software correctly

    I want to copy some scripts to a specific directory on all the Macs in my enterprise with ARD. The problem I have is how to do this the best way without having to schedule the job to repeat which will re-copy the files to the whole list of computers again.
    Is there a way that when one computer successfully gets the files, it will be removed from the scheduled task list in ARD... so the next time the task runs, will only run on the machines that don't have it? This would also then show me which computers are not getting the files.
    Thank you,
    Ken

    I've occasionally made it at a point to have utterly complete computer lists. I'd then duplicate lists to a consolidated list named "needs X" and remove machines as they succeed, but I really have to watch my step for mistakes. We were also using a non-ard, home-grown, "auto update on boot" shell script, but it was never updated for 10.5.
    This is probably the least-cool thing I've posted in a technical forum but right now I both recommend, and am utterly reliant upon, my current "deployed software version control system," the humble pen and paper checklist.

  • Newbie question about deployment URL

    I created a web service using Web Logic 9's service gen. I then successfully deployed it. When I tried calling it, I get a 404. I'm not sure I'm calling the correct URL and failing, or if I'm not even calling the correct URL.
    My URL is
    localhost:7001/<contextURI>/<serviceURI>?WSDL (values in angle brackets taken from the service gen).
    I always seem to have this trouble when deploying... knowing what the URL should be.
    Any suggestions?

    Answering my own question... whilst I deployed the web service, I had not deployed the context. Doing so sorted out my problem.

  • Two questions about deploy

    1. can different ear module share some jar file in j2ee if u don't include the jar files into ear file?
    for example.i have two ear file a.ear and b.ear,both of them use c.jar,i just want to deploy them on to the same j2ee server,i don't want c.jar to be included in ear files twice,what should i do then?
    2. how can i define some string that can be used by servlet/ejb/javabean at the same time? i know that u can
    define DataSource as resources in j2ee,but i just want to share some string. if u define them as env-entry in ejb descriptor,it can only be used by the ejb who define it,if define the env-entry in web.xml,only servlet and java bean can use it.i want all of them can share the defiened env-entry

    Hi,
    i think for the 1. question there are 2 ways to go:
    a) if the c.jar is used as a bean - then you should make a d.ear wich contains c.jar and which is support the service to b.ear and a.ear. - I think so but i'm not sure -
    b) if the c.jar is a library you should deploy it two times - one in a.ear and two in b.ear
    For the 2. question:
    You can define the string in the ejb descriptor as a env-entry and you can add a method to the bean wich returned the string.
    But i think you could reference ejb resource entries in the web tier too. Maybe you must use the resource-ref tag in the web.xml to refer the resource-string of ejb.
    I hope this is correct and helpfull.
    Bye Thomas

  • I hava one question about deployment

    Hi friend
    Can I deploy ejb by using command line,not deploytool?
    How I can do this?
    bye

    Hai can you tell me how to deploy using deployment tool.First i want to know about how to create deploymentdescripter using/without using deployment wizard.I am using weblogic server6.1.
    kindly help
    srinivask

  • Question about deployment

    I have finished setting up a portal in my quality assurance environment. I now want to move this portal into a production environment. Is there a best practice for migrating all the data I setup in the Portal Admin Console?
    Is it as simple as copying the data out of the database?
    thanks,
    scott.

    Scott -
    What Service Pack are you on?
    I have had little/no luck migrating information setup through the portal admin tool. You can migrating the database - but that will only migrate the desktop and library settings. Visitor roles and entitlements are stored in an LDAP.
    My folks have suggested trying to do funky stuff with the LDAP to migrate it - but I would not recommend it.
    BEA support has a Entitlements Propogation tool, and people have gotten it to work - but we haven't.
    In our team, we redo all entitlements manually in production.
    Kunal

  • Question about deploy the scenario to another machine

    I am trying to deploy the scenario to another machine, since I want to keep the version same, what I did is: 1. export the scenario from source machine designer 2.import the scenario in target operator.
    The import is successful and it is running fine, but for each scenario I get 2 scenario in the target machine operator, one is like scen1, another is copy of scen1. why does this happen? did I miss anything during the process?

    Hi,
    I believe that you are importing it in "Duplication" mode, in cause of that it is creating a copy.
    Please, try import it in Insert Update mode

  • A question about package,help.thank you

    i want to put HelloWorld.class input package myfile,but the subfolder myfile did not appear.
    i want to know why.
    thank you.
    i am a beginner.
    package myfile;
    public class HelloWorld
         public static void main(String[] args)
              System.out.println("hello,world");
    }

    folder will not appear. u have to create it and then put ur program inside it and run it from there.
    result will be on dos prompt or inside ur editor: "hello world" bye,
    Samir

  • A simple question about deployment with SDM

    I've deployted an EAR onto thte server with SDM. Now want to redeploy it. Should I undeploy the old one first, or can I simply depoy it again?

    Hi Thomas
    You can redeploy the Ear file through SDM by selecting the option:
    "<b>update deployed SCAs/SDAs that have the same or lower component versions than the selected SCAs/SDAs</b>" after adding Ear file to deploy in deployment tab under "<b>Deployment Configuration</b>"
    Cheers !!!
    Best Regards
    Satish Kumar.

  • Question about using AQ

    Hello, am using 11g. I have some questions about AQ. Thanks a lot for any help.
    I use a periodic job to make around 100 event-based jobs run each time. There are totally 1000 event-based jobs. I choose 100 of them in a round robin way. If I run the periodic job too frequently, that means I will trigger another 100 jobs to run not until the last 100 jobs complete.
    So what will happen? How many messages does the queue can hold? If the queue is full, what will the program which is trying to enqueuing do?
    Because I find that I cannot make the CPU utilization reach 100% no matter how I decrease the period of the triggering job. I think there should be something wrong with the event-based jobs.
    The following codes are what I wrote for sending messages to trigger those 100 jobs. I find out that the time that these codes take to finish (the loop) varies a lot. If the queue is full, will the program wait here?
    select t.start_num INTO l_offset from scheduler_info_tab2 t;
    l_jobnum := 0;
    IF l_issue_num != 0
    THEN
    FOR i IN 1..l_issue_num
    LOOP
    l_jobnum := mod(l_offset + i,1000);
    IF l_jobnum = 0
    THEN
    l_jobnum := 1000;
    END IF;
    -- l_jobnum := i;
    l_queue_msg := t_queue_payload('subscription'||TO_CHAR(l_jobnum));
    DBMS_AQ.enqueue(queue_name => 'schdl_queue',
    enqueue_options => l_enqueue_options,
    message_properties => l_message_properties,
    payload => l_queue_msg,
    msgid => l_message_handle);
    END LOOP;
    END IF;
    UPDATE scheduler_info_tab2 t SET t.start_num = l_jobnum;
    COMMIT;
    The queue is created by
    DBMS_AQADM.create_queue_table(queue_table => 'schdl_queue_tab',
    queue_payload_type => 't_queue_payload',
    multiple_consumers => TRUE);
    -- Create the event queue.
    DBMS_AQADM.create_queue (queue_name => 'schdl_queue',
    queue_table => 'schdl_queue_tab');
    -- Start the event queue.
    DBMS_AQADM.start_queue (queue_name => 'schdl_queue');
    null
    null

    Hi,
    AQ actually has its own forum here
    Advanced Queueing
    and you may get better answers there.
    As far as I know a queue can store an unlimited number of messages. The enqueuing program will enqueue the messages and complete but there may be a delay until the messages are processed.
    As I mentioned before running lots of jobs results in overhead disk activity which will limit the max cpu utilization and each job also has a CPU overhead which may not be accounted for in Oracle cpu totals.
    DBMS_AQ.enqueue should never hang waiting for messages to enqueue (it should just add the message to the queue and continue). I don't know enough about it to know why its time is varying (the AQ forum may give some answers).
    Thanks,
    Ravi.

  • About deployment of the application

    Hi,
    I've have a question about deployment of the application in a JBoss server. The thing I'm concerned in is how it works..
    These are the steps I have to perform:
    1. Create an EAR file from my application;
    Ok, that's enough..
    The question is when I deploy this file does it get extracted in a server? And how I reach the main page?

    Hi,
    you create a WAR file and an EAR file and deploy it as described in the JBOSS documentation. This creates a J2EE application context with the name of the project's J2EE context (open the JDeveloper project properties and check the "J2EE Application" node. This shows you the default J2EE context used when deploying the application. You can change the string to something better if you like.
    Then, after deployment you request
    localhost:<port>/j2ee_context_path/initial_page.jspx
    Frank

  • Question about garageband: I have 3 short original songs that i wanted to merge ala "Bohemian Rhapsody". Is that possible in garageband? their tempos are all different from each other. Advance thanks.

    Question about garageband: I have 3 short original songs that i wanted to merge ala "Bohemian Rhapsody". Is that possible in garageband? their tempos are all different from each other. Advance thanks.

    First of all, GarageBand iOS allows for only one tempo and there is no Merge Song feature.
    What you can do.
    Switch between the songs and copy-paste the individual Tracks. You can also Merge Tracks if you run into the 8 Track limitation.
    Hope that helps
    Edgar Rothermich
    http://DingDingMusic.com/Manuals
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

Maybe you are looking for

  • Anybody else having problems with airplay with ios 5.1 on iphone 4s

    So i bought an iphone 4s a few months back and it came with ios 5, i then tryed it with my airplay speakers and they kept cutting out so i googles about it and found there was a known problem with iphone 4s and airplay speakers. ios 5.0.1 then came o

  • Brand new iMac 27" i3 is flashing blue screen

    My brand new Imac (one-day old) is acting very odd as it slowly flashes a pulsating light blue screen when I try to access Apple Menu (restart/sleep/shutdown) features. No matter what I do it will not turn off. I have since had to do a hard shutdown

  • Clean install help please.

    I am in the middle of giving my macbook a clean install and the second install disc has stopped working 9 min's from completion and ejected out. I have tried to install again, Clean the disc and still same problem. Is there a way of reversing this cl

  • Hi sdn frnds

    HI   i am sirisha. i am learning oops in alv my own. some points i am not able understand. can anybody expalin about mentioned below. 1.LCL_EVENT_HANDLER DEFINITION DEFERRED. 2.DATA GR_ALVGRID TYPE REF TO CL_GUI_ALV_GRID . 3.DATA GR_ALVGRID_DET TYPE

  • Determination of Packing Requirement

    Where is the setting done to determine in which stage packing is allowed. In outbound delivery OR when picking(creation of TO) OR during shipment document creation