Got error when trying to populate JSP from ActionServlet......Help me

Hi Guys,
In My application, I need to search a directory on my machine like if i give abc, it should display all files that match "abc". For that i have a Jsp page which accepts the pattern and am using MVC architecture for developing this application and I got this error when i ran the application. My jsp page:
<body>
<html:form action="/searchPattern">
<TABLE border="0">
<TBODY>     <TR>
     <TH>File Pattern</TH>
     <TD><html:text property="pattern" /></TD></TR>          <TR><TD><html:submit property="submit" value="Submit" /></TD></TR>
</TBODY>
</TABLE>
</html:form>
</body>
another Jsp for displaying the results:
<body>
<jsp:useBean class="com.mot.struts.form.SearchForm" id="fileDetail" scope="session"/>
<table>     
<tr><td>File Names</td>
     <td><jsp:getProperty name="fileDetail" property="pattern"/></td>
     <td><ul>
     <logic:iterate name="fileDetail" property="listFiles"
     id="fileDetails" scope="session">               
     <li><bean:write name="fileDetails" property="listFiles" />
     </li>                
     </logic:iterate>
     </ul></td>
     </tr>
</table>
</body>
and the Action servlet is:
public ActionForward execute(ActionMapping mapping, ActionForm form,
               HttpServletRequest request, HttpServletResponse response) {
     SearchForm searchForm = (SearchForm) form;
String pattern=request.getParameter("pattern");
File dir = new File("D:\\satish\\archive");
System.out.println("Searching....");               
File[] children=dir.listFiles();
for (int i=0; i<children.length; i++) {
String fileMatch=children.getAbsoluteFile().getName();
if(fileMatch.contains(pattern)==true){      
System.out.println("File pattern with .log found, File Name "+ fileMatch);
          request.setAttribute("fileDetail", searchForm);           
return mapping.findForward("success");
else{
System.out.println("File pattern does not found");
return mapping.findForward("failure");
and the FormBean is:
public class SearchForm extends ActionForm {
     private List pattern;
     private List fileName;
     private List listFiles;
     public SearchForm(){          
     public SearchForm(List pattern, List fileName, List listFiles){
          this.pattern=pattern;
          this.fileName=fileName;
          this.listFiles=listFiles;
     public static class Files{          
     private Object fName;
     public Files(){               
     public Files(Object fName){               
     this.fName=fName;
     public Object getFName() {
     return fName;
     public void setFName(Object name) {
     fName = name;
     public List getListFiles() {
     int size=pattern.size();
     List listFiles=new ArrayList(size);
for( int p = 0; p < size; p++ ) {
     listFiles.add(new Files(fileName.get(p)));
     return listFiles;
     public void setListFiles(List listFiles) {
          this.listFiles = listFiles;
     public List getPattern() {
          return pattern;
     public void setPattern(List pattern) {
          this.pattern = pattern;
     public List getFileName() {
          return fileName;
     public void setFileName(List fileName) {
          this.fileName = fileName;
and I got the following error:
javax.servlet.ServletException: BeanUtils.populate
     org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1254)
.........root cause:
java.lang.IllegalArgumentException: argument type mismatch
     sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Plz help me in solving this

your form bean probably has a property that was declared using the wrong data type

Similar Messages

  • Propagation error when trying to download inventory from server

    Hi there,
    Has anyone seen the following error when trying to download an inventory from the server.:
    Buildfile: C:\bea10.3\user_projects\workspaces\RST\RSTPropagation\21102009\propbuild.xml
    import:
    BUILD FAILED
    C:\bea10.3\user_projects\workspaces\RST\RSTPropagation\21102009\propbuild.xml:39: The propagation servlet returned a failure response: The [Download] operation is halting due to the following failure: null
    Additional Information:
    The propagation servlet returned the following log information found in [C:\DOCUME~1\myuser\LOCALS~1\Temp\onlineDownload__D21_H11_M8_S11.log]:
    INFO (Oct 21, 2009 11:08:11 AM SAST): Verbose logging has been disabled on the server.
    INFO (Oct 21, 2009 11:08:11 AM SAST): The propagation servlet is starting the [Download] operation.
    INFO (Oct 21, 2009 11:08:11 AM SAST): The modifier [allowMaintenanceModeDisabled] with a value of [true] will be used for this operation.
    INFO (Oct 21, 2009 11:08:11 AM SAST): Validating that current user is in the Admin role...SUCCESS
    ERROR (Oct 21, 2009 11:08:11 AM SAST): Validating that Maintenance Mode is enabled...FAILURE
    ERROR (Oct 21, 2009 11:08:11 AM SAST): Maintenance Mode has not been enabled on the server. With Maintenance Mode disabled it is possible for users to modify the application. This may cause problems for propagation.
    WARNING (Oct 21, 2009 11:08:11 AM SAST): Because the modifier [allowMaintenanceModeDisabled] was enabled this validation failure will be ignored and the operation will proceed. However, users will still be able to make modifications to the application, which could lead to missing data and unexpected propagation errors.
    WARNING (Oct 21, 2009 11:08:11 AM SAST): The temporary directory on the server used by propagation is [portal/bea10.3/user_projects/domains/RSTDomain/servers/wl_nstf/tmp/_WL_user/RSTEar/7v9j6d/public] with a length of [99] bytes. It is recommended that you shorten this path to avoid path length related failures. See the propagation documentation on how to specify the inventoryWorkingFolder context-param for the propagation servlet.
    INFO (Oct 21, 2009 11:08:19 AM SAST): Validating that LDAP and RDBMS security resources are in sync...SUCCESS
    INFO (Oct 21, 2009 11:08:19 AM SAST): Writing the inventory file to the servers file system at [{0}].
    ERROR (Oct 21, 2009 11:08:23 AM SAST): The [Download] operation is halting due to the following failure: null
    Total time: 14 seconds
    Please let me know if you have any ideas because "The [Download] operation is halting due to the following failure: null" means nothing to me.
    Please note changing the maintenace mode makes no difference.

    Please enable Verbose Logging on the propagation servlet
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/prodOps/propToolAdvanced.html#wp1071690
    and check the logs on the server, they might give a clue

  • 8008 Error when trying to download movies from iTunes

    I've searched Google and the discussion boards but no one seems to have a fix for the 8008 error when trying to download movies in iTunes. I have the latest version of iTunes, my Mac Mini is up to date with all of it's patches, I've tried deleting the movie in the download folder and redownload the movie but I still get nothing. Does anyone have any suggestions for a fix?
    Thanks,

    Morning pettis360,
    Thanks for using Apple Support Communities.
    For troubleshooting on this, take a look at this article:
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    "Error -50," "-5000," "8003," "8008," or "-42023"
    These alerts occur due to timeouts or conflicts trying to write a file during download.
    If you encounter this issue while while downloading something from the iTunes Store:
    Delete your iTunes Downloads folder, located in:
    Mac OS X:
  ~/Music/iTunes/iTunes Media/Downloads   Note: "iTunes Media" may appear as "iTunes Music. Also, the tilde (~) refers to your Home directory.
    After locating your iTunes Downloads folder:
    Quit iTunes.
    Delete the Downloads folder on your computer.
    Open iTunes.
    Choose Store > Check for Available Downloads.
    Enter your account name and password.
    Hope this helps,
    Mario

  • Error when trying to load data from ODS to CUBE

    hi,
      Iam getting a short dump  when trying to load data from ODS to CUBE. The Run time error is 'TYPELOAD_NEW_VERSION' and the short text is 'A newer version of data type "/BIC/AZODS_CA00" was found than one required.please help me out.

    Hi,
    Check this thread.........Ajeet Singh  has given a good solution here.........
    Re: Error With Data Load-Getting Canceled Right Away
    Also check SAP note: 382480..................for ur reference............
    Symptom
    A DART extraction job terminates with runtime error TYPELOAD_NEW_VERSION and error message:
    Data type "TXW_INDEX" was found in a newer version than required.
    The termination occurs in the ABAP/4 program "SAPLTXW2 " in "TXW_SEGMENT_RECORD_EXPORT".
    Additional key words
    RTXWCF01, LTXW2U01, TXW_INDEX
    Cause and prerequisites
    This problem seems to happen when several DART extraction jobs are running in parallel, and both jobs access table TXW_INDEX.
    Solution
    If possible, avoid running DART extractions in parallel.
    If you do plan to run such jobs in parallel, please consider the following points:
    In the DART Extract configuration, increase the value of the parameter "Maximum memory allocation for index (MB)" if possible. You can estimate reasonable values with the "File size worksheet" utility.
    Run parallel DART jobs on different application servers.
    As an alternative, please apply note 400195.
    It may help u.........
    Regards,
    Debjani.......

  • Run time error when trying to import bookmarks from firefox

    When trying to import bookmarks from Firefox to Safari I get the following error message: "Run Time Error. This application has requested the Runtime  to terminate it in an unusual way." Safari does not function anymore and I have to close it. Can somebody help me? I am using a PC with Windows 7.

    In the Bookmarks Manager (Library) there is a toolbar with the Back and Forward button and three other buttons (Organize, Views, Import & Backup).
    * The first (gear) button is the Organize button with basic edit menu items for bookmarks
    * The second button is the Views button that allows to change the sort order for viewing purposes (doesn't sort permanently).
    * The third (star) button is the Import & Backup button that allows to backup and restore a JSON backup and import and export an HTML backup and import bookmarks from other browsers.
    Hover each button to see the tooltip or click each of them to see what they do.
    * https://support.mozilla.org/kb/how-do-i-use-bookmarks

  • Error when trying to export excel from Chrom

    Hi,
    I get the following error message when i try to export the excel from Chrome browser. Has anyone encountered this error when trying to export from Chrome ? can you please give me the solution. 
    Thanks.
    Error message:
    To export a list, you must have a Microsoft SharePoint Foundation-compatible application

    Hi,
    From your description, when you export a SharePoint list to excel from chrome, you get an error.
    In my SharePoint 2013, when I export a SharePoint list to excel from chrome, it works fine.
    For your issue, make sure the excel client have been installed in your environment.
    To narrow down the issue, I would like to confirm the following information:
    To check whether the issue is related to the browser, I suggest you to do a test in other browsers, such as IE and compare the results.
    What version is your office client? office 2013 or 2010? 32bit or 64 bit?
    Besides, here are some similar posts, you can take a look at:
    http://community.office365.com/en-us/f/172/t/160015.aspx
    https://social.technet.microsoft.com/Forums/office/en-US/5ffbeb9e-6eb1-41c2-8141-edab6039bbde/to-export-a-list-you-must-have-a-microsoft-sharepoint-foundationcompatible-application?forum=sharepointadminprevious
    I am looking forward to your reply back.
    Best regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Error when trying to truncate table from within PL/SQL

    Hello.....
    Does anyone know why I get an error when trying to execute the following command from within PL/SQL?
    truncate table event;
    The error is as follows:
    ORA-06550: line 20, column 14:
    PLS-00103: Encountered the symbol "TABLE" when expecting one of the following:
    := . ( @ % ;
    The symbol ":= was inserted before "TABLE" to continue.

    And as a DDL, it does a COMMIT just before it runs. Whether you want a COMMIT or not.
    And with all the locking and serialization issues associated with a DDL.

  • Error when trying to migrate project from labwindows 2010 SP1 over to VS2008

    I'm sure I've been successful back with this when running CVI 8.5 and VS2003 / 2005, but I keep gettin the following error when trying to do this with my current configuration. What am I missing?
    See attached image
    Regards
    Gavin
    Attachments:
    CVI-VS error.JPG ‏29 KB

    Not recently, but what I would say is that CVI 2010 SP1 was installed after my VS2008 installation, so it ought to be in the right order.... When I get a moment I'll reinstall the CVI runtime and see what happens. Its not critical that I get this fixed, as the project in question is so small, and as the important parts are almost competely ANSI C, it should be really easy to reconstruct in C# anyway. I'll let you know what happens anyway

  • Error when trying to run jsp on oas4081

    Hi there!
    As many others before, I'm trying to get jsp to run on oas4081. Although I think I did everything what the docs (and the other posts here) say, I get an error.
    Here is what I did:
    * download ojsp.zip
    * add a JServlet application
    * under ENVIRONMENT VARIABLES of that app I included %ORACLE_HOME%/ows/cartx/jweb/classes/ojsp.jar
    (yes, I copied the ojsp.jar to that location; there already is a jservlet.jar, and I can run servlets, so I didn't bother about adding a servlet.jar anymore, as the manual said)
    * under JAVA ENVIRONMENT I added DELEGATE_SERVLET_CLASS (left) and oracle.jsp.JspServlet (right)
    * under WEB PARAMETERS I added htm, html to the mime-types field
    Here is what I get when accessing http://myserver/jsp_samples/hellouser.jsp:
    JSP Error
    Request URI: /jsp_sample/hellouser.jsp
    Exception:
    java.lang.IllegalStateException: Unable to determine real path from the servlet context
    at java.lang.Throwable.(Compiled Code)
    at java.lang.Exception.(Compiled Code)
    at java.lang.RuntimeException.(Compiled Code)
    at java.lang.IllegalStateException.(Compiled Code)
    at oracle.jsp.provider.JspFSServletContextResource.getRepositoryRoot(Compiled Code)
    at oracle.jsp.provider.JspFSServletContextResource.init(Compiled Code)
    at oracle.jsp.app.JspAppLoader.getApplication(Compiled Code)
    at oracle.jsp.JspServlet.doDispatch(Compiled Code)
    at oracle.jsp.JspServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at oracle.OAS.servlet.servletrunner.exec(Compiled Code)
    Looking through the other log files, I found the following in wrb.log:
    03-21-2000 14:41:49 783109 sun199-093
    `Unknown Component` 28414 1 0x400fff
    `/oracle/app/oracle/product/oas408/ows/4.0/ojsp/webroot/samples/hellouser/oracle/jsp/JspServlet.class:
    java.lang.ClassNotFoundException:
    /oracle/app/oracle/product/oas408/ows/4.0/ojsp/webroot/samples/hellouser/oracle/jsp/JspServlet.class
    at java.lang.Throwable.<init>(Compiled Code)
    at java.lang.Exception.<init>(Compiled Code)
    at java.lang.ClassNotFoundException.<init>(Compiled Code)
    at oracle.owas.loader.WRBLoader.loadClassFromBytes(Compiled Code)
    at oracle.owas.loader.WRBLoader.loadClass(Compiled Code)
    at java.lang.ClassLoader.loadClass(Compiled Code)
    at oracle.OAS.servlet.servletrunner.getServlet(Compiled Code)
    at oracle.OAS.servlet.servletrunner.exec(Compiled Code)
    Any hints would be greatly appreciated!!!
    Martin
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Alex Yiu:
    Have you specified the physical path and virtual path mapping in OAS?<HR></BLOCKQUOTE>
    Yes I did, when I added the JServlet application and cartridge, respectively. And I don't have a typo in there...
    null

  • SharePoint Designer 2010 Error occurs when accessing Edit Form: "The server returned a non-specific error when trying to get data from the data source ..." This occurs when using "" in a calculated column in a SharePoint List

    I created a calculated column "Expiration Date" in SharePoint 2010 with formula, =IF([Contingent Hire]=TRUE,(Created+90),(IF([Contingent Hire]=FALSE," ")))
    This works in the SharePoint list but when I go to edit the Edit Form in Designer. I get the error specified in the title of this post. I'm trying to make it so the Expiration Date is blank when another column, "Contingent Hire" (a YES/No
    column) is FALSE.
    The Edit Form is essentially a DataViewWebpart. If I remove the " ", like so, "(IF([Contingent Hire]=FALSE,))" from the calc column, the error goes away; however, the Expiration Date field does not
    remain blank like I want it to.
    Does anyone have any suggestions? (Below is the error generated when I open Designer and then try to open the Edit form for the corresponding list containing the calc column)
    JackSki123

    Hi Jack,
    Could you provide a screenshot about this issue?
    As Dimitri suggested, you can install the update for your SharePoint Designer and check again.
    And you can also check if you can display "NA" instead of " " in your calculated column per the following post.
    http://rajeshspillai.blogspot.in/2012/03/server-returned-non-specific-error-when.html
    Thanks
    Daniel Yang
    TechNet Community Support

  • Keep getting import error when trying to import photos from my camera. "iphoto cannot import your photos because there was a problem downloading an image".  Can anybody help?

    Have a problem importing my photos to iphoto '11.  Keep getting an error message.  Tried deleting some photos from iphoto as well as my camera, but it didn't help.  Can anybody tell me why this is happening?

    what happens when you use Image Capture (in your applications folder) and see what happens
    LN

  • Got error when trying to generate Java proxy jar file for webservice

    Hi,
    I am having a warning message when trying to generate java proxy jar file on weblogic8.1
    webservice test web app, the message is as follows:
    "Warning Failed to generate client proxy from WSDL definition for this service.
    Prescription Please verify the <types> section of the WSDL."
    in the mean time, on weblogic starting terminal, I saw the following exceptions,
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\AlphaLength4Deserializer.java:36: cannot resolve symbol
    symbol : class FacetUtils
    location: package binding
    weblogic.xml.schema.binding.FacetUtils.checkLengthFacet(__typed_obj,4L);
    ^
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\OSIFieldAnonTypeDeserializer.java:36: cannot resolve symbol
    symbol : class FacetUtils
    location: package binding
    weblogic.xml.schema.binding.FacetUtils.checkMaxLengthFacet(__typed_obj,69L);
    ^
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\AlphaLength2Deserializer.java:36: cannot resolve symbol
    symbol : class FacetUtils
    location: package binding
    weblogic.xml.schema.binding.FacetUtils.checkLengthFacet(__typed_obj,2L);
    ^
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\FreeFormAnonTypeDeserializer.java:36: cannot resolve symbol
    symbol : class FacetUtils"
    Can anybody help me about this issue? I attached WSDL file, also United Airlines
    got an enterprise weblogic license deal with BEA, any help will be highly appreciated.
    Thanks!!!
    Naichen
    [ModifyPNRWSContract.wsdl]

    Hi Naichen,
    I was able to successfully run both the autotype and clientgen Ant task, on the
    WSDL you provided. The code behind those Ant tasks are pretty much what the WebLogic
    Web Services test page run. Are you using WLS 8.1 SP2? If not, you might want
    to try with that version.
    Regards,
    Mike Wooten
    "Naichen Liu" <[email protected]> wrote:
    >
    >
    >
    Hi,
    I am having a warning message when trying to generate java proxy jar
    file on weblogic8.1
    webservice test web app, the message is as follows:
    "Warning Failed to generate client proxy from WSDL definition for this
    service.
    Prescription Please verify the <types> section of the WSDL."
    in the mean time, on weblogic starting terminal, I saw the following
    exceptions,
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\AlphaLength4Deserializer.java:36: cannot resolve symbol
    symbol : class FacetUtils
    location: package binding
    weblogic.xml.schema.binding.FacetUtils.checkLengthFacet(__typed_obj,4L);
    ^
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\OSIFieldAnonTypeDeserializer.java:36: cannot resolve
    symbol
    symbol : class FacetUtils
    location: package binding
    weblogic.xml.schema.binding.FacetUtils.checkMaxLengthFacet(__typed_obj,69L);
    ^
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\AlphaLength2Deserializer.java:36: cannot resolve symbol
    symbol : class FacetUtils
    location: package binding
    weblogic.xml.schema.binding.FacetUtils.checkLengthFacet(__typed_obj,2L);
    ^
    C:\DOCUME~1\u252738\LOCALS~1\Temp\wlwproxy37508.jar1533409921\com\ual\www\rcc\cb
    t\schema\modifypnr\FreeFormAnonTypeDeserializer.java:36: cannot resolve
    symbol
    symbol : class FacetUtils"
    Can anybody help me about this issue? I attached WSDL file, also United
    Airlines
    got an enterprise weblogic license deal with BEA, any help will be highly
    appreciated.
    Thanks!!!
    Naichen

  • Newbie - Error when trying to view .jsp file on newly running server.

    Hello, I'm new and trying to view a .jsp file on my webserver and get this error:
    java.io.IOException: CreateProcess: javac -d C:\Blazix\jspdir -classpath C:\Blazix\blazix.jar;C:\Blazix\classes; C:\Blazix\jspdir\desisoft_jsp_intro_jsp1152122045640.java error=2
    *The .jsp file I want to view is in the correct folder, and I can view the same file if it is renamed as an .html extension.  Plz Help!!!   Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    What does the JSP contain? Have you tried a simple JSP without any special functions? Does that work? How about catching the exception within the JSP. Will the JSP run and display correctly (of course, without the excepted content)?
    Here is an example of how you can catch the exception and prevent the JSP from failing (or at least how to prod it to display despite the error):
    <body>
       <%
       // yada yada yada some code
       try{
          // Yada yada yada the code that may have the IO problem
          // Yada yada yada
       }catch(IOException io){
           System.err.println("Here is the exception: "+io.toString());
       %>Please post back and let us know.
    dailysun

  • JspParse Error when trying to run jsp/jspx page deployed on standalone OC4J

    I have ADF Faces Application, which is developed with JDev 11 TP3.
    I have deployed the application to Standalone OC4J Server, packed within JDeveloper 11 TP3.
    The problem comes, when i try to acess my login jsp or other JSPX page,then i receive the following error on the standalone OC4J Server console:
    for the JSP:
    JSP Servlet Error: Internal Error, registered Directive handlers MUST descend from JspDirective
    oracle.jsp.parse.JspParseException: /login.jsp : Line 4,
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    The content of my JSP page (login.jsp) is:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1251"%>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    for JSPX:
    Directive handlers must descend from JSP Directive..
    But i have:
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1251"/>
    That works fine with JDev embedded OC4J.
    Thank you in advance,
    Krasimir
    Message was edited by:
    K.Penev

    Same trouble. Anyone have solution?
    JDeveloper 11 TP4
    OC4J 11 TP4 from this http://www.oracle.com/technology/tech/java/oc4j/index.html
    Do this instruction http://www.oracle.com/technology/products/jdev/tips/muench/oc4j11gtp/index.html
    Nothing to change.
    Message was edited by:
    user644372

  • Oracle Planning gives error when trying to open application from Workspace.

    Hello,
    We have version 11.2.2.0.0 of Planning installed. After the install of Essbase Studio Server we have hit some issues where Planning does not seem to be available. Despite re-deploying several times and other things, we cannot connect to the Planning server.
    Planning does seem to be listening
    c:\Oracle\Middleware\user_projects\domains\EPMSystem\bin>netstat -na | findstr 8300
      TCP    127.0.0.1:8300         0.0.0.0:0              LISTENING
      TCP    155.209.11.122:8300    0.0.0.0:0              LISTENING
      TCP    [::1]:8300             [::]:0                 LISTENING
    but the test URL will not resolve
    http://hcb-mapp156:8300/HyperionPlanning
    Error 404--Not Found
    When trying to open a Planning application from Workspace we see the following errors:
    Description: Invalid or could not find module configuration 'HyperionPlanning.planning'.
    URI: http://localhost:19000/HyperionPlanning/conf/HspJSConfig.xml
    Status: 404 - Not Found
    Content: text/html; charset=UTF-8
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
    <HTML>
    <HEAD>
    <TITLE>Error 404--Not Found</TITLE>
    </HEAD>
    <BODY bgcolor="white">
    <FONT FACE=Helvetica><BR CLEAR=all>
    <TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
    <FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 404--Not Found</H2>
    </FONT></TD></TR>
    </TABLE>
    <TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>
    </FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.5 404 Not Found</H4>
    </FONT><P><FONT FACE="Courier New">The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.</p><p>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.</FONT></P>
    </FONT></TD></TR>
    </TABLE>
    </BODY>
    </HTML>
    Hope someone can help here.
    Thanks,
    Philip.

    Hello,
    Yes, I see this error in the logs:
    <Nov 12, 2013 11:09:17 AM CET> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.NullPointerException.
    java.lang.NullPointerException
    at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:241)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
    Truncated. see log file for complete stacktrace
    >
    <Nov 12, 2013 11:09:17 AM CET> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'PLANNING [Version=11.1.2.0]'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at java.io.File.<init>(File.java:222)
    at com.hyperion.hit.tool.deploy.update.util.RegistryHelper.createPhysicalWebApp(RegistryHelper.java:213)
    at com.hyperion.hit.tool.deploy.update.RegistryUpdater.update(RegistryUpdater.java:30)
    at com.hyperion.hit.tool.deploy.update.UniversalListener.contextInitialized(UniversalListener.java:80)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    Truncated. see log file for complete stacktrace
    Thanks.

Maybe you are looking for

  • How do i set the mail account to bring up my yahoo emailbox?

    you know when you go to a website and there is an email address that you can click on and it brings up your mail account? well, i did have a .mac account for 60 days and i did not want to pay $99 to keep it. i use yahoo for email. how do i change the

  • WLS 8.1 SP5 Message bridge doesn't refresh connection after idle time out

    Hi, I am seeing in the log after enabling the debug flags that message bridge intermittently stops refreshing the connection without logging further info and causing a production failure.Bridge is forwarding the message from WLS 8.1..5 DQ to the remo

  • Please try a little tool I wrote in Python querying Oracle database

    Hi, I wrote a little tool that helped me taking snapshots of Oracle database quickly; I name it DB Conan. It's available on my blog here: http://jananuraga.blogspot.com/2008/12/db-conan-10.html Please have a try; I hope you'll find it useful. Best re

  • Moving website hosting from MobileMe to Godaddy... how to?

    Greetings! I recently created a website using iWeb and hosted it on MobileMe using my Godaddy domain. I am interested in moving the hosting abilities to the new hosting I purchased on GoDaddy. So far, I have changed most of the settings, I will try a

  • Slideshow on a DVD questions

    Hi... 2 questions about the adding a slideshow to a DVD using iDVD 08. Are you only able to allow one type of transition for the slideshow? I really would like to have an option where it randomly switches between types of transitions. Seeing the same