File not found: index.cfm

Hi,
I have a new ColdFusion 9 install on a CentOS server with Apache 2.2
I applied the 9.0.1 update.
The install is Standard, not Enterprise.
I can access the admin at /CFIDE/... perfectly.
The problem is when I try to access the first domain I have setup on server, where I installed ColdFusion on Wheels. When I type (using example instead of real domain) www.example.com or www.example.com/index.cfm, I get a ColdFusion error screen saying that it cannot find index.cfm . But index.cfm is there.
I checked ColdFusion logs, and I have noticed that apparently, somewhere, two single quotes are being appended to the file name.
This is what I see in cfserver.log:
05/14 09:28:47 Error [jrpp-140] - File not found: /index.cfm The specific sequence of files included or processed is: /home/folder/folder/index.cfm''
(with those two single quotes in the end. The file, without the single quotes, exists. The path included in the log file is the real valid path)
From application.log:
"Error","jrpp-140","05/14/12","09:28:47",,"File not found: /index.cfm The specific sequence of files included or processed is: /home/folder/folder/index.cfm'' "
Here at application.log it is more obvious that two single quotes seem to be appended to the index.cfm file name.
Can any one help with this? Could be these quotes the problem, and if so, where do I need to change? Any help with this will be really appreciated.
Thanks.
Edit: adding text from exception.log in case it helps
"Error","jrpp-146","05/14/12","10:24:18",,"File not found: /index.cfm The specific sequence of files included or processed is: /home/folder/folder/index.cfm'' "
coldfusion.runtime.TemplateNotFoundException: File not found: /index.cfm
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:97)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
        at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
        at coldfusion.CfmServlet.service(CfmServlet.java:200)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
        at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

I have solved this problem and will leave the solution here in case it helps someone.
It was a permissions issue.
This server has cpanel. The account files are stored at /home/account/public_html folder.
The folder belongs to the account user, and nobody group.
I added coldfusion user to nobody group, and also to the account user group.
Then restarted coldfusion (without restarting it didn't work).
And now coldfusion finds the index.cfm file.

Similar Messages

  • Error Handler (File not Found) missing .cfm

    Hi,
    I have multiple applications on my server. For each
    application I would like an error handler that will catch missing
    .cfm files. If a user types in www.abc.com/test.cfm, and test.cfm
    does not exist, each site will use its own "errorHandler.cfm" file
    for example.
    I already can handle .htm and .html files in IIS, basically
    when the 404 error happens, it calls my html error handler. I also
    tried checking the option in IIS where you see a list of file
    extensions, you go to .cfm (this is all in IIS), and there is a
    checkbox that says "check if file exists", so I have checked and
    unchecked this, but not luck.
    In CFAdmin there is an area where you can specify a missing
    template handler. This seems to apply to the whole server. Each of
    our application are very different, I would like to have an
    individual error handler in each application.
    I am getting a CF error, (File not Found) not an IIS error
    when you type a file in the url string as mentioned above. I tried
    using <cferror> in my Application.cfm file, but to no avail.
    I tried using try/catch to no avail. I have heard of others having
    this frustration as well.
    Help is greatly appreciated
    -Westside

    I've not tried this, but consider having the server-wide
    error handler look at the CGI.HTTP_REFERER variable to see what
    application threw the error. Then do a <CFLOCATION> to the
    application-specific error handler.

  • Custom File Not Found for CFM pages in CF7

    Hello,
    I realize you can use a custom error page within the CF Admin
    but for this site I don't have access. I'd like to build my own
    error catching page but it's being bypassed if I put it in my
    application.cfm page.
    For example, I enter a page that doesn't exist like
    www.mysite.com/content/foo234.cfm, it just outputs the content from
    the file WEB-INF\exception\exception_en.xml file. I'd like to catch
    it with this in my Application.cfm page:
    <cferror type="exception" template="errorPage.cfm" />
    <cferror type="request" template="errorPage.cfm" />
    Then email me the details.
    What am I missing? Is this not caught by CF? If I use a .html
    extension then IIS uses its 404 page that I can modify.

    Hi,
    According to your post, my understanding is that the top navigation bar not working in some page.
    Did you custom the master page or use different master pager for this pages?
    You can check whether the issued pages have different master page or some one has changed the master page.
    There are some articles about creating custom site map provider, you can check the steps with the following articles then check whether it works.
    http://msdn.microsoft.com/en-us/library/office/cc789625(v=office.14).aspx
    http://www.helpmeonsharepoint.com/2012/03/custom-sharepoint-top-menu-and.html
    http://blogs.msdn.com/b/gauravbadhan/archive/2013/04/02/creating-a-custom-navigation-for-sharepoint-2010.aspx
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • File Not Found error message

    I keep getting this message when I try to view my coldfusion
    page in my web browser. How do I fix this? I've tried saving it
    somewhere else and recreating the file but I still get the message.
    Here is the message:
    The web site you are accessing has experienced an unexpected
    error.
    Please contact the website administrator.
    The following information is meant for the website developer
    for debugging purposes.
    Error Occurred While Processing Request
    File not found: /reviews.cfm
    Resources:
    Check the ColdFusion documentation to verify that you are
    using the correct syntax.
    Search the Knowledge Base to find a solution to your problem.
    Browser Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;
    InfoPath.2; Windows-Media-Player/10.00.00.3990)
    Remote Address 127.0.0.1
    Referrer
    Date/Time 06-Mar-08 12:31 PM
    Stack Trace (click to expand)
    coldfusion.runtime.TemplateNotFoundException: File not found:
    /reviews.cfm
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:89)
    at
    coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    at
    coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at coldfusion.CfmServlet.service(CfmServlet.java:175)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
    at
    coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
    at
    coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:284)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at
    jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Debugging Information ColdFusion Server Developer
    8,0,0,176276
    Template /reviews.cfm
    Time Stamp 06-Mar-08 12:31 PM
    Locale English (US)
    User Agent Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;
    InfoPath.2; Windows-Media-Player/10.00.00.3990)
    Remote IP 127.0.0.1
    Host Name localhost
    Execution Time
    No top level page was found.
    Exceptions
    12:31:43.043 - coldfusion.runtime.TemplateNotFoundException -
    in : line -1
    File not found: /reviews.cfm
    Scope Variables
    CGI Variables:
    AUTH_PASSWORD=
    AUTH_TYPE=
    AUTH_USER=
    CERT_COOKIE=
    CERT_FLAGS=
    CERT_ISSUER=
    CERT_KEYSIZE=
    CERT_SECRETKEYSIZE=
    CERT_SERIALNUMBER=
    CERT_SERVER_ISSUER=
    CERT_SERVER_SUBJECT=
    CERT_SUBJECT=
    CF_TEMPLATE_PATH=C:\ColdFusion8\wwwroot\reviews.cfm
    CONTENT_LENGTH=
    CONTENT_TYPE=
    CONTEXT_PATH=
    GATEWAY_INTERFACE=
    HTTPS=
    HTTPS_KEYSIZE=
    HTTPS_SECRETKEYSIZE=
    HTTPS_SERVER_ISSUER=
    HTTPS_SERVER_SUBJECT=
    HTTP_ACCEPT=*/*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_CONNECTION=Keep-Alive
    HTTP_COOKIE=
    HTTP_HOST=localhost:8500
    HTTP_REFERER=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT
    5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;
    InfoPath.2; Windows-Media-Player/10.00.00.3990)
    PATH_INFO=
    PATH_TRANSLATED=C:\ColdFusion8\wwwroot\reviews.cfm
    QUERY_STRING=
    REMOTE_ADDR=127.0.0.1
    REMOTE_HOST=localhost
    REMOTE_USER=
    REQUEST_METHOD=GET
    SCRIPT_NAME=/reviews.cfm
    SERVER_NAME=localhost
    SERVER_PORT=8500
    SERVER_PORT_SECURE=0
    SERVER_PROTOCOL=HTTP/1.1
    SERVER_SOFTWARE=
    WEB_SERVER_API=
    Debug Rendering Time: 62 ms

    No CFINCLUDE, unless I'm not seeing it. Here's my code:
    <!--- Get ratings --->
    <cfquery datasource="PFB" name="Ratings">
    SELECT *
    FROM Ratings
    ORDER BY RatingID
    </cfquery>
    <!----get ages----->
    <cfquery datasource="PFB" name="Age">
    SELECT *
    FROM Age
    ORDER BY AgeID
    </cfquery>
    <html>
    <body>
    <cfform action="insertnewreview.cfm">
    <table>
    <tr>
    <td>Age:</td>
    <td> <select name="AgeID">
    <cfoutput query="age">
    <option
    value="#AgeID#">#Age#</option></cfoutput>
    </select>
    </td>
    </tr>
    <tr>
    <td><cfoutput
    query="question">#Question#</cfoutput></td>
    <td><select name="RatingID">
    <cfoutput query="ratings"><option
    value="#RatingID#">#Rating#</option>
    </cfoutput></select></td>
    </tr>
    </table>
    </cfform>
    </body>
    </html>

  • File not found: /cgi-bin

    Starting on May 2007, unidentified errors started occurring
    on our coldfusion MX7 servers (Window2003) at approximately the
    same time each night but not every night (...maybe 4 to 5 time a
    week). These errors does not effect the performance our
    applications on these servers or at least I don't think it does. No
    schedule jobs or programs have been created that reference the cfm
    template that this process is trying to locate. FYI, no users are
    in these servers at this time. I'm going to assume it's something
    running in the background and I'm not smart enough to figure it
    out. Does anyone have an idea of what is going on?
    Examples of error msg in application log:
    “May 22, 2007 7:03 PM Error 0 File not found:
    /7x0o7F_9Ns_r.cfm The specific sequence of files included or
    processed is: C:\Inetpub\wwwroot\7x0o7F_9Ns_r.cfm“
    Examples of error msg in exception log:
    "Error","jrpp-462","05/22/07","19:03:33",,"File not found:
    /7x0o7F_9Ns_r.cfm The specific sequence of files included or
    processed is: C:\Inetpub\wwwroot\7x0o7F_9Ns_r.cfm "
    coldfusion.runtime.TemplateNotFoundException: File not found:
    /7x0o7F_9Ns_r.cfm
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:83)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
    at
    coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at
    coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
    at coldfusion.CfmServlet.service(CfmServlet.java:107)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    "Error","jrpp-462","05/22/07","19:03:33",,"File not found:
    /cgi-bin/7x0o7F_9Ns_r.cfm The specific sequence of files included
    or processed is: C:\Inetpub\wwwroot\cgi-bin\7x0o7F_9Ns_r.cfm "
    coldfusion.runtime.TemplateNotFoundException: File not found:
    /cgi-bin/7x0o7F_9Ns_r.cfm
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:83)
    at
    coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
    at
    coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:52)
    at
    coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
    at
    coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
    at
    coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
    at
    coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
    at
    coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
    at coldfusion.CfmServlet.service(CfmServlet.java:107)
    at
    coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
    at
    jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
    at
    jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at
    jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
    at
    jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
    at
    jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
    at
    jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
    at
    jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
    at
    jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
    at
    jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

    In any case, you shouldn't be doing any includes in Application.cfc(side note: capital A). The application file is not meant for presenting CFM pages. Translate all such includes into logic involving, for example, cflocation.

  • "File not found: /Adobe_CFC_Generator/handlers/index.cfm"

    Ok I know this is going to turn out to be something silly.  But I cannot seem to get the Extensions to function.  I get the error "File not found: /Adobe CFC Generator/handlers/index.cfm" every time I attempt to use the CFC generator and similar errors for ther other extensions.
    I am using ColdFusion 9 Standalone Server and Apache 2.2.x on Windows XP SP3.
    ColdFusion is installed to:  C:\ColdFusion9
    Apache is installed to C:\Apache
    The Apache Documents folder is mounted to C:\wwwroot rather then the traditional htdocs.
    All Websites are within the wwwroot and set up using VirtualHosts and all sites run off of port 80.  I am using a hosts file to make the domain names back to this development system.
    When installing coldfusion the document root was set to C:\wwwroot thus the CFIDE is within that director.
    The Server is configured to use the local systems hostname on Port 80.
    Server Home = C:\coldfusion9
    Document Root = C:\wwwroot
    Version 9.0.X
    I have access to the RDS Dataview and fileview.
    I have attempted to use a virtualhost mapping to the extensions already.  I have also changed the name of the folder to Adobe_CFC_Generator and set a host setting for it to resolve to the systems static ip address and then used the virtualhost mapping.  No luck so far.  The files are there in the c:\wwwroot directory.  When I first looked a the settings for the extension it stated that the path was C:\wwwroot/Adobe CFC Generator. (Note the slashes.)  So I modified the servers document root to be C:/wwwroot.  Still no go.
    The extensions install location is currently C:/wwwroot/Adobe_CFC_Generator.
    Again I am sure this is something stupid simple.  Anyone have any idea what I am missing?

    I did each.  The files were accessable.  However it still would not function and then I noticed that in the application log file there was a note that the location it was looking for the files were in the CFIDE directory.
    So I copied the folders into that directory and mode no other changes and Bing!  It worked.
    This may be related to my development setup.  It is perhaps not a normal setup.  I have apache, cf9 and the wwwroot folder all off the root of the c: drive.  I use a hosts file to map the actual IP address of my system to the domain names rather then using the loopback.   Apache uses virtual hosts to locate each site.   When coldfusion is installed I use that wwwroot to place the cfide directory.
    The error that it was showing in the application log was:
    "Error","jrpp-9","07/22/09","20:45:11",,"File not found: /Adobe_CFC_Generator/handlers/index.cfm The specific sequence of files included or processed is: C:\wwwroot\CFIDE\Adobe_CFC_Generator\handlers\index.cfm'' "
    The Adobe CFC Generator was attempted both with and without spaces.  The CFIDE directory being in the path even though the actual install location was C:\wwwroot\Adobe_CFC_Generator seemed a little odd so I tried simply locating the generator files in the CFIDE and everything seems to be working.
    Also note that I had attempted to create a mapping to the Adobe CFC Generator files in ColdFusion and through a VirtualHost and both did not work because of the spaces in the name.  Which Is why I tried the _'s.  It still did not work though.
    Not sure if this is a bug or (more likley) that my configuraiton is just odd but as long as it continues to work I am cool with it.
    Any thoughts?

  • JBO:33001 bc4j.xcfg file not found in class path

    Hi,
    I am yet another victim of the age-old error JBO:33001 bc4j.xcfg file not found in class path, When i have my BC4JApp.jar in Tomcat Web-inf/lib directory. All the other jar files and class files in my webserver-application web-inf classes and lib directory works.
    But Tomcat server is not able to read this bc4j.xcfg file. I can see in my jar file that this bc4j.xcfg exists and in the specified package directory. still the problem persists. My BC4JApp.jar is perfectly working when i use JDeveloper. but not when i use tomcat4.0 and call a JSP using BC4JApp.jar from browser (My environment is Jdeveloper3.2, Tomcat4.0+IIS in middle tier and oracle 8i as DB, everything on windows2k)
    I have gone through almost all the threads possible that relates to this error in this form. None of them have a answer except to say "put the file in classpath". and last reply is "will fix in jDeveloper 9i. So what happens to us who are working in Jdeveloper 3.2?
    1. I have this file in my jar file.
    2. I also tried creating a seperate directory manually, with the same name as my package under web-inf/classes, web-inf/lib , just under web-inf directory and atlast under approot directory also. I tried having my package directory containing bc4j.xcfg in these folders one at a time and also tried having this directory in all these folders at the same time.
    Still no solution.
    Itz frustrating that neither proper documentation nor a right url page nor i am aware of available addressing this. page links given in above threads only gives me the wonderful page of ie's "Page cannot be displayed".
    Is there a answer to this error and my problem. If this doesn't work, then i have to all the way develop from scratch creating my jsp using JDBC calls and Stored packages etc.
    I don't want to give up on this Jdeveloper at this final moment because if this bc4j.xcfg file is found, my application will work perfectly. on these final moments, if this doesn't work, i am frightened to imagine to develop my application in standard way. Atlast, if thatz the option left,we have to do that bcos our production date is close by.
    Please can some one in this forum or Jdeveloper help me to solve this problem. I am desperate and very urgent.
    Waiting for a reply from Jdev team very much...
    ( I just posted in the other thread which is pretty old, dated backto May 2001, which was relevant to this error. Just to make sure it is noticed, I am posting it seperately too)
    Thanks
    Hari(2/3/02)

    Hi All,
    For those who are following this thread, I got a solution for this error with the help of Jdev Team.
    This solution may work, if you have deployed your application in Tomcat4.0.1. This is the environment in which I work and tested.
    As you may be aware, Tomcat ignores value in CLASSPATH variable.
    To see any files that are existing or newly deployed, it has it own way of detecting it.
    Addition information on Tomcat working, you can follow this link,
    http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html
    Coming to point, Tomcat has got five classloaders and each classloader invoked, looks in their related directories for files in following order.
    1. /WEB-INF/classes of your web-application
    2. /WEB-INF/lib/*.jar of your web application
    3. BootStrap classes of your JVM (Tomcat's $JAVA_HOME/jre/lib/ext)
    4. System class loader classes($CATALINA_HOME/bin/bootstrap.jar,CATALINA_HOME/lib/tools.jar)
    5. $CATALINA_HOME/common/classes
    6. $CATALINA_HOME/common/lib/*.jar
    7. $CATALINA_HOME//classes
    8. $CATALINA_HOME/lib/*.jar
    So All your individual application related files should be deployed in your application's WEB-INF/classes or WEB-INF/lib directory accordingly.
    If your application files are unpacked, they should be deployed or copied under WEB-INF/classes directory
    if the files are within a jar, they should be under WEB-INF/lib directory.
    If your Jar-files contains bc4j components, then those jar files should be deployed under WEB-INF/lib directory. Also,do the next step to copy all relavant BC4J runtime libraries under lib directory.
    IMPORTANT: Please remember to copy and paste all the required BC4j runtime libraries in the Same WEB-INF/lib directory along with your application jar files. This is the real reason which can solve this JBO:33001 to disappear. It worked for me.
    To configure your directory for tag-lib uri's, use web.xml to set the taglib-uri attribute.
    Put your web.xml and DataTags.tld in the WEB-INF directory.
    Your simple web.xml may look like as follows.
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
         <taglib>
              <taglib-uri>
                   /webapp/DataTags.tld
              </taglib-uri>
              <taglib-location>
                   /WEB-INF/DataTags.tld
              </taglib-location>
         </taglib>
    </web-app>
    You may then modify this web.xml to suit further requirements of your application.
    Remember to stop and restart the Tomcat Server (service) by using shutdown and startup scripts after updating any jar files/class files/ JSP or source files deployed in Tomcat.
    Sometimes, only this helps even though your context's reloadable attribute is set to true in Tomcat Server's server.xml file.
    Hope this above information helps you to solve this error in Tomcat environment. My Sincere thanks once again to Juan and Jdev team for their help and efforts to solve this problem.
    Thanks
    Hari

  • File Not Found Error on Fresh MX7 Installation

    After spending days getting CFMX 7.0.2 installed on a CentOS5.3 (production) server running Apache 2.2.3 and WHM/cPanel 11, by religiously following Bill Mitchell's lifesaving guide, CF is up and running but I cannot access the administrator or anything else in user public_html directories.
    If I place a simple foo bar test file in the /usr/local/apache/htdocs/testfile.cfm directory, I can call it at http://[IPaddress]/testfile.cfm and it parses properly.
    However, if I place the same file at /home/cfusion/public_html/testfile.cfm and call it at http://[IPaddress]/~cfusion/testfile.cfm, I get a CF-generated 404 "File Not Found" error.
    cfusion is a cPanel account I created via WHM prior to installing ColdFusion as a repository for my CFIDE directory.
    If I place a symlink for /usr/local/apache/htdocs/CFIDE -> /home/cfusion/public_html/CFIDE:"File Not Found". If I cp -R my CFIDE into htdocs: "File Not Found." These files are physically there. I can easily verify that of course. But CF is still saying File Not Found. In fact, if I disconnect Apache - JRun, Apache finds the files all by itself no problem. They are definitely there.
    I thought this might be a permissions issue, but all my .cfm files are nobody:root 775.
    Here's what I'm seeing in the exception.log:
    coldfusion.runtime.TemplateNotFoundException: File not found: /~cfusion/filetest.cfm
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:83)
        at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
        at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
        at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
        at coldfusion.CfmServlet.service(CfmServlet.java:107)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    I guess maybe I need to know where the config for webroots is set from the CF/JRun perspective? I'm a decent hand with web server admin stuff, but despite being a CF dev for 10 years, CF admin stuff is still a bit over my head. Any help would be GREATLY appreciated. I'm at my wit's end!

    Thanks Mack. I set verbose to true in my httpd.conf, restarted Apache, restarted CF, but I can't see any difference in the logging. Errors seem the same, and no additional info.
    The Apache error_log file is filled with cryptic stuff that looks like it's referencing JRun. Does any of this mean anything to you? Is there another log file I should be looking at?
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  filtering / (/usr/local/apache/htdocs/) HOST=null
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  filterRequest:   no match
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_service: r is 0x9d1aa98, server is 0x99df290, virtual 1
    [Thu Aug 06 00:06:52 2009] [notice] jrApache[8608: 15070]  jrun_service: no handler, return DECLINED
    [Thu Aug 06 01:10:01 2009] [notice] jrApache[8548: 18910]  jrun_trans: r is 0x9d169d8, server is 0x99df290, virtual 1
    [Thu Aug 06 01:10:01 2009] [notice] jrApache[8548: 18910]     HOST: <null>
    [Thu Aug 06 01:10:01 2009] [notice] jrApache[8548: 18910]  filtering /whm-server-status (/usr/local/apache/htdocs/whm-server-status) HOST=null
    [Thu Aug 06 01:10:01 2009] [notice] jrApache[8548: 18910]  filterRequest:   no match
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_trans: r is 0x9e5b930, server is 0x99df290, virtual 1
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]     HOST: <null>
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  filtering / (/usr/local/apache/htdocs/) HOST=null
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  filterRequest:   no match
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_trans: sub-request so DECLINED
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_service: r is 0x9e5b930, server is 0x99df290, virtual 1
    [Thu Aug 06 00:11:53 2009] [notice] jrApache[8518: 55474]  jrun_service: no handler, return DECLINED
    [Thu Aug 06 00:15:01 2009] [notice] jrApache[8519: 59314]  jrun_trans: r is 0x9f96cc8, server is 0x99df290, virtual 1
    [Thu Aug 06 00:15:01 2009] [notice] jrApache[8519: 59314]     HOST: <null>
    [Thu Aug 06 00:15:01 2009] [notice] jrApache[8519: 59314]  filtering /whm-server-status (/usr/local/apache/htdocs/whm-server-status) HOST=null
    [Thu Aug 06 00:15:01 2009] [notice] jrApache[8519: 59314]  filterRequest:   no match

  • 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 for php

    Today i installed php and nginx at my laptop. I found there is always a error "File not found." when I visit 127.0.0.1/index.php if I put index.php in /tmp or subfolder of /tmp.
    But if i put index.php in other folder, there is no such problem
    Is there anyone who know why?
    [hongy19@Archlinux http]$ cat /etc/nginx/nginx.conf |grep -C 3 -i tmp
            location ~ \.php$ {
                #root  /usr/share/pear;
                #root  /srv/http;
                root  /tmp/http;
                fastcgi_pass   unix:/var/run/php-fpm/php-fpm.sock;
                try_files $uri =404;
                fastcgi_index  index.php;
    [hongy19@Archlinux http]$ cat /etc/php/php.ini |grep -i open_base
    ; open_basedir, if set, limits all file operations to the defined directory
    open_basedir = /srv/http/:/home/:/usr/share/pear/:/tmp/:/tmp/http/
    [hongy19@Archlinux http]$ ls
    index.php
    [hongy19@Archlinux http]$ pwd
    /tmp/http

    Hi Dan,
    If you had searched you would have found out how to make this work.
    Search on "crdb_adoplus.dll" or "useLegacy" and you'll find the answer. As well as setting your framework to full and not the client.
    Don

  • Web-application deployment problem (404 - File not found)

    Hello
    Does anyone have had the same problems like me on deploying java web-applications on iPlanet WS 6.0?
    I started with the HelloWorld.war example that came with the server and went through the manual but no luck so far. Heres what I did:
    0. Checked that webapps are enabled in the servler.xml file
    1. Created a directory /opt/webapps and /opt/webapps/hello with sufficient permissions
    2. Copied the HelloWorld.war example to /opt/webapps
    3. Deployed the excample on my test-server using the webinterface.
    Heres the content of the web-apps.xml file of my testserver after step 3:
    [DTD here]
    <vs>
    <jsp-servlet enable="true">
    <init-param>
    <param-name>use-precompiled</param-name>
    <param-value>true</param-value>
    </init-param>
    </jsp-servlet>
    <web-app uri="/hello" dir="/opt/webapps/hello" enable="true"/>
    </vs>
    All files have been extracted to /opt/webapps/hello properly. The server has been restarted.
    When I finally point my browser to http://server/hello or hello/index.jsp I get only a 404 - File not found message by the server. The context path seems to be totaly ignored.
    Heres the error log of the server
    [17/Feb/2003:16:17:38] info (12040): successful server startup
    [17/Feb/2003:16:17:38] info (12040): iPlanet-WebServer-Enterprise/6.0SP2 B11/13/2001 00:49
    [17/Feb/2003:16:17:39] info (12041): Installing a new configuration
    [17/Feb/2003:16:17:39] info (12041): [LS ls1] http://XXX.XXX.XXX.XX, port 1080 ready to accept requests
    [17/Feb/2003:16:17:39] info (12041): A new configuration was successfully installed
    [17/Feb/2003:16:17:40] info (12041): Using the Solaris VM v1.2.2 from Sun Microsystems Inc.
    [17/Feb/2003:16:17:40] info (12041): Java VM classpath: /www/ns-home6sp2/plugins/servlets/examples/legacy/beans.10/SDKBeans10.jar:/opt/jdk1.2.2/lib/tools.jar:/www/ns-home6sp2/bin/https/jar/NSServletLayer.jar:/www/ns-home6sp2/bin/https/jar/NSJavaUtil.jar:/www/ns-home6sp2/bin/https/jar/NSJavaMiscUtil.jar:/www/ns-home6sp2/bin/https/jar/servlet.jar:/www/ns-home6sp2/bin/https/jar/servlet-2.3-filters-api.jar:/www/ns-home6sp2/bin/https/jar/jsp092.jar:/www/ns-home6sp2/bin/https/jar/jaxp.jar:/www/ns-home6sp2/bin/https/jar/crimson.jar:/www/ns-home6sp2/bin/https/jar/xalan.jar:/www/ns-home6sp2/bin/https/jar/jspengine.jar:
    [17/Feb/2003:16:17:40] info (12041): Loading IWSSessionManager by default.
    [17/Feb/2003:16:17:40] info (12041): IWSSessionManager: Maximum number of sessions is 1000
    [17/Feb/2003:16:17:40] info (12041): Adding web application (/hello) at (/opt/webapps/hello)
    [17/Feb/2003:16:17:40] info (12041): Loading IWSSessionManager by default.
    [17/Feb/2003:16:17:40] info (12041): IWSSessionManager: Maximum number of sessions is 1000
    [17/Feb/2003:16:17:40] info (12041): vs(https-duke)servlet 'snoop' class = 'SnoopServlet' loaded in context = '/hello'
    [17/Feb/2003:16:17:40] info (12041): snoop: init
    [17/Feb/2003:16:17:40] info (12041): Successfully initialized web application environment (web-apps.xml) for virtual server (https-duke)

    i had similar problem due to the incorrect jdk path...
    try http://..../hello/snoop, if this works, it seems that the jsp file cannot be compiled automatically and jdk path needs to be checked...

  • File not found during installation (WinXP)

    Well, I downloaded Oracle 11g for Windows (32 bit) from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html, and, basically, after having had some trouble configuring a new database, I selected the option to (simply) install a database through the wizard. I breezed through the settings, and, ran the installation wizard, however, some files seem not to be available within \win32_11gR2_database_1of2\database, or perhaps my laptop (Amilo Pro 8210) is too slow to be able to read these files.
    The errors show up during Setting up Oracle Database 11g 11.2.0.10. The errors showing up within the UI are as follows:
    File not found F:\app\Jon\product\11.2.0\dbhome_1\bin\db2gc
    File not found F:\app\Jon\product\11.2.0\dbhome_1\oc4j\OC4J_DBConsole\config\system-application.xml
    File not found F:\app\Jon\product\11.2.0\db_home_1\oc4j\j2ee\OC4j_DBConsole\config\system-jazn-data.xml
    NOTE: It is quite painful that there is no functionality to enable me to upload attachments (e.g. screenshots and log files) because it is very time consuming to copy everything manually, and, it is human nature to get bored typing after a while, so please, Oracle, pimp this profile :~) I did not take exhaustive screenshots, the error log files shows quite a few exceptions as well:
    oraInstall2012-06-17_08-09-30PM.err
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup12.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup12.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup5.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup5.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup19.jar (The system cannot find the path specified)
         java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup19.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup1.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup1.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup20.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup20.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup15.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup15.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup8.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup8.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup11.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup11.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup4.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup4.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup18.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup18.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup14.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup14.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup7.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup7.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup3.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup3.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup10.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup10.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup17.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup17.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup13.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup13.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup6.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup6.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup2.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup2.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup16.jar (The system cannot find the path specified)
         C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup16.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup9.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.ctx\11.2.0.1.0\1\DataFiles\filegroup9.jar (The system cannot find the path specified)
    java.io.FileNotFoundException: C:\Documents and Settings\Jon\My Documents\Downloads\win32_11gR2_database_1of2\database\stage\Components\oracle.sysman.console.db\11.2.0.1.0\1\DataFiles\filegroup3.jar (The system cannot find the path specified)
    NOTE: Due to the message limit of 30000 characters I could not post the log file, nor upload it because no such options is available within
    Database Installation I had to chop off parts of the error file as well, patiently highlighting the filenames of the jar files.
    oraInstall2012-06-17_08-09-30PM.out
    You can find the log of this install session at:
    C:\Program Files\Oracle\Inventory\logs\installActions2012-06-17_08-09-30PM.log
    Dll to load is C:\DOCUME~1\Jon\LOCALS~1\Temp\OraInstall2012-06-17_08-09-30PM\Win32RunProcesses.dll
    Loading psapi.dll from C:\DOCUME~1\Jon\LOCALS~1\Temp\OraInstall2012-06-17_08-09-30PM\psapi.dll
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    >
    Your imagination is not limited, my friend. I have already told you that I have unzipped the folders, and, it is not the scope of this forum to have myself insulted in this manner.
    Seriously, one expects forum members to be respectful rather than talk garbage about manuals, I was only asking for help, because I thought that files were missing from the installation pack.
    I might be your next client for all you know.
    >
    No offence was intended - it was merely a tongue-in-cheek observation. If you read my previous two replies in this thread, they are courteous to a fault - as are all my posts.
    The forums are a volunteer organization - people take time out from their personal and professional lives to help others. Some folks, thankfully a very small minority, use the forums as a free personal support/helpdesk tool to read all the documentation on their behalf and look up or solve things on their behalf. The forums work best when there is real dialogue and exchange of information, rather than monosyllabic answers and mudslinging.
    Good luck with your install
    HTH
    Srini

  • Error 15 file not found.

    I was able to install arch linux on a 2 GB flash drive. But I cannot boot into arch linux from the grub menu. I greeted by a message like "error 15 file not found"
    my menu.lst file looks like
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd1,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/9157e8a3-c1bd-499a-95fe-524cd9c07d0e ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd1,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/9157e8a3-c1bd-499a-95fe-524cd9c07d0e ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    /etc/fstab file looks like
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    #UUID=15eb5a8a-dddc-4b28-8183-f81d450b78d5 swap swap defaults 0 0
    #UUID=9157e8a3-c1bd-499a-95fe-524cd9c07d0e / ext3 defaults 0 1
    #UUID=aae9fb61-b5ec-40b5-a3dd-232c9a77f29b /boot ext2 defaults 0 1
    #UUID=f1a9a9ad-8344-4eb5-be91-1af155c756e4 /home ext3 defaults 0 1
    UUID=15eb5a8a-dddc-4b28-8183-f81d450b78d5 swap swap defaults 0 0
    UUID=9157e8a3-c1bd-499a-95fe-524cd9c07d0e / ext3 defaults 0 1
    UUID=aae9fb61-b5ec-40b5-a3dd-232c9a77f29b /boot ext2 defaults 0 1
    UUID=f1a9a9ad-8344-4eb5-be91-1af155c756e4 /home ext3 defaults 0 1
    and result of #blikd is
    /dev/sda1: UUID="edc30674-5e24-46ae-865c-647b5af6a1ca" TYPE="ext4"
    /dev/sda5: UUID="8045e664-17ad-4bfd-8b5e-56d7f17fbcdd" TYPE="swap"
    /dev/sdb1: UUID="aae9fb61-b5ec-40b5-a3dd-232c9a77f29b" TYPE="ext2"
    /dev/sdb2: UUID="15eb5a8a-dddc-4b28-8183-f81d450b78d5" TYPE="swap"
    /dev/sdb3: UUID="9157e8a3-c1bd-499a-95fe-524cd9c07d0e" TYPE="ext3"
    /dev/sdb4: UUID="f1a9a9ad-8344-4eb5-be91-1af155c756e4" TYPE="ext3"

    Here is the result of my  fdisk -l /dev/sdb
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 1 100 102384 83 Linux
    /dev/sdb2 101 356 262144 82 Linux swap / Solaris
    /dev/sdb3 357 1533 1205248 83 Linux
    /dev/sdb4 1534 1926 402432 83 Linux
    Last edited by manish411 (2012-01-14 05:24:14)

  • Problems with cached previews and File Not Found errors in preview and build

    I am having serious issues with Encore CS5.
    When I try and build a preview or disk/image I am getting File Not Found errors. I have emptied the media cache in the preferences but my project still seems to be referencing previously cached files or rendered menus. Is there any way to manually delete previous previews or the cache. I know that there are no missing files in my project. Any help would be very much appreciated.
    I am running Mac OS 10.6.4 and Encore 5.0

    To fix your locales, see http://wiki.archlinux.org/index.php/Configuring_locales -- in specific, you'll need to uncomment the en_US.utf8 locale at least, since that's the one that's specified in your rc.conf

  • Preview in browser - Firefox / File not found

    Specs:
    OS X 10.4.7
    Dreamweaver 8.0.2
    Firefox 1.5.0.1
    I (and my whole office) am having a major problem. We all
    work directly from files on our osx server. When working in
    Dreamweaver and trying to "Preview in browser" with Firefox 1.5 we
    get a "File not found" error. The problem seems to be stemming from
    the path lacking the "Volumes" part of the directory.
    For example:
    When I preview in Safari the path is shown as:
    file:///Volumes/Server_HD/Website_Folder/index.html (this
    works)
    But on Firefox or Mozilla I get:
    file:///Server_HD/Website_Folder/index.html (this does not
    work)
    This problem did not occur in previous versions of Firefox.
    Due do this problem, I have virtually eliminated Firefox as part of
    my workflow in favor of Safari. I would love to return to Firefox
    can anybody please help me!?

    Can you try again please, although not in a narrative? Just
    go to the
    ADVANCED tab on the Site Definition panel, and list the
    contents of the
    fields you see for Local, Remote, and Testing Categories (no
    need for the
    login info).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cyberfactotum" <[email protected]> wrote in
    message
    news:[email protected]...
    >>>Please describe for us the details of your site
    definition.<<
    >
    > OK. Here goes.
    >
    > On the DW welcome screen, i clicked on Create New DW
    site. The wizard
    > started,
    > and I named my site (in this case Lieserl) and entered
    the URL and pressed
    > Next.
    >
    > Next screen, I selected the radio button "No, I do not
    want to use a
    > server
    > technology" and pressed Next.
    >
    > Next screen, I selected the radio button "Edit local
    copies on my machine,
    > then upload to server when ready (recommended)". Also on
    this screen to
    > indicate "Where on you computer do you want to store
    your files", I
    > clicked on
    > the little folder symbol and navigated to my hard drive
    named Fiji and
    > selected
    > my Documents folder there and a subfolder called
    Websites. The resulting
    > path
    > displayed when I pressed the Choose button was:
    >
    > Fiji:Users:cyberfactotum:Documents:Websites:Lieserl:
    >
    > I pressed Next and on the next screen chose that I
    connected to my remote
    > server via FTP and entered all my info and tested the
    connection. The
    > testing
    > worked. I pressed Next and radio buttoned "No, do not
    enable check in and
    > check
    > out", pressed Next and then pressed Done on the next
    screen.
    >
    > I then created a simple index.html file in DW and
    Previewed it in Safari.
    > It
    > worked like a charm. The URL of the previewed file in
    Safari was:
    >
    >
    file:///Users/cyberfactotum/Documents/Websites/Lieserl/index.html
    >
    > Then I tried to Preview in Firefox. I got the "Problem
    loading page" in
    > Firefox:
    >
    > File not found
    >
    > Firefox can't find the file at
    >
    /Fiji/Users/cyberfactotum/Documents/Websites/Lieserl/index.html
    >
    > * Check the file name for capitalization or other typing
    errors.
    > * Check to see if the file was moved, renamed or
    deleted.
    >
    > The URL of the error-producing previewed file in Firefox
    at this point
    > was:
    >
    >
    file:///Fiji/Users/cyberfactotum/Documents/Websites/Lieserl/index.html
    >
    > (Note the extra drivename of "Fiji" that is in the
    Firefox URL as opposed
    > to
    > the Safari URL. When I pasted the Safari URL in the
    Firefox, it worked.)
    >
    > I then went to Manage Sites to edit my site. I removed
    "Fiji:" from the
    > Local
    > root folder name, not by clicking on the little folder
    symbol to navigate
    > its
    > location through the Mac OS X interface, but simply by
    deleting "Fiji:"
    > from
    > the name displayed in the site editor.
    >
    > After completing this I OK'd the prompt: The cache will
    now be recreated
    > because the name, root folder, HTTP address, or cloaking
    settings of the
    > site
    > have been changed.
    >
    > I Preview in Safari. The preview works fine. It has the
    same URL as it did
    > before:
    >
    >
    file:///Users/cyberfactotum/Documents/Websites/Lieserl/index.html
    >
    > I Preview in Firefox. The preview works fine now, and
    the URL is identical
    > now
    > to the one in Safari.
    >
    > So, somehow Safari is smart enough to correctly resolve
    DW drive paths on
    > a
    > Mac, while Firefox is not smart enough without that
    extra step. It seems
    > that
    > others have a similar but different problem: they have
    to add "Volumes:"
    > to
    > their site path to get Firefox to correctly resolve the
    path.
    >
    > If I am approaching this incorrectly, please let me
    know. I don't think I
    > am.
    > I think there is a bug in DW that causes this behavior
    when previewing
    > with
    > Firefox but not when previewing with Safari.
    >

Maybe you are looking for

  • Can You set a Default Email Address when sending Emails

    I have multiple email accounts set up. When I compose a new message, it always uses the send address of the message that is selected in the open window. Is there anyway to set a particular address as default or better yet don't pick an address and fo

  • TS1410 My ipod nano 2nd generation is not recognized anymore by iTunes 11.1.5 whereas it was recognized by previous version of itunes

    Hi, I encounter a problem with my ipod nano (2 nd generation) because it not recognized anymore by itunes. When I say not recognized I mean that the ipod does not appear in the devices field of itunes. I do not know exactly when this problem appeared

  • Display "Exception"-Columns in table views

    Hello, in my Visual Composer Storyboard I have a table view with 4 columns and an input form for the data selection. When I deploy my application, I see the correct table view. I fill out the input form with my selection. Click on submit and the data

  • Enqueue and dequeue

    Hello everyone,     I jusr found a  interesting question, which also confused me a lot. Hope you can help me. Look at the picture(panel and block diagram). when I press the dequeue loop stop button,the number will change to be 50. when I press the en

  • Setting table/cell strokes to overprint

    is there a way to ad line in following script to set cell strokes in overprint? this script has been very useful to me (thanks to Jongware (http://forums.adobe.com/message/2818852#2818852)) but it's missing the overprint feature for strokes. table =