BPM 11g Hello World Application Error

I am going through step-by-step tutorial on creating Hello World Application BPM 11g where I am running into WSDL Read Error message. The link for this tutorial is here:
Building Your First Process with Oracle BPM 11g
Error occurs at chapter "Enhancing the Basic Hello World Process" -> Adding a Business Rule -> Step 5.
After creating Data Associations for input/output under Implementation dialog for "Review Needed" business rule and clicking on OK of the Properties dialog, I get following error message(please click on the link to see screenshot of error message):
https://drive.google.com/file/d/0B1YDzO9g_MoLNkVTazdXTHp2UVE/edit?usp=sharing
Let me know if you have trouble accessing this link.
Basically the error is about not able to find decision service wsdl file:
Error while reading wsdl file:
ReviewRules_DecisionService_1.wsdl file not found
Also get same error for HelloRules_DecisionService_1.wsdl file not found.
I am not sure whether this file should be automatically generated when performing data associations and implementation of the business rule in the wizard.
Please let me know what could be going wrong here. I tried going through this tutorial multiple times but get stuck at this step.
BPM Suite 11g
BPMN Editor
11.1.1.7.0.0.97
Jdev version: 11.1.1.7.0
Jdev Build: JDEVADF_11.1.1.7.0_GENERIC_130226.1400.6493
Thanks.

I looked at the two XSDs the Hello World tutorial had you using.  This is what is causing your error.
Here's an XSD that will work for the tutorial with 11.1.1.7.  Notice I put both the "hello" and "review" objects in the one XSD so you just have to use the one XSD. 
<?xml version= '1.0' encoding= 'UTF-8' ?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:qt="http://www.mycompany.com/ns/hw" targetNamespace="http://www.mycompany.com/ns/hw"
     elementFormDefault="qualified">
    <element name="HelloObject" type="qt:HelloObjectType"/>    
    <complexType name="HelloObjectType">
        <sequence>
            <element name="date" nillable="true" type="dateTime"/>
            <element name="message" nillable="true" type="string"/>
            <element name="greeting" nillable="true" type="string"/>
        </sequence>
    </complexType>
    <element name="ReviewObject" type="qt:ReviewObjectType"/>
    <complexType name="ReviewObjectType">
        <sequence>
            <element name="review" nillable="true" type="string"/>
            <element name="reason" nillable="true" type="string"/>
        </sequence>
    </complexType>
</schema>
Hope this helps,
Dan

Similar Messages

  • SOA 11g Tutorial/Hello World application

    Dear All,
    I am very much new to SOA Pls let me know Tutorials or How to build Hello world or where to start the building the applications.
    Best regards,
    Raj

    http://www.oracle.com/technology/sample_code/products/soa/index.html
    http://blogs.oracle.com/soabpm/2009/12/soa_suite_11g_-somelong_awai.html
    http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html
    Regards,
    Anuj

  • Cannot deploy "Hello World" application using SAP NW CE 7.1

    Hello,
    I am having problems deploying a simple application to NW CE 7.1 (Welcome application
    from NWDS tutorial).
    I try to deploy from the NWDS. When I am executing "Deploy new archive
    and run" I am asked for user and password.
    According to the documentation I give following credentials:
    SAP NetWeaver Application Server (e.g. for deploying applications)
    username: Administrator
    password: <your master password>
    However after typing that I get immediate error in NWDS.
    ConnectionException,cause=[ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.Reason: Exception during getInitialContext operation. Cannot establish connection to the remote server.
    Then the browser opens with following URL: http://localhost:50100/webdynpro/dispatcher/local/Welcome/WelcomeAPP?SAPtestId=38 and the following stack trace is shown.
    "Application error occurred during the request procession."
    Details: com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/Welcome' is not deployed on the server. Please check the used URL for typos.
         at com.sap.tc.webdynpro.clientserver.task.Task.getDeployableObject(Task.java:364)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.initApplicationDeployableObjectPart(RequestManager.java:539)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.initTask(RequestManager.java:477)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doInitWdEnvironment(RequestManager.java:150)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:205)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:205)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
         at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
         at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:93)
         at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:105)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
         at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doGet(AbstractDispatcherServlet.java:54)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
         at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
         at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
         at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
         at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
         at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
         at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
         at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create deployable object 'local/Welcome' since it is not a Web Dynpro object.
         at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObject(DeployableObjectFactory.java:87)
         at com.sap.tc.webdynpro.services.sal.deployment.core.DeployableObjectInternal.getDeployableObjectInternal(DeployableObjectInternal.java:37)
         at com.sap.tc.webdynpro.clientserver.task.Task.getDeployableObject(Task.java:362)
         ... 43 more
    Caused by: com.sap.tc.webdynpro.spi.WebDynproRuntimeException: No Web Dynpro application (deployable object) with name local/Welcome exists.
         at com.sap.engine.services.webdynpro.WebDynproRuntimeServiceImpl.getDeployableObject(WebDynproRuntimeServiceImpl.java:254)
         at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObject(DeployableObjectFactory.java:85)
         ... 45 more
    Please help.
    Best regards.
    Paweł

    Hi!
    For some reason, I am not able to deploy my application again (although it worked for a couple of weeks now)....
    The error is:
    com.sap.ide.eclipse.deployer.api.APIException: ConnectionException,cause=[ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.
    Reason: Exception while trying to get InitialContext.
         at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:70)
         at com.sap.ide.eclipse.deployer.dc.DCClientFactoryImpl.createClient(DCClientFactoryImpl.java:142)
         at com.sap.ide.eclipse.deployer.DeployerPlugin.getClient(DeployerPlugin.java:195)
         at com.sap.ide.eclipse.sdm.threading.DeployThreadManager.deploy(DeployThreadManager.java:359)
         at com.sap.ide.eclipse.sdm.SDMManager.deployArchives(SDMManager.java:149)
         at com.sap.ide.j2ee.wtpserver.engineadapter.SapDeployer.deployArchives(SapDeployer.java:30)
         at com.sap.ide.j2ee.wtpserver.engineadapter.SAPPublisher$DeployRunnable.run(SAPPublisher.java:302)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: com.sap.engine.services.dc.api.ConnectionException: [ERROR CODE DPL.DCAPI.1144] NamingException.Cannot get initial context.
    Reason: Exception while trying to get InitialContext.
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:189)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.<init>(SessionImpl.java:115)
         at com.sap.engine.services.dc.api.session.impl.SessionFactoryImpl.newSession(SessionFactoryImpl.java:30)
         at com.sap.engine.services.dc.api.impl.ClientFactoryImpl.createClient(ClientFactoryImpl.java:74)
         at com.sap.ide.eclipse.deployer.dc.DCClientImpl.<init>(DCClientImpl.java:67)
         ... 7 more
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    localhost:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.18.206.83 and port: 50004]
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:488)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at com.sap.engine.services.dc.api.session.impl.SessionImpl.getContext(SessionImpl.java:166)
         ... 11 more
    Caused by: com.sap.engine.interfaces.cross.DestinationException: cannot establish connection with any of the available instances:
    localhost:50004 Reason: com.sap.engine.services.rmi_p4.P4IOException: Cannot open connection to host: 10.18.206.83 and port: 50004
         at com.sap.engine.interfaces.cross.Destination.getNextAvailableBroker(Destination.java:59)
         at com.sap.engine.interfaces.cross.Destination.getRemoteBroker(Destination.java:35)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:352)
         ... 16 more [ERROR: 01.02.2009 10:15:13 /userOut/daView_category (eclipse.UserOutLocation) [Thread[Thread-27,5,main]] ]
    Please help!

  • Basic hello world application is not running in SAP hana Studio

    Hi,
    I have successfully added the SAPUI5 development toolkit on my Hana studio (ver 1.80.3) and i created the sample hello world project as per the sap Hana developer guide (SPS08) but while the run the application using   web app preview it showing a empty page.Please guide how the run the SAPUI5 application on hana studio as well as please provide some sample code to understand in a better way.
    Note : Right now i can able to run as a html but not web app preview
    Thanks
    Gopinath

    I have something similar here: How to use SAP UI5 in HANA Studio rev. 60
    Maybe it can help you.

  • BPM 11g: Adding external application link to process workspace

    Hi,
    In my project, I have a requirement to show a search link the applications panel of the process workspace (link will trigger a ADF application). Currently it is being implemented using a process with a single initiator task. The disadvantage of this approach is that a new instance is created for every new search. It unnecessarily invokes BPM which is not required as there isn't any flow.
    In 10g, we can implement this using a 'Global Interactive Activity'. Is there any equivalent to that in 11g or any other other workaround so that I can only have the application link in the workspace instead of creating a instance every time?
    Thanks,
    Ravi

    HI,
    In 11g you have the concept of Global Links. You can refer to http://docs.oracle.com/cd/E23943_01/user.1111/e15175/bpmug_ext_apps.htm#BACCACGI fro example of how this can be acheived
    I think there are also some samples on java.net for Oracle BPM Suite however this appears to be down at the time of posting so I can not validate this.
    Hope this helps
    Regards Dave

  • Re: BPM 11g: Adding external application link to process workspace

    Hello Ravi, did you manage to do what you need? I´m facing the same problem.
    Regards Hernan

    HI,
    In 11g you have the concept of Global Links. You can refer to http://docs.oracle.com/cd/E23943_01/user.1111/e15175/bpmug_ext_apps.htm#BACCACGI fro example of how this can be acheived
    I think there are also some samples on java.net for Oracle BPM Suite however this appears to be down at the time of posting so I can not validate this.
    Hope this helps
    Regards Dave

  • Hello World page error

    I'm getting following error while testing my connections.We have Oracle apps versiopn 11.5.9, Database version 8i.
    Any help to fix this problem ?
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SECURITY_APPL_USERID_INVALID. (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:870)
         at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:347)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at test_fwktutorial._jspService(test_fwktutorial.jsp:63)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)

    I have fixed the above problem by placing correct dbc file.
    after that i have another problem as follows
    oracle.apps.fnd.framework.OAException: Application: ICX, Message Name: Could not find the specified responsibility. (Could not lookup message because there is no database connection)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:158)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at test_fwktutorial._jspService(test_fwktutorial.jsp:63)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
         at java.lang.Thread.run(Thread.java:534)

  • Server time-out issue - unable to start "hello - world" application

    Hi Team,
    I am doing the exercise of week 1 of "Intro to SAP HANA Cloud platform (Repeat) " -
    I am unable to start the application - I get the server time out error - also I tried increasing the timeout in server editor to 600 - I still
    get the error as shown below
    Please help me in resolving this.
    Thanks in advance!
    -Manju

    1. I meant look for any errors in the logs, for something related to your app.
    2. Just go to Java Applications in Cockpit. BTW, do you know the help center SAP HANA Cloud Documentation? That should be your first stop for any questions around HCP along with the SAP HANA Cloud Platform Developer Center and http://hcp.sap.com/.
    3. There should be more details in that log file about the reason the app could not start.
    HTH!
    --Vlado

  • Hello World Service Error

    I�m trying to compile the HelloWorld Service example using ant tools, but i have this problem:
    generate-server:
    edit-config:
    [wscompile] modeler error: failed to parse document at "C:\jwsdp-1.3\jaxrpc\samp
    les\HelloWorld/C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\HelloWorldService.wsdl": j
    ava.io.FileNotFoundException: C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\C:\jwsdp-1.
    3\jaxrpc\samples\HelloWorld\HelloWorldService.wsdl (El nombre de archivo, direct
    orio o etiqueta del volumen no es v�lido)
    [wscompile] at com.sun.xml.rpc.processor.modeler.wsdl.WSDLModelerBase.buildM
    odel(WSDLModelerBase.java:179)
    [wscompile] at com.sun.xml.rpc.processor.config.ModelInfo.buildModel(ModelIn
    fo.java:85)
    [wscompile] at com.sun.xml.rpc.processor.Processor.runModeler(Processor.java
    :61)
    [wscompile] at com.sun.xml.rpc.tools.wscompile.CompileTool.run(CompileTool.j
    ava:564)
    [wscompile] at com.sun.xml.rpc.util.ToolBase.run(ToolBase.java:40)
    [wscompile] at com.sun.xml.rpc.tools.ant.Wscompile.execute(Wscompile.java:68
    6)
    [wscompile] at org.apache.tools.ant.Task.perform(Task.java:341)
    [wscompile] at org.apache.tools.ant.Target.execute(Target.java:309)
    [wscompile] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [wscompile] at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
    [wscompile] at org.apache.tools.ant.Project.executeTargets(Project.java:1255
    [wscompile] at org.apache.tools.ant.Main.runBuild(Main.java:609)
    [wscompile] at org.apache.tools.ant.Main.start(Main.java:196)
    [wscompile] at org.apache.tools.ant.Main.main(Main.java:235)
    [wscompile] CAUSE:
    [wscompile] failed to parse document at "C:\jwsdp-1.3\jaxrpc\samples\HelloWorld/
    C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\HelloWorldService.wsdl": java.io.FileNotF
    oundException: C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\C:\jwsdp-1.3\jaxrpc\sample
    s\HelloWorld\HelloWorldService.wsdl (El nombre de archivo, directorio o etiqueta
    del volumen no es v�lido)
    [wscompile] at com.sun.xml.rpc.wsdl.parser.WSDLParser.parseDefinitionsNoImpo
    rt(WSDLParser.java:252)
    [wscompile] at com.sun.xml.rpc.wsdl.parser.WSDLParser.parseDefinitions(WSDLP
    arser.java:170)
    [wscompile] at com.sun.xml.rpc.wsdl.parser.WSDLParser.parse(WSDLParser.java:
    162)
    [wscompile] at com.sun.xml.rpc.processor.modeler.wsdl.WSDLModelerBase.buildM
    odel(WSDLModelerBase.java:126)
    [wscompile] at com.sun.xml.rpc.processor.config.ModelInfo.buildModel(ModelIn
    fo.java:85)
    [wscompile] at com.sun.xml.rpc.processor.Processor.runModeler(Processor.java
    :61)
    [wscompile] at com.sun.xml.rpc.tools.wscompile.CompileTool.run(CompileTool.j
    ava:564)
    [wscompile] at com.sun.xml.rpc.util.ToolBase.run(ToolBase.java:40)
    [wscompile] at com.sun.xml.rpc.tools.ant.Wscompile.execute(Wscompile.java:68
    6)
    [wscompile] at org.apache.tools.ant.Task.perform(Task.java:341)
    [wscompile] at org.apache.tools.ant.Target.execute(Target.java:309)
    [wscompile] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [wscompile] at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
    [wscompile] at org.apache.tools.ant.Project.executeTargets(Project.java:1255
    [wscompile] at org.apache.tools.ant.Main.runBuild(Main.java:609)
    [wscompile] at org.apache.tools.ant.Main.start(Main.java:196)
    [wscompile] at org.apache.tools.ant.Main.main(Main.java:235)
    [wscompile] CAUSE:
    [wscompile] java.io.FileNotFoundException: C:\jwsdp-1.3\jaxrpc\samples\HelloWorl
    d\C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\HelloWorldService.wsdl (El nombre de ar
    chivo, directorio o etiqueta del volumen no es v�lido)
    [wscompile] at java.io.FileInputStream.open(Native Method)
    [wscompile] at java.io.FileInputStream.<init>(FileInputStream.java:103)
    [wscompile] at java.io.FileInputStream.<init>(FileInputStream.java:66)
    [wscompile] at sun.net.www.protocol.file.FileURLConnection.connect(FileURLCo
    nnection.java:69)
    [wscompile] at sun.net.www.protocol.file.FileURLConnection.getInputStream(Fi
    leURLConnection.java:156)
    [wscompile] at java.net.URL.openStream(URL.java:960)
    [wscompile] at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(XM
    LEntityManager.java:947)
    [wscompile] at org.apache.xerces.impl.XMLEntityManager.startEntity(XMLEntity
    Manager.java:893)
    [wscompile] at org.apache.xerces.impl.XMLEntityManager.startDocumentEntity(X
    MLEntityManager.java:846)
    [wscompile] at org.apache.xerces.impl.XMLDocumentScannerImpl.setInputSource(
    XMLDocumentScannerImpl.java:264)
    [wscompile] at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfigura
    tion.java:513)
    [wscompile] at org.apache.xerces.parsers.DTDConfiguration.parse(DTDConfigura
    tion.java:595)
    [wscompile] at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java:152)
    [wscompile] at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:253)
    [wscompile] at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuil
    derImpl.java:206)
    [wscompile] at com.sun.xml.rpc.wsdl.parser.WSDLParser.parseDefinitionsNoImpo
    rt(WSDLParser.java:248)
    [wscompile] at com.sun.xml.rpc.wsdl.parser.WSDLParser.parseDefinitions(WSDLP
    arser.java:170)
    [wscompile] at com.sun.xml.rpc.wsdl.parser.WSDLParser.parse(WSDLParser.java:
    162)
    [wscompile] at com.sun.xml.rpc.processor.modeler.wsdl.WSDLModelerBase.buildM
    odel(WSDLModelerBase.java:126)
    [wscompile] at com.sun.xml.rpc.processor.config.ModelInfo.buildModel(ModelIn
    fo.java:85)
    [wscompile] at com.sun.xml.rpc.processor.Processor.runModeler(Processor.java
    :61)
    [wscompile] at com.sun.xml.rpc.tools.wscompile.CompileTool.run(CompileTool.j
    ava:564)
    [wscompile] at com.sun.xml.rpc.util.ToolBase.run(ToolBase.java:40)
    [wscompile] at com.sun.xml.rpc.tools.ant.Wscompile.execute(Wscompile.java:68
    6)
    [wscompile] at org.apache.tools.ant.Task.perform(Task.java:341)
    [wscompile] at org.apache.tools.ant.Target.execute(Target.java:309)
    [wscompile] at org.apache.tools.ant.Target.performTasks(Target.java:336)
    [wscompile] at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
    [wscompile] at org.apache.tools.ant.Project.executeTargets(Project.java:1255
    [wscompile] at org.apache.tools.ant.Main.runBuild(Main.java:609)
    [wscompile] at org.apache.tools.ant.Main.start(Main.java:196)
    [wscompile] at org.apache.tools.ant.Main.main(Main.java:235)
    [wscompile] error: modeler error: failed to parse document at "C:\jwsdp-1.3\jaxr
    pc\samples\HelloWorld/C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\HelloWorldService.w
    sdl": java.io.FileNotFoundException: C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\C:\j
    wsdp-1.3\jaxrpc\samples\HelloWorld\HelloWorldService.wsdl (El nombre de archivo,
    directorio o etiqueta del volumen no es v�lido)
    [wscompile] Command invoked: wscompile -d C:\jwsdp-1.3\jaxrpc\build\samples\Hell
    oWorld\classes\server -import -keep -model C:\jwsdp-1.3\jaxrpc\build\samples\Hel
    loWorld\model-wsdl-rpcenc.xml.gz -Xprintstacktrace C:\jwsdp-1.3\jaxrpc\samples\H
    elloWorld\etc\config.xml -classpath C:\jwsdp-1.3\jwsdp-shared\lib\mail.jar;C:\jw
    sdp-1.3\jwsdp-shared\lib\activation.jar;C:\jwsdp-1.3\jaxp\lib\jaxp-api.jar;C:\jw
    sdp-1.3\jaxp\lib\endorsed\dom.jar;C:\jwsdp-1.3\jaxp\lib\endorsed\sax.jar;C:\jwsd
    p-1.3\jaxp\lib\endorsed\xalan.jar;C:\jwsdp-1.3\jaxp\lib\endorsed\xercesImpl.jar;
    C:\jwsdp-1.3\jaxrpc\lib\jaxrpc-api.jar;C:\jwsdp-1.3\jaxrpc\lib\jaxrpc-spi.jar;C:
    \jwsdp-1.3\jaxrpc\lib\jaxrpc-impl.jar;C:\jwsdp-1.3\saaj\lib\saaj-api.jar;C:\jwsd
    p-1.3\saaj\lib\saaj-impl.jar;C:\jwsdp-1.3\jwsdp-shared\lib\relaxngDatatype.jar;C
    :\jwsdp-1.3\jwsdp-shared\lib\xsdlib.jar;C:\jwsdp-1.3\jwsdp-shared\lib\jax-qname.
    jar;C:\jwsdp-1.3\apache-ant\lib\ant.jar;C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\$
    {compile.classpath}
    BUILD FAILED
    file:C:/jwsdp-1.3/jaxrpc/samples/HelloWorld/build.xml:98: wscompile failed
    Total time: 1 second
    Anybody knows how I can solve it?
    Thanks!!

    The generator cannot find the correct path to the WSDL file. The ant script failed because it cannot find the file located at:
    C:\jwsdp-1.3\jaxrpc\samp
    les\HelloWorld/C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\HelloWorldService.wsdl
    obviouisly, this is an incorrect filepath. You need to fix that so it should read:
    C:\jwsdp-1.3\jaxrpc\samples\HelloWorld\HelloWorldService.wsdl

  • BEPL Hello world program error

    Hi
    I am new to BEPL , when i try to compile the Helloworld example , Eclipse BPEL Designer displays the following error
    1.     Error - Element type "bpelc" must be declared.     build.xml     SyncHelloWorld     line 28     May 27, 2006 12:08:36 PM
    2     Error - The content of element type "target" must match "(propertyfile|vsscheckin|sql|cvspass|p4reopen|csc|dirname|wlrun|p4label|p4revert|replaceregexp|get|jjtree|sleep|jarlib-display|dependset|zip|patch|jspc|style|test|tstamp|unwar|vsshistory|icontract|cvschangelog|p4submit|ccmcheckin|p4change|bzip2|p4delete|vssadd|javadoc|translate|signjar|vajload|jarlib-available|WsdlToDotnet|buildnumber|jpcovmerge|ejbjar|war|rename|sequential|serverdeploy|property|move|copydir|cccheckin|wljspc|fixcrlf|sosget|pathconvert|record|p4sync|exec|p4edit|manifest|maudit|antlr|netrexxc|jpcovreport|execon|ccmcheckout|ant|xmlvalidate|xslt|iplanet-ejbc|ccmcheckintask|gzip|native2ascii|starteam|ear|input|rmic|checksum|mail|loadfile|vsscheckout|stylebook|soscheckin|mimemail|stlabel|gunzip|concat|cab|touch|parallel|splash|antcall|cccheckout|typedef|p4have|filter|xmlproperty|copy|antstructure|ccmcreatetask|rpm|delete|replace|mmetrics|waitfor|untar|loadproperties|available|echoproperties|vajexport|stcheckout|bunzip2|copyfile|vsscreate|ejbc|unjar|wsdltodotnet|mkdir|condition|cvs|tempfile|junitreport|taskdef|echo|ccupdate|java|renameext|vsslabel|basename|javadoc2|vsscp|tar|vajimport|setproxy|wlstop|p4counter|ilasm|soscheckout|apply|ccuncheckout|jarlib-resolve|cvstagdiff|jlink|javacc|jarlib-manifest|pvcs|chmod|jar|sound|mparse|blgenclient|uptodate|genkey|javah|ccmreconfigure|fail|unzip|javac|p4add|soslabel|jpcoverage|depend|vssget|deltree|ddcreator|preprocess|patternset|filterset|libfileset|filterreader|extension|fileset|dirset|filelist|filterchain|path|classfileset|description|xmlcatalog|selector|mapper|substitution|extensionSet|regexp)*".     build.xml     SyncHelloWorld     line 29     May 27, 2006 1:32:07 PM
    syncHelloWorld.wsdl code
    <?xml version="1.0"?>
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Run cxant on this file to build, package and deploy the
    SyncHelloWorld BPEL process
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <project name="SyncHelloWorld" default="main" basedir=".">
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Name of the domain the generated BPEL suitcase will be deployed to
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
         <property name="deploy" value="default"/>
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    What version number should be used to tag the generated BPEL archive?
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <property name="rev" value="1.0"/>
    <target name="main">
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    the bpelc task compiles and package BPEL processes into versioned BPEL
    archives (bpel_...jar). See the "Programming BPEL" guide for more
    information on the options of this task.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <bpelc input="${basedir}/bpel.xml"
    rev="${rev}"
    deploy="${deploy}"
    />
    </target>
    </project>
    Help me to find out the error
    thanks in advance
    partha

    This sounds strange, as the build.xml looks good to me,
    can you pls try to compile your project in the filesystem by using obant - located in $BPEL_HOME/integration/orabpel/bin
    hth clemens

  • AIR for Flash Hello World Application

    The link to the HelloWorld application is dead!
    http://livedocs.adobe.com/air/1/devappsflash/FlashHelloWorld_1.html
    It is posted in step 3 of the getting started page
    http://www.adobe.com/devnet/air/flash/getting_started.html
    Does anyone know where this page is?

    It is cached here:
    http://209.85.173.104/search?q=cache:4hZuj6rJVjQJ:livedocs.adobe.com/air/1/devappsflash/Fl ashHelloWorld_1.html+http://livedocs.adobe.com/air/1/devappsflash/FlashHelloWorld_1.html&h l=en&ct=clnk&cd=1&gl=us&client=firefox-a
    I am not sure why it is not in the original place anymore.
    -ted

  • Hello world servlet on UCM 11g embedded tomcat

    Hi,
    I'm using UCM 11.1.1.5. I'm trying to run a simple jsp and servlet (hello world) on UCM embedded Tomcat (deployed with a war).
    I successfully executes jsp, however I'm not able to runs servlets...I receive a 404 Http error (generated by WebLogic).
    Deploying the same war on a external standalone tomcat server I successfully run the servlet.
    Have you any idea?
    Any input will be greatly appreciated.
    Thanks for your helps,
    S.

    In order to be more complete, it follows the web.xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    <display-name>Hello, World Application</display-name>
    <description>
    This is a simple web application with a source code organization
    based on the recommendations of the Application Developer's Guide.
    </description>
    <servlet>
    <servlet-name>HelloServlet</servlet-name>
    <servlet-class>mypackage.Hello</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>HelloServlet</servlet-name>
    <url-pattern>/hello</url-pattern>
    </servlet-mapping>
    </web-app>
    Thank you very much.
    Best regards,
    S.

  • Hello World runs with errors

    I am having trouble with the Hello World program in JDeveloper RUP7 setup.
    And I have searched these forums, but no threads describe this exact issue.
    When I run the Hello World, the first page appears fine, with all the links showing.
    However, when I click on any of the links in the page, then I get an error,
    and the page dumps me to our main Applications Login screen.
    The error I get (after clicking on a link) is:
    Unexpected URL parameters have been detected and will be ignored
    And the link I click on in Hello World application is:
    http://scottma09.corpusa.napole.local:8988/OA_HTML/OA.jsp?
    OAFunc=FWK_TOOLBOX_HELLO&
    OAPB=FWK_TOOLBOX_BRAND&
    OAHP=FWK_TOOLBOX_TUTORIAL_APP&
    OASF=FWK_TOOLBOX_HELLO&
    transactionid=1255486469&oas=kIYCU8z8RLu95eOyqIqWaw..
    Any advice is greatly appreciated.

    Thank you both for your input.
    I was already using my Oracle user acct, which had been setup properly.
    But when installing JDeveloper, I did not see any mention of:
    Tools -> Preferences -> Embedded OC4J -> Default Local IP Address (Recommended)
    Selecting that option solved my problem.
    Also, I had been investigating the advice in this other thread, but it did not help:
    Unexpected URL parameters have been dete

  • Failed to create a "hello world" ANA XS Application

    hi,
    I am following the steps in SAP HANA Cloud Platform and was really frustrated because I just cannot continue and this is only the first hello world application.
    I cannot follow each step there, because some of the steps are not possible for me, especially "5. Create an XS Project" . (I am using Kepler with HANA plugins, someone from SAP should look at the documentation really).
    I was trying to activate the project but I got errors:
    Repository request failed. Cause: Repository: User is not authorized to execute specified operation;User 'DEV_E5O83YOZZLR2ODBJUVPEL1UYE' has no authorization, privilege: 'REPO.EDIT_IMPORTED_OBJECTS', package: 'hello'!, code: 40.156, argument:
    Can someone help me here? Thank you.
    Regards, Yashu

    >Could you provide a detailed description, considering it is the first time HANA XS developer, who wants to create a hello world app?
    For what part?  You could just use the Web-based Development Workbench (/sap/hana/xs/ide/editor) instead of the Studio. In the Web IDE you don't create projects. Instead you see the repository and just directly create/edit objects. Otherwise the tutorial should largely be the same.
    >When do we expect a fix? This bug was there since at least 2 weeks.
    I have no information as this issue will likely have to be resolved by changing the roles specific to the HCP trial landscape.

  • Getting ConnectException in linux with Hello World socket program

    Hello
    i'm running a hello world application that uses sockets ( [found here|http://blog.taragana.com/index.php/archive/understanding-java-simplified-hello-world-for-socket-programming/] ) . I'm running it using a windows machine and a linux machine. When the windows machine is the server, and linux the client, no problem, the application works fine. But when the server is linux and the client is in windows i got a
    java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:352)
    in the linux machine i've checked the port being used and it seems to be listening
    logan@logan-desktop:~$ netstat --listening |grep 6500
    tcp6 0 0 [::]:6500 [::]:* LISTEN
    i've also tried changing the port and i got the same error
    and i have to say that there is no firewall installed in the linux machine and in the windows machine i disabled the firewall but i'm still getting the same error
    what else should i check? or any clue about what could be happening?
    thank you in advance
    any help would be appreciated

    puki_el_pagano wrote:
    i'm running a hello world application that uses sockets ( [found here|http://blog.taragana.com/index.php/archive/understanding-java-simplified-hello-world-for-socket-programming/] ) . I'm running it using a windows machine and a linux machine. When the windows machine is the server, and linux the client, no problem, the application works fine. But when the server is linux and the client is in windows i got a
    java.net.ConnectException: Connection timed out: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:352)
    in the linux machine i've checked the port being used and it seems to be listening
    logan@logan-desktop:~$ netstat --listening |grep 6500
    tcp6 0 0 [::]:6500 [::]:* LISTEN
    i've also tried changing the port and i got the same error
    and i have to say that there is no firewall installed in the linux machine Are you absolutely sure?
    what else should i check? On the windows box
    open a cmd window
    C:> telnet linuxbox 6500

Maybe you are looking for

  • How to unmount a disk that thinks it's in use?

    Disk Utility will not Erase a backup hard drive disk b/c "Couldn't Unmount Disk." I've been trying to Erase a backup hard drive b/c it mistakenly thinks it's full, and in another discussion I was told to run Erase in Disk Utility.  No space on backup

  • Have Nokia fixed all the issues with E90?

    Hello all. I am thinking of buying the Nokia E90. But i want to be sure of something first. I hope that you can help me Thanks. Have Nokia fixed all the problems now with the E90? The keyboard hitting the screen? The microphone? etc? How is the build

  • Create Collaboration ROOM

    Hi, All, I'm make from the portal a virtual classroom. Instruction and Tutoring- > Overview->Manage Virtual Learning Rooms. I get error: "An error has occurred during communication with Virtual Learning Room API". In tranzaction smicm - trace file -

  • Plugging in my iPhone to my MBP via standard cable and I get this:

    I recently purchased and am using a Mophie Juice Pack Air. Is it possible this has anything to do with it??? The problem started after I began using the Juice Pack Air....

  • Removing Photo Folders from "Photo Browser"?

    Per the instructions in Mail Help, I dragged some photo folders into the Photo Browser window to use with Mail stationery templates. Now I want to remove the photo folders from the Photo Browser window and can't figure out how. I've tried dragging th