Urgent : Deployment error OWSM Sample application

Hi Gurus,
I am trying to deploy the LoanDemoOWSM sample application.I am getting the following error while trying to reference oasis-200401-wss-wssecurity-secext-1.0.xsd from my local oc4j server.
BUILD FAILED
D:\bpeljdev10131\jdev\mywork\LoanDemoOWSM\LoanFlowOWSM\build.xml:79: A problem occured while connecting to server "localhost" using port "8888": bpel_LoanFlowOWSM_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
Error while loading process.
The process domain encountered the following errors while loading the process "LoanFlowOWSM" (revision "1.0"): BPEL validation failed.
BPEL source validation failed, the errors are:
[Error ORABPEL-10902]: compilation failed
[Description]: in "bpel.xml", XML parsing failed because "undefined part element.
In WSDL at "file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_LoanFlowOWSM_1.0_a7dfb5af8756c092cf44f709a7d9ac84.tmp/LoanFlowOWSM.wsdl", message part element "{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security" is not defined in any of the schemas.
Please make sure the spelling of the element QName is correct and the WSDL import is complete.
[Potential fix]: n/a.
If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:773)
at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:639)
at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:452)
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:585)
at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
at com.evermind.server.ThreadState.runAs(ThreadState.java:618)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:318)
at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:340)
at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
Total time: 23 seconds
I tried adding the oasis-200401-wss-wssecurity-secext-1.0.xsd file to the same location as my bpel process and referenced it as a local file in my BPEL process.
Now the error I get is as follows
Error while loading process.
The process domain encountered the following errors while loading the process "LoanFlowOWSM" (revision "1.0"): BPEL validation failed.
BPEL source validation failed, the errors are:
[Error ORABPEL-10902]: compilation failed
[Description]: in "bpel.xml", XML parsing failed because "undefined part element.
In WSDL at "file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_LoanFlowOWSM_1.0_a7dfb5af8756c092cf44f709a7d9ac84.tmp/LoanFlowOWSM.wsdl", message part element "{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security" is not defined in any of the schemas.
Please make sure the spelling of the element QName is correct and the WSDL import is complete.
[Potential fix]: n/a.
If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:773)
at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:639)
at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:452)
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:585)
at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
at com.evermind.server.ThreadState.runAs(ThreadState.java:618)
at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:318)
at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:340)
at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:595)
Total time: 23 seconds
In both cases , I think the BPEL process is not able to access the type definitions in oasis-200401-wss-wssecurity-secext-1.0.xsd file.
Please help me fix this error.
Thanks in Advance,
Prasanna

Like i have mentioned in the question.. i am using NWDS 7.0.
To be precise NWDS: 7.0.12
WAS 7.0 SP 13
Project BuUild is succesful but deployment aborts with the error mentioned in the question.

Similar Messages

  • Getting bad host error when trying to deploy simple web sample application

    hi,
    Can someone tell me why I'm getting this error when trying to deploy the simple web application from samples
    This is what it said:
    deploy_common:
    [echo] Deploying ../assemble/war/webapps-simple.war.
    [exec] java.net.MalformedURLException: Bad host: station_1
    thanks

    Hi,
    Another update on this issue.
    To remove the error that we were getting (java.lang.LinkageError: Class javax/xml/transform/Source violates loader constraints), we tried some searching around and found out that the way to fix it is to provide correct versions of xalan.jar, xml-apis.jar and xercesImpl.jar. We downloaded the required version from the apache site and added it to our WEB-INF/lib folder in the WAR file.
    Now, we are getting this error:
    XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFctory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom
    What else we might be missing in our libs or do we need to check some other configurations?
    Any help on this would be much appreciated.
    Thanks,
    Gaurav

  • Deployment Error as Enterprise application in Sun Application server 7

    Hi folks,
    I am tring to deploy some jdbc application in Sun Application server 7
    While deployment of jdbc-simple.ear as Enterprise application, I get following error.
    ==============================================================
    Deployment Error -- Error while running ejbc -- Fatal Error from EJB Compiler -- -- Compilation failed: com.iplanet.ias.ejb.codegen.ProcessExecutorException: Abnormal process termination -- process returned: 11 Attempted command: $HOME/appserver7/studio4/bin/fastjavac/fastjavac.sun -jdk $HOME/appserver7/jdk -g -d $HOME/appserver7/domains/domain1/server1/generated/ejb/j2ee-apps/jdbc-simple -classpath $HOME/appserver7/lib/appserv-rt.jar:$HOME/appserver7/jdk/lib/tools.jar:$HOME/appserver7/lib/appserv-ext.jar:$HOME/appserver7/lib/appserv-cmp.jar:$HOME/appserver7/imq/lib/imq.jar:$HOME/appserver7/imq/lib/imqadmin.jar:$HOME/appserver7/imq/lib/imqutil.jar:$HOME/appserver7/lib/appserv-admin.jar:$HOME/appserver7/lib/appserv-ideplugin.jar::.:$HOME/lib/common/servlet.jar:/usr/java/lib/tools.jar:$HOME/appserver7/domains/domain1/server1/generated/ejb/j2ee-apps/jdbc-simple:$HOME/appserver7/domains/domain1/server1/generated/ejb/j2ee-apps/jdbc-simple:$HOME/appserver7/domains/domain1/server1/generated/ejb/j2ee-apps/jdbc-simple $HOME/appserver7/domains/domain1/server1/generated/ejb/j2ee-apps/jdbc-simple/samples/jdbc/simple/ejb/GreeterDBBean_RemoteHomeImpl.java $HOME/appserver7/domains/domain1/server1/generated/ejb/j2ee-apps/jdbc-simple/samples/jdbc/simple/ejb/GreeterDBBean_EJBObjectImpl.java Output from command:
    ==============================================================
    Any help would be appreciated.

    Hi Vchavan,
    can you see the that actual compilation problem in server.log?
    Thanks,
    -- markus.

  • Deployment of the sample application on Sun Solaris

    Hi,
    I have downloaded the sample application 'EJB Order Entry System' and its help file 'EJBDirections.pdf'. It gives details about deploying the application on the Oracle running on NT Server. Pl help me as I am facing problems in deploying a EJB component to the Oracle Jserver 8.1.7 running on the Sun Solaris. I am getting the following exception when I am trying to deploy in from my local system onto the Sun Oracle Server:
    call deployejb -republish -temp temp -u cs -p callserver -s sess_
    iiop://10.18.2.23:32800:ndb -descriptor empBeanDesc.ejb myBean.jar
    Reading Deployment Descriptor...done
    Verifying Deployment Descriptor...done
    Gathering users...done
    Generating Comm Stubs.........................................done
    Compiling Stubs...done
    Generating Jar File...done
    Loading EJB Jar file and Comm Stubs Jar file...done
    Generating EJBHome and EJBObject on the server...
    Message [IOEXCEPTION_DESERIALIZING] not found in 'oracle.aurora.ejb.deployment.s
    erver.Messages'.
    Is there something wrong in the way I am trying to deploy the EJB. Pl advice.
    Thanks,
    Jagdish

    No problem.
    Make sure your resources are set at the proper location. Could be that tje jni.jar is under a 'lib' folder?
    Normally you don't have to worry about deployment a lot if you are using like Netbeans 7.2 or higher.
    When you press 'Clean and build' it creates your deployed files in the 'dist' folder.
    You can change specification by adapting the build.xml file.
    Of course lot of different possibilities are available for deployment!
    You can find lot of info here:
    [http://docs.oracle.com/javafx/2/deployment/jfxpub-deployment.htm|http://docs.oracle.com/javafx/2/deployment/jfxpub-deployment.htm]
    Important to know is if you want to work with
    - a standalone application (self-contained or not)
    - with webstart
    - or with applets
    (In my case I'm using webstart, but also Self-Contained Application Packaging (jre is also installed!)

  • Error in Sample Application v1.6

    When I launch the Sample Application v1.6 in IE (after I enter the demo/workspace), I get a Javascript error box with something to the effect of
    divTag is null or not an object
    Works fine in Firefox
    What is the issue? Thanks

    Well, I just ran it from a FF that does NOT have the SVG plugin and looked in the Firefox JS console and see the same error
    Clicking on the displayed JS link there takes me to the following
    //Display download plugin message
    function noPlugin(tDiv){
         divTag = document.getElementById(tDiv);     
         divTag.innerHTML = "Please install SVG Viewer to view the chart. <a href='http://www.adobe.com/svg/viewer/install/main.html'>Click here to download.</a>";     
    } // End noPlugin()
    There is obviously something amiss here. The intent seems to be to show that message above somewhere, but the "tDiv" element doesnt seem to be defined yet.
    Thanks

  • Error running sample application

    Not able to run sample application. while compiling *.java files it's giving error oracle.ifs.bean.* not found. pls. suggest asap.

    Do you have your CLASSPATH setup correctly? Your CLASSPATH must include the iFS libraries if you want to compile anything. Read the devkit documentation for more info.

  • URGENT: Deployment of ADF UIX application to Oracle App Server 10g

    Hi,
    Please let me know of documentation of how to deploy an ADF UIX application developed using Jdeveloper9.0.5.2 to Oracle Application Server 10g.
    I have already created an WAR and EAR deployment profile. and also an ORacle APp server connection from the connections tab in Jdeveloper.
    Thanks a lot.

    Have a look at the JDeveloper online help (F1) there is a complete chapter about deploying:
    http://helponline.oracle.com/jdeveloper/help/state/content/destination.2%7E9%7E1%7E6%7E/navSetId.jdeveloper/oldNavId.0/navId.0/oldNavSetId.jdeveloper/
    Basically you need to deploy the ADF runtime libraries (use the ADF Runtime Installer), and then deploy your WAR.

  • JAXB validation error with sample applications

    Hi,
    When trying to generate the java from po.xsd in the first example I get two compile errors in the result :
    "PurchaseOrderImpl.java": Error #: 454 : class {deleted root}.generated.impl.PurchaseOrderImpl should be declared abstract; it does not define method validateThis() in interface javax.xml.bind.Element at line 11, column 8
    "CommentImpl.java": Error #: 454 : class {deleted root}.generated.impl.CommentImpl should be declared abstract; it does not define method validateThis() in interface javax.xml.bind.Element at line 11, column 8
    where {deleted root} represents parent packages in our source tree.
    Anyone else seen this?
    I'm using Ant1.51 to kick off the build, with the patch referred to in Apache bug 14640. (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14640)
    The target to do the build is defined as follows :-
    <target name="schema" depends="init"
    description="Compile schema">
    <echo message="Compiling the schema..."/>
    <jaxb destDir="${src}"
    readOnly="true"
    strictValidation="true"
    xjcjar="${JAXB_HOME}\lib\jaxb-xjc.jar">
    <schemas dir="${basedir}" includes="po.xsd"/>
    <targetPackageMapper type="regexp"
    from="(.*)\.xsd" to="{deleted root}.generated"/>
    </jaxb>
    </target>
    where ${src} is the root of the source tree and ${basedir} is the parent directory of "generated", containing the build.xml.

    More precisely, this is a compile time error for the generated Java classes. The methods
    void invalidate()
    void validate()
    void validate(Validator v)
    void validateThis()
    defined in
    com.sun.xml.bind.validator.ValidatableObject
    are not being built for
    generated.impl/XTypeImpl.java
    which extends
    generated.impl/XImpl.java

  • Deploying sample applications in mosaic

    Hello, i want to deploy the applications in Mosaic. I'm following these instructions:
    Use the Ant build files provided with the Mosaic ES2 installation to deploy sample applications to the server.
    To run Ant, type ant from the command line. When you do not provide arguments, Ant looks for a build.xml file in the current directory.
    For descriptions of the sample applications, see Sample applications.
    Deploy all samples and demos
    In the following directory, run Ant:
    [Mosaic ES2 install directory]/samples/
    Deploy the general sample applications
    In the following directory, run Ant:
    [Mosaic ES2 install directory]/samples/general/
    Deploy the MAX2009 application
    In the following directory, run Ant:
    [Mosaic ES2 install directory]/samples/max2009/
    I've set the ant_home enviromment variable but it still gives me the 'ant' is not recognized as an internal or external command,
    operable program or batch file.
    Thanks.

    Hodmi, i've done that but now i got this error:
    C:\MOSAIC_HOME\samples>ant
    Buildfile: build.xml
    deploy:
    deploy-catalogs:
       [delete] Deleting: C:\MOSAIC_HOME\samples\general\sample_catalog.zip
          [zip] Building zip: C:\MOSAIC_HOME\samples\general\sample_catalog.zip
    [mosaic-catalog] Exception in thread "Thread-2" C:\MOSAIC_HOME\samples\general\b
    uild.xml:21: Read failed: Server returned HTTP response code: 403 for URL: http:
    //localhost:9080/mosaic/catalogs/sample_catalog
    [mosaic-catalog]        at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:413)
    [mosaic-catalog] Caused by: java.io.IOException: Server returned HTTP response c
    ode: 403 for URL: http://localhost:9080/mosaic/catalogs/sample_catalog
    [mosaic-catalog]        at sun.net.www.protocol.http.HttpURLConnection.getInputS 
    tream(HttpURLConnection.java:1313) 
    [mosaic-catalog]        at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask 
    .java:407) 
    [mosaic-catalog] --- Nested Exception --- 
    [mosaic-catalog] java.io.IOException: Server returned HTTP response code: 403 fo 
    r URL: http://localhost:9080/mosaic/catalogs/sample_catalog 
    [mosaic-catalog]        at sun.net.www.protocol.http.HttpURLConnection.getInputS 
    tream(HttpURLConnection.java:1313) 
    [mosaic-catalog]        at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask 
    .java:407) 
         [echo] ${response} 
    deploy-applications:
    [mosaic-application] Exception in thread "Thread-4" C:\MOSAIC_HOME\samples\gener
    al\build.xml:33: Read failed: Server returned HTTP response code: 403 for URL: h
    ttp://localhost:9080/mosaic/applications/Basic
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:413)
    [mosaic-application] Caused by: java.io.IOException: Server returned HTTP respon
    se code: 403 for URL: http://localhost:9080/mosaic/applications/Basic
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
    [mosaic-application] --- Nested Exception ---
    [mosaic-application] java.io.IOException: Server returned HTTP response code: 40
    3 for URL: http://localhost:9080/mosaic/applications/Basic
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
         [echo] ${response}
    [mosaic-application] Exception in thread "Thread-6" C:\MOSAIC_HOME\samples\gener
    al\build.xml:42: Read failed: Server returned HTTP response code: 403 for URL: h
    ttp://localhost:9080/mosaic/applications/Brokerage
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:413)
    [mosaic-application] Caused by: java.io.IOException: Server returned HTTP respon
    se code: 403 for URL: http://localhost:9080/mosaic/applications/Brokerage
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
    [mosaic-application] --- Nested Exception ---
    [mosaic-application] java.io.IOException: Server returned HTTP response code: 40
    3 for URL: http://localhost:9080/mosaic/applications/Brokerage
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
         [echo] ${response}
    [mosaic-application] Exception in thread "Thread-8" C:\MOSAIC_HOME\samples\gener
    al\build.xml:51: Read failed: Server returned HTTP response code: 403 for URL: h
    ttp://localhost:9080/mosaic/applications/TileGame
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:413)
    [mosaic-application] Caused by: java.io.IOException: Server returned HTTP respon
    se code: 403 for URL: http://localhost:9080/mosaic/applications/TileGame
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
    [mosaic-application] --- Nested Exception ---
    [mosaic-application] java.io.IOException: Server returned HTTP response code: 40
    3 for URL: http://localhost:9080/mosaic/applications/TileGame
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
         [echo] ${response}
    [mosaic-application] Exception in thread "Thread-10" C:\MOSAIC_HOME\samples\gene
    ral\build.xml:60: Read failed: Server returned HTTP response code: 403 for URL:
    http://localhost:9080/mosaic/applications/Default
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:413)
    [mosaic-application] Caused by: java.io.IOException: Server returned HTTP respon
    se code: 403 for URL: http://localhost:9080/mosaic/applications/Default
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
    [mosaic-application] --- Nested Exception ---
    [mosaic-application] java.io.IOException: Server returned HTTP response code: 40
    3 for URL: http://localhost:9080/mosaic/applications/Default
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
         [echo] ${response} 
    deploy: 
    deploy-catalogs:
       [delete] Deleting: C:\MOSAIC_HOME\samples\max2009\max2009_catalog.zip
          [zip] Building zip: C:\MOSAIC_HOME\samples\max2009\max2009_catalog.zip
    [mosaic-catalog] Exception in thread "Thread-12" C:\MOSAIC_HOME\samples\max2009\
    build.xml:21: Read failed: Server returned HTTP response code: 403 for URL: http
    ://localhost:9080/mosaic/catalogs/max2009_catalog
    [mosaic-catalog]        at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:413)
    [mosaic-catalog] Caused by: java.io.IOException: Server returned HTTP response c
    ode: 403 for URL: http://localhost:9080/mosaic/catalogs/max2009_catalog
    [mosaic-catalog]        at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-catalog]        at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
    [mosaic-catalog] --- Nested Exception ---
    [mosaic-catalog] java.io.IOException: Server returned HTTP response code: 403 fo
    r URL: http://localhost:9080/mosaic/catalogs/max2009_catalog
    [mosaic-catalog]        at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-catalog]        at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
         [echo] ${response} 
    deploy-applications:
    [mosaic-application] Exception in thread "Thread-14" C:\MOSAIC_HOME\samples\max2
    009\build.xml:33: Read failed: Server returned HTTP response code: 403 for URL:
    http://localhost:9080/mosaic/applications/MAX2009
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:413)
    [mosaic-application] Caused by: java.io.IOException: Server returned HTTP respon
    se code: 403 for URL: http://localhost:9080/mosaic/applications/MAX2009
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
    [mosaic-application] --- Nested Exception ---
    [mosaic-application] java.io.IOException: Server returned HTTP response code: 40
    3 for URL: http://localhost:9080/mosaic/applications/MAX2009
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
         [echo] MAX2009 : ${response}
    [mosaic-application] Exception in thread "Thread-16" C:\MOSAIC_HOME\samples\max2
    009\build.xml:42: Read failed: Server returned HTTP response code: 403 for URL:
    http://localhost:9080/mosaic/applications/RedMAX2009
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:413)
    [mosaic-application] Caused by: java.io.IOException: Server returned HTTP respon
    se code: 403 for URL: http://localhost:9080/mosaic/applications/RedMAX2009
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
    [mosaic-application] --- Nested Exception ---
    [mosaic-application] java.io.IOException: Server returned HTTP response code: 40
    3 for URL: http://localhost:9080/mosaic/applications/RedMAX2009
    [mosaic-application]    at sun.net.www.protocol.http.HttpURLConnection.getInputS
    tream(HttpURLConnection.java:1313)
    [mosaic-application]    at com.adobe.mosaic.ant.MosaicTask$Reader.run(MosaicTask
    .java:407)
         [echo] RedMAX2009 : ${response} 
    deploy: 
    BUILD SUCCESSFUL
    Total time: 7 seconds
    C:\MOSAIC_HOME\samples>
    I'm using websphere 6.1.0.2.
    I've got the 403 server in websphere.
    Is there any procedure or any example to workaround this problem in websphere?
    Thanks

  • Error in ADF application deployment to wls server

    Dear Friends,
    Kindly , i facing error when deploy an ADF sample application to weblogic Managed server
    error in oracle/adf/share/logging/ADFlogger
    however the JRF templated applied to the managed server .
    Please advise
    Thanks & Regards,

    How do you think we can help?
    We don't even know which version you or your client use.
    We actually don't no nothing about the app and the environment.
    What has changed since the last deployment?
    Have the other deployments tested with FF and IE?
    Which versions of FF,IE and Chrome do you use?
    Timo

  • Planning - Sample Application Error

    Hi,
    I am trying to initilialise sample planning application and get "warn tp-proccessor1 com.hyperion.hbr.securityapi - error retrieving user by identity".
    Please can you advice what exactly i need to correct.
    Thanks

    Hi John,
    Thanks for pointing out. I found hyperionPlanning_sysout.log in logs/service folder.
    I can see - it's able to build sample dimensions but I noticed few errors
    com.hyperion.planning.olap.EssbaseException: Database %s does not exist (1051032)
    After this, it;s able to build all dimensions and then I noticed below errors
    java.lang.IllegalStateException: member FY08 from dimension 38does not exist.
    com.hyperion.planning.xml.HspHUBException: Rejecting Member Actual.
    com.hyperion.planning.xml.HspHUBException: Rejecting Member Forecast.
    com.hyperion.planning.xml.HspHUBException: Rejecting Member Plan.
    com.hyperion.planning.olap.EssbaseException: Database %s does not exist (1051032)
    There were errors during sample application initialization. Please check Planning log for details
    Please can you advice where else i can check and which logs it refers.
    Thanks.

  • Reg - Deployment Error in NWDS7.0

    Hi All ,
    Im trying To Deploy Web Dynpro Sample Application By Creating project Name and Application and Iview . When im try to deloy the application  after giving SDM Pasword it throws Following Error .
    please suggest Valueble inputs .
    com.sap.tc.webdynpro.services.sal.core.DispatcherException: The requested deployable object 'local/test1' and application 'Test1' are not deployed on the server. Please check the used URL for typos.
    Exception id: [00144FFA3533005B000000E2000012EC00047D1D2759F136]
    Regards ,
    venkat p

    Should be here:
    usr/sap/System Id/instance number/j2ee/cluster/server0/log/default trace
    Ask basis to provide you the trace that's tagged with the exception ID that the error message gives you.
    Regards,
    Jan

  • Error deploying sample application

    Hi experts,
    I am getting following error while deploying OAAM sample application:
    Error: Unresolved Webapp Library references for "ServletContext@285871212[app:OAAMTester module:OAAMTester.war path:/OAAMTester spec-version:2.5]", defined in weblogic.xml [Extension-Name: oracle.oaam.libs, exact-match: false]
    Even though i have deployed required libraries
    My weblogic.xml :
    <weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90"
    xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd
    http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <library-ref>
    <library-name>oracle.oaam.libs</library-name>
    </library-ref>
    </weblogic-web-app>
    web.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
    <display-name>OAAMTester</display-name>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
    </welcome-file-list>
    <servlet>
    <description></description>
    <display-name>OAAMTestServlet</display-name>
    <servlet-name>OAAMTestServlet</servlet-name>
    <servlet-class>com.au.oaam.test.OAAMTestServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>OAAMTestServlet</servlet-name>
    <url-pattern>/OAAMTestServlet</url-pattern>
    </servlet-mapping>
    <listener>
    <listener-class>com.au.oaam.test.listener.SessionListener</listener-class>
    </listener>
    </web-app>
    ~
    ~
    Thanks
    H

    Hi!
    Seems application missing this library. You need to add this library to either application or to the Weblogic server.
    Note:
    Also don't duplicate the same library in application and the server. You can use following entry to force the app to use only web-inf/lib libraries.
    (weblogic.xml)
    <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    Nilum.

  • Problem with packageing and deploying a sample application

    HI,
    I have tried to download and install the server in my system. I am able to deploy a sample application using autodeploy utility.
    But when i tried to package a new sample application and deploy i am getting 404 error. For application server i have used 7070 port and not the default 8080 port will this a problem to package & deploy sample application provided with this software.
    The error is as below:
    HTTP Status 404 - /hello1
    type Status report
    message /hello1
    description The requested resource (/hello1) is not available.
    Sun-Java-System/Application-Server

    Btw, verify that the url you are trying to access is correct. For instance, assuming you deploy app. without --contextroot option. By default,  the url is http://<host>:<port>/<web module name>/<value of url-pattern in web.xml> if your app contains servlet. If your app has jsp then it's http://<host>:<port>/<web module name>/<value of url-pattern in web.xml>/<name of jsp>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Getting error while running TutWD_FlightBooking_Init sample application

    Hello,
    I have downloaded TutWD_FlightBooking_Init.zip and Handling Transactions with BAPIs in Web Dynpro.pdf document and created a WebDynpro sample application.
    I have deployed it in WAS6.40 SP9 and created appropriate JCo connections and these JCo connections are working fine.
    While accessing application from browser it gives me following error.
    Thanks in advance to help on same.
    Error: ==================
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDTypeNotFoundException: type com.sap.wd.tc.flightbooking.types.Testrun could not be loaded: com.sap.dictionary.runtime.DdException:
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:242)
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getDataType(DataTypeBroker.java:205)
    at com.sap.tc.webdynpro.progmodel.context.AttributeInfo.init(AttributeInfo.java:471)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.initAttributes(NodeInfo.java:771)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:756)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:761)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getCustomControllerInternal(Component.java:433)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:371)
    at com.sap.tc.webdynpro.progmodel.controller.Component.getMappableContext(Component.java:400)
    at com.sap.tc.webdynpro.progmodel.context.MappingInfo.init(MappingInfo.java:138)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:746)
    at com.sap.tc.webdynpro.progmodel.context.NodeInfo.init(NodeInfo.java:761)
    at com.sap.tc.webdynpro.progmodel.context.Context.init(Context.java:40)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:199)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:540)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:422)
    at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:130)
    at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:41)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.displayToplevelComponent(ClientComponent.java:134)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:374)
    at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:593)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
    at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
    at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
    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:94)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.dictionary.runtime.DdException:
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker$1.fillSldConnection(DataTypeBroker.java:89)
    at com.sap.dictionary.runtime.ProviderFactory.internalResolveLogicalNameToJCODestination(ProviderFactory.java:408)
    at com.sap.dictionary.runtime.ProviderFactory.resolveLogicalNameToJCODestination(ProviderFactory.java:354)
    at com.sap.dictionary.runtime.ProviderFactory.internalGetProvider(ProviderFactory.java:215)
    at com.sap.dictionary.runtime.ProviderFactory.getProvider(ProviderFactory.java:180)
    at com.sap.dictionary.runtime.DdDictionaryPool.getProvider(DdDictionaryPool.java:78)
    at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:64)
    at com.sap.dictionary.runtime.DdDictionaryPool.getDictionary(DdDictionaryPool.java:39)
    at com.sap.dictionary.runtime.DdBroker.getDataType(DdBroker.java:149)
    at com.sap.dictionary.runtime.DdBroker.getSimpleType(DdBroker.java:170)
    at com.sap.tc.webdynpro.services.datatypes.core.DataTypeBroker.getSimpleType(DataTypeBroker.java:234)
    ... 44 more
    In this sample application I am using following detinations
    1- WD_FLIGHTBOOKING_MODELDATA_DEST
    2- WD_FLIGHTBOOKING_RFC_METADATA_DEST
    When I am going through the Web Dynpro Content Administrator and looking inside my application local/TutWD_FlightBooking_Init -> Applications -> FlightBookingApp -> JCo Connections, it shows these two destination.
    Any idea?
    Thanks
    Dayana

    Hi Dayana.
    I look your very old post because I'm searching the TutWD_FlightBooking_Init.zip file.
    Do you remember where you found it or can you send to me your file (if you keep it again)? I'm nt able to find it on sdn. Could be that is been removed :-((
    If you can send to me, my address is [email protected]
    Very thanks in advance.
    Ciao. Nicola

Maybe you are looking for

  • Need help - Hide row of a recursive grouping if textbox value is empty

    Hard to explain, but I will do my best. I have a simple report that has a resource (accounting) recursive grouping.  The group and the recursion is working correctly.  The only dollar values I have to display are at the lowest level of the hierarchy

  • Performmance

    Hi , From which transaction i can analyze the performance of my ABAP report ? SE30->STO5->  Correct ? What is the corect sequnc to analyze / Test any ABAP report

  • Manipulating single characters inside a string?

    Hello CF Experts, I feel a little stupid having to ask this, but I might be suffering from mental block: I need to manipulate single characters inside a string. Lets say I have a string "-----" (5 hyphens) and I want to replace the hyphen at position

  • Rescheduling the order in planning board

    The error is "Activity is outside the planning period" and the detail Log contians 'reschedule activity 180501 0010 0015 S, which is outside the planning period' (I found that the order valid to order is 04.10.2010 for this perticuler order if this i

  • VMs showing up as Incomplete VM Configuration Error 2912

    We have multiple VM's on multiple hosts and clusters showing up with the following error: Error (2912) An internal error has occurred trying to contact the <FQDN of Host> server: NO_PARAM: NO_PARAM. WinRM: URL: [http://<FQDN of Host>:5985], Verb: [GE