SERVLET-fileext_not_set: Extension of file not found, while displaying static content

I got the above-mentioned error when the application tries to display a JSP
page. Any idea what it could be due to? I'm using iAS.
Christopher Lam

Hi All,
Sorry for the false alarm, I finally found out that this problem is due to
an exception in my bean which was not handled properly, resulting the JSP
does not know what to display. Now it is OK after the bean is corrected.
Thanks anyway.
Christopher Lam
"Christopher Lam" <[email protected]> wrote in message
news:9tfpon$[email protected]..
I got the above-mentioned error when the application tries to display aJSP
page. Any idea what it could be due to? I'm using iAS.
Christopher Lam

Similar Messages

  • IPlanet 6.0 and struts (Extension of file not found, while displaying stati

    i am trying to launch the strut appln in iPlanet 6.0 when i am making a reqest for jsp i am getting a message saying Error: 404 SC_NOT_FOUND
    Extension of file not found, while displaying static content . i do not have any clue on this why i am getting this message.
    Could anybody help me regarding this

    Hello,
    I am experiencing the same problem too. My jsp accesses a javabean. I
    noticed, most of the times, I thought, it happened when session was timed
    out. But it also happended before the time-out too. I had it set as default
    at 30 minutes.
    If you find out a solution or some high lights please let me know.
    Thanks a lots.
    ThuThien Ho
    [email protected]
    (703) 428-2856
    Jordi Lucas wrote:
    Hi all,
    I have the following problem.
    When I try to execute a jsp, the server responds:
    Error: 404 SC_NOT_FOUND
    Extension of file not found, while displaying static content
    This problem doesn't ocurred with all jsp's, it seems that only ocurrs
    with the jsp's that call EJB's or JavaBean's.
    Anyone has encountered with the same problem?
    Any idea?
    We are using Iplanet Application Server 6.0 SP3 and IPlanetWebServer 4.1
    SP7.
    Thanks in advance !
    Jordi Lucas Essi Projects
    Ingeniero de desarrollo
    [email protected] t +34 977 221 182
    http://www.essiprojects.com f +34 977 230 170

  • Extension of file not found

    Hi all,
    I have the following problem.
    When I try to execute a jsp, the server responds:
    Error: 404 SC_NOT_FOUND
    Extension of file not found, while displaying static content
    This problem doesn't ocurred with all jsp's, it seems that only ocurrs
    with the jsp's that call EJB's or JavaBean's.
    Anyone has encountered with the same problem?
    Any idea?
    We are using Iplanet Application Server 6.0 SP3 and IPlanetWebServer 4.1
    SP7.
    Thanks in advance !
    Jordi Lucas Essi Projects
    Ingeniero de desarrollo
    [email protected] t +34 977 221 182
    http://www.essiprojects.com f +34 977 230 170
    ??????????????????????????????????????????????????

    Hello,
    I am experiencing the same problem too. My jsp accesses a javabean. I
    noticed, most of the times, I thought, it happened when session was timed
    out. But it also happended before the time-out too. I had it set as default
    at 30 minutes.
    If you find out a solution or some high lights please let me know.
    Thanks a lots.
    ThuThien Ho
    [email protected]
    (703) 428-2856
    Jordi Lucas wrote:
    Hi all,
    I have the following problem.
    When I try to execute a jsp, the server responds:
    Error: 404 SC_NOT_FOUND
    Extension of file not found, while displaying static content
    This problem doesn't ocurred with all jsp's, it seems that only ocurrs
    with the jsp's that call EJB's or JavaBean's.
    Anyone has encountered with the same problem?
    Any idea?
    We are using Iplanet Application Server 6.0 SP3 and IPlanetWebServer 4.1
    SP7.
    Thanks in advance !
    Jordi Lucas Essi Projects
    Ingeniero de desarrollo
    [email protected] t +34 977 221 182
    http://www.essiprojects.com f +34 977 230 170

  • Error  of "File not found"  while installing RAC

    Hello Firends,
    After succsssfully installing and running cluster manager on both the nodes ( it is 2-node Cluster), when I try to install oracle software, an error message window poped up stating the following message.
    "File Not Found
    /mnt/cdrom/Disk2/stage/components/oracle.pk2.proc/9.2.0.1.0/Datafiles/bin.1.1.jar"
    Every time I ignore mesage it gives me another error message for differnt file name. So I stoped the installation.
    According to this message it seems that there is no such file on the CD ( DIsk2) . I have a downloaded version of 9.2.0.1 from this site.
    Please give me some suggestion on this.
    Any type of response is highly appreciated.
    Thanks
    Bhsvin

    Hello Firends,
    After succsssfully installing and running cluster manager on both the nodes ( it is 2-node Cluster), when I try to install oracle software, an error message window poped up stating the following message.
    "File Not Found
    /mnt/cdrom/Disk2/stage/components/oracle.pk2.proc/9.2.0.1.0/Datafiles/bin.1.1.jar"
    Every time I ignore mesage it gives me another error message for differnt file name. So I stoped the installation.
    According to this message it seems that there is no such file on the CD ( DIsk2) . I have a downloaded version of 9.2.0.1 from this site.
    Please give me some suggestion on this.
    Any type of response is highly appreciated.
    Thanks
    Bhsvin

  • Files not found while installing Oracle 9iAS Rel 2 on Win2K

    Hello,
    When installing Oracle 9iAs Release 9.2.0.1.0 on Windows 2000, the installation pops up windows 'File not found' for a number of files like -
    jarfiles.1.4.jar, jarfiles.1.2.jar.
    I checked out and the files are not avialable in the installation. The setup disks are proper.
    What could be the problem?
    Regards,
    Mandar

    The release date has slipped. We've found some issues which must be fixed before we can release on Windows. Hopefully we will have it soon.
    I understand that there is a high level of anticipation. I appreciate everyone's patience.
    Thanks,
    Ashesh Parekh
    Oracle9iAS Product Management.

  • IOException File not found - While using Runtime.exec

    Hey All,
    I have written a Java application which needs to start up another external application. I have executables for that external application for different platforms (Win32, PPC and Linux). When the Java application is started it detects the OS and starts up the right executable according to the OS. The executable loads up fine on Windows without any problems. But in both Linux and Max OS X I get this exception:
    java.io.IOException: java.io.IOException: "/home/vilas/Documents/Project/build/CLISP/linux/lisp.run": not found
            at java.lang.UNIXProcess.<init>(UNIXProcess.java:143)
            at java.lang.Runtime.execInternal(Native Method)
            at java.lang.Runtime.exec(Runtime.java:566)
            at java.lang.Runtime.exec(Runtime.java:428)
            at jplan.communication.lispserver.LispServer.startupServer(LispServer.java:143)
            at jplan.communication.lispserver.LispServer.run(LispServer.java:109)
            at java.lang.Thread.run(Thread.java:534)lisp.run has all the necessary permissions. If I copy the string (/home/vilas/Documents/Project/build/CLISP/linux/lisp.run) and paste it in a terminal and press enter, the application starts up fine without any problems!! Can you please tell me what could be going wrong?
    The following extra information maybe helpfull:
    1) I use the exec(String command, String[] envp, File dir) version of exec.
    2) The complete format of the command is as follows (one long string):
    "/home/vilas/Documents/Project/build/CLISP/linux/lisp.run" -B "/home/vilas/Documents/Project/build/CLISP/linux" -M "/home/vilas/Documents/Project/build/CLISP/linux/lispinit.mem" -i loader.lisp
    Thanks in advance for your time and efforts.

    I found the problem after extensively searing the forums (looking upto page 4 !! of the results). The problem was that I was using quotes to surround the paths in the command. If you copy and paste it in a terminal it will work fine but it does not work with runtime.exec. I am not sure, but I think the reason is that when a terminal is used, some pre-processing of the commands take place before they are passed onto the OS(shell). But while using runtime.exec, that pre-processing is not peformed and therefore some things will not work.
    In order to fix the problem, I use quotes only when the OS is windows. In other cases(OS X, Linux) I escape the spaces i.e. replace " " with "\ ".
    PS: The executable is a binary compiled from C code.

  • CR4E "file not found" while trying to run CR project

    The only way I can run the .jsp file which calls my crystal report is by stopping Tomcat6 then right clicking on the .jsp file and clicking "run on server".  Of course when I do this none of my other java servlets or .jsp files work.
    If I start up Tomcat6 first then all of my other java web projects are fine, but the Crystal Reports project will not work.
    Here are the errors:
    Please help.
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: javax.servlet.ServletException: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report file /CrystalReport1.rpt not found---- Error code:-2147215356 Error code name:fileNotOpened
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:522)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    javax.servlet.ServletException: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report file /CrystalReport1.rpt not found---- Error code:-2147215356 Error code name:fileNotOpened
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:850)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
         org.apache.jsp.test_jsp._jspService(test_jsp.java:113)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Report file /CrystalReport1.rpt not found---- Error code:-2147215356 Error code name:fileNotOpened
         com.businessobjects.reports.sdk.d.byte(Unknown Source)
         com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(Unknown Source)
         com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         com.crystaldecisions.reports.sdk.ReportClientDocument.open(Unknown Source)
         org.apache.jsp.test_jsp._jspService(test_jsp.java:77)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    com.businessobjects.reports.sdk.d: Report file /CrystalReport1.rpt not found
         com.businessobjects.reports.sdk.c.a(Unknown Source)
         com.businessobjects.reports.sdk.b.v.if(Unknown Source)
         com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         com.crystaldecisions.reports.sdk.ReportClientDocument.open(Unknown Source)
         org.apache.jsp.test_jsp._jspService(test_jsp.java:77)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
    root cause
    java.io.FileNotFoundException: \CrystalReport1.rpt (The system cannot find the file specified)
         java.io.FileInputStream.open(Native Method)
         java.io.FileInputStream.<init>(FileInputStream.java:106)
         java.io.FileInputStream.<init>(FileInputStream.java:66)
         com.crystaldecisions.jakarta.rpoifs.RandomAccessPOIFileSystem.<init>(Unknown Source)
         com.crystaldecisions.reports.common.ae.a(Unknown Source)
         com.crystaldecisions.reports.common.ae.if(Unknown Source)
         com.crystaldecisions.reports.reportdefinition.bi.if(Unknown Source)
         com.crystaldecisions.reports.reportdefinition.bi.C(Unknown Source)
         com.businessobjects.reports.sdk.c.a(Unknown Source)
         com.businessobjects.reports.sdk.b.v.if(Unknown Source)
         com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
         com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         com.crystaldecisions.reports.sdk.ReportClientDocument.open(Unknown Source)
         org.apache.jsp.test_jsp._jspService(test_jsp.java:77)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:337)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)

    Hello guys,
    The configuration steps described by Hep Dev works and solve my problem.
    Thank you.
    Best regards,
    Ivo Kotev
    @ I found really helpful information here :
    http://publib.boulder.ibm.com/infocenter/iadthelp/v7r0/index.jsp?topic=/com.businessobjects.integration.eclipse.devtools.doc/developer/JSF_Walkthrough33.html

  • Using FF 3.6.13, it cannot open an Adope PDF ( says file not found) while all other browsers work!!!!

    I have updated FF and Adobe Reader and its plugin to the latest levels.
    This error happens on several PC's of friends as well so it is a serious issue. Chrome, IE and others have no problems at all when executing the same thing on the same PC.

    The above instruction set for opening PDFs within Firefox DID in fact work.
    Thanks!
    It does open it in a separate window from FF but at least it works. ( yes, I tried the options to stop that no luck)

  • "File not Found" error in the admin console for dimension

    Hi All,
    We are onto the BPC7 MS version and recently we have started facing an error "File Not Found" while trying to access the dimension members from the admin console.
    I have checked the "adminapp" folder where all the dimension files should be placed in the system, the files are present in the folder.
    The mbr<DIMENSION>  tables are also present in the database and have the members intact.
    I have also tried with processing the dimensions (NOT processing from the membersheet) and it goes successful, but still face the same "File Not Found" Error.
    We have a single appset and a single application.
    Regards
    Raghav

    Hi Sorin,
    Where can I check the File path if it is set incorrect?
    I am recieving this message for all the dimensions, even when I click on the "maintain dimension members", try to process or even try to copy them i have this pop up showing "file not found".
    I have the dimension tables intact at the DB servers and they have the members in them.
    Regards
    Raghav

  • Error:verifier jar file not found

    Hi,
    I found problem "verifier jar file not found" while building a package in Aspects Developer Evaluation version.
    Pls guide me regarding my problem if any body could.

    Include the offcardverifier.jar file in your classpath, you will find this file under $java_card_kit-2_2_2\lib
    Regards,
    Amr.

  • Error:"Add on  executable file not found"

    hi
    How to solve
    "Error:"Add on  executable file not found"" while adding add ons in sap b1
    Edited by: Philip Eller on Jun 16, 2008 10:13 AM
    Edited by: Philip Eller on Jun 30, 2008 10:02 AM*

    Hello Neetu,
    Are you installing the XLR? if yes, when choose SQL server, please
    Type a wrong servername first, then you will be able to get to an advanced
    dialogue. Enter the correct name with username and password and then go on
    to see if it works.
    Kind Regards,
    Maggie Zheng
    SAP Business One Forum Team

  • File Not Found when calling a Servlet in Portal

    We've developed a JSP/servlet application within JDeveloper 9.0.3 also using the Portal add-in.
    Upon submission of form within the JSP, a servlet is called using a url based servlet mapping. Everything works great in Jdeveloper, but once we deploy to the app server through OEM and try to submit the form on the JSP (through a basic submit button), we get a 404 File Not Found error.
    All of the code is set up in the basic j2ee structure. (I think) DrugInter is the name of the provider and the application.
    applications/DrugInter/DrugInter/WEB-INF/classes/src/com/whatever/ServletName.class
    Our web.xml has the correct servlet name and mapping to this servlet. I'm assuming this is the case only because everything works fine within JDev.
    Any ideas?
    Thanks!
    Teri Kemple

    I think I found the problem. I am using Illustrator CS5 (15.0.02) running on MacOS (10.7.5).
    In my script, Folder.selectDialog function was returning "file:///Users/alex/Apps/temp", when I selected the temp folder from the dialog box. I want the function to return "/Users/alex/Apps/temp". If I hardcode the path (as shown below), the javascript runs fine.
    // Select the source folder.
    //sourceFolder = Folder.selectDialog( 'Select the folder with Illustrator files', '~' );
    sourceFolder = Folder("/Users/alex/Apps/temp");

  • FILE NOT FOUND ERROR WHILE INSTALLING ORACLE EM GRID CONTROL 10.2.0.1

    FILE NOT FOUND ERROR ON FILES: generalstup, seedstup during the setup phase and when i click ignore from a list of cancel, retry and ignore it moves to the configuration phase and rapidly moves from 63% to 100% and gives the error OUI-10133 invalid staging area. i have tried the install 3 times and dont know what the problem is. i am doing the oracle EM GC INSTALL WITH NEW DATABASE OPTION. i downloaded the full version disks 1-3 from the website:http://www.oracle.com/technology/software/products/oem/index.html
    Enterprise Manager 10g Grid Control Release 2 (v10.2.x)
    Full Installers (Agent, Repository, OMS, and Management Packs)
    Oracle Enterprise Manager 10g Grid Control Release 2 (10.2.0.1) for Linux x86
    when this is extracted it leaves me with Disk1, 2, and 3
    install started from 1, then it later asks for two whick happens to instead be but under Dist 3-but there are two disk2's under Disk 3- one under oms and one under rdbms folder. i have tried both and alas same errors
    i even triwd the same download from edelivery.oracle.com and gives the same madness
    am stuck.

    i followed the link and all the instructions things seemed to go well: it still asked for two files i did not have or could not locate: first its asked for generalstub, then it asked for seedstup and then generalstup again. at this point the installation was at 67% and had passed the link succesful stage and was at the setup succeful stage. when i clicked ignore on generalstub, seedstup and then generalstup again it quicly moved to 100% and never took me to the stage for me to run oraInstroot.sh and allroot.sh
    the configuration assistant stage never cameup and it skipped to the page Specify Repository Database Configuration
    where it asked for repository database hostname port, service/sid and SYSMAN password and also manament service security password. whe i input all the infor mation it will give errors. i have tries deleting all oracle 3 or 4 times and all files that oracle has and repeated the process and am always stuck here.
    error reads :
    -error cheching the existence of the SYSMAN user in Management repository
    -exception occured while connecting to database . please check the connection details you specified and retry
    -io exception connection refused: (DESCRIPTION=(TMP=)(VSNUMM=168821760)(ERR=12514)(ERRO_STACK=(ERROR=(CODE=12514)(EMFI=4))))
    REP DB HOSTNAME:SA-OMS-01
    PORT:1521
    SERVICE/SID:OMSDB01
    SYSMAN PASSWORD:PASS
    THE REST I PUT PASS AS PASSWORD
    NOT SURE WHAT TO DO NEXT.

  • File not found error while trying to generate stub using wsdl2java

    Hi
    I am facing this peculiar problem while generating the stub thru the wsdl2java command.
    It shows series of file not found exception.
    What all thing need to be set or taken care while we execute the command . anybody having window script for doing this please share it with me.
    Your help is higly appreciated
    Thanks
    Ottran

    It could be that the wsdl file is not found if you are invoking this command for a wsdl which is locally existing
    Could you send the command and the exception msgs that you are getting
    Regards
    Mari

  • File Not Found Error while installing

    I am using Win 7- 64, downloaded Oracle 11g R2.
    my problem is while i am installing i am getting this error dialogue boxes repeatedly
    File Not Found
    F:\app\Poojaries\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    Giving options with
    Abort          Retry           Continue
    i proceeded with Continue, i got many errors like that , even i completed with clicking continue.
    Installation completed.
    While i am trying to login with Username and Password, it giving an error
    ORA - 12560 TNS : Protocol adapter error.
    Even i tried login with DBA also it not working
    Waiting for solution..
    Thank you

    94ca1f3c-5ca1-4c06-9858-513a0c7e2e15 wrote:
    I am using Win 7- 64, downloaded Oracle 11g R2.
    my problem is while i am installing i am getting this error dialogue boxes repeatedly
    File Not Found
    F:\app\Poojaries\product\11.2.0\dbhome_1\owb\external\oc4j_applications\applications\WFMLRSVCApp.ear
    Giving options with
    Abort          Retry           Continue
    i proceeded with Continue, i got many errors like that , even i completed with clicking continue.
    Installation completed.
    While i am trying to login with Username and Password, it giving an error
    ORA - 12560 TNS : Protocol adapter error.
    Even i tried login with DBA also it not working
    Waiting for solution..
    Thank you
    Why would you expect logging on to work when the fundamental installation failed and you chose to ignore the failure?
    As pointed out, there were two zip files, and the contents of them have to be 'merged'.  There was a comment about the on the page from which you downloaded those two files.  And here's a hint:  If you are wedded to the Windows GUI, when you click on a zip file and choose to unzip it, it will be unzipped into a newly created folder with the same base name as the zip file.  Thus zip file 1 unzips into folder 1 and zip file 2 unzips to folder 2, leaving you with copy all of the contents of one into the other.
    There is a cleaner way, and that is to learn to use a command line.
    - open a command prompt (cmd.exe)
    - change directories to the directory where your two zip files are located.
    - issue the 'unzip' command, specifying file 1  ('unzip V17530-01_1of2')
    - issue the 'unzip' command, specifying file 2  ('unzip V17530-01_2of2')
    Done.  You will have two directories, one named 'database' and one named 'grid'.  The 'database directory will be the 'merged from two directories' directory.

Maybe you are looking for