BSP Application WFDS_RPA  for Resource Planning is not available

Hi All,
I am trying to access Following iView from CRM through EP
Workforce Management> Resource Planning
While accessing the iView I am getting the following error
BSP Exception: the Application Name WFDS_RPA in URL /sap(ZT1Fb1VZNVpNVUhjM2U2alFTWVpGM29RJTNEJTNETHlZZ29VUlZjeEZRRHV5TjVjSiUyRlh3JTNEJTNE)/bc/bsp/sap/WFDS_RPA/Cmn_Root.do?sap-syscmd=nocookie&sap-client=200&sap-language=en&style_sheet=http%3A%2F%2Fmb1es1005.idcsap.com%3A50100%2Firj%2Fportalapps%2Fcom.sap.po is invalid.
I have checked on the SICF transaction for the following BSP application
WFDS_RPA.
But I could not found one on the list.
I have also checked the CRM BSP Application List. But It is not available there.
How can I check and get this BSP application ?
Need ur help.
Thanks and warm regards
Purnendu

Hi,
This will only be available if you have installed the add-on component WFMCORE. Please check if you have this or not.
Regards,
Saurabh

Similar Messages

  • Display authorization for resource planning missing

    Hi,
    while open the Resource planner with log in service manager.it is showing following error
    Display authorization for resource planning missing
    i am not getting this error why it is showing.any one help me to solve this issue
    Thanks & Regards
    Kishore Kumar

    Maintain the authorization Objects for the PFCG role assigned to the user
    Authorization Object
    Description
    Authorization Field
    Value
    Value: System
    Relevance
    WFDS_RPA
    Authorization Object Transaction
    ACTVT
    3
    WFD server
    Service resource planning application (RPA)
    WFDS_RPA
    Authorization Object Transaction
    ACTVT
    2
    WFD server
    RPA
    B_BUPA_GRP
    Business Partner: Authorization Groups
    ACTVT
    3
    SAP CRM
    RPA
    Appointment scheduling
    B_BUPA_RLT
    Business Partner: BP Roles
    ACTVT
    3
    SAP CRM
    RPA
    Appointment scheduling
    B_BUPA_RLT
    Business Partner: BP Roles
    ACTVT
    3
    SAP CRM
    RPA
    Appointment scheduling
    WFDS_JFUNC
    Authorization Object Resource (Type of WFD Resource)
    WFDS_RTYPE
    WFD server
    RPA
    Appointment scheduling
    WFDS_JFUNC
    Authorization Object Resource (Job Function)
    WFDS_JFUNC
    WFD server
    RPA
    Appointment scheduling
    WFDS_JFUNC
    Authorization Object Resource (Job Level)
    WFDS_JLEVE
    WFD server
    RPA
    Appointment scheduling
    WFDS_SAREA
    Authorization Object Resource (Type of WFD Resource)
    WFDS_RTYPE
    WFD server
    RPA
    Appointment scheduling
    WFDS_SAREA
    Authorization Object Resource (Service Area)
    WFDS_SAREA
    WFD server
    RPA
    Appointment scheduling
    S_TCODE
    Transaction Code
    TCD
    /SAPAPO/LRP_ACCESS
    WFD server
    RPA
    Appointment scheduling
    UIU_COMP
    Authorization UI
    COMP_NAME
    WCC_SRV_RPA
    SAP CRM
    RPA
    UIU_COMP
    Authorization UI
    COMP_WIN
    WCC_SRV_RPA/MainWindow
    SAP CRM
    RPA
    UIU_COMP
    Authorization UI
    COMP_PLUG
    SAP CRM
    RPA
    UIU_COMP
    Authorization UI
    COMP_NAME
    WFDRPA
    SAP CRM
    RPA
    UIU_COMP
    Authorization UI
    COMP_WIN
    MainWindow
    SAP CRM
    RPA
    UIU_COMP
    Authorization UI
    COMP_PLUG
    DEFAULT
    SAP CRM
    RPA
    UIU_COMP
    Authorization UI
    COMP_NAME
    WFDRPA
    SAP CRM
    RPA
    UIU_COMP
    Authorization UI
    COMP_PLUG
    DEFAULT
    SAP CRM
    RPA
    UIU_COMP
    Authorization UI
    COMP_WIN
    WFDRPA/MainWindow
    SAP CRM
    RPA

  • "The requested resource (/hello) is not available"  Error of Servlet

    Hello all,
    I get HTTP STATUS 404 Error which states "The requested resource (/hello) is not available" even thought according to me I am doing everything perfectly.
    Here is more information. If you can find out where the proble might be please
    let me know because I am working on this for more than 9 hours.
    I AM USING-<br>
    TOMCAT 5.5.26 <br>
    JRE 6 <br>
    J2SDK 1.4.0 <br>
    </B>
    <BR><BR>
    SYSTEM VARIABLES :<br>
    <B>
    CLASSPATH
    </B>
    C:\apache-tomcat-5.5.26\common\lib\servlet-api.jar <BR>
    <B> JAVA_HOME</B> D:\j2sdk1.4.0
    <BR>
    <B>JRE_HOME</B> C:\Program Files\Java\jre6
    <BR>
    <B>TOMCAT_HOME </B>C:\apache-tomcat-5.5.26
    <BR>
    <P>
    I have placed my hello.class file inside
    <b>C:\apache-tomcat-5.5.26\webapps\ROOT\WEB-INF\classes</b>
    also, i have modified web.xml file as<br>
    <b>
    <servlet>
    <servlet-name>hello</servlet-name>
    <servlet-class>hello</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>hello</servlet-name>
    <url-pattern>hello</url-pattern>
    </servlet-mapping>
    </b><br><br>
    But still I am not able to access my servlet when i type
    http://localhost:8080/hello
    I get the error I mentioned above.

    Hi..Thanks for all those who have replied earlier. I feel I should add some more information.
    I dont know what PACKAGE NAME you are talking about
    I am pasting contents of my XML file located in :
    **apache-tomcat-5.5.26\webapps\ROOT\WEB-INF\web.xml**
    -->
    - <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
    <display-name>Welcome to Tomcat</display-name>
    <description>Welcome to Tomcat</description>
    - <!-- JSPC servlet mappings start
    -->
    - <servlet>
    <servlet-name>org.apache.jsp.index_jsp</servlet-name>
    <servlet-class>org.apache.jsp.index_jsp</servlet-class>
    </servlet>
    - <servlet-mapping>
    <servlet-name>org.apache.jsp.index_jsp</servlet-name>
    <url-pattern>/index.jsp</url-pattern>
    </servlet-mapping>
    - <!-- JSPC servlet mappings end
    -->
    </web-app>
    web.xml file located in
    apache-tomcat-5.5.26\webapps\servlets-examples\WEB-INF
    is given below:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!--
    Licensed to the Apache Software Foundation (ASF) under one or more
    contributor license agreements. See the NOTICE file distributed with
    this work for additional information regarding copyright ownership.
    The ASF licenses this file to You under the Apache License, Version
    2.0
    (the "License"); you may not use this file except in compliance with
    the License. You may obtain a copy of the License at
    http://www.apache.org/licenses/LICENSE-2.0
    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    -->
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    <display-name>Servlet 2.4 Examples</display-name>
    <description>
    Servlet 2.4 Examples.
    </description>
    <!-- Define servlet-mapped and path-mapped example filters -->
    <filter>
    <filter-name>Servlet Mapped Filter</filter-name>
    <filter-class>filters.ExampleFilter</filter-class>
         <init-param>
         <param-name>attribute</param-name>
    <param-value>filters.ExampleFilter.SERVLET_MAPPED</param-value>
         </init-param>
    </filter>
    <filter>
    <filter-name>Path Mapped Filter</filter-name>
    <filter-class>filters.ExampleFilter</filter-class>
         <init-param>
         <param-name>attribute</param-name>
    <param-value>filters.ExampleFilter.PATH_MAPPED</param-value>
         </init-param>
    </filter>
    <filter>
    <filter-name>Request Dumper Filter</filter-name>
    <filter-class>filters.RequestDumperFilter</filter-class>
    </filter>
    <!-- Example filter to set character encoding on each request -->
    <filter>
    <filter-name>Set Character Encoding</filter-name>
    <filter-class>filters.SetCharacterEncodingFilter</filter-class>
    <init-param>
    <param-name>encoding</param-name>
    <param-value>EUC_JP</param-value>
    </init-param>
    </filter>
    <filter>
    <filter-name>Compression Filter</filter-name>
    <filter-class>compressionFilters.CompressionFilter</filter-class>
    <init-param>
    <param-name>compressionThreshold</param-name>
    <param-value>10</param-value>
    </init-param>
    <init-param>
    <param-name>debug</param-name>
    <param-value>0</param-value>
    </init-param>
    </filter>
    <!-- Define filter mappings for the defined filters -->
    <filter-mapping>
    <filter-name>Servlet Mapped Filter</filter-name>
         <servlet-name>invoker</servlet-name>
    </filter-mapping>
    <filter-mapping>
    <filter-name>Path Mapped Filter</filter-name>
         <url-pattern>/servlet/*</url-pattern>
    </filter-mapping>
    <!-- Example filter mapping to apply the "Set Character Encoding"
    filter
    to all requests processed by this web application -->
    <!--
    <filter-mapping>
    <filter-name>Set Character Encoding</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    -->
    <!--
    <filter-mapping>
    <filter-name>Compression Filter</filter-name>
    <url-pattern>/CompressionTest</url-pattern>
    </filter-mapping>
    -->
    <!--
    <filter-mapping>
    <filter-name>Request Dumper Filter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    -->
    <!-- Define example application events listeners -->
    <listener>
    <listener-class>listeners.ContextListener</listener-class>
    </listener>
    <listener>
    <listener-class>listeners.SessionListener</listener-class>
    </listener>
    <!-- Define servlets that are included in the example application
    -->
    <servlet>
    <servlet-name>CompressionFilterTestServlet</servlet-name>
    <servlet-class>compressionFilters.CompressionFilterTestServlet</servlet
    -class>
    </servlet>
    <servlet>
    <servlet-name>hello</servlet-name>
    <servlet-class>hello</servlet-class>
    </servlet>
    </servlet>
    <servlet>
    <servlet-name>HelloWorldExample</servlet-name>
    <servlet-class>HelloWorldExample</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>RequestInfoExample</servlet-name>
    <servlet-class>RequestInfoExample</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>RequestHeaderExample</servlet-name>
    <servlet-class>RequestHeaderExample</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>RequestParamExample</servlet-name>
    <servlet-class>RequestParamExample</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>CookieExample</servlet-name>
    <servlet-class>CookieExample</servlet-class>
    </servlet>
    <servlet>
    <servlet-name>SessionExample</servlet-name>
    <servlet-class>SessionExample</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>CompressionFilterTestServlet</servlet-name>
    <url-pattern>/CompressionTest</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>HelloWorldExample</servlet-name>
    <url-pattern>/servlet/HelloWorldExample</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>RequestInfoExample</servlet-name>
    <url-pattern>/servlet/RequestInfoExample/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>RequestHeaderExample</servlet-name>
    <url-pattern>/servlet/RequestHeaderExample</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>RequestParamExample</servlet-name>
    <url-pattern>/servlet/RequestParamExample</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>CookieExample</servlet-name>
    <url-pattern>/servlet/CookieExample</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>SessionExample</servlet-name>
    <url-pattern>/servlet/SessionExample</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>hello</servlet-name>
    <url-pattern>/servlet/hello</url-pattern>
    </servlet-mapping>
    <security-constraint>
    <display-name>Example Security Constraint</display-name>
    <web-resource-collection>
    <web-resource-name>Protected Area</web-resource-name>
         <!-- Define the context-relative URL(s) to be protected -->
    <url-pattern>/jsp/security/protected/*</url-pattern>
         <!-- If you list http methods, only those methods are
    protected -->
         <http-method>DELETE</http-method>
    <http-method>GET</http-method>
    <http-method>POST</http-method>
         <http-method>PUT</http-method>
    </web-resource-collection>
    <auth-constraint>
    <!-- Anyone with one of the listed roles may access this area
    -->
    <role-name>tomcat</role-name>
         <role-name>role1</role-name>
    </auth-constraint>
    </security-constraint>
    <!-- Default login configuration uses form-based authentication -->
    <login-config>
    <auth-method>FORM</auth-method>
    <realm-name>Example Form-Based Authentication Area</realm-name>
    <form-login-config>
    <form-login-page>/jsp/security/protected/login.jsp</form-login-page>
    <form-error-page>/jsp/security/protected/error.jsp</form-error-page>
    </form-login-config>
    </login-config>
    <!-- Security roles referenced by this web application -->
    <security-role>
    <role-name>role1</role-name>
    </security-role>
    <security-role>
    <role-name>tomcat</role-name>
    </security-role>
    <!-- Environment entry examples -->
    <!--env-entry>
    <env-entry-description>
    The maximum number of tax exemptions allowed to be set.
    </env-entry-description>
    <env-entry-name>maxExemptions</env-entry-name>
    <env-entry-value>15</env-entry-value>
    <env-entry-type>java.lang.Integer</env-entry-type>
    </env-entry-->
    <env-entry>
    <env-entry-name>minExemptions</env-entry-name>
    <env-entry-type>java.lang.Integer</env-entry-type>
    <env-entry-value>1</env-entry-value>
    </env-entry>
    <env-entry>
    <env-entry-name>foo/name1</env-entry-name>
    <env-entry-type>java.lang.String</env-entry-type>
    <env-entry-value>value1</env-entry-value>
    </env-entry>
    <env-entry>
    <env-entry-name>foo/bar/name2</env-entry-name>
    <env-entry-type>java.lang.Boolean</env-entry-type>
    <env-entry-value>true</env-entry-value>
    </env-entry>
    <env-entry>
    <env-entry-name>name3</env-entry-name>
    <env-entry-type>java.lang.Integer</env-entry-type>
    <env-entry-value>1</env-entry-value>
    </env-entry>
    <env-entry>
    <env-entry-name>foo/name4</env-entry-name>
    <env-entry-type>java.lang.Integer</env-entry-type>
    <env-entry-value>10</env-entry-value>
    </env-entry>
    </web-app>
    My program hello.java is given below
    import java.io.*;
    import javax.servlet.http.*;
    import javax.servlet.*;
    public class hello extends HttpServlet {
    public void doGet (HttpServletRequest req,
    HttpServletResponse res)
    throws ServletException, IOException
    PrintWriter out = res.getWriter();
    out.println("Hello, world!");
    out.close();
    }

  • HELP!  I tunes wouldn't update so I tried to delete and reinstall.  I keep getting a message stating the installation source for this product is not available.  Verify that the source exists and that you can access it.  please help!!

    Help!  Itunes wouldn't update so I tried to delet and reinstall.  I keep getting a message: The instillation source for this product is not available.  Verify that the source exists and that you can access it.  I also get this message:  The feature you are trying to use is on a network resource that is unavailable.  Click OK to try again, or enter an alternate path to a folder containing the installation package 'iTunes64.msi' in the box below.  Help I have no idea what that means or how to fix it. 

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page). Here's a screenshot showing the particular links on the page that you should be clicking:
    After clicking one of the circled links, you should be taken to another page, and after a few seconds you should see a download dialog appear for the msicuu2.exe file. Here's a screenshot of what it looks like for me in Firefox:
    Choose to Save the file. If the dialog box does not appear for you, click the link on the page that says "CLICK HERE IF IT DOES NOT". Here's a screenshot of the page with the relevant link circled:
    When the dialog appears, choose to save the file.
    (2) Go to the Downloads area for your Web browser. Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • The requested resource (/Admin) is not available.

    Hello ,
    I am developing one small project. I am using struts,EJB and Hibernate to develop this project.
    My project name is Admin. It has two sub-modules:- AdminWeb and AdminEJB.
    In the sub-module AdminWeb, i am writing all the struts related stuff like Action classes,form bean classes, I have struts-config inside WEB-INF folder along with web.xml and other tlds. From the action class i am takinf the lookup of session bean which is in the another sub-module name as AdminEJB. and invoking the business method from of that bean class.
    In the sub-module AdminEJB, I wrote all my Home Interface, Remote Interface and Session Bean class.From the session bean class i am firing a HQL query to interact with Database. I create Hibernate.cfg.xml and also mapping xml file needed to map with the database.Then i created ejb-jar.xml file.
    I created EAR file name as Admin. And deployed in My JBoss server.
    Now when i am running my project from web browser. then the following message is coming on the screen:-
    The requested resource (/Admin) is not available.
    Can anyone help me plz to recitify this problem.
    Thanks with regard,
    sanjay Kumar

    Hello Again ,
    The below the stack
    16:13:59,189 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
    16:13:59,189 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
    16:14:00,439 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
    16:14:01,017 INFO [A] Bound to JNDI name: queue/A
    16:14:01,017 INFO Bound to JNDI name: queue/B
    16:14:01,033 INFO [C] Bound to JNDI name: queue/C
    16:14:01,033 INFO [D] Bound to JNDI name: queue/D
    16:14:01,033 INFO [ex] Bound to JNDI name: queue/ex
    16:14:01,064 INFO [testTopic] Bound to JNDI name: topic/testTopic
    16:14:01,064 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
    16:14:01,064 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
    16:14:01,064 INFO [testQueue] Bound to JNDI name: queue/testQueue
    16:14:01,142 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
    16:14:01,189 INFO [DLQ] Bound to JNDI name: queue/DLQ
    16:14:01,439 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
    16:14:01,611 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MyOracleDS' to JNDI name 'MyOracleDS'
    16:14:01,705 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
    16:14:03,220 INFO [EARDeployer] Init J2EE application: file:/E:/jboss-4.2.1/server/default/deploy/Admin.ear
    16:14:22,250 INFO [EjbModule] Deploying DiscountDetailBean
    16:14:22,688 INFO [ProxyFactory] Bound EJB Home 'DiscountDetailBean' to jndi 'Holiday_Cottage_Group/AdminEjb/ejbModule/com/discountEjbs/InsertDiscountDetailHome'
    16:14:22,688 INFO [EJBDeployer] Deployed: file:/E:/jboss-4.2.1/server/default/tmp/deploy/tmp62976Admin.ear-contents/AdminEJB.jar
    16:14:22,719 INFO [TomcatDeployer] deploy, ctxPath=/AdminWeb, warUrl=.../tmp/deploy/tmp62976Admin.ear-contents/AdminWeb-exp.war/
    16:14:22,891 INFO [WebappClassLoader] validateJarFile(E:\jboss-4.2.1\server\default\.\tmp\deploy\tmp62976Admin.ear-contents\AdminWeb-exp.war\WEB-INF\lib\javax.servlet.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    16:14:22,922 INFO [WebappClassLoader] validateJarFile(E:\jboss-4.2.1\server\default\.\tmp\deploy\tmp62976Admin.ear-contents\AdminWeb-exp.war\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    16:14:23,578 INFO [EARDeployer] Started J2EE application: file:/E:/jboss-4.2.1/server/default/deploy/Admin.ear
    16:14:23,719 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
    16:14:23,750 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
    16:14:23,766 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)] Started in 50s:810ms
    Thanks with regards,
    Sanjay Kumar

  • The requested resource (/ShowParameters) is not available.

    hi
    hope someone can help me cause i'm looking for hours and cannot find my error :(
    I use a from.jsp with the following action:
    <form action="/ShowParameters" method="post">as soon as i click on the submit button i do get the following error message:
    The requested resource (/ShowParameters) is not available.I structured my tomcat webapp as followed:
    webapp called test:
    webapp\test\form.jsp
    webapp\test\WEB-INF\web.xml
    webapp\test\WEB-INF\classes\coreservlets\ShowParamaters.class
    my web.xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"  version="2.4">
         <servlet>
              <servlet-name>ShowParameters</servlet-name>
              <servlet-class>coreservlets.ShowParameters</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>ShowParameters</servlet-name>
              <url-pattern>/ShowParameters</url-pattern>
         </servlet-mapping>
    </web-app>and finally my ShowParameters.java
    package coreservlets;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    public class ShowParameters extends HttpServlet {
      public void doGet(HttpServletRequest request,
                        HttpServletResponse response)
          throws ServletException, IOException {
        response.setContentType("text/html");
        PrintWriter out = response.getWriter();
        String title = "Reading All Request Parameters";
        out.println(ServletUtilities.headWithTitle(title) +
                    "<BODY BGCOLOR=\"#FDF5E6\">\n" +
                    "<H1 ALIGN=CENTER>" + title + "</H1>\n" +
                    "<TABLE BORDER=1 ALIGN=CENTER>\n" +
                    "<TR BGCOLOR=\"#FFAD00\">\n" +
                    "<TH>Parameter Name<TH>Parameter Value(s)");
        Enumeration paramNames = request.getParameterNames();
        while(paramNames.hasMoreElements()) {
          String paramName = (String)paramNames.nextElement();
          out.print("<TR><TD>" + paramName + "\n<TD>");
          String[] paramValues =
            request.getParameterValues(paramName);
          if (paramValues.length == 1) {
            String paramValue = paramValues[0];
            if (paramValue.length() == 0)
              out.println("<I>No Value</I>");
            else
              out.println(paramValue);
          } else {
            out.println("<UL>");
            for(int i=0; i<paramValues.length; i++) {
              out.println("<LI>" + paramValues);
    out.println("</UL>");
    out.println("</TABLE>\n</BODY></HTML>");
    public void doPost(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    doGet(request, response);
    so that's my simple webapp but still i cannot find the error :(
    another questions: in general, would you suggest to use a controller.jsp instead of the servlet?

    hi
    1) i compiled the .java by using eclipse and did not get any error message
    2) my directory structure:
    webapp\test\form.jsp
    webapp\test\WEB-INF\web.xml
    webapp\test\WEB-INF\classes\coreservlets\ShowParamaters.class
    webapp\test\WEB-INF\classes\coreservlets\ServletUtitlities.class
    do i have to add the ServletUtilities.class also in the web.xml?
    thanks for helping cannot find any error :(

  • The requested resource (/hello) is not available

    Hi,
    I keep getting the message:
    http status 404
    The requested resource (/hello) is not available
    when i'm trying to access http://localhost:8080/hello
    i've created the war file using the deployment tool you get downloading J2EE 1.4. I've also tried the quickstart example copying the hello.war file to the autodeplay folder and it does genereate the hello.war_deployed file, but i keep getting the same message.
    i can make it work using the admin console for deploying. then i can get it to launch. why does the other methods not work and how do i get them to work?
    hope somebody is able to help. thank you.
    Pia

    Hi,
    I keep getting the message:
    http status 404
    The requested resource (/hello) is not available
    when i'm trying to access http://localhost:8080/hello
    i've created the war file using the deployment tool you get downloading J2EE 1.4. I've also tried the quickstart example copying the hello.war file to the autodeplay folder and it does genereate the hello.war_deployed file, but i keep getting the same message.
    i can make it work using the admin console for deploying. then i can get it to launch. why does the other methods not work and how do i get them to work?
    hope somebody is able to help. thank you.
    Pia

  • The requested resource /MobileOTA14/ is not available

    Hi,
    I am trying to deploy the mobile 4.0 client package MobileOTA14.war file on tomcat6/Windows. I have used the following command to deploy the file. The command executes successfully. The I have restarted the web server.
    wdeploy.bat tomcat6 -Dwar_dir="C:\Program Files (x86)\SAP BusinessObjects\Mobile 14\Client" -DAPP=MobileOTA14 deploy
    But when I execute the url " http://hostname:8080/MobileOTA14, I get an error "The requested resource /MobileOTA14/ is not available"
    I see the /MobileOTA14/ is deployed on the tomcat through Tomcat Manager webpage.
    Can anybody advise what was the problem?
    Thanks,
    Kris

    I couldn't get you
    I think we need to download Mobile application (Symbian/Blackberry/Windows) using the link " http://hostname:8080/MobileOTA14" on the Mobile.
    But I am getting "The requested resource /MobileOTA14/ is not available" when I executed in the browser
    Thanks,
    Kris

  • My xp desktop thinks i/tunes is on a network resource that is not available, stops it being removed or upgraded,help

    unable to remove or download i/tunes from XP desktop, the feture you are trying to remove is on a network resource that is not available plus my computer thinks the i/phone is a scanner or camera. can anyone tell me how to delete i/tunes so i can re-install ?

    This problem can usually be fixed with the Microsft Installer cleanup utility.
    Unfortunately the Microsoft Installer Cleanup utility has been withdrawn by Microsoft because of compatibility issues with Microsoft Office so you will need to find a copy elsewhere – the installer is msicuu2.exe. You need version 3.
    Google  msicuu2.exe download
    mydigitallife or MajorGeeks in the above search have a copy of version 3
    Check for malware before installing it.
    Download a fresh copy of iTunes
    http://www.apple.com/itunes/download/
    Save the file on your PC.
    Now use the following method to remove iTunes and its components:
    XP
    http://support.apple.com/kb/HT1925
    Vista/Windows 7
    http://support.apple.com/kb/HT1923
    *If you hit a problem with one of the uninstalls don't worry*, carry on with the deleting of files and folders as directed in the method.
    Restart your PC.
    Run the Microsoft Installer Cleanup Utility. (Start > All Programs > Windows Install Clean Up)
    If you get  permission denied error, Try Run as Administrator – an option if you right click on the program.
    Remove any references you find to the programs you removed - strictly speaking you only need to worry about those programs where the uninstall failed.
    If you don’t see an entry for one of the programs that did *not* uninstall, look out for entries that start All Users that are blank entries or have numeric entries that look like version numbers
    restart your PC and try installing iTunes

  • How can i get some help to cancel my single app month to month and/or upgrade to full creative cloud membership? please don't tell me to follow the guidelines because i've tried several times but the options to 'switch plan' or cancel plan' are not availa

    how can i get some help to cancel my single app month to month and/or upgrade to full creative cloud membership? please don't tell me to follow the guidelines because i've tried several times but the options to 'switch plan' or cancel plan' are not available on my screen

    Keensy I have requested a member of our support team contact you directly via telephone.  Once I was able to review the correct account it appears our support team has tried multiple times to contact you.  I would recommend checking your SPAM filtering in case you need to receive additional messages from our support team.
    I did request that you be contacted via telephone. I am sorry for all of the difficulties which you have faced.
    For future viewers of this discussion when contacting our support team at Contact Customer Care it is imperative that you be logged in under the account tied to your membership/subscription.  While there is cancelation options available you will have an increased chance of being offered an opportunity to contact our support team if your account entitlement can be verified.  For this to be done you will need to be signed into the same account as your membership/subscription/registered software title.

  • The requested resource (/test/) is not available. Tomcat. Myfaces.

    Hi, i use Myfaces and Tomcat. Sometimes there is error : The requested resource (/test/) is not available. This is regarding war file. How can i check where there is the error? Sometimes the files are allmost same, i think. But in one time it works, in other no. I use Eclipse to edit and create files. Is it possible to check the errors before creating of war file? Thanks in advance!!!!!!!!!!

    Hi, i use Myfaces and Tomcat. Sometimes there is error : The requested resource (/test/) is not available. This is regarding war file. How can i check where there is the error? Sometimes the files are allmost same, i think. But in one time it works, in other no. I use Eclipse to edit and create files. Is it possible to check the errors before creating of war file? Thanks in advance!!!!!!!!!!

  • The requested resource (/Webtest) is not available.

    --context.xml--
    <Context path="/WebApplication1">
      <ResourceLink global="jdbc/myoracle2" name="jdbc/myoracle2" type="javax.sql.DataSource"/>
    </Context>
    ---web.xml---
    <servlet>
            <servlet-name>WebServlet</servlet-name>
            <servlet-class>WebServlet</servlet-class>
        </servlet>
    <servlet-mapping>
            <servlet-name>WebServlet</servlet-name>
            <url-pattern>/WebServlet</url-pattern>
        </servlet-mapping>
    ----HTML-----
    <HTML>
    <HEAD>
    <TITLE>Example</TITLE>
    </HEAD>
    <BODY BGCOLOR="WHITE">
    <TABLE BORDER="2" CELLPADDING="2">
    <TR><TD WIDTH="275">
    <FORM METHOD="POST" ACTION="/Webtest">
    <p>
    <INPUT NAME="ADMIN_USERNAME" TYPE="TEXT" id="ADMIN_USERNAME" SIZE=30>
    </p>
    <p>
    <INPUT NAME="ADMIN_PASSWORD" TYPE="TEXT" id="ADMIN_PASSWORD" SIZE=30>
    </p>
    <P>
    <INPUT TYPE="SUBMIT" VALUE="Click Me">
    <INPUT TYPE="RESET">
    </FORM>
    </TD></TR>
    </TABLE>
    </BODY>
    </HTML>
    ----JAVA SERVLET-----
    import java.sql.*;
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Webtest
    extends HttpServlet {
    public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException,
    IOException {
    try{
    Class.forName("oracle.jdbc.driver.OracleDriver");
    String sourceURL = "jdbc/myoracle2";
    Connection databaseConnection = DriverManager.getConnection(sourceURL);
    Statement stmt = databaseConnection.createStatement();
    String jname = request.getParameter("ADMIN_USERNAME");
    String jemail = request.getParameter("ADMIN_PASSWORD");
    String sqlInsertString ="INSERT INTO administrator (ADMIN_USERNAME,ADMIN_PASSWORD) VALUES ('" + jname +"', '" +jemail + "')";
    stmt.executeUpdate(sqlInsertString);
    databaseConnection.commit(); 
    databaseConnection.close();
    catch(ClassNotFoundException cnfe)
    System.err.println("Error loading Driver");
    catch (SQLException sqle){
    System.err.println("SQL Error");
    [/code
    can you help me. above example code has error message, the requested resource /webtest is not available... I do not know where is problem. but I am sure that database connection is o.k. I already test other example.
    thank you so much
    Message was edited by:
            jin412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    there is no problem to retrieve data from database.
    but I have a problem to add the record.Does it generate an exception? Try adding a line to print the stack trace in the exception block.
    sqle.printStackTrace();

  • The requested resource (/apex/) is not available

    I installed oracle 10g,but when i try to open my home page that time i got this error,i don'nt know how to fix it.
    it automaticaly reaches to this address-
    http://127.0.0.1:8080/apex/
    and now i got this error.
    HTTP Status 404 - /apex/
    type Status report
    message /apex/
    description The requested resource (/apex/) is not available.
    Apache Tomcat/5.5.28
    Please can you help me,what to do next. and how to handle this error.......
    Regards
    Deepak Sharma

    Hi,
    Your Tomcat is running also in port 8080.
    Change Tomcat or EPG port
    This might help change XE EPG port
    http://daust.blogspot.com/2006/01/xe-changing-default-http-port.html
    Regards,
    Jari

  • The requested resource (/ciscopca) is not available

    I am trying to acces the mailbox via web url and getting the error
    The requested resource (/ciscopca) is not available
    using cisco unity connection  
    System version: 8.0.3.23031-1

    David,
          I had it at 1024 and I bumped it up to 2048 and now it works.
    Thank you very much!
    Jim

  • Master Gateway node for the domain is not available

    Any hints in the catalina.out, exceptions.log, node.log or domain log files?

    Hi All, We are using Informatica 9.5.1 and Oracle 11g as by metadata DB. Initially our INFA_DOMAIN_REPO password was expired, so we couldn't connect to repository. Then we reset the same password and we restarted infa services also. But when we tried to connect repository we faced "Failed to connect repository" error. When i try to connect to Admin Consol, page was not displayed. When we check the node.log file it had a error message saying "2014-07-20 04:45:37,553 ERROR [Monitor Guaranteed Message Logger Thread] [CCM_10322] While logging messages to the Log Service, the following error occurred: [[DOM_10022] The master gateway node for the domain is not available. Electing another master gateway. Wait for the election of the master gateway node to  complete. If the problem persists, verify that the master gateway node is running.]. Fix the errors written to the node.log file. com.informatica.isp.domainservice.exceptions.ISPMasterNotAvailableException: [DOM_10022] The master gateway node for the domain is not available. Electing another master gateway. Wait for the election of the master gateway node to  complete. If the problem persists, verify that the master gateway node is running" We checked all the env variables and all looking fine.Node is also running. Please help to uderstand this issue ans the fix. Thanks in advance Regards,JP

Maybe you are looking for

  • Can I list all invalid *internal* links within a site?

    Hi, we are automatically migrating content from LiveLink WCMS to CQ5. After the migration process there will be a small number of links (in text) which point to resources (mostly PDF) but contain errors. We would like to automatically determine all o

  • How do i delete photos from downloads on a Macbook Air

    i just downloaded some photos from my inbox on hotmail and now i want to delete them from my downloads ~ does anyone know how to do this on a mac air?

  • How To Use Logic Express To Change The Speaking Voice

    I'm new to Logic. I've been messing around with it for awhile. I can't seem to find what I'm looking for. I'm looking for a filter, or a way to setup a filter that will automatically change the speaking voice (for podcasts etc.). I want the voice to

  • Proper way to test the dual GPU cards?

    I'll be receiving my Mac Pro tomorrow and I wanted to know if there is a way to properly put both GPU's through their paces to make sure they are both functioning properly? I've found a few threads where people realize their second GPU ( not used mos

  • MDT 2012 - Tools folder not being copied over post OS install

    Just started having this issue after rebuilding my 2010 DS into 2012. Using a standard task sequence, I am not doing any special with the DiskPart either. Installing to Disk 0, Partition 1. After it goes through the PostInstall phase, it is supposed