Search is taking 15 minutes to compile in RH8

We are upgrading to RH8 and in testing I'm finding that its taking 20-25 minutes to compile a project (1800 topics) of which 99% of that is for "Full Text Search".  Do we have something set up wrong?  This is running on the C drive, 70 seconds to process 1800 topics and 1153 seconds (19 minutes!) for Full Text Search.  That seems very wrong.  Playing with the check boxes for search doesn't seem to change this.  I have 8.02 installed.  Webhelp is the output (NOT Webhelp Pro).

Hi Teri.
I'd suggest that there are so many factors that could affect how quickly a project compiles that it would be hard to say whether there is anyhting you can do about this. Of course if we had more detail about your project, maybe someone could help.
  The RoboColum(n)
  @robocolumn
  Colum McAndrew

Similar Messages

  • My iMac, OS 10.7.5, is abnormally slow on start-up, taking many minutes for my password sign-in window to show up.  I've run Disk Permissions and have verified my hard drive and all is in order.  What do I do to start up my Mac in a normal manner?

    My iMac, OS 10.7.5, is abnormally slow on start-up, taking many minutes for my password sign-in window to show up.  I've run Disk Permissions and have verified my hard drive and all is in order.  What do I do to start up my Mac in a normal manner?

    If you have more than one user account, these instructions must be carried out as an administrator.
    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter "BOOT_TIME" (without the quotes) in the search box. Note the timestamps of those log messages, which refer to the times when the system was booted. Now clear the search box and scroll back in the log to the last boot time when you had the problem. Select the messages logged after the boot, during the time something abnormal was happening. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    For example, if the problem is a slow startup taking three minutes, post the messages timestamped within three minutes after the boot time, not before. Please include the BOOT_TIME message at the beginning of the log extract.
    If there are runs of repeated messages, post only one example of each. Don’t post many repetitions of the same message.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    Still in Console, look under System Diagnostic Reports for crash or panic logs, and post the entire contents of the most recent one, if any. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if present (it may not be.) Please don’t post shutdownStall, spin, or hang logs — they're very long and not helpful.

  • Logging into Hyperion Planning is taking several minutes for users

    Hello All,
    I'm hoping someone can help with an urgent issue. A problem has popped up the day after everyone returned from holiday break. All users that are listed in MSAD in Shared Services are taking several minutes to log into Hyperion Planning. The only users that are not having problems are admin and a testuser account. Both of these accounts are from the Native Directory.
    When I go into Shared Services and do a search in the MSAD, it is taking several minutes for the list of users or groups to come up. Everything is working normally in Planning when I'm using the admin account, except for when I'm trying to assign access to a dimension. That is not working, but I can modify an existing access to a dimension.
    Our IT department has restarted all Hyperion services and made sure that the service account (active directory) is not locked. Everything on their end looks like its running correctly, as far as they can tell. I've refreshed the database and security filters, but that has not corrected anything and I've reregistered the application with shared services.
    Any help would be greatly appreciated!
    Thank you!
    David

    Hello John,
    Thank you for the response. I'm not sure if we do have multiple MSAD servers, so I've forwarded the question on to my IT department and I'm waiting for their response.
    During my call with Oracle support, they suggested turning off the MSAD group configuration and restarting Hyperion to see if that would help. The only area that it seemed to help is in searching for users in MSAD. That works a lot faster now, but it didn't fix the problem with the users logging into Hyperion. I've sent Oracle the shared services logs for Admin, Hub and Security as they requested and I'm waiting for their response.
    Thanks,
    David

  • My MacBook Pro (purchased in 2011) is taking 10 minutes to boot-up.  It's also taking much longer to open files.  I have 650 GB out of 700 GB left on my machine so it's not that I've overloaded the memory.  Is anyone else having this problem?

    My MacBook Pro (purchased in 2011) is taking 10 minutes to boot-up.  It's also taking much longer to open files.  I have 650 GB out of 700 GB left on my machine so it's not that I've overloaded the memory.  Is anyone else having this problem?

    Look at this comprehensive trouble shooting document;
    https://discussions.apple.com/docs/DOC-3353
    I suggest that you start with SMC and PRAM resets.
    Then  a Safe Boot.
    Ciao.

  • How can I make my adodc connect faster to my SQL Server? It's taking a minute (so long) before I can view thousand of record in my listview.

    How can I make my adodc connect faster to my SQL Server? It's taking a minute (so long) before I can view thousand of record in my listview. Please anyone help me.
    I'm using this code:
    Public Class McheckpaymentNew
    Private cn As New ADODB.Connection
    Private rs As New ADODB.Recordset
    Private Sub McheckpaymentNew_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    Try
    cn.ConnectionString = "DSN=database; UID=user; PWD=password"
    cn.Open()
    rs.CursorLocation = ADODB.CursorLocationEnum.adUseClient
    rs.CursorType = ADODB.CursorTypeEnum.adOpenStatic
    rs.LockType = ADODB.LockTypeEnum.adLockBatchOptimistic
    Catch ex As Exception
    MsgBox("Failed to Connect!, Please check your Network Connections, or Contact MIS Dept. for assistance.", vbCritical, "Error while Connecting to Database.."
    End
    End Try
    End Sub
    End Class

    How can I make my adodc connect faster to my SQL Server? It's taking a minute (so long) before I can view thousand of record in my listview. Please anyone help me.
    I'm using this code:
    Public Class McheckpaymentNew
    Private cn As New ADODB.Connection
    Private rs As New ADODB.Recordset
    Private Sub McheckpaymentNew_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    Try
    cn.ConnectionString = "DSN=database; UID=user; PWD=password"
    cn.Open()
    rs.CursorLocation = ADODB.CursorLocationEnum.adUseClient
    rs.CursorType = ADODB.CursorTypeEnum.adOpenStatic
    rs.LockType = ADODB.LockTypeEnum.adLockBatchOptimistic
    Catch ex As Exception
    MsgBox("Failed to Connect!, Please check your Network Connections, or Contact MIS Dept. for assistance.", vbCritical, "Error while Connecting to Database.."
    End
    End Try
    End Sub
    End Class

  • IPhoto '11  taking a minute or more to open

    I upgraded from iPhoto '09 to '11 in January, and since then have had no problems with speed or freezing. Everything ran smoothly and never got hung up. But one day, i go to show a photo to my friend, and iPhoto never opens. I have to resort to Logging Off, but the computer doesn't log off because it thinks iPhoto is still running. I hold down the power button and store the computer away. After a few days, i go on again, and decide to wait. It took 10 minutes for iPhoto to open, but ran smoothly after that. Now its still taking a minute or more to open. This only happens after it boots up, and after starting once, it opens quickly after that. I have about 7,000 photos all together in my library, and am willing to delete 400 or so if necessary. Is there anything i can do?

    I had this problem but it was due to Spotlight trying to index my BootCamp volume. If you have a BootCamp partition, go into the spotlight security settings and make it private.

  • Project taking 5 minutes to load

    Hi,
    I just publisehd a course with 190 slides. It has some short videos embedded and simple animations.  Althought the project loads fast on my desktop, it is taking 5 minutes to load over the web. My users are not gonna want to wait this long. Any suggestions as to what I can do to speed up the loading time?
    Thank you,
    Heloisa Kinder

    Try reducing the preloading % from 100% to something like 20%. Preferences, Project, Start and End.
    If that is not sufficient, you'll have to reduce the filesize.
    Lilybiri

  • Time Machine Backups Taking 20 Minutes

    Hi everyone.
    Starting yesterday, my time machine backups are taking 20 minutes, when they used to only take 5.  I'm backing up to an AirPort Extreme, via a wireless home network.  Here's the latest code from the Console.
    3/10/12 10:26:11.581 AM com.apple.backupd: Starting standard backup
    3/10/12 10:26:11.600 AM com.apple.backupd: Attempting to mount network destination URL: afp://Michael%20Payne@Extreme%20Pleasantville._afpovertcp._tcp.local/Time%20Mac hine%20Backups
    3/10/12 10:26:20.103 AM com.apple.backupd: Mounted network destination at mountpoint: /Volumes/Time Machine Backups using URL: afp://Michael%20Payne@Extreme%20Pleasantville._afpovertcp._tcp.local/Time%20Mac hine%20Backups
    3/10/12 10:26:25.308 AM com.apple.backupd: QUICKCHECK ONLY; FILESYSTEM CLEAN
    3/10/12 10:26:28.358 AM com.apple.backupd: Disk image /Volumes/Time Machine Backups/Michael’s MacBook Pro.sparsebundle mounted at: /Volumes/Time Machine Backups 1
    3/10/12 10:26:28.366 AM com.apple.backupd: Backing up to: /Volumes/Time Machine Backups 1/Backups.backupdb
    3/10/12 10:29:15.785 AM com.apple.backupd: 328.7 MB required (including padding), 11.01 GB available
    3/10/12 10:29:15.786 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:30:15.939 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:31:16.045 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:32:16.319 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:33:25.124 AM com.apple.backupd: Copied 2103 files (4.0 MB) from volume Macintosh HD.
    3/10/12 10:33:25.490 AM com.apple.backupd: 326.2 MB required (including padding), 11.01 GB available
    3/10/12 10:33:25.491 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:34:27.545 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:35:28.849 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:36:30.823 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:37:32.956 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:38:34.958 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:39:36.563 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:40:37.309 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:41:38.786 AM com.apple.backupd: Waiting for index to be ready (100)
    3/10/12 10:42:57.782 AM com.apple.backupd: Copied 740 files (1.3 MB) from volume Macintosh HD.
    3/10/12 10:43:02.358 AM com.apple.backupd: Starting post-backup thinning
    3/10/12 10:44:05.835 AM com.apple.backupd: Deleted /Volumes/Time Machine Backups 1/Backups.backupdb/Michael’s MacBook Pro/2012-03-08-223328 (1.8 MB)
    3/10/12 10:44:05.835 AM com.apple.backupd: Post-back up thinning complete: 1 expired backups removed
    3/10/12 10:44:06.002 AM com.apple.backupd: Backup completed successfully.
    3/10/12 10:44:21.968 AM com.apple.backupd: Ejected Time Machine disk image.
    3/10/12 10:44:22.204 AM com.apple.backupd: Ejected Time Machine network volume.
    It looks like it's a problem with the Indexing.  I'm in the process of doing a verification now, but is there anything else I can do to get it back to the 5 minutes or so it takes?  If you care, here is a code from a more successful backup that didn't take nearly as long.
    3/8/12 10:27:07.728 PM com.apple.backupd: Starting standard backup
    3/8/12 10:27:08.081 PM com.apple.backupd: Attempting to mount network destination URL: afp://Michael%20Payne@Extreme%20Pleasantville._afpovertcp._tcp.local/Time%20Mac hine%20Backups
    3/8/12 10:27:08.643 PM com.apple.backupd: Mounted network destination at mountpoint: /Volumes/Time Machine Backups using URL: afp://Michael%20Payne@Extreme%20Pleasantville._afpovertcp._tcp.local/Time%20Mac hine%20Backups
    3/8/12 10:27:15.446 PM com.apple.backupd: QUICKCHECK ONLY; FILESYSTEM CLEAN
    3/8/12 10:27:19.348 PM com.apple.backupd: Disk image /Volumes/Time Machine Backups/Michael’s MacBook Pro.sparsebundle mounted at: /Volumes/Time Machine Backups 1
    3/8/12 10:27:19.480 PM com.apple.backupd: Backing up to: /Volumes/Time Machine Backups 1/Backups.backupdb
    3/8/12 10:29:02.025 PM com.apple.backupd: 435.2 MB required (including padding), 19.03 GB available
    3/8/12 10:31:53.585 PM com.apple.backupd: Copied 1312 files (1.4 MB) from volume Macintosh HD.
    3/8/12 10:32:06.643 PM com.apple.backupd: 434.6 MB required (including padding), 19.03 GB available
    3/8/12 10:33:28.056 PM com.apple.backupd: Copied 983 files (943 KB) from volume Macintosh HD.
    3/8/12 10:33:33.364 PM com.apple.backupd: Starting post-backup thinning
    3/8/12 10:35:09.074 PM com.apple.backupd: Deleted /Volumes/Time Machine Backups 1/Backups.backupdb/Michael’s MacBook Pro/2012-03-07-213931 (2.9 MB)
    3/8/12 10:35:09.074 PM com.apple.backupd: Post-back up thinning complete: 1 expired backups removed
    3/8/12 10:35:09.363 PM com.apple.backupd: Backup completed successfully.
    3/8/12 10:35:27.460 PM com.apple.backupd: Ejected Time Machine disk image.
    3/8/12 10:35:27.698 PM com.apple.backupd: Ejected Time Machine network volume.
    It looks like starting on March 9 is when the problem started happening.  I'm using a MacBook Pro with Mac OS X Version 10.7.3.

    As an update, the Backup Verification passed.
    3/10/12 10:56:09.005 AM com.apple.backupd: Backup verification requested by user.
    3/10/12 10:56:09.024 AM com.apple.backupd: Attempting to mount network destination URL: afp://Michael%20Payne@Extreme%20Pleasantville._afpovertcp._tcp.local/Time%20Mac hine%20Backups
    3/10/12 10:56:09.715 AM com.apple.backupd: Mounted network destination at mountpoint: /Volumes/Time Machine Backups using URL: afp://Michael%20Payne@Extreme%20Pleasantville._afpovertcp._tcp.local/Time%20Mac hine%20Backups
    3/10/12 10:56:10.225 AM com.apple.backupd: Running backup verification
    3/10/12 10:56:13.381 AM com.apple.backupd: QUICKCHECK ONLY; FILESYSTEM CLEAN
    3/10/12 11:07:43.912 AM com.apple.backupd: Backup verification passed!
    3/10/12 11:07:44.483 AM com.apple.backupd: Ejected Time Machine network volume.

  • Firefox 6.8 is taking 5 minutes or longer to load when I first start my computer (a 5-year-old Dell running XP).

    Once it finally loads it works fine. I'm using Comodo firewall and Microsoft Security Essentials.

    I can just about guarantee you it's your security system (and possibly the number of items you have initiated at start up) that is delaying the start up of your machine. I just installed Windows 7 Ultimate (over a Windows Vista Home Premium) and it did not load properly because of features of Norton 360 even though I had (in theory) disabled Norton 360 during the installation of Windows 7. It was taking 28 minutes to start up. Microsoft representative fixed it by disabling/removing Norton 360 and it took about less than one minute to start up (and fixing some inconsistencies with Windows 7 during the installation). By re-enabling Norton 360 after it was reinstalled it now takes about 3+ minutes to start up. So security devices I am guessing adds about 2.5 to 3 minutes of start up time. My computer is relatively new and almost all start up devices are disabled so that could explain why yours may be taking a bit longer.
    The other thing you can try doing is go to the Windows box in the lower left corner click it, go t a ll programs, go to accessories and click it to open, go to Run, and type in msconfig and then hit enter. A box should appear, go to the Start up box and see what devices are starting up with your computer. Your computer will start up without any of these checked so uncheck them all and see how long your computer takes to start up. Then do it again after disabling Microsoft Security Essential and your firewall. That should give you a good idea now much additional time the security features are taking to start up your computer.
    Hmmmm... why do PC's take so long to boot up and my wife's iPad is instant start and I can be on the web via safari in under 15 seconds. I wonder .....

  • Hp4315 is taking 22 minutes to print test page. troublesho​oter detecting no problem.

    hp4315 is taking 22 minutes to print test page.  troubleshooter detecting no problem.  Using Windows 7 64 bit
    This question was solved.
    View Solution.

    This is caused by the failure of one of your cartridges. I am not sure the Officejet 4315 will print with a single cartridge installed, but try the following: Remove the black cartridge and print a test page.  Does the printer print at normal speed?  Is so the black cartridge was the issue and should be replaced.  If not then put the black cartridge back in and remove the color cartridge and print test page.  If the printer now prints normal speed the color cartridge was at fault and needs to be replaced.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Query is taking 4 minute to update 100000 records.

    Hi Experts,
    Query  is taking 4 minutes to update 100000 records.
    Please help me.How to improve the performance of this query.
    Please help me.
    Thanks.

    Most of your time seems to be spent on the nested loop join between the old and new data - and the "actuals" show that this was a bad choice of join mechanism introduced by a very bad estimate of the number of rows returned by the first join to product_SDS.
    It would be useful to see the predicate section of the in-memory plan, but my best guess from the information given is that the estimate is bad because Oracle has used the "independent predicates" multiplication of selectivity on
    PDS.DTPS_ID ='PROCESSED'
    PDS.PD_ID = 4
    PDS.DESCP IS NOT NULL
    PDS.STCK_CD IS NOT NULL
    PDS.UNIT IS NOT NULL
    It's possible that a column group (extended_statistics) on some subset of these 5 columns would address the cardinality problem sufficiently well that the optimizer would switch to a hash join.  Alternatively it's possible that the estimates are bad because you need a couple of histograms - this might also explain the discrepancy on the indexed access between the estimated 16,739 rows and the actual 128K rows.  Columns to consider are: PDS.SO_ID, and PDS,DTOS_ID
    Bottom line - the run-statistics row counts suggest you should be doing a hash join between the old and new data - the run time information suggests quite strongly that the optimizer needs some help with statistics
    Regards
    Jonathan Lewis

  • Itunes 7 ....importing 3 minute songs taking 15+ minutes

    I am trying to import cds with my new itunes 7 to my library ...it is taking 3 minute songs 15 minutes to import. I have tried many different cds . Any suggestions? The old itunes worked great. New itunes not so good.

    My best guess is that this particular problem is caused by having too many playlists or too many items (music and videos) in your iTunes library. I have about 160 GB of music and videos in my library, and about 200 playlists. When I try to rip a CD, I get a speed of about 0.1x to 0.5x. Simply appalling! But when I created a new account name in my computer (go to System Preferences and create a new account name), and logged in to my new account name, I ran iTunes and put approx. 1 GB of music and videos in the library and put about 10 playlists in it, my ripping speed jumped to anywhere from 5x to 20x, depending on the CD! So whenever I need to rip a CD, I do it in my new account name and save the songs to my hard drive. Then I go back to my original account name, and transfer the ripped songs to my iTunes library, using the Add Library function in the menu bar. I know it's a pain, but until Apple fixes all the bugs in the new iTunes, I found this workaround to be very effective.
    17" iMac G5   Mac OS X (10.4.7)   PowerPC 2.0 GHZ, 1GB RAM

  • IMac 20" taking 40 minutes to boot up

    iMac taking 40 minutes to boot up.

    Remove any apps you have setup to launch when you boot the Mac.
    Open System Preferences > Users & Groups or if you are running v10.6 Snow Leopard it's System Preferences > Accounts / Login Items.
    Make sure there's enough free space on the startup disk.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure there's a minimum of 15% free disk space.
    Run Disk Utility to verify or repair disks
    When you post please tell us which Mac OS X you have installed.   Thank you !!

  • OpenConnection taking 4 minutes to time out!

    URI uri new URI(string s);
    URL url=uri.toUrl();
    URLConnection urlConn =url.openConnection();This is taking 4 minutes to timeout. Is there any way to force a quicker timeout of this?
    Thanks for any help
    Ananth

    URI uri new URI(string s);
    URL url=uri.toUrl();
    URLConnection urlConn =url.openConnection();This is taking 4 minutes to timeout. Is there any
    way to force a quicker timeout of this?
    Thanks for any help
    AnanthHi
    I had the similar problem. I did not have problem with openConnection but while getting contents of a URL from a website. It used to hang forever. I got my problem solved using this post.
    Here is my code to do so :
    WebGrabber1.java
    import java.net.*;
    import java.io.*;
    class WebGrabber1 extends Thread
         public String urlWanted;
        public StringBuffer buf = new StringBuffer();
         public InputStreamReader in;
         public BufferedReader data;
        public String line;
         public String content;
         public int canRead=0;
         public URL url;
         public urlExists urlE;
         public int exists=0;
         public HttpURLConnection u;
         WebGrabber1(String u)
              setDaemon(true);  
              urlWanted = u;
         public void inter()
              try
                   data.close();
                   in.close();
                   u.disconnect();
              catch (Exception e)
              super.stop();
         public void run()
              content = "URL";
              System.out.println(content);
              int status = 1;
              url = null;
              try
                   url = new URL("http://" + urlWanted);
              catch (Exception e)
                   e.printStackTrace();
              try
                   urlE = new urlExists();
                   exists = status = urlE.exists("http://" + urlWanted);
                   System.out.println("status : " + status);
              catch (IOException e)
                   System.out.println("WWW");
                   content = "";
                   e.printStackTrace();
              try
                   if (!content.equals("") && status==1)
                        content = "";
                        u = (HttpURLConnection)(url.openConnection());
                        u.connect();
                        in = new InputStreamReader(u.getInputStream());
                        data = new BufferedReader(in);
                        System.out.println("HEREEEEEEEEEEEEEEE");
                        while ((line = data.readLine()) != null)
                             buf.append(line + "\n");
                        data.close();
                        in.close();
                        u.disconnect();
                        content = buf.toString();
    //                    System.out.println(content);
                        canRead = 1;
                   else content = "";
              catch (Exception e)
                   System.out.println("HEREEEE :    " + e);
                   e.printStackTrace();
         public static void main(String[] args)
              System.out.println("Hello World!");
    WebGrabber2.java
    class WebGrabber2
         public static void waita()
              try
                   Thread.sleep(10000);
              catch (Exception e)
                   System.out.println(e);
         public static String getPage(String url)
              String webPage="";
              try
    //               WebGrabber1 wg1 = new WebGrabber1("www.google.co.in/options/index.html");
                   WebGrabber1 wg1 = new WebGrabber1(url);
                   wg1.start();
                   wg1.join(30000);
                   System.out.println("canRead : " + wg1.canRead);
                   System.out.println("exists : " + wg1.exists);
                   if (wg1.canRead==1)
                        System.out.println("CONTENT : ");
    //                    waita();
    //                    System.out.println(wg1.content);
                        webPage = wg1.content;
                   if (wg1.canRead==0)
                        if (wg1.exists==1)
                             webPage = "";
                        else webPage = "FAIL";
    //                    System.out.print("FAILURE");
                        wg1.interrupt();
    //                    wg1.content = "";
    //                    System.out.print("E");
    //               Thread.sleep(300000);
                   System.out.println("E");
              catch (InterruptedException e)
                   System.out.println("exception " + e);
                   waita();
              return(webPage);
    }Here, WebGrabber1.java performs the downloading task and WebGrabber2.java checks for the timeout period. WebGrabber1.java is a thread whose timeout period is given in WebGrabber2.java as wg1.join(30000).
    Hope this helps you.
    Bye for now.
    Regards
    kbhatia

  • Why is Safari taking several minutes to open?

    Why is Safari taking several minutes to open?

      Go step by step by step and test.
    1. Power off the router. Unplug it from the wall. Wait a while.
        Plug it back to the wall. Power the router on. Wait until all the lights are lit properly. It will take a while.
        Restart the computer.
        Start up in Safe Mode.
        http://support.apple.com/kb/PH14204
    2. Delete Caches.db
        Close all windows and quit all applications.
        Hold "option" key down and click "Go" menu in the Finder menu bar.
        Select "Library" from the dropdown.
        Library > Caches > com.apple.Safari > Caches.db
        Right click the Caches.db file and select "Move To Trash.
        Close windows and relaunch Safari.
    3. Empty Caches
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        Develop menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.

Maybe you are looking for

  • Use of Enhancement Button in SE38

    hi experts, i want to know the use of enhancement button in the <b>ABAP Editor SE38</b>. once i clicked the button the editor is freezed , i don't know what to do after this... Is this enhancement is any way related enhancement done in <b>CMOD/SMOD</

  • Illustrator CC Rotate Tool Problem

    So I'm not sure if anyone else is experiencing this problem, but it seems I'm having issues with the accuracy of the rotate tool in Illustrator CC. When I rotate an object 90 degrees (either by entering in the rotate angle value or using the free rot

  • Media Go failed to initialise??

    Just bought a sony xperia Z2 and have been trying to get the media go to install on my laptop (running windows 8) but it won't work. I keep getting the message 'Media Go startup failure. Media go failed to initialise. The application may not be insta

  • Table for Cheque Number field

    Hi Friends,                Iam using PAYR table to fetch the cheque number of a particular vendor, companycode, account number and postdate.. But for some vendors, eventhough the cheque numbers are assigned, PAYR table did n't able to fetch the recor

  • Import of DIR-Originals

    Hi, could someone provide me information about the best way to import originals into a DMS? The DIR will be created by a DOCMAS IDOC. From a migration-project i know that it's possible to send the original-content with the DOCMAS idoc (ALE). In my ca