"file does not exist" output  Help !

Dear Java People,
I am doing a program that uses the methods of the File class.
When I test to see if my file (containing the driver class )exists
it says "does not exist" . I don't know why it doesn't see my file
below is the coding the doesn't see my file and below that the program
Thank you in advance
Norman
//create an object that is a file
        File myFile = new File(myDir, "TryFile.java");
         System.out.println(myFile + (myFile.exists() ? " does" : " does not") +
                             " exist.");
import java.io.File;
import java.util.Date;
public class TryFile
    public static void main(String[] args)
        //create ab object that is a directory
        File myDir =
        new File("C:\\Documents and Settings\\Gateway User\\jbproject\\stan_ch9_363");
        System.out.println("\n" + myDir + (myDir.isDirectory() ? " is" : " is not")
        + " a directory.");
         System.out.println( myDir.getAbsolutePath() +
         (myDir.isDirectory() ? " is" : " is not") + " a directory.");
          System.out.println("The parent of " + myDir.getName() + " is " +
          myDir.getParent());
        //create an object that is a file
        File myFile = new File(myDir, "TryFile.java");
         System.out.println(myFile + (myFile.exists() ? " does" : " does not") +
                             " exist.");
         System.out.println(myFile + (myFile.isFile() ? " is" : " is not")
                                   + " a file.");
         System.out.println(myFile + (myFile.isHidden() ? " is" : " is not")
                                   + " hidden.");
         System.out.println("You can" + (myFile.canRead() ? " " : "  not")
                                   + " read. " + myFile);
        System.out.println("You can" + (myFile.canWrite() ? " " : "  not")
                                   + " write. " + myFile);
          System.out.println();
         //get the contents of the directory
         File[] contents = myDir.listFiles();
         //list the contents of the directory
         if(contents != null)
             System.out.println("\nThe " + contents.length  + " item(s) in the directory "
                               + myDir.getName() + " are:\n " );
             for(int i = 0; i < contents.length; i++)
               System.out.println(  contents[i] + " is a " +
               (contents.isDirectory() ? "directory" : "file") +
" last modified on " + new Date(contents[i].lastModified()) + "\nthe number of bytes in TryFile.java are " + myFile.length());
else {
System.out.println(myDir.getName() + " is not a directory");
System.exit(0);

Dear SMcKee,
I realize now that JBuilder is Not the IDE of choice when doing programs that utilize the File class methods.
The program worked without a hitch in the BlueJ IDE
below is all the correct output. Thank you again !
Norman
C:\Documents and Settings\Gateway User\jbproject\stan_ch9___p363 is a directory.
C:\Documents and Settings\Gateway User\jbproject\stan_ch9___p363 is a directory.
The parent of stan_ch9___p363 is C:\Documents and Settings\Gateway User\jbproject
C:\Documents and Settings\Gateway User\jbproject\stan_ch9___p363\TryFile.java does exist.
C:\Documents and Settings\Gateway User\jbproject\stan_ch9___p363\TryFile.java is a file.
C:\Documents and Settings\Gateway User\jbproject\stan_ch9___p363\TryFile.java is not hidden.
You can read. C:\Documents and Settings\Gateway User\jbproject\stan_ch9___p363\TryFile.java
You can write. C:\Documents and Settings\Gateway User\jbproject\stan_ch9___p363\TryFile.java

Similar Messages

  • Itunes Producer Problems Uploading - File not saving - file does not Exist.

    Can someone please help me out, this problem is killing me. I've uploaded over 200 UPC Albums using Old G3 and Elderly ITunes Producer, but apple asked me to upgrade, so new machine to me Macmini maverics 10.9.? ITunes Producer 3.1.
    So I click open ITunes producer 3.1. Click on make project from Audio
    Files. Name and Save the project in Music-ITunes Producer-Playlists.
    Plug in my external Flash drive and import the 40 Audio files for the
    project. I am using an external flash drive as I can’t get ITunes Producer to
    see my internal hard disk, I do not know if this is normal??
    Go through the process of saving the project to Music – ITunes Producer –
    Playlists – in this case 5060101121313
    I then go through name all Tracks and make sure that all Data is correct.
    Then when I finally go to either save the document or send it to you I get the
    first Screen shot saying
    "The Document "5060101121313" COULD NOT BE SAVED. The File does not exist".
    As I say I have delivered 200 UPC’s to you with the old software and never
    had any problems, I am in urgent need of making significant delivery to you so
    would appreciate you help ASAP.
    Paul

    I have been victorious. Now I am going to post my solution for all those that may have the same problem in the future. I'll even throw in a few key words so it will be more easily found by the search engine.
    Connection conn = null;
            try{
                //connect to database
                DAOManager dao = new DAOManager();
                conn = dao.connectToDB();
                String query = "update ASSIGNMENT set file_object = ?, filename = ?, filetype = ? where a_key = 1"; //sql query
                PreparedStatement pstmt = conn.prepareStatement(query);
                ByteArrayOutputStream baostream = new ByteArrayOutputStream();
                //write to output stream
                byte[] buffer = new byte[1024];
                int len = -1;
                while ((len = instream.read(buffer)) >= 0 )
                    baostream.write(buffer, 0, len);
                baostream.flush();
                byte[] filebytes = baostream.toByteArray();
                baostream.close();
                pstmt.setBytes(1,filebytes); //set blob
                pstmt.setString(2,filename);
                pstmt.setString(3,filetype);
                pstmt.executeUpdate();
                pstmt.close();
            catch (SQLException e) {
                System.out.println(Tools.getLoggingDate() + " upload() Error uploading file -- " + e);
                e.printStackTrace();
            catch (Exception e) {
                System.out.println(Tools.getLoggingDate() + " upload() Error: " + e);
            finally {
                try{
                    conn.close();
                }catch (SQLException e) {}
            }Keywords: setBinaryStream(), setBytes(), MySQL, upload file, InputStream, Blob

  • DAC - Custom Workflow Task - Parameter file does not exist

    Hi expert,
    I have some issues running custom task in DAC with Siebel OLTP to DW. Please see log below. Anyone can help me in this regard?
    Note: Siebel Custom Table to Data Warehouse Custom table - Created new workflow in Informatica for custom table
    ANOMALY INFO::: Error while executing : INFORMATICA TASK:DU_SDE_SBL_78_Adaptor:SDE_TCDimension:(Source : FULL Target : FULL)
    MESSAGE:::
    Irrecoverable Error
    Request to start workflow : 'SDE_TCDimension' has completed with error code 17
    Error Message : Parameter file does not exist.
    Connected to Integration Service: [Arcis_Dev_Integration_Service].
    ERROR: unable to open local paramfile [XX/obi/Informatica/PowerCenter8.6.1/server/infa_sh ared\SEBL_78.DataWarehouse.DU_SDE_SBL_78_Adaptor.SDE_TCDimension.txt].
    Disconnecting from Integration Service
    =====================================
              STD OUTPUT
              =====================================
              Informatica(r) PMCMD, version [8.6.1], build [183.1217], Windows 32-bit
              Copyright (c) Informatica Corporation 1994 - 2008
              All Rights Reserved.
              Invoked at Thu Sep 22 13:34:26 2011
              Connected to Integration Service: [AD_Service].
              ERROR: unable to open local paramfile [XX/obi/Informatica/PowerCenter8.6.1/server/infa_shared\SEBL_78.DataWarehouse.DU_SDE_SBL_78_Adaptor.SDE_TCDimension.txt].
              Disconnecting from Integration Service
    Edited by: Jing Jang on Sep 22, 2011 11:58 PM

    Hi thanks for replying.
    I Assembled the subject area, generated parameters and I built the execution plan, everything is success. For other task parameter file is generating.
    DAC log shows as you mentioned.
    pmcmd startworkflow -sv Arcis_Dev_Integration_Service -d ARCISDEV_crmobidev -u Administrator -p **** -f DU_SDE_SBL_78_Adaptor -lpf /XXX/obi/Informatica/PowerCenter8.6.1/server/infa_shared\SEBL_78.DataWarehouse.DU_SDE_SBL_78_Adaptor.SDE_TCDimension.txt SDE_TCDimension
    Error Message:
    ANOMALY INFO::: Error while executing : INFORMATICA TASK:DU_SDE_SBL_78_Adaptor:SDE_TCDimension:(Source : FULL Target : FULL)
              MESSAGE:::
              Irrecoverable Error
              Request to start workflow : 'SDE_TCDimension' has completed with error code 17
              Error Message : Parameter file does not exist.
              Command Used: pmcmd startworkflow -sv Arcis_Dev_Integration_Service -d ARCISDEV_crmobidev -u Administrator -p **** -f DU_SDE_SBL_78_Adaptor -lpf /XXX/obi/Informatica/PowerCenter8.6.1/server/infa_shared\SEBL_78.DataWarehouse.DU_SDE_SBL_78_Adaptor.SDE_TCDimension.txt SDE_TCDimension**
              Workflow Message:
    Since we gave the InformaticaParameterFileLocation as /XXX/obi/Informatica/PowerCenter8.6.1/server/infa_shared , it is showing exactly. But I don't know why the "\" slash is coming.
    DAC server is on AIX and I'm running DAC client from another windows machine, I have Informatica Client installed on my machine.
    Right now I'm checking with Unit Testing, do I need to run full execution to get that parameter file generated?
    Appreciate your help.

  • File does not exist :C:/oracle/product/10.2.0/db/apache/apache/htdocs/emd/m

    Dear All,
    unable to Login on Logging into Apex Login Page,
    in Apache Log the Following Error is found
    [ecid:1213173391:172.20.233.149:1788:1840:1.0]
    File does not exist :C:/oracle/product/10.2.0/db/apache/apache/htdocs/emd/main/
    what cud be the Problem restared the Apache Server Still the Same Error Found.,
    please Help me out in this
    thanks alot
    Edited by: khaja on Jan 18, 2009 12:48 PM

    Hi,
    Probably a mistake in your dads.conf file.
    ( Also check the APEX_PUBLIC_USER in the dads.conf file )
    Kind regards,
    Iloon

  • File does not exist, SMTP permanent error

    Hi All,
    I got stuck with this error, please help me on this.
    Mine is windows OS, apps 11.5.10.2
    I have a cocncurrent program out file (.out) in out directory and also the same file with naming convention 'name_concurrenrequestid_1.EXCEL' extension in the same directoy. I need to send this EXCEL file as attachment to email id in windows environment. Whenver submit the request is giving the error.
    File Does Not Exist
    Error in Send Mail: ORA-29279: SMTP permanent error: 501 5.5.4 Invalid Address.
    I verified the file , it is already existed in the directory. Why did it not recognized the file. I tried the below query in toad,, but got the 'FALSE' for %APPLCSF, and got the TRUE for custom directory which has the same file
    declare
    v_boolean BOOLEAN;
    v_Len NUMBER;
    v_Block NUMBER;
    BEGIN
    utl_file.fgetattr('%APPLCSF%\%APPLOUT', 'name_concurrentreuestid_1.EXCEL', v_boolean, v_Len, v_Block);
    if v_boolean then
    dbms_output.put_line('v_boolean: TRUE');
    dbms_output.put_line('L:' || to_char(v_Len));
    dbms_output.put_line('B:' || to_char(v_Block));
    else
    dbms_output.put_line('EX: FALSE');
    end if;
    END;
    I do have full access on this folder. Once it recognizes the file I can send the mail.
    Appreciate any help on this. Plz...........
    Thanks,
    JP

    Thank you for the quick reply Srini.
    But my email program is working fine if I change the path from %APPLCSF%APPLOUT to Customtop\out directory to identify the file. It was sent the attachment also to my email id.
    But my requirement is I need to send the file from Out directory not from customtop out . Even it is not recognized the .out file using this UTL_File.fgetattr() in out directory.
    Appreciate any furthur assistance.
    Thanks,
    JP

  • Error: File does not exist (while trying to get Petstore and demos to run)

    Hi all,
    I have been trying in vain to get the Petstore demo and other servlet demo HelloWorld to run. It seems to install okay cause it creates the directories and extracts the .ear or .war files. My problem is connecting to the application. When I run http://my.host:7778/estore or http://my.host/7778/HelloWorld/HelloWorld I get and error in the Apache error_log that says: File does not exist: c:/oracle/components/apache/apache/htdocs/helloworld/helloworld and File does not exist: c:/oracle/components/apache/apache/htdocs/estore
    I have looked and searched everywhere for help but to no avail. Under the WebModule the URL Binding is /HelloWorld and /estore.
    Please help me!!! I am going crazy with this.
    Thanks,
    Grant
    PS. I am running 9iAS 9.0.2.0.1 and everything is on 1 Windows 2000 (sp1) machine. Infrastructure and Components in separate dirs with port 7777 and 7778 for each.

    I'm having the same problem under a solaris system did anyone ever find the solution to this problem. For some reason the server just wants to use the document root instead of the deployed application directory.

  • File does not exist error in Apache error log

    I have been getting the following error in apache error log located at $INST_TOP/apps/PROD_aclapp/logs/ora/10.1.3/Apache
    [Wed Mar 14 15:17:00 2012] [error] [client 173.26.0.33] [ecid: 1331718420:172.25.16.30:2172:0:484,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:19:13 2012] [error] [client 173.20.0.85] [ecid: 1331718553:172.25.16.30:2497:0:56,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6316,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6317,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:21:47 2012] [error] [client 173.26.0.36] [ecid: 1331718707:172.25.16.30:5691:0:6318,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5903,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5904,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:45 2012] [error] [client 192.168.8.126] [ecid: 1331718765:172.25.16.30:5689:0:5905,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/apps/media/oracle/apps/media/splash.gif
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6487,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.class
    [Wed Mar 14 15:22:48 2012] [error] [client 192.168.8.145] [ecid: 1331718768:172.25.16.30:5695:0:6488,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_en_IN.properties
    [Wed Mar 14 15:24:53 2012] [error] [client 173.26.2.15] [ecid: 1331718893:172.25.16.30:3108:0:66,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:24:58 2012] [error] [client 173.26.2.15] [ecid: 1331718898:172.25.16.30:2497:0:84,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:9,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:01 2012] [error] [client 173.26.2.15] [ecid: 1331718901:172.25.16.30:3308:0:10,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    [Wed Mar 14 15:25:17 2012] [error] [client 173.25.2.8] [ecid: 1331718917:172.25.16.30:7669:0:6972,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:43 2012] [error] [client 173.25.9.5] [ecid: 1331718943:172.25.16.30:7663:0:5878,0] Directory index forbidden by rule: /d05_applhome/apps/apps_st/comn/java/classes/
    [Wed Mar 14 15:25:47 2012] [error] [client 173.25.2.8] [ecid: 1331718947:172.25.16.30:7663:0:5882,0] File does not exist: /d05_applhome/inst/apps/PROD_aclapp/portal/favicon.ico
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6389,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.class
    [Wed Mar 14 15:25:49 2012] [error] [client 173.25.9.5] [ecid: 1331718949:172.25.16.30:5691:0:6390,0] File does not exist: /d05_applhome/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_en_IN.properties
    Kindly do help me in understanding why this error is arising. The entire directory path in the errors does not exist.
    Database version : Oracle 10.2.0.3
    Apps version : R 12.0.4

    Hi;
    1. It was working before If yes what have been changed?
    2. Did you try to close apps run autoconfig on db than appstier and retest issue?
    3. Please see:
    R12: "FRM-92050: FAILED TO CONNECT TO SERVER: /FORMS/LSERVLET" Error Message When Launching Forms [ID 1070263.1]
    Regard
    Helios

  • Error when opening indd-file: Either the file does not exist, you do not have permission, or the...

    Hi! I'm having trouble opening a indd-file. It was sent to me as a zip-fil along with the used fonts and links. When I try to open the file, I'm getting this error: "Either the file does not exist, you do not have permission, or the file may be in use by another application". I've tried to look up this error both here in these forums and through google, but can't find a similar case. Hope someone can help me with this. Please let me know if you need more information/details, and I'll provide. Thanks!

    function(){return A.apply(null,[this].concat($A(arguments)))}
    I'm suspecting it to come from a mac user, if that could influence the case...
    It does come from a Mac, as is proven by the fonts, which are of no use on my Windows machine, but that doesn't prevent my CS4 to open it without any problem. It seems to me it's a perfectly regular CS2 file.
    Just for cheers I set the file to Read-only, but my InDesign opens it regardless (again as a copy, because it's a "converted" file).
    Could it be something in your environment? No network read/write privileges, insufficient free hard disk space, stuff like that?

  • HTTP Error 404 :File does not exist

    Hi all,
    On Test instance we are not able to open the help file,it give an error
    HTTP Error 404 :File does not exist
    can anybody have solution for this
    it's very urgent
    Thanks
    shekhar

    I have changed the note server definition in the external app to add the mail directory in front of the mail file name 'mail/mufile.nfs' and I get the following error:
    05/04/21 15:15:07 lotusnotes: [instance=(null), id=97176201941,7] ERROR: LotusServiceSession: getConfigProperties(): An error occured
    while reading/ retrieving the properties from the the configuration file.
    05/04/21 15:15:07 lotusnotes: [instance=(null), id=97176201941,7] ERROR: Unhandled exception in SOAP call
    oracle.portal.provider.v2.ProviderException: LotusServiceSession: getConfigProperties(): An error occured while reading/ retrieving the
    properties from the the configuration file.

  • File does not exist portal oa_html appslogin r12

    Hi Team,
    I am unable to getting log in page after change apps,system and sys passwd .Could you please help me ...
    Error:  file does not exist portal oa_html appslogin r12
    due to above error am not able to getting EBS login page..
    db version:11.2.0.3
    apps:R12.1.2
    OS:  2.6.18-348.6.1.0.1.el5 #1 SMP Tue May 21 16:20:58 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux
    Regards
    Madhu.

    Hi Hussein,
    Good Morning.
    1)Using FNDCPASS we  changed apps passwd with no errors
    2)Single node---->Autoconfig completed successfully
    3   )Error Message:
    [Tue Dec 24 03:26:34 2013] [error] [client 172.28.0.101] [ecid: 1387826794:10.135.7.30:30572:0:19,0] File does not exist: /dbgale/inst/apps/DBGALE_bgaebs30/portal/OA_HTML/AppsLogin
    [Tue Dec 24 03:28:02 2013] [error] [client 172.28.0.101] [ecid: 1387826882:10.135.7.30:30572:0:20,0] File does not exist: /dbgale/inst/apps/DBGALE_bgaebs30/portal/OA_HTML/jsp/fnd/aoljtest.jsp
    [Tue Dec 24 04:15:26 2013] [error] [client 172.28.0.101] [ecid: 1387829726:10.135.7.30:31116:0:14,0] File does not exist: /dbgale/inst/apps/DBGALE_bgaebs30/portal/OA_HTML/AppsLogin
    4)
    WARNING: inbound connection timed out (ORA-3136)--------------Regular issue
    Tue Dec 24 04:48:32 2013
    Incremental checkpoint up to RBA [0xe.ce5b3.0], current log tail at RBA [0xe.e70c0.0]
    Tue Dec 24 04:52:41 2013
    Beginning log switch checkpoint up to RBA [0xf.2.10], SCN: 10148139644984
    Thread 1 advanced to log sequence 15 (LGWR switch)
      Current log# 7 seq# 15 mem# 0:
      Current log# 7 seq# 15 mem# 1:
    Tue Dec 24 04:54:16 2013
    Completed checkpoint up to RBA [0xf.2.10], SCN: 10148139644984
    Thanks
    Madhu.

  • Load file does not exist

    We have several users using OLS V4.2 on one of our citrix servers. However, one of our users can upload an excel sheet into OLS. She always gets the error :
    Package Result = Error]
    Package:                     Import excel V2
    Appset:                      Blagden
    Application:                 SALES
    Request Time:                2009-04-14 16:56:18
    Start   Time:                2009-04-14 16:56:18
    End     Time:                2009-04-14 16:56:18
    Total   Time:                00:00:00
    TOTAL STEPS  8
    1. Assign initial parameters:        completed  in 0 sec.
    2. Create Temp Table:                completed  in 0 sec.
    3. Transform Data Task1:             completed  in 0 sec.
    4. update:                           completed  in 0 sec.
    5. update rejected:                  completed  in 0 sec.
    6. Transform Data Task2:             completed  in 0 sec.
    7. Convert data:                     completed  in 0 sec.
    8. Load and process:                 Failed  in 0 sec.
    [Selection]
    XLFILE= DATAMANAGER\DATAFILES\FL_sales reporting outlooksoft_FL1_FL3_A2009_03.xls
    SHEET=TOTAL
    TRANSFORMATION= DATAMANGER\TRANSFORMATIONFILES\my Files\import historical data.xls
    CLEARDATA= No
    RUNLOGIC= Yes
    [Messages]
    [ The load file does not exist ]
    I deleted the user from the userlist and reprocessed security. I added the user again in the admin group and reporcessed user security. Same error.
    When the user logs on on citrix using her profile  and starts Webexcel using my profile - no problem.
    My profile has administrator rights and she may not have them. So I really want her into the usergroup.
    We renamed the file to upload to a file with 8 characters - same problem.
    Anyone any experience with this error and how to solve it ?
    Thanks for your reply.
    Johan

    Hello,
        From what I understand from your log file, this is a custom import package. It is failing into the last step, loading data into the cube and it seems there is no file to be loaded. If the same package is working well for the other users, this means that the user has not enough security rights to load data from that file (maybe the file contains data for which the user is not authorized to see).
       To understand better what is happening, just try to activate the debug using the DEBUG(ON) instruction into EvModifyPackage. This will create more information regarding the parameters passed to your tasks and you will be able to identify the file name passed to Dump&Load task.
    You can verify then into Private publication\user name\Temp files the content of file (and the content of all temporary files generated by your package) and this will help you to understand where is the problem.
    Hope this can help you,
    Mihaela

  • WebPartPagesWebService.GetWebPartProperties gives The file is not available. Either the file does not exist or it cannot be edited from its current location.

    Hi,
        I am trying to get all web parts from our sharepoint site by calling web service method GetWebPartProperties of WebPartsPages service. The method works fine for the root page (Home Page) but for pages in sub site i get this in the xml
    node, Outer XML - <WebParts xmlns="http://microsoft.com/sharepoint/webpartpages"><!--The file is not available. Either the file does not exist or it cannot be edited from its current location.--></WebParts>. I am struck here.
    Please help me understand why i am getting this?
    Regards,
    Kalim

    Hi,
    We can do as follows:
    1. Mark sure the page URL is correct.
    2. Check whether current user has permission to access  the page.
    3. Use SPServices to get web part properties.
    http://spservices.codeplex.com/wikipage?title=WebPartPages
    Best Regards
    Dennis Guo
    TechNet Community Support

  • File does not exist: /servlet/f60servlet

    Hi,
    We have a Developer 2000 application which is running on 9ias.
    Till last week the UAT system was working ok. Since i re-started, it stopped working. The apache error log displays the following error messages:
    [Tue Jan 25 15:53:08 2005] [error] [client 3.248.176.44] File does not exist: e:/uat/oracle/806/forms60/java/sun/applet/AppletViewer.class
    [Tue Jan 25 15:53:08 2005] [error] [client 3.248.176.44] Filename is not valid: e:/uat/apps/forms_icons/http:
    [Tue Jan 25 15:53:08 2005] [error] OPM:Can not find one alive process
    [Tue Jan 25 15:53:08 2005] [error] [client 3.248.176.44] File does not exist: /servlet/oracle.forms.servlet.ListenerServlet
    [Tue Jan 25 15:53:26 2005] [error] OPM:Can not find one alive process
    [Tue Jan 25 15:53:26 2005] [error] [client 3.248.176.44] File does not exist: /servlet/f60servlet
    Please help!
    Note: Developemtn and Productions systems with the same setting are working ok.
    Thanks,
    Naveen

    I am currently using OracleAS 10g and is using mod_oc4j to mount the Forms Servlet.
    It seems that you use JServ for mounting the Forms Servlet, (maybe default in 9i R2?) from the error log entry /servlet/f60servlet...
    Maybe Jserv is not up and running on your host? It looks like Jserv hasn't mounted /servlet/ or aliased /servlet/f60servlet as the error log indicates that Apache is looking in the filesystem for these paths which is wrong.
    But what do I know... :)
    Regards
    /Stefan

  • File does not exist?

    I am producing a weekly music review podcast. The page's information is on is http://haveyouheardmusic.blogspot.com
    The feed for the project is http://feeds.feedburner.com/haveyouheardmusic
    My feed was rejected from itunes and podcastalley (but not Digg). PCA throws an error that says something similar to "File does not exist" in reference to my rss enclosure.
    Everyone is able to subscribe to the feed manually. My podcast validates at podcast validating sites.
    I need help to fix my feed so I can submit my podcast to Podcast Alley and iTunes.
    Message was edited by: haveyouheard

    Hello,
    As far as I can see from my system, this is a simple HTML document, with some links to other HTML document on the same directory, dealing with the Oracle HTTP server. The file was probably deleted by mistakes, and should not affect the server work. The simplest solution will be to just copy it from another OHS.
    Regards,
    Arie.

  • File does not exist, or file is empty; you cannot upload empty files

    Hello,
    I've a problem when trying to upload any file to KM Repository (Content Administrator-KM Content-Root-documents). It shows the following error: File does not exist, or file is empty; you cannot upload empty files.
    I have applied SAP note 898637 but is still not working. We're using SAP EP 7.0 SP11.
    Please, what could be the problem?
    Thanks in advance,
    Belé

    We've put the Java paremeters in Configtool.bat :
    -Djava.io.tmpdir=c:/EP_TEMP
    -Dcm.tmpdir=c:/EP_TEMP     
    In Server/Instance. Folders: Message Server&BootStrap and in Servers General and in Instances/Server.
    I hope this helps you,
    Regards

Maybe you are looking for

  • How to find out which subclass I have in my hand

    If I have a superclass "Super" with two subclasses "SubA" and "SubB", and I have an instance of "Super" in my hand, how do I figure out wether it is a "SubA" or a "SubB" instance? /S�ren

  • Reading the data from 2 files and writing it into the 3rd file?

    Hi, I am reading datas from 2 files Say, Example1.txt Example2.txt Ashok ^data1^data2^data3 Babu ^data1^data2^data3 Chenthil ^data1^data2^data3 Danny ^data1^data2^data3 I want those data's to be written in a 3rd file. Say, Example3.txt Ashok^ data1^d

  • User mapping when installing JAVA addin for ABAP

    Hi, I have installd SAP ABAP on a domain. As the ABAP went fine and successfully gets installed. When I am installing JAVA addon for ABAP it is throwing an error lke the users are not mapped. So can any one guide me where actually I should map the SA

  • Chart Pie problem....

    Hi everyone, I am having a problem with the Chart Pie_3D. Whatever the number Y is, I get full Pie. The pie is been fill up. How do we use this chart. Thanks a lot.

  • SC Status

    Hi, Shopping cart created shows status as awaiting approval But there is a no approval workflow and it shows workflow started and approved PO is not getting created in the backend Please help BR Diwakar