Unable to access files using search title and link

Once a list of search results appears, I am unable to retrieve the referenced document using either the hyperlink title or "link" hyperlink. I can only access the document using cache. Does crawler configuration need to be modified?

file://localhost/dbadmin
And here is the error message that appears when the title hyperlink is selected:
java.io.IOException: \dbadmin\projects\NMAX_Refresh\Requests\NMAT_20050329\mtch_users_synonym.sql is not an acceptable relative path when user.dir is C:\ORACLE\PRODUCT\10.1.6\SES1\ at oracle.aurora.java.io.OracleIO.transformRelative(OracleIO.java:65) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:103) at oracle.search.GetPage.readFileURL(GetPage.java:958)

Similar Messages

  • Unable to access files using FilePermission class .

    Hi frineds !!!
    I m new to java networking..plz help in finding the solution of my problem*..Its urgent !!*
    FilePermission perm=new FilePermission("D:/contacts","read");
    AccessController.checkPermission(perm);
    and it is giving an error :
    Exception in thread "main" java.security.AccessControlException: access denied (java.io.FilePermission D:/contacts read)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
    at java.security.AccessController.checkPermission(AccessController.java:546)
    at test.Main.main(Main.java:38)
    plz help me out...

    amit.trical wrote:
    But it should grant me the permission.Are you saying you think that creating the FilePermission object should grant the permission? Or are you saying that calling the checkPermission method should grant the permission?
    Neither of those are true. Creating the FilePermission object gives you something about which you can ask if it's permitted or not. And calling the checkPermission method asks that question.
    To grant the permission to read that file, you must do that via the policy file. Java code can't grant itself any permissions (for obvious reasons).

  • Writing into Excel file using PL/SQL and formatting the excel file

    Hi,
    I am writing into a excel file using PL/SQL and I want to make the first line bold on the excel. Also let me know if there are any other formatting options when writing into excel.
    Regards,
    -Anand

    I am writing into a excel file using PL/SQL
    Re: CSV into Oracle and Oracle into CSV
    check that thread or search in this forum...

  • FSL-02013  Unable to access file sapevents.dll

    Hi,
    I am applying patch SP 12 to SAP WAS 640 Java.During the third step..that is SP system installation i get error as FSL-02013  Unable to access file ....sapevents.dll
    I am login as <SAPSID>adm which is member of administrator group.
    Do i have to be administrator user to run the installation?
    Can some one helpout in this?
    Deepti Patil

    Hi Anada,
    SP19 update...
    Had the same problem first with sapevents.dll and after a system restart with saposcol.exe
    Renamed saposcol.exe and after the error it was there again so the copy process should have worked? Anyway, after copying saposcol.exe manually like you posted did the trick...
    Regards.

  • How can I create an csv/excel file using pl/sql and then sending that file

    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.

    968776 wrote:
    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.You are trying to do it at a wrong place..
    Whay do you want database (pl/sql) code to do these things?
    Anyhow, you may be interested in :
    {message:id=9360007}
    {message:id=9984244}

  • Am having all kinds of trouble enabling Home Sharing on Apple TV. Had been working previously, but now I am unable to share files between TV, Ipods and iMac. I have tried restarting all hardware, systems and connections. I recently upgraded modem?

    Am having all kinds of trouble enabling Home Sharing on Apple TV 3. Had been working previously, but now I am unable to share files between TV, Ipods and iMac. I have tried restarting all hardware, systems and connections. I recently upgraded modem, would this have an effect on connectivity?

    U may need to check the settings on ur PC or Mac.

  • EA1 - Ability to use Search option and code collapse/Expand option in ...

    Noticed the following feature which was Scheduled for Release 1.5 is missing.
    "Ability to use Search option and code collapse/Expand option in the Normal mode of PL-SQL Editor"
    This feature could save a lot of time on code reading/review/....
    Thanks,
    K.Nataraja Suthan,

    You can use the search on the read only (normal mode) of the PL/SQL Editor. Either through menu or using ctrl F.
    The other is still an enhancement and is being tracked.
    Sue.

  • How to save .pdf file using office word and excel

    Can someone help me how to save .pdf files using office word and excel?  I reinstalled my adobe 7.0 pro in my new pc and before I was able to do it but with my old pc.

    For anything after Office 2003, you have to print to the Adobe PDF printer. If you installed AA 7 on OS newer than XP, you may have to do a workaround to get it to work. With later versions of WORD you can always use the MS plugin for creating PDFs.

  • Please advise how I can register my Photoshop Starter Edition when I apply I do not receive an unlock code so I am unable to continue to use the program and all my photos are locked in, please advise, thanks John

    Please advise how I can register my Photoshop Starter Edition when I apply I do not receive an unlock code so I am unable to continue to use the program and all my photos are locked in, please advise, thanks John

    Please refer to the appropriate Forum, this one is dedicated to Photoshop proper.
    Photoshop Album Starter Edition

  • Cannot access remote FoxPro dbf file using jdbc-odbc and system DSN

    Hi all,
    I have a foxpro database sitting on remote server (netware server). the dbf folder is shared and I can access it using windows explore on my weblogic server (windows 2003). I created a system dsn for that. I can access the database from the a stand alone java program using
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection surgConn = DriverManager.getConnection("jdbc:odbc:FoxDB", " ", " ");
    But when I use the same thing in my weblogic 8.1 application, I cannot access the database. I didn't config any data source in weblogic 8.1
    Why?
    When I try this on my own computer - windows 2000, weblogic 8.1 workshop. remote foxpro database dbf folder. it works.
    Any idea?
    Thanks very much

    Laura Ren wrote:
    Hi all,
    I have a foxpro database sitting on remote server (netware server). the dbf folder is shared and I can access it using windows explore on my weblogic server (windows 2003). I created a system dsn for that. I can access the database from the a stand alone java program using
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection surgConn = DriverManager.getConnection("jdbc:odbc:FoxDB", " ", " ");
    But when I use the same thing in my weblogic 8.1 application, I cannot access the database.What exception do you get? WebLogic is just like any other Java App. That code
    should work OK (though I have a better way)... Be warned that the JDBC ODBC
    bridge is specifically dangerous. It is not threadsafe.
    Joe
    I didn't config any data source in weblogic 8.1
    Why?
    When I try this on my own computer - windows 2000, weblogic 8.1 workshop. remote foxpro database dbf folder. it works.
    Any idea?
    Thanks very much

  • Unable to access website using home network but able to access using school network.

    Hi, I'm currently on a MacBook Pro running OS X Mountain Lion and Safari v6.0.4.
    As per the title, I'm unable to access particular websites, namely abduzeedo.com and fromupnorth.com, using my home network but when I try to access using my school network, I can access it freely.
    The error message I get is: "Safari can't open the page [website] because the server where this page is located isn't responding"
    I've tried clearing my cache, resetting my IP, deleting the library file (or whatever it was that some people suggested in forums) but it still doesn't work ):
    Any suggestions?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, or by a peripheral device.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including Wi-Fi on certain iMacs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • N97 freezing up - unable to access file manager/co...

    I don't know if anyone can help me ... My n97 was working fine uptil yesterday! however, this morning it kept getting stuck e.g. not able to see the photos, accessing apps, or file manager. Now even the four contacts I have on my home screen aren't showing ... or rather one isn't the other three are horribly blurred images!
    I've tried giving a hard reset which it did but it's still not working. I'm trying to uninstall some apps I don't need but it freezes up every single time. When I try to access file manager it gets stuck showing "opening". I can't access my messages because it freezes.
    I've got a feeling its something to do with the phone memory. I've recently updated to the new firmware version 11 ... however I've found out it's gotten slower!
    Please can someone help me ... I'm going crazy I simply can't use my fone!
    Solved!
    Go to Solution.

    Can anyone help????
    I purchased a Nokia N97 approx 6 weeks ago, I am now up to handset number 4 and am about to take it back AGAIN!!!
    I am continuously having problems with the phone freezing, black/blue screens, "unable to use/access functions" coming up on screen, when switching off phone it goes through all the applications I have had opened before it turns off, just to name a few.
    These are just a few issues that I have been having and continue to have with the handsets. I love using the N97 and am quite happy to keep using it, but am starting to think it is not a reliable phone at all and unfortunately I signed up to a 2 year contract.
    I have gone online on numerous occasions and checked for software updates and nothing comes up on my phone, so I assume that the phone has the latest software. If anyone has any solutions to my problems can you please let me know as I am not gettig any help from Nokia or my service provider.
    Thank you

  • Unable to access files with spaces in the path

    Hi all, I am accessing files which reside on the server using a java applet.
    The typical path of a file could be:
    http://192.168.0.2/agat/data/AF190701 0003.agt
    (not the space in the filename).
    When I try to open this file using a URL object:
    URL file = new URL(filename);
    BufferedReader in = new BufferedReader(new InputStreamReader(file.openStream()));
    I get exception 400 ( I think) whihc I assume is file cant be found.
    However when I rename the file (to get rid of that space) and also change the filename variable to suit. The file is opened as expected.
    What should I do to make the applet able to open paths with spaces? Or is this just not possible.
    I did try including quotes with the special characte precessor:
    filename = "/"http://192.168.0.2/agat/data/AF190701 0003.agt/""
    But this didnt work either, please could someone tell what I need.
    Thanks.

    Thanks guys, although before I got your replies I did the following - it seems to work, but shall try your suggestions.
    while (file.lastIndexOf(" ") >0)
    String temp;
    int num = file.lastIndexOf(" ");
    temp = file.substring(0, num) + "%20" + file.substring(num+1, file.length());
    file = temp;
    }

  • Unable to upload files using firefox, be it dropbox, gmail or any other websites where we need to attach files. It does not open up a new window to choose file.

    all of a sudden im unable to attach files in any of the websites. Im using firefox version 30 and when I click to attach file it does not open up a new window where we can choose the file from my computer. It happens almost in all websites that I use (gmail, dropbox, other websites).
    This was not the case before, seem some problem with firefox.. can somebody fix this at the earliest. thanks

    hello Balaatmozilla,
    please check if this problem appears as well when you try to download a file, does this happen again when you try to download a file?
    if so there must be a problem with your HDD controler, to solve this issue follow th steps:
    1.Right Click on My Computer, Select Properties
    2.Click on Device Manager in Top Left corner
    3.expand the IDA/ATI/ATAPI controllers
    4.right click on the one which is related to your HDD
    5.click on Uninstall
    6.Restart
    when you restart your windows the OS will try to install the drivers again, if this happens then restart again and check if the problem is solved, if no try to install the HDD drivers and related drivers manually and then restart your machine

  • Searching 'Title' and 'Caption' metadata

    I've searched a bit on this and am not getting anywhere. The issue I am having is when I apply content to the Title and Caption fields of metadata, they are not searcheable. Meaning, when I use the 'Find' section on the sidebar, it doesn't locate images that I have confirmed have the content I am searching for. I've made sure that when using 'Find,' I have all 'Anywhere' selected for 'Text' and 'Contains Any' for 'Rule.' Also, 'All Dates' is selected for 'Date.'
    I can't help but think I am missing something amazingly simple.
    Thanks in advance.
    Troy Wical
    calivw78.com

    jimburgess, John O'Connor, DonRicklin...thanks for the help. Although I thought I had made extremely sure that I had no other filters in place to skew my metadata search results, I must have missed something. Although I can't remember exactly what it was that made my search start working, I believe it was related to both apply "cmd-L" to start fresh and then looking under the 'Folders' panel to see matching photos as some of you had recommended.
    Really appreciate the help.

Maybe you are looking for

  • EDI order to automatically reject line items that cannot be allocated( AFS)

    Hi All The requirement is as follows 1. A specific type of customer EDI order enters SAP via IDOC 2. We need to identify these specific orders in SAP and have the ability to automatically reject lines that cannot be allocated (AFS allocation) 3. What

  • Image Drag'n'Drop error

    Hello so... he is the deal: based on that: http://java-buddy.blogspot.com/2012/03/javafx-20-implement-gesturetarget-of.html i made some simple app that loads pictures from files. whats important about this is this: HBox targetBox = new HBox();and thi

  • How to restore safari bookmarks after osi update

    how to restore safari bookmarks after ios. update

  • How to make customer inactive in R12 receivables?

    Does anyone know how to make a customer inactive in R12 receivables? I can find where to make the account that is linked to the customer inactive but not how to amend the status of the customer itself. I am sure that it is something simple that I am

  • Database Migration and Cross platform migration

    Actually I am searching solution for following situation: as follows Server Name A : Operating System : IBM AIX Database Version Oracle 10.1.0..0 No. of Database Instances on this server -.. 2 Databases Server Name B Operating System : HP Unix Databa