Index search freezes complete application

We are using the JavaHelp for the context-sensitive online help functionality in an application. A very strange error occurred:
The index search works fine for many search strings, but for many other search string the complete application freezes. One of these strings is "ab" and strings starting with "ab". This is very annoying, because many german words start with the letter combination "ab". There are other strings which do not work, f.e. strings starting with "orts" and those which do work sometimes, like "ort".
When I am writing, "the application freezes", I mean that you can only stop it via the Windows Task Manager. Since you are loosing all data which had not been safed until searching the help index, the behaviour is not tolerable for our application.
We are working with the de_DE.UTF-8 German locale.
Looking at the threads, we noticed, that one thread was running the isStringInString method of class javax.help.HelpUtilities endlessly.
I found a bug report (6195811 "jdshelp freeze at search with l10n string") which seems to be related to this problem and in which is mentioned the following:
"On de_DE.UTF-8 German locale, the following strings cause freeze.
- <compose> + 'a' + ''' + b + <compose> + 'b' + '''"
This indicates that other people, too, must have the problem.
Now my questions:
Do you have any ideas for a workaround?
Do you know, if it is possible to disable the index search? And if it is possible: How can it be done?
By the way, does anyone know, when JavaHelp 2.0_03 will be published? The quoted bug is mentioned to be fixed in 2.0_03.
Thank you very much!
beap

Hi beap,
we are facing a similar problem. I filed bug report 6296005.
Do you use JRE 1.5? Our workaround is to use JRE 1.4.2, the bug does not occur with any JRE < 1.5.
When we detect that the user is running JRE 1.5, we just hide the Index tab. In our implementation of BasicHelpUI we do something like this:
     public void addNavigator(JHelpNavigator nav) {
        if(nav instanceof JHelpIndexNavigator) {
            final String java_version = System.getProperty("java.version");
            if (java_version.startsWith("1.5")){
                return;
        super.addNavigator(nav);
}It's an ugly hack but better than a customer who loses important data because our application freezes.
I will provide the help set to Sun so that they can further investigate and hopefully fix this bug.

Similar Messages

  • Verity search results return application.cfm

    We've got a couple of sites using verity collections to
    search cfml, html, and some mime documents. This is generally
    successful. However, we do see coldfusion script-only pages
    returning in the search results, including application.cfm, and
    other cfm pages that do not display content to the end-user. Since
    there is no HTML renderable content in these pages, why do they get
    included in the results?
    How can I control this behavior? I've looked at the verity
    documentation, and am trying to use the mkvdk utility to delete
    application.cfm from the collection documents, but am getting an
    error. If I can get the syntax down correctly, is this the proper
    way of addressing the problem?
    For instance, I am using the command string:
    mkvdk -delete -collection
    C:\CFusionMX\verity\collections\intranet\file application.cfm
    on my local development machine to try and test this, but get
    an error BadKeys: application.cfm
    I don't understand why these types of files get included in
    the collection in the first place. Oh, we are running CFMX6.1.
    Thanks for any help.
    Kris

    The issue is not how to remove all CFM files from the
    collection. We just want CFM files that do not output anything to
    the user to be excluded from the search index. Most of the files in
    this site are CFM files. Most importantly would be application.cfm,
    form action pages, and other included files.
    Certainly we could parse the results for a filename in a
    predefined list, but we are trying to avoid defining this
    programmatically; thinking that it is odd that these files get
    included in the results at all. In the past we have segmented sites
    using .cfm and .cfml as a way of excluding specific files from the
    index (in the collection definition, we would not include the
    specific extension as required). But this site has been in
    production for some time, and is just now adding a search feature.
    We don't want to rename files, and have to recheck every single
    page and link in the entire site.
    Does that explain what we're trying to do better?
    Cheers,
    Kris

  • Full text index searching in large document sets

    I have been placed in charge of a digital PDF document library for a small biotech company. The library consists of about 1000 100-300 page .pdf documents which have been scanned and OCRed. In order to facilitate the full text searching of the documents a PDX catalog has been created. In theory, the PDX catalog would seem to be an excellent means of quickly accessing the data, but due the sheer volume of text that is contained in the documents this does not seem to be the case.
    Any given search may take hours to complete and many computers in the department have been known to lock up due to the load of running a search. Obviously, this has made using the PDX search more of a hassle than it is worth.
    I do not know exactly how the index searches work, but from what I gather they somehow search within each document in turn and return to you all the instances in all the documents that contain a certain term. If this is the case, than it would make sense that the searches would take a long time because the search would have to search each of the 1000 documents in sequence.
    The thing is: we really do not need to know the context and placement of every instance that a word appears in a document. All we need to know is IF it appears, and perhaps how many times. Is there a way to make an index that will simply give us this information without having to search the actual document?
    Heres an example of what I am trying to achieve:
    Note: I know almost nothing about full text indexes so please forgive me if any of this sounds insane
    Lets say we have a document called "word count.pdf" which contained the following text:
    "blah blah yadda yadda text Recombinant human insulin more text still texting and so on"
    And another called "word count 2.pdf" with the following text
    "Recombinant human insulin and la la la dee do"
    The indexes for these files could be condensed and stored like this:
    "Word count.pdf"
    Blah 2
    yadda 2
    recombinant 1
    human 1
    insulin 1
    text 2
    texting 1
    and 1
    so 1
    on 1
    "Word count 2.pdf"
    recombinant 1
    human 1
    insulin 1
    and 1
    la 3
    dee 1
    do 1
    In this example, if we were to run a search on "text" the index would return "word count.pdf, 3 instances (2 of text and 1 of texting" whereas if we were to search for "recombinant" it would return both "word count.pdf, 1 instance" and "word count 2.pdf, 1 instance".
    This way, I could quickly weed out all documents that do not have the word that I am looking for and get an idea about which documents should be searched more in depth without scanning every single instance of the term in every document.
    Is there any way to accomplish something similar to this using acrobat? (Or anything else, for that matter)
    My specifications: (similar to specs of all computers searching the pdx):
    Windows XP,
    intel celeron CPU 2.6GHz, 1G of ram
    Adobe Acrobat 8 Professional

    Look at dTSearch. We used the publisher version for a CD with large files sets (with hundreds of pages per file/thousands of PDF pages of multicolumn index data - text heavy), and it does a great job. The desktop version would provide the type of searching you are looking for. Indexing is also very fast. Our customer complained, like yourself, about the speed of searches in Acrobat 6 and higher - most of the delay is due to the population of the results window.
    http://www.dtsearch.com/

  • Empty index causing freeze up

    Has anyone else experienced this?
    Here is My Setup: A FlashHelp Pro project that doesn't have
    any items currently added to the Index. I published it to the
    RoboHelp Server.
    My problem: When you type a word into the Index search,
    nothing appears (due to the fact that there are no items in the
    Index). BUT, when you try to click on any of the other
    tabs....Contents, Search, Glossary...the entire help system
    freezes.
    Is this a bug??

    Hi jdcyclone1
    Uhh, why are you offering an Index tab if you don't wish to
    use an Index? Seems a bit pointless to me to offer an Index tab
    that does nothing.
    Otherwise, just create an Index and see if things begin
    working.
    Just a thought... Rick

  • New Itunes freezes all applications on my Powerbook G4

    Since i have upgraded to itunes 5.0, my computer has randomly decided to freeze (every application, i can't even get into force quit, even with the keyboard command) when i was skipping songs on my itunes. I have had to hold down the power button cringe over 75 times since the upgrade and i weep for my hard drive.
    When the update for 5.0.1 came out i eagerly downloaded, hoping it would fix the problem -- this wasn't the case. I am usually a person who never upgrades anything right away, but this time, for some reason, i did. I am very very upset about my computer freezing almost every time i decide i want to change the song (when itunes is on a playlist of only 1000 songs on random).
    If anyone has any advice at all for why this may be happening, I would greatly appreciate it.
    I have not had any problems with songs disappearing, ratings changing, podcasts or anything of that nature, but when i tried to update my ipod it also froze my computer several times before it would allow the update.

    Melissa--
    I'm glad to hear things seem to be a bit better. But sorry to hear that you still have to avoid skipping songs.
    Have you tried deleting your iTunes preferences? The easiest way to find them is to search on your hard drive for files that contain "com.apple.iTunes". Just make sure iTunes isn't running and drag the prefs files to your desktop. When you restart iTunes, your preferences should be rebuilt.
    One thing you ought to do, since you've had to restart your computer using the power key a number of times, is to check your hard drive with the Disk Utility program.
    You should boot from your Tiger OS X disk. The installer will come up, but don't start the installer. Instead, look at the menus, one of them will offer the option to switch to the Disk Utility. Check your permissions on your hard drive, and repair the disk as well. It's possible that all the shutting down can cause some corruption in files...
    best,
    charlie

  • Spinning Beach Ball/ Indexing Won't Complete

    I turned on my Mac one morning, and as I opened programs, webpages ect. the spinning beach ball would appear, and my Mac would be momentarily frozen. This happened out of no where. I then noticed that the Spotlight indexing had not completed, and would remain at the same completion rate. Would this have anything to do with my Mac constantly freezing up(spinning beach ball), and if so, what can I do to fix it?

    Hi,
    As the problem of spinning beach ball is very general and board, see http://www.thexlab.com/faqs/sbbod.html for general troubleshooting.
    Cheers and welcome to the discussions.
    Message was edited by: (n_n)

  • How to search file in application server using pattern

    Hi all,
    I want to search file in application server.
    Suppose there is file named abc20090808.dat.
    Is there is any function module to search the file?
    it should return back the file names starting with abc, if the import parameter is abc*
    Regards,
    Nikhil

    hello,
                 Have a look
            You can use this function module /SAPDMC/LSM_F4_SERVER_FILE for F4 help for application server file and then you can use the function module TEXT_CONVERT_XLS_TO_SAP to read data into internal table.
      access file from application server
    regards,
    shweta

  • My messenger not working properly on my iPhone 6 freezes completely and I miss all my texts just not working. anyone else having this issue?

    I have already swapped this phone out once for a new I phone 6. First one I was having same issues with.
    Now I got the new one and it was good for about a month and now its doing it to but worse. It freezes completely.
    Won't let any of my text messages get through to me. All my messages disappear completely and randomly come back when they feel like it.
    This time its frozen where I can't even read any texts or get any texts and when I click on the messenger app it just goes to the NEW MESSAGE and won't let me get out of this screen. Should I once again take this back? or are all the iPhone 6's bad like this?

    It's not the iphones, it's more likely one or more of your programs causing this issue. It's not the iPhone 6's. The possibility of you getting 2 bad iphones from different batches is extremely remote or you have the worst luck on the planet. lol    If one iPhone has it, then you get a new one and the same problem comes up again, it's most likely due to an issue with a program that you keep getting back from restoring an old backup. Restore the iphone again and set up as a new iphone. Then manually import your music and your photos. Once that's done, try to use your iphone to see if everything is ok. If it works good for a few days, then try to add some of the apps. At some point, you'll end up loading the malicious app and the problem may come back. Make sure that the apps are all updated. If you still have problems, call Apple so that they can run a diagnostic report and find out which app is causing this issue. Then you can simply delete it and/or update the app. More solutions are available but that's all I will post for now.

  • The 'Content, index, search' section of my help is not working in Mozilla

    Dear All,
    The 'Content, index, search' section of my help is not working in Mozilla.
    I am using robo8 and mozilla 8. Any idea? please help...
    Regards,
    Jobin.

    Dear William,
    It is a webhelp
    It is working in all other browsers except Mozilla.
    It is a merged help...
    waiting for your reply..:)
    Regards,
    Jobin.

  • We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double

    We have developed a desktop application using Flash software and published the same for MAC environment. When we double click on the index.app file, the application is working perfectly in Mac 10.6.7 at our office. But if the same index.app file is double clicked in Mac 10.6.7 at out clients location, its not opening. For your information the client is able to open this same application by double clicking on index.swf file. The main problem is that client is not able to open the application using index.app file at their office whereas we are able to do so at our office. Can anyone give some suggestions to sort this problem?

    The most common reason is different versions of Flash, or different versions of web browsers used.  Some users may elect to not have Flash installed at all because of the processor overhead of Flash.  If you are going to make an application for a client, check what operating system and browser versions they are using first.  Then determine if a stand alone application is required, or if they have the necessary plugins to run specific browser enhanced code.
    P.S. MAC is an acronym for Media Access Control.  Mac is the shorthand for Macintosh, the operating system and computers made by Apple Inc.

  • Microsoft Word Freezing Repeatedly, Application Not Responding

    Just wondering if anyone else was having issues with Microsoft Word from MS Office 2008, where you open the application, you type a few sentences, and the application freezes with the spinning circle of death that won't go away until you click the dock where it says "application not responding" and do a force-quit? You can leave the circle spinning for 10-20-30 minutes, and it never goes away.
    Now for the weird part--this error only happens for me when I'm using a specific document on my computer. I can open Word, start a new document, type several paragraphs of text, and it works fine. But I've been working on an existing paper for about two months that all of a sudden started causing these freezes/crashes when editing it. It's about 30 pages roughly, no images, no big inserts that would take up a lot of memory (116 kb in size). And up until today, there were no problems. So why all of a sudden can't I edit anything on this paper without freezing the program?! I downloaded the Microsoft Office 2008 Service Pack 1 that was just released after this problem started, and ran all the recent Java and program updates through Software Update with computer restarts. I even copied the text from the Word document I was working on, pasted it into a new document, tried saving it as both .doc and .docx, and again the program still freezes when working with that text in a new file. This one baffles me. It's like the text within a document is somehow freezing the application. One thing I did notice is that the freezes seem to happen when I'm scrolling using a mouse wheel. Not always, but quite a bit. I suppose this is some memory issue related to several pages of text that the program can't render or process when you add new lines of text or scroll, but again, I can't figure why this paper I've been working on for months all of a sudden decided to start freezing Word today. Can you really only have 30 double-spaced pages of text in Word before it crashes?
    Looks like I've found my reason to switch to Open Office, since I'm 3-4 days out from a deadline. Any other solution strategies would be welcome. Thanks.

    Same problem here - Microsoft Word 2008 (update 12.1.7) will open fine, and then start the spinning pizza of death. Only way out is to force-quit the app. I've tried:
    1) deleting plist and font cache files
    2) uninstalling MS Office 2008, reinstalling and then re-applying updates 12.1.0 and 12.1.7
    3) confirming that Apple's Font Card.app can verify all fonts
    No luck. Currently I can't open any MS word doc without the spinning pizza of death.
    If you are lucky enough that these symptoms only happen with a specific Word .doc file, I would see if the PC-originator could re-save the file as .RTF and resend. If you can then open it OK, you could revert back to .doc (or .docx) format. RTF format is Microsoft's interchange format. If there are anomalies in the .doc file, saving as .RTF can sometimes clean them up. Once done, you can revert back to native MS Word format.
    ...b

  • The lastest version of Flash on my pc has a typo in the properties, see as follows: "Adober Flashr Player Update Service 13.0 r0". Notice the "r" at the end of both Adobe and Flash. Is this malware of just a poorly completed application?

    Is this malware, OR just a poorly completed application?
    It updates to a version that is not the absolute latest on the Adobe website downloads page which is what first got my attention. Yesterday I had to delete the updater executable to get Flash to update to the latest. Yet today here goes the updater again with the properties: "Adober Flashr Player Update Service 13.0 r0".

    Can you post a screenshot of what you see: https://forums.adobe.com/thread/1070933

  • TS1388 After one or two websites the search "freezes". To rectify this I need to go into "Network" and press "Renew DHCP Lease" on my imac 10.6.8

    After one or two websites the search "freezes". To rectify this I need to go into "Network" and press "Renew DHCP Lease" on my imac 10.6.8TS1317 - Mac OS X: Troubleshooting a cable modem, DSL, or LAN Internet connectionAny help?

    Check your computers time and date are correct, and updating to your location via Apple's servers.
    WiFi, Internet problems, possible solutions

  • New Macbook Pro 15' with Retina Display Keeps Freezing Completely

      Last week I got a Late 2013 Macbook Pro 15' with Retina Display (currently running OS X Mavericks 10.9.1) . However since last Thursday it keeps freezing. It usually happens 2-4 times in a day. The entire computer will freeze completly, I'll be unable to move the cursor with the trackpad and the keyboard freezes up as well. The only way to ameliorate the problem is by shutting down the computer by pressing down on the power button and then turning it back on. When my Mac starts up again it works completely normally. Is anyone else experiencing this issue? I recently read that this was happening to some 13' Mac's (until Apple fixed it) however I haven't been able to find information regarding the same problem on a 15' Mac. Thanks in advance!

    Mine isn't new model of retina mbp.
    Now I'm re-installing 10.9 and I want to try it for some times.
    However my mac is out of warranty and if it is a hardware problem there are no solutions for me (logic board change costs $1.000 or so).
    After reinstalling 10.9, if I'll not resolve, I want to try to change thermal grease for GPU and CPU...

  • TS1702 i cant download new application on my Iphone everytime i open app store then searching for the application i want to download when i Tap the FREE sign it become half square and never downloaded.

    i cant download new application on my Iphone everytime i open app store then searching for the application i want to download when i Tap the FREE sign it become half square and never downloaded.

    Sometimes this happens because the app won't run on the iOS version of the device you are trying to install it to.  Go to the app store and make sure it will run on iOS 3.1.3 (many only run on iOS 4 or higher).

Maybe you are looking for

  • Can't share any documents

    Can someone help with not being able to share any documents?

  • Computer recognizes a wifi connection but does not connect to it?

    I Was in Moscow, and only using secure connections but now (away from Russia), still can't get to the internet. I See the wifi access points but the computer doesn't connect to them. Ideas?

  • New  ABAP Editor in WAS 6.40

    Hi friends, according to blog posted by Thomas Jung /people/thomas.jung/blog/2006/06/28/new-abap-editor-backport new ABAP Editor was backported to WAS 6.20 and WAS 6.40, I work as ABAP Developer in ECC 5.0 WAS 6.40,  yesterday I did request applicati

  • Huge iTunes Store Problem

    This is essentially my biggest complaint with the iTunes store, they like to take things that are iTunes exclusives and remove them. I don't think Apple realizes that without the exclusive tracks there's absolutely no reason to buy albums from iTunes

  • Issues syncing 3gs

    Tried to sync 3gs phone last night and itunes will only sync Contacts, Bookmarks and Email. It won't sync anything else such as pics and apps. Have rebooted phone and also reinstalled itunes to the latest version but still the same issue. Any ideas?