Target VM configuration.

hi
how can I configure jdeveloper to compile with the -target 1.1 flag??
thanks

Menu: Project/Project Settings - Configurations / "Your active Configuration" - Compiler / Target drop down

Similar Messages

  • Error 404: No target servlet configured for uri: +websphere 6.0

    My server is running properly, but I got Error 404: No target servlet configured for uri: error while launching my project on web sphere 6.0
    see my web.xml and strut-config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    id="WebApp_ID"
    version="2.4"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>supportPortalWeb</display-name>
    <servlet>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <param-name>debug</param-name>
    <param-value>2</param-value>
    </init-param>
    <init-param>
    <param-name>detail</param-name>
    <param-value>2</param-value>
    </init-param>
    <init-param>
    <param-name>validate</param-name>
    <param-value>true</param-value>
    </init-param>
    <load-on-startup>2</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>OrganizationDataServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.OrganizationDataServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>OrderProcessingServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.ordermgmt.OrderProcessingServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>OrganizationValidationServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.OrganizationValidationServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProductValidationServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.ProductValidationServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>ProductGradeServlet</servlet-name>
    <servlet-class>com.harcourt.supportportal.web.ProductGradeServlet</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>action_tmp</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <param-name>debug</param-name>
    <param-value>3</param-value>
    </init-param>
    <init-param>
    <param-name>detail</param-name>
    <param-value>3</param-value>
    </init-param>
    <load-on-startup>0</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>OrganizationDataServlet</servlet-name>
    <url-pattern>/servlet/OrganizationDataServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>OrderProcessingServlet</servlet-name>
    <url-pattern>/servlet/OrderProcessingServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>OrganizationValidationServlet</servlet-name>
    <url-pattern>/servlet/OrganizationValidationServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProductValidationServlet</servlet-name>
    <url-pattern>/servlet/ProductValidationServlet</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>ProductGradeServlet</servlet-name>
    <url-pattern>/servlet/ProductGradeServlet</url-pattern>
    </servlet-mapping>
    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/spring-config/spring-config.xml</param-value>
    </context-param>
    <listener>
    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
    </listener>
    <jsp-config>
    <taglib>
    <taglib-uri>/WEB-INF/struts-bean.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-html.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-html.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-logic.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-nested.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-nested.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-template.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-template.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/struts-tiles.tld</taglib-uri>
    <taglib-location>/WEB-INF/struts-tiles.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>/WEB-INF/epc.tld</taglib-uri>
    <taglib-location>/WEB-INF/supportportal.tld</taglib-location>
    </taglib>
    </jsp-config>
    <resource-ref>
    <res-ref-name>jdbc/SupportPortalDataSource</res-ref-name>
    <res-type>java.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    </web-app>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
         <!-- Data Sources -->
         <data-sources />
         <!-- Form Beans -->
         <form-beans>
              <form-bean name="signOnHandlerForm" type="com.harcourt.supportportal.struts.signon.actionform.SignOnHandlerForm" />
              <form-bean name="signOffHandlerForm" type="com.harcourt.supportportal.struts.signon.actionform.SignOffHandlerForm" />
              <form-bean name="updatePersonForm" type="com.harcourt.supportportal.struts.sample.actionform.UpdatePersonForm" />
              <form-bean name="searchPersonsForm" type="com.harcourt.supportportal.struts.sample.actionform.SearchPersonsForm" />
              <form-bean name="updateProductForm" type="com.harcourt.supportportal.struts.product.actionform.UpdateProductForm"/>
              <form-bean name="searchProductsForm" type="com.harcourt.supportportal.struts.product.actionform.SearchProductsForm"/>
              <form-bean name="searchOrganizationForm" type="com.harcourt.supportportal.struts.mdr.actionform.SearchOrganizationForm"/>
              <form-bean name="updateOrganizationForm" type="com.harcourt.supportportal.struts.mdr.actionform.UpdateOrganizationForm"/>
              <form-bean name="exportOrganizationForm" type="com.harcourt.supportportal.struts.mdr.actionform.ExportOrganizationForm"/>
              <form-bean name="exportProductForm" type="com.harcourt.supportportal.struts.product.actionform.ExportProductForm"/>           
         </form-beans>
         <!-- Global Exceptions -->
         <global-exceptions />
         <!-- Global Forwards -->
         <!-- Action Mappings -->
         <action-mappings type="org.apache.struts.config.SecureActionConfig">
              <action
                   path="/start"
                   type="org.apache.struts.actions.ForwardAction"
                   parameter="loginRendererDef"/>
    <!--          <action -->
    <!--               path="/product"-->
    <!--               type="org.apache.struts.actions.ForwardAction"-->
    <!--               parameter="productInputDef"/>-->
              <action path="/product" type="org.springframework.web.struts.DelegatingActionProxy"
                        name="updateProductForm" parameter="method" scope="request" validate="false">
                   <forward name="success" path="productInputDef"/>
                   <forward name="failure" path="productInputDef"/>
              </action>
    <!--          <action -->
    <!--               path="/organization"-->
    <!--               type="org.apache.struts.actions.ForwardAction"-->
    <!--               parameter="organizationIndexDef"/>-->
              <action
                   path="/report"
                   type="org.apache.struts.actions.ForwardAction"
                   parameter="reportIndexDef"/>
              <action
                   path="/user"
                   type="org.apache.struts.actions.ForwardAction"
                   parameter="userIndexDef"/>
              <action path="/login" type="org.springframework.web.struts.DelegatingActionProxy" name="signOnHandlerForm" scope="request" input="loginRendererDef" validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="loginLandingDef" />
              <forward name="failure" path="loginRendererDef" />
    </action>
    <!-- sample -->
         <action path="/updatePerson" type="org.springframework.web.struts.DelegatingActionProxy" name="updatePersonForm" scope="request" input="productInputDef" validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="personIndexDef" />
              <forward name="failure" path="personInputDef" />
    </action>
         <action path="/searchPersons"
                   type="org.springframework.web.struts.DelegatingActionProxy"
                   name="searchPersonsForm"
                   scope="request"
                   parameter="method"
                   validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="personIndexDef" />          
              <forward name="failure" path="loginRendererDef" />
    </action>
         <!-- end sample -->
         <action path="/updateProduct" type="org.springframework.web.struts.DelegatingActionProxy"
                   name="updateProductForm" parameter="method" scope="request" input="productInputDef" validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="loginLandingDef" />          
              <forward name="failure" path="/product.do?method=createOrUpdateProduct" />
    </action>
    <action path="/deleteProduct" type="org.springframework.web.struts.DelegatingActionProxy"
                   name="updateProductForm" parameter="method" scope="request" validate="false">
         <set-property property="secure" value="false"/>
              <forward name="success" path="loginLandingDef" />          
              <forward name="failure" path="/product.do?method=createOrUpdateProduct" />
    </action>
    <action path="/searchProducts"
                   type="org.springframework.web.struts.DelegatingActionProxy"
                   name="searchProductsForm"
                   scope="request"
                   parameter="method"
                   validate="true">
         <set-property property="secure" value="false"/>
              <forward name="success" path="productSearchDef" />
              <forward name="failure" path="loginLandingDef"/>
    </action>
    <action path="/loadProducts" type="org.springframework.web.struts.DelegatingActionProxy"
              name="searchProductsForm" parameter="method" scope="request" validate="true">
         <forward name="success" path="productIndexDef"/>
         <forward name="failure" path="userIndexDef"/>
    </action>
    <action path="/exportProduct" type="org.springframework.web.struts.DelegatingActionProxy"
              name="exportProductForm" parameter="method" scope="request" validate="true">
              <forward name="failure" path="loginLandingDef" />
    </action>
    <!-- Organization Actions -->
    <action path="/searchOrganization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="searchOrganizationForm" parameter="method" scope="request" validate="true">
         <forward name="success" path="orgSearchDef"></forward>
         <forward name="failure" path="loginLandingDef"/>
         </action>
    <action path="/organization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="updateOrganizationForm" parameter="method" scope="request" validate="false">
         <set-property property="secure" value="false"/>
              <forward name="success" path="orgInputDef" />          
              <forward name="failure" path="loginLandingDef" />
    </action>
    <action path="/loadOrganizations" type="org.springframework.web.struts.DelegatingActionProxy"
              name="searchOrganizationForm" parameter="method" scope="request" validate="true">
         <forward name="success" path="orgIndexDef" />          
              <forward name="failure" path="loginLandingDef" />
    </action>
    <action path="/updateOrganization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="updateOrganizationForm" parameter="method" scope="request" input="orgInputDef" validate="true">
                   <forward name="success" path="/loadOrganizations.do?method=loadOrganizations"></forward>
                   <forward name="failure" path="/organization.do?method=createOrUpdateOrganization"/>               
              </action>
              <action path="/exportOrganization" type="org.springframework.web.struts.DelegatingActionProxy"
              name="exportOrganizationForm" parameter="method" scope="request" >
              <forward name="failure" path="loginLandingDef" />
    </action>
         </action-mappings>
         <!-- Register Support Portal RequestProcessor -->
         <controller>
              <set-property property="processorClass" value="com.harcourt.supportportal.struts.common.action.SupportPortalRequestProcessor" />
         </controller>
         <!-- Message Resources -->
         <message-resources parameter="com.harcourt.supportportal.resources.ApplicationResources" />
         <!-- tiles plugin -->
    <plug-in className="com.harcourt.supportportal.tiles.SupportPortalSecureTilesPlugin">
         <set-property property="definitions-config" value="/WEB-INF/tiles-def/tiles-defs.xml" />
         <set-property property="httpPort" value="80"/>
    <set-property property="httpsPort" value="80"/>      
    <set-property property="enable" value="false"/>      
    <set-property property="addSession" value="false"/>      
    </plug-in>
         <!-- spring plugin -->
         <plug-in className="org.springframework.web.struts.ContextLoaderPlugIn">
         <set-property property="contextConfigLocation" value="/WEB-INF/spring-config/spring-config.xml"/>
         </plug-in>
    </struts-config>

    If your EAR has actually started, try this:
    http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.zseries.doc/info/zseries/ae/xrun_jvm_sendredirect.html
    If you are not on z/OS, the link is actually under server->server infrastructure->Java and process management->environment entries
    for setting the property

  • Error 404: No target servlet configured for uri

    hello there..
    this error start comming suddenly, i dont know why??
    when i try to run html page then IE7 display the following error
    Error 404: No target servlet configured for uri: webpage uri
    if any one already know this then please post any solution to fix it.
    thanks

    thanks Mr evenafets for ur quick reply
    i m sorry not to post the html page i have problem in.
    below is mypage.html
    and i m accessing it trough uri http://localhost:9080/myproject/mypage.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <link rel="stylesheet" href="theme/Master.css" type="text/css">
    <title>mypage</title>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <meta name="GENERATOR" content="Rational Application Developer">
    </head>
    <body>
    <!--"CONVERTED_APPLET"-->
    <!-- HTML CONVERTER -->
    <object
        classid = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
        codebase = "http://java.sun.com/update/1.6.0/jinstall-6u20-windows-i586.cab#Version=6,0,0,6"
        WIDTH = "300" HEIGHT = "200" >
        <PARAM NAME = CODE VALUE = "myclass.class" >
        <PARAM NAME = ARCHIVE VALUE = "RegistrationApplet.jar" >
        <param name = "type" value = "application/x-java-applet;version=1.6">
        <param name = "scriptable" value = "false">
        <comment>
         <embed
                type = "application/x-java-applet;version=1.6" \
                CODE = "myclass.class" \
                ARCHIVE = "RegistrationApplet.jar" \
                WIDTH = "300" \
                HEIGHT = "200"
             scriptable = false
             pluginspage = "http://java.sun.com/products/plugin/index.html#download">
             <noembed>
                </noembed>
         </embed>
        </comment>
    </object>
    <!--
    <APPLET CODE = "myclass.class" ARCHIVE = "RegistrationApplet.jar" WIDTH = "300" HEIGHT = "200">
    </APPLET>
    -->
    <!--"END_CONVERTED_APPLET"-->
    </body>
    </html>and below is web.xml file
         <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" 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">
         <display-name>
         UASEProject</display-name>
         <context-param>
              <param-name>crystal_image_uri</param-name>
              <param-value>crystalreportviewers</param-value>
         </context-param>
         <context-param>
              <param-name>crystal_image_use_relative</param-name>
              <param-value>webapp</param-value>
         </context-param>
         <servlet>
              <servlet-name>TilesServet</servlet-name>
              <servlet-class>
              org.apache.struts.tiles.TilesServlet</servlet-class>
              <init-param>
                   <param-name>definitions-config</param-name>
                   <param-value>/WEB-INF/tiles-defs.xml</param-value>
              </init-param>
              <load-on-startup>2</load-on-startup>
         </servlet>
         <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>
    </web-app>

  • Error 404: No target servlet configured for uri  exception in RAD6.0

    Hello there,
    I have recently migrated from WSAD5.1 to RAD6.0. I have created a servlet in my client Web project. I have configured the deployment descriptor correctly to define a url-mapping for the servlet as follows:
    <servlet>
    <description>
    </description>
    <display-name>
    RulesServiceServlet</display-name>
         <servlet-name>RulesServiceServlet</servlet-name>
    <servlet-class>
         com.kai.rulesservice.RulesServiceServlet
    </servlet-class>
    <load-on-startup>-1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>RulesServiceServlet</servlet-name>
    <url-pattern>/RulesServiceServlet</url-pattern>
    </servlet-mapping>
    However, whenever, I try to run my servlet:
    http://localhost:9080/RS2Web/RulesServiceServlet
    I get the error:
    Error 404: No target servlet configured for uri
    I am not sure what this error means. Could someone please tell what I might be missing or what might be going wrong?
    Thanks in advance!

    If your EAR has actually started, try this:
    http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.zseries.doc/info/zseries/ae/xrun_jvm_sendredirect.html
    If you are not on z/OS, the link is actually under server->server infrastructure->Java and process management->environment entries
    for setting the property

  • Target cost configuration

    Dear All,
       What are the configuration steps involved to derive the target cost in process order. What will be the implication if the target cost is not derived from the process order.
    Regards
    Vasantha

    Hi Vasantha
    Target costs are derived from the standard cost estimate only. You were mentioning earlier that the Activity cost is not appearing in the target cost.
    Confirm whether they are appearing in the std. cost estimate.
    Regards,
    Suraj

  • PXImc Desktop Target Hardware Configuration

    Hello NI Users,
    I would like to build up a testbench by using PXImc with an PXIe-chassis (1082) and a Desktop Target (PCIe-8381), both running Pharlap ETS 13.1.
    Unfortunatly I need a special hardware configuration for my x86. You can see the minimum requirements below:
    CPU: 4 real cores or bigger (without HT)
    PCIe 8x-Slot (or bigger)
    PCIe 4x-Slot (or bigger)
    PCIe 1x-Slot (or bigger) in case the ethernet adapter is not supported
    PCI-Slot
    We tried a configuration with an DELL OptiPlex 9020. The motherboard has an Intel® Q87 Express Chipset. And we tried it on another motherboard with an Intel® Q67 Express Chipset. Both had the two problems mentioned below
    Other x86 Desktop Computers from around 2009 with a DualCore CPU can establish the connection and PXImc works fine. But the boards we tested did not have the required PCI-Slots.
    Problems:
    One core of the x86 is stuck at 100% if the PXImc cards (PXIe-8383mc and PCIe-8381) are connected.
    Both targets can't establish the PXImc connection to the PXI-chassis. We can find the PCIe-8381 in MAX but not the PXI-8383mc (When using the older x86 we can see both the 8381 and the 8383 in the x86 target in MAX)
    Based on information given by a NI Support Member our installation process was:
    Install Pharlap, LabView RT 14 and PXImc 14.0.0 with the cards removed from the pc
    Install PCIe8381 and connect to PXIe8383mc
    Boot into Pharlap
    So I need your help, who of you works succesfully with PXImc and which motherboard/chipsets/hardware configurations are you using?
    I have been on the reguirement page of NI http://www.ni.com/white-paper/8239/en/#toc5 but under the point Motherboard the Informations does not help at all.
    I'm looking forward on your recommendations.
    Thanks
    Andreas

    Hello Andreas,
    I work with ShreyasB in NI R&D, and wanted to let you know that the issue is being looked in to but may take some time to reproduce, debug, and fully understand the nature of the problem.  
    That said, if you'd like a more proactive communnication channel, feel free to reach out to NI's technical support group (ni.com/support) and let them know of this forum thread.  The technical support department is more structured than our forums in that regard.  Otherwise, we'll try and keep you updated as things move forward.
    Best,
    Chris D.
    PXI Platform Product Support Engineer
    National Instruments

  • Target URL in the Receiver SOAP channel in PI 7.11

    Hi
    I have designed integrated Configuration in PI 7.11 and i have SOAP sender and SOAP receiver. SOAP sender is fine but for SOAP receiver i have an issue with the target URL that i selected.
    Initially the receiver was ABAP proxy with HTTP connection as we dont have ABAP related adapters in AAE i used SOAP. But i have used the same URL that is the Target host configured in the HTTP ABAP connection to the target system. Then i am getting the following error at the receiver comm channel
    Message processing failed. Cause: com.sap.aii.af.sdk.xi.util.URI$MalformedURIException: no scheme
    I am sure i am doing a mistake, the URL i am using is wrong as it is not meant for SOAP calls. Please suggest me what needs to be done here.

    ..I am sure i am doing a mistake, the URL i am using is wrong as it is not meant for SOAP calls. Please suggest me what needs >>to be done here
    You are using Integrated configuration with PI 7.1 EHP1 version. That means SOAP supports as PI native protocol (XI) for PROXY scenario. So, you have to create soap receiver adapter and choose message protocol as XI.
    Integrated configuration occurs in java stack engine and XI adapter(proxy) not exists there. Only if you do classical processing (IE) then you can use XI adapter at the receiver side. Thats the reason you dont find XI adapter in the integrated configuration.
    Hope I answered your question

  • SOAP receiver adapter configuration issue

    Hi Everyone,
    When I am trying to excute a sync scenario from SAP<>XI<>Webservice from Integration engine , I am getting the below error message.
    Error while sending message: com.sap.aii.af.ra.ms.api.DeliveryException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 415 Cannot process the message because the content type 'text/xml; charset=utf-8' was not the expected type 'application/soap+xml; charset=utf-8'.
    In the receiver SOAP adapter, I have configured Transformation module where I kept the MessageTransformationBean in processing sequence as a priority and also provided the module configuration.
    ModuleKey: transform
    ParameterName: Transform.ContentType
    Parameter Value: application/soap+xml;charset=utf-8.
    But still get the above error message in the communication channel. I am using certificates in my configuration that were deployed in visual Admin.
    In the adapter configuration, I have just provided the Target URL, Configured User Authentication, certificate authentication and SOAP action.
    Can anyone help me.. how to rectify the issue.....
    Thanks in advance,
    Hareen

    HI Hareen,
    I decided to give SOAP1.2 using the standard SOAP Adapter a try
    There are a few noticeable differences between the request message of SOAP1.1 and SOAP1.2
    1.) SOAP 1.1 uses a different namespace from SOAP 1.2. For SOAP 1.1 it is "http://schemas.xmlsoap.org/soap/envelope/" while for SOAP 1.2 it is "http://www.w3.org/2003/05/soap-envelope".
    2.) SOAP 1.2 does not use SOAPAction in its header.
    3.) Content type is also different, for SOAP 1.1 it is "text/xml" while for SOAP 1.2 it is "application/soap+xml"
    So a sample request for SOAP 1.1 would be like this:
    Content-Type: text/xml;charset=UTF-8
    SOAPAction: "http://sampleaction"
    While for 1.2 it is:
    Content-Type: application/soap+xml;charset=UTF-8;action="http://sampleaction"
    The SOAP action is moved to the content type (experts please correct me on this).
    Based on the differences, you need:
    1.) Construct the correct SOAP Envelope for request message mapping and remove it for the response mapping
    2.) Use MessageTransformBean to change content type
    3.) Leave SOAPAction as blank
    I think dynamic soap action is no longer possible because the action is hardcoded in the module configuration (please correct).
    Hope this helps,
    Mark

  • Visualizing SAP XI routing configuration across the system landscape

    Hi Experts
    Iam facing some challenges in visualizing SAP XI routing configuration across the system landscape (Development, Quality, Production). Basically routing is based on a field (technical target system). Depending on the environment we have different target systems (different Mainframe DB that represent the same target system) configured.
    Any word/excel/ppt/pdf templates or any comments that could help visualizing routing would be highly appreciated.
    Thanks! Santosh

    Hi Santhosh,
    If you are worrieed about how your Business Systems will change when you move from Dev to QA to PROD for the Configuration in your ID, then the answer is simple.
    You can create transport target for your Business System and so when you migrate the ID objects from dev to Qa and so on, the business Systems will be automatically replaced.
    Take a look at this blog,
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Regards,
    Bhavesh

  • Deployment '18600003' to target 'Production' encountered a system level dep

    Hi Experts,
    Please help me in resolving the error while i am doing full deployment from BCC to staging / production server instances , i am getting below error.
    It would be great if u help me resolving this error.
    <Dec 5, 2012 1:48:26 AM PST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    **** Warning Wed Dec 05 01:52:33 PST 2012 1354701153339 /atg/epub/PublishingRepository Using default JDBC type for: project:tar1557 could not find this column in the table's meta data
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163290 /atg/epub/DeploymentServer Run first apply phase: true
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163292 /atg/epub/DeploymentServer Target not configured for switch. Skipping switchable datasource verification.
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163407 /atg/epub/DeploymentServer DistributedDeploymentAdapter:DAF Deployment with ID: 18600003 previously deployed.
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163410 /atg/epub/DeploymentServer DistributedDeploymentAdapter:Deploy Data
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163410 /atg/epub/DeploymentServer DistributedDeploymentAdapter:Resuming DAF deployment with ID: 18600003
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer --- CONTAINER:atg.deployment.common.DeploymentException: Deployment '18600003' to target 'Production' encountered a system level deployment error during data transfer.; SOURCE:atg.deployment.DistributedDeploymentException: Cannot resume deployment 18600003 because it was cancelled before the deployment data and markers were saved.
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.common.ResourceUtil.exception(ResourceUtil.java:414)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.deployData(DistributedDeploymentAdapter.java:1399)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.transferData(DistributedDeploymentAdapter.java:278)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.server.Deployment.run(Deployment.java:1951)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at java.lang.Thread.run(Thread.java:662)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer Caused by :atg.deployment.DistributedDeploymentException: Cannot resume deployment 18600003 because it was cancelled before the deployment data and markers were saved.
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.DeploymentManager.deploy(DeploymentManager.java:1069)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.resumeDafDeployment(DistributedDeploymentAdapter.java:1944)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.deployData(DistributedDeploymentAdapter.java:1307)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.transferData(DistributedDeploymentAdapter.java:278)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.server.Deployment.run(Deployment.java:1951)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at java.lang.Thread.run(Thread.java:662)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer
    **** Warning Wed Dec 05 02:03:14 PST 2012 1354701794489 /atg/dynamo/service/ClientLockManager The useLockServer property of: /atg/dynamo/service/ClientLockManager is false and so global locking is disabled
    **** Warning Wed Dec 05 02:04:43 PST 2012 1354701883454 /atg/epub/PublishingRepository Using default JDBC type for: project:tar1552 could not find this column in the table's meta data
    **** Warning Wed Dec 05 02:05:41 PST 2012 1354701941339 /atg/epub/PublishingRepository Using default JDBC type for: project:tar1557 could not find this column in the table's meta data
    Thanks ,
    Sharif.

    Hi,
    I faced the same issue while opening the merchandiser tab in the BCC(after providing the credentials error dialog appearing the UI side and log showing the error whatever you mentioned). But issue resolved after initiating a full deployment and the restarting the publishing server.:)))))

  • ERP Hub Portal SUM EhP7 Components List in Phase Target System Config.

    Dear Colleagues,
    during a EHP/ Update of a J2ee HUB Portal in SUM Phase Configuration/Target Systems Configuration/Confirm Components
    the Component List pop's up with a list of Components slected for removal.
    My Question is, is this valid, I don´t found usefull informations regarding some of the Components, or is there a misconfiguration on Solman for the components of the ERP HUP Portal.
    OSS-NOTE: 1395514 - Löschen von Softwarekomponenten in NW CE 7.20 und höher
    br
    Julius

    Hi,
    I have checked the link before to open my question, but I can't or don't follow the instructions:
    1. Ensure Namespace /RPM is modifiable in SE06
    2. Call transaction SE37
    3.Enter /RPM/RELATION_MODIFY
    4.Select Function module-> Other functions-> Rename
    5.Rename it to /RPM/RELATION_MODIFY_OLD
    6.Release the request if one was created in the process
    7.Restart the phase
    The Function Module and the Function Group  does not exist in our system. And when I can to create the Function Gorup, I have the follow error in the SE80: "Namespace /RMP/ does not exist", and when I try to create the namespace /RPM/ I don't have the "repair license".
    I'm using the EHPI Upgrade tools for the EHP4.
    Regards, Alberto

  • Tinyos won't compile for 'tinynode' target using the msp430 toolchain

    Meanwhile, trying to compile Blink example for tinynode:
    [takeda@takeda Blink]$ make tinynode
    mkdir -p build/tinynode
    compiling BlinkAppC to a tinynode binary
    ncc -o build/tinynode/main.exe -Os -Os -mdisable-hwmul -mstrict-align -fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=tinynode -fnesc-cfile=build/tinynode/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 -DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_USERNAME=\"takeda\" -DIDENT_HOSTNAME=\"takeda\" -DIDENT_USERHASH=0x3831b7f8L -DIDENT_TIMESTAMP=0x4e84bf69L -DIDENT_UIDHASH=0x4131c4c7L -fnesc-dump=wiring -fnesc-dump='interfaces(!abstract())' -fnesc-dump='referenced(interfacedefs, components)' -fnesc-dumpfile=build/tinynode/wiring-check.xml BlinkAppC.nc -lm
    nesc1: invocation of msp430-gcc to find builtin macros failed (error message output follows)
    Using built-in specs.
    Reading specs from /usr/lib/gcc/msp430/4.5.3/../../../../msp430/lib/msp430mcu.spec
    COLLECT_GCC=msp430-gcc
    COLLECT_LTO_WRAPPER=/usr/libexec/gcc/msp430/4.5.3/lto-wrapper
    Target: msp430
    Configured with: /home/takeda/sfw/gcc-msp430/src/gcc-4.5.3/configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --disable-libssp --disable-nls --target=msp430 --enable-languages=c,c++ --with-gnu-as --with-gnu-ld --with-as=/usr/bin/msp430-as --with-ld=/usr/bin/msp430-ld --with-pkgversion=mspgcc_20110716
    Thread model: single
    gcc version 4.5.3 (mspgcc_20110716)
    COLLECT_GCC_OPTIONS='-v' '-E' '-dM' '-mdisable-hwmul' '-mstrict-align' '-mmcu=msp430f1611' '-mcpu=430' '-mmpy=16' '-mivcnt=16' '-mcpu=430' '-mmpy=16' '-mivcnt=16'
    /usr/libexec/gcc/msp430/4.5.3/cc1 -E -quiet -v -imultilib mmpy-16 -D__MSP430F1611__ /dev/null -mcpu=430 -mcpu=430 -mmpy=16 -mmpy=16 -mivcnt=16 -mivcnt=16 -mdisable-hwmul -mstrict-align -mmcu=msp430f1611 -mcpu=430 -mmpy=16 -mivcnt=16 -mcpu=430 -mmpy=16 -mivcnt=16 -dM
    cc1: error: unrecognized command line option "-mstrict-align"
    ignoring nonexistent directory "/usr/lib/gcc/msp430/4.5.3/../../../../msp430/sys-include"
    #include "..." search starts here:
    #include <...> search starts here:
    /usr/lib/gcc/msp430/4.5.3/include
    /usr/lib/gcc/msp430/4.5.3/include-fixed
    /usr/lib/gcc/msp430/4.5.3/../../../../msp430/include
    End of search list.
    cc1: warning: -mdisable-hwmul deprecated, use -mmpy=none
    nesc1: internal error: couldn't define builtin macros - exiting
    make: *** [exe0] Error 1
    [takeda@takeda Blink]$
    Last edited by takeda (2011-09-29 19:00:51)

    in file /opt/tinyos-2.1.1/support/make/tinynode.target i've done for the moment the following
    # mod_by_takeda
    PFLAGS += -mmpy=none
    # PFLAGS += -mdisable-hwmul
    # mod_by_takeda
    # PFLAGS += -mstrict-align
    and now a very simple project compiles. (like a helloword app).
    I geuss i am gonna have problems later..

  • Installing new Agent, can't configure databases

    Linux x86-64 is where the agent is installed 10.2.0.4, OMS 10.2.0.5 on windows server. When I log into OEM, all the databases that I'm trying to monitor are in a status of "Unknown." When I try to click on the database to configure it, I get the following error:
    oracle.sysman.emSDK.emd.comm.CommException: java.net.ConnectException: Connection timed out: connect
    I also get this same error when I try to go under --> Setup --> Agents --> Targets Not Configured --> then click on the target I want to configure.
    In emagent.log it says the following:
    2010-10-25 16:19:46,372 Thread-4096781216 Skipping target {%, oracle_database}: Missing properties - password (00151)
    2010-10-25 16:19:46,372 Thread-4093631392 Skipping target {%u, oracle_database}: Missing properties - password (00151)
    2010-10-25 16:19:46,372 Thread-4090481568 Skipping target {%, oracle_database}: Missing properties - password (00151)
    2010-10-25 16:19:46,372 Thread-4087331744 Skipping target {%, oracle_database}: Missing properties - password (00151)
    2010-10-25 16:19:46,372 Thread-4081032096 Skipping target {%, oracle_database}: Missing properties - password (00151)
    2010-10-25 16:19:46,372 Thread-4077882272 Skipping target {%, oracle_database}: Missing properties - password (00151)
    2010-10-25 16:19:46,932 Thread-4136650432 EMAgent started successfully (00702)
    Also OEM has found the listener, that is being monitored ... Does the dbsnmp user password on the databases being monitored have to be the same as the OMS dbsnmp password? Any help will be greatly appreciated.
    Thanks.

    No the DBSNMP password of the OMS database does not need to be the same as the DBSNMP password of your monitored databases.
    You can set the DBSNMP password for each of your local databases as follows:
    Go to Targets --> All Databases
    Select the database and press [Configure]
    Enter the DBSNMP password and press [Test Connection]
    If you see that the test completed successful, you can do [Next], [Submit]
    Regards
    Rob
    http://oemgc.wordpress.com

  • Iscsi target rewriting sparse backing store

    Hi all,
    I have this particular problem when trying to use sparse file residing on zfs as backing store for iscsi target. For the sake of this post, lets say I have to use the sparse file instead of whole zfs filesystem as iscsi backing store.
    However, as soon as the sparse file is used as iscsi target backing store, Solaris OS (iscsitgt process) decides to rewrite entire sparse file and make it non-sparse. Note this all happens without any iscsi initiator (client) accessed this iscsi target.
    My question is why the sparse file is being rewritten at that time?
    I can expect write at iscsi initiator connect time, but why at the iscsi target create time?
    Here are the steps:
    1. Create the sparse file, note the actual size,
    # dd if=/dev/zero of=sparse_file.dat bs=1024k count=1 seek=4096
    1+0 records in
    1+0 records out
    # du -sk .
    2
    # ll sparse_file.dat
    -rw-r--r--   1 root     root     4296015872 Feb  7 10:12 sparse_file.dat
    2. Create the iscsi target using that file as backing store:
    # iscsitadm create target --backing-store=$PWD/sparse_file.dat sparse
    3. Above command returns immediately, everything seems ok at this time
    4. But after couple of seconds, disk activity increases, and zpool iostat shows
    # zpool iostat 3
                   capacity     operations    bandwidth
    pool         used  avail   read  write   read  write
    mypool  5.04G   144G      0    298      0  35.5M
    mypool  5.20G   144G      0    347      0  38.0M
    and so on, until the write over previously sparse 4G is over:
    5. Note the real size now:
    # du -sk .
    4193252 .Note all of the above was happening with no iscsi initiators connected to that node nor target. Solaris OS did it by itself, and I can see no reasons why.
    I would like to have those files sparse, at least until I use them as iscsi targets, and I would prefer those files to grow as my initiators (clients) are filling them.
    If anyone can share some thoughts on this, I'd appreciate it
    Thanks,
    Robert

    Problem solved.
    Solaris iscsi target daemon configuration file has to be updated with:
    <thin-provisioning>true</thin-provisioning>
    in order to iscsitgtd not to initialize the iscsi target backing store files. This is all valid only for iscsi targets having files as backing store.
    After creating iscsi targets with file (sparse or not) as backing store, there is no i/o activity whatsoever, and thats' what I wanted.
    FWIW, This is how the config file looks now.
    # more /etc/iscsi/target_config.xml
    <config version='1.0'>
    <thin-provisioning>true</thin-provisioning>
    </config>
    #

  • JMS Server targeted to Server cluster

    Hi , Can JMS Server be targeted to Server Cluster? Are there any
              architectural best practices for this?

    Thanks Tom.
              <Tom Barnes> wrote in message news:[email protected]...
              There's no underlying machinery (code) that supports targeting a JMS server
              to a cluster.
              The targeting problem can actually get fairly involved - for a variety of
              reasons, I tend to recommend the following cookie cutter approach.
              This is a cut-and-paste from my notes:
              (1) Create a custom WL store on each server, and target it to a migratable
              target (most of the time you can use the default migratable target that each
              server provides).
              (2) Target the JMS servers to a migratable target each, the same MT as the
              store (don't worry, the JMS server won't wander to a different server
              unless you configure the MT to allow this!)
              (3) Target jms configuration system modules to the cluster (that's it! - not
              to anything else)
              (4) Create one subdeployment per module (and only one), populate the
              subdeployment only with JMS servers from step (2) above.
              (5) When targeting destinations always use advanced targeting to target
              destinations to the subdeployment from above - not the 'default target'.
              If you have both non-distributed and distributed destinations, use two
              different JMS modules. (The idea is to keep things simple to understand -
              each module should yield the same targeting solution for all of its
              component resources. Default targetting can be problematic - it is far too
              easy for destination members to end up on JMS servers that you don't want
              them on.).
              (6) When targeting a CF you have two options (A) use advanced targeting to
              target it to the subdeployment (for access by applications that are remote
              to the cluster) or (B) don't target it all (this will cause it to use the
              module target, which if you recall, we just set to the cluster, (for access
              by applications that run on a server within the cluster). The choice
              actually depends on how you plan to use the CF - use (B) for apps running on
              servers within the cluster, and (A) for apps running remote to the cluster.
              See the otherwise-largely-outdated JMS Performance Guide for the reasoning.
              It may be that you don't have to use migratable targets, as you may not have
              a use for "migration" at the moment - but it'll help in the future if you
              ever plan to use the migration features.
              Tom

Maybe you are looking for

  • Credit Memos and KE27 periodic valuation

    Hi We created a credit memo without reference to a billing document with actual goods return in period 03 2012 (June 2012). Then we ran ML settlement. We when we ran KE27  we got the error message MLCCS030 no valuation exists for material # We did no

  • HT204204 Having trouble to connect with bluetooth

    Why i having trouble to connect with bluetooth woth other smartphone? I  have already try to connect with bluetooth beetwen my iphone 4 with iphone 6 ? While my iphone 4 have already upgrade to ios 8

  • Problems Sharing Files Between iMac's

    I've created a network between my to iMac's, and I'm using one of them as a server- I've created a folder, inside "Public" folder and I've turn "File Sharing" on and done all that it said. Selected the folder, and everything. When I go to my other iM

  • Downloading CS5 on a Macbook Pro...error

    Hi All, In attempting to download the CS5 Master Suite (11GB I'm told) my laptop gets just over halfway through (6.03 GB both times) and then stops. Any ideas? PS: I've turned off the "Sleep" settings (it's on NEVER) and I have only the Notebook Hard

  • Animation does not work in Google Chrome

    I was using Chrome as my defualt for testing my Edge projects. At some point, I changed the way divs were stacked and animated the position of one of the divs and the animation never worked thereafter. That said, It works fine in Firefox and Safari.