Google Scholar does not work using UCLA proxy authentication.

When i try to use google scholar, it asks me to log in using the UCLA proxy server. When I log in, it says my authentication has been accepted with the link to the article below. However, before I can click on the link, it goes back to the log in page again and will not let me access the article.
This is only a problem that I have with Firefox. Google scholar works perfectly in Internet Explorer, so I know it's a problem with the browser.

'''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
''(If you're not using it, switch to the Default theme.)''
* You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
* Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
''Don't select anything right now, just use "'Start in Safe Mode"''
''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
'''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
Please follow the [[Troubleshooting extensions and themes]] article for that.
''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

Similar Messages

  • When i finally connected my mac to work network on windows environment everything related to apple including App store, Safari, software updates, iCloud and iTunes do not work using a proxy server and everything else is working very well

    when i finally connected my mac to work network on windows environment everything related to apple including App store, Safari, software updates, iCloud and iTunes do not work using a proxy server and everything else is working very well including chrome browser…i tried everything but no clue...anybody have solution for this..???

    I also forgot to note that this problem also persists with the new iBooks application. I cannot get past the 'Get Started' screen or access the iBooks Store. Again, all top bar menus are unresponsive.
    DT

  • Google drive does not work with specific group but works with all users group!!

    Hi,
    Why Google drive does not work with specific group but works with all users group?
    My rule :  Internal > external > all users = works fine
    But
                   Internal > external > A group = not working !!

    Hi,
    if you require user authentication in Firewall policy rules, the clients must bei Webproxy clients (for HTTP / HTTPS) or TMG clients (for TCP/UDP):
    http://technet.microsoft.com/en-us/library/bb794762.aspx
    regards Marc Grote aka Jens Baier - www.it-training-grote.de - www.forefront-tmg.de - www.galileocomputing.de/3276?GPP=MarcGrote

  • Google search does not work. It does not bring back any results and disables my internet connection until I close the brower, wait, and then open it again.

    Google search does not work. It does not bring back any results and disables my internet connection. I have to close the browser, wait, and then open it again. It only seems to happen when I am signed into my Google account. If I am signed out the search functions properly.

    Do a malware check with some malware scanning programs on the Windows computer.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br /><br />
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.microsoft.com/security/scanner/en-us/default.aspx - Microsoft Safety Scanner
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • Google Toolber does not work with Firefox 4

    I just downloaded Firefox 4 and Google Toolbar does not work. I removed and re-downloaded it and it still does not work. I can't even uninstall via the wrench. Is there a version of toolbar that works with Firefox 4?

    I am having trouble with the Google search bar. The Google tool bar works fine for me.

  • Google Chromecast does not work after downloading Blackberry Link

    Google Chromecast does not work after downloading Blackberry Link.
    Both don't work in tandom at the same time.
    Some elements of Blackberry Link are interferring with Google Chromecast's detection and casting.
    Please rectify the problem.

    Yes they are not compatible. I do not have either program so could not try anything.
    Try running one in a different compatibility mode. 

  • Since last update anything on the first three lines of a web page if it has a a button to click on to go to another page does not work. use Google Crome for fo

    Loging onto my bank I go to the barclays pege there on the top line is "log in" it used to work when I click on it but has stoped, any button on the first three lines of a web page does not work.
    I now use Google crome but would like to stay with Firefox if this coruption can be sorted.
    Rod

    Please reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with the left mouse key.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    See if this helps solve the issues you had and please report back to us!

  • Applet does not work with a proxy server.URgent

    Hi,
    I have an asp page being hosted from a IIS server.
    The asp page has an applet which gets data from a server side component which is hosted as a service on the server side.For connection to the server I am using URLConnection object and trying to connect over a TCP connection.
    The problem occurs when I use an proxy in the middle.
    I have changed the browser settings to include the proxy.
    The following is the error I recieve:
    Full :http://172.25.11.63:4590/
    <-------------------------------->
    OPening input stream
    in Run ::::
    ERROR: Created data socket but can't open stream on
    it.172.25.11.63:4590//
    172.25.11.63:4590//
    java.io.FileNotFoundException: 172.25.11.63:4590//
         at com/ms/net/wininet/http/HttpInputStream.connect
         at com/ms/net/wininet/http/HttpInputStream.<init>
         at com/ms/net/wininet/http/HttpURLConnection.createInputStream
         at com/ms/net/wininet/WininetURLConnection.getInputStream
         at TalkClientApplet.rendezvous
         at TalkClientApplet.actionPerformed1
         at TalkClientApplet.start
         at com/ms/applet/AppletPanel.securedCall0
         at com/ms/applet/AppletPanel.securedCall
         at com/ms/applet/AppletPanel.processSentEvent
         at com/ms/applet/AppletPanel.run
         at java/lang/Thread.run
    ...Disconnecting.
    Following is my code.
    url = new URL("http://" + host +":"+i);
    urlconnection = url.openConnection();
    urlconnection.setDoOutput(true);
    urlconnection.setDoInput(true);
    System.out.println("Successfully opened the URL connection at " + "http://" + host + ":" + i );
              System.out.println ("Protocol: " + url.getProtocol());
              System.out.println ("Host :" + url.getHost());     
              System.out.println ("Port :" + url.getPort());
              System.out.println ("File :" + url.getFile() );
              System.out.println ("Full :" + url.toExternalForm());
              System.out.println ("<-------------------------------->");
    os = new BufferedWriter(new OutputStreamWriter(urlconnection.getOutputStream()));
    System.out.println("OPening input stream ");
    // is = new DataInputStream(urlconnection.getInputStream());
         System.out.println(urlconnection.getInputStream());
    is = new DataInputStream(urlconnection.getInputStream());
    The exact place where I get the error is whn i call URLConnection.openInputStream().
    Usually this error comes with a malformed URL.But the same code words without a proxy.Also I am not making any changes to my code in both scenarios that is with or without proxy.
    Please help.This is urgent and a showstopper

    Thanks for your nice solution, but unfortunatelly it does not work with lines longer than 100 chars with Netscape. It works fine with IE and appletviewer too.
    Example:
    I use this code:
    try {
                URL url = new URL(protocol,hostName,portNumber,URLstring);
                InputStream in = url.openStream();
                BufferedInputStream bis = new BufferedInputStream(in);
                StringBuffer input = new StringBuffer(60);
                int c;
                while ((c = bis.read()) != -1){
                    System.out.print((char)c);
                    input.append((char)c);
                bis.close();
                dataFromServer = input.toString();
            catch(Exception ex) {
                ex.printStackTrace();
            }I use input file test.html with exactly 100 chars ('a')
    Netscape Java Console:
    aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadataFromServer : aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaI use input file test.html with exactly 101 chars ('a')
    Netscape Java Console:
    ?JL?yyxk?cedataFromServer : ?

  • Address book to google sync  does not work

    I use Google apps as my primary calendar and address book. I have them synced to the Mac OS X ical and address book (to use off line). I have the Mac OS X ical and address book synced to mobile me to update other computers and my iphone.
    The net result is everything matches the Google apps calendar and address book.
    Well, not so fast.
    The calendar does work as expected.
    In the Mac OS X address book, the Google sync option does not sync (you can enter in your user name and password fine, it appears to make connection fine, but it does not sync). The mobile me does sync as expected.
    It is simple, there is not a lot you can do wrong, it just does not work.
    As a work around, I am using Googles over the air sync to iPhone which does work, but that means the mac address book is getting skipped.
    When does the checked Synchronize with Google happen in address book? When you open address book? Why does the option only appear if you have an iPhone? How do I get the address book to google sync to work?
    Any ideas?
    thanks
    bob

    Mine actually performs the sync, but after a few rounds of syncing, some contacts get deleted, some get their photos removed, some get duplicated, and some get removed from groups. The sync basically puts my address book through a blender. I'm syncing both with MobileMe and Google. Well, that is I tried to. I've decided not to sync with Google since that's what seems to initiate the mess.

  • Can't search contacts + Google synch does not work

    (1) The search field in contacts does not work. I have to go the phone app, find the person in there, then open up the contact from the phone app.(2) I have synched Google contacts with the phone's contacts. Updates to the phone's contacts transfer across sometimes immediately, but sometimes the phone goes for one month without synching. No manual sync is possible. Basically every time I want to sync a single contact for sure onto Google and onto other devices I have delete the account and reload it. Are there solutions to either of these problems?

    Refunds from the App Store or iTunes Store

  • Silent install does not work using /S argument

    I am trying to perform a silent install of the Flash Player using the EXE.  I prefer not to use the MSI.  I am trying this command:
    install_flash_player_10.exe /s
    or
    install_flash_player_ax.exe /s
    Both commands produce this error:
    Invalid argument or invalid use of argument '/s'
    Has anyone encountered this before?  Thanks!

    When we build SMS packages for deployment we also build uninstall packages in the event that we need to rollback. The silet uninstall command for Flash 10.1 is
    install_flash_player_10.exe -uninstall
    It also seems to remove both the ActiveX and Plugin version if both are installed as in our environment. The uninstall string the registry:
    C:\WINDOWS\system32\Macromed\Flash\FlashUtil10h_ActiveX.exe -maintain activex
    does not work.
    Thanks for posting the -install tip. I was having trouble with that.
    Cheers!

  • HT1338 my software update does not work using OS X 10.6.8: update icon just stays static and times out, although web is online

    My software update does not work: the icon jams and then times out, although web is online. How to resolve??

    Snow Leopard DVD:
    You can get it only by phone now from Apple.
    In the US, call 1-800-MY-APPLE and ask for a sales assistant. Last quoted price was $19.99 for the single-user and $29.99 for the family licence.
    For other countries, check here; http://support.apple.com/kb/HE57
    Don't forget to ask for Sales; the tech support guys can't help.
    When you've installed SL it will be 10.6.3. You need to update that to 10.6.8 with the combo installer from http://support.apple.com/kb/DL1399 - that gives you access to the Mac App store.
    Lion is only available by phone also - same number and they'll give you a download code to use in the Mac App Store.
    If you're going to Mountain Lion you don't need to install Lion first - you can do it straight from Snow Leopard 10.6.8.
    Specifications;
    Snow Leopard 10.6.x:
    Lion 10.7.x;
    Mountain Lion 10.8.x:
    As for Lion, but also must be one of these groups;
    iMac (Mid 2007 or newer)
    MacBook (Late 2008 Aluminium, or Early 2009 or newer)
    MacBook Pro (Mid/Late 2007 or newer)
    MacBook Air (Late 2008 or newer)
    Mac mini (Early 2009 or newer)
    Mac Pro (Early 2008 or newer)
    Xserve (Early 2009)
    <sorry to repeat, guys, but following links isn't always a given with OPs>

  • Google maps does not work

    I have Snow Leopard 10.6.8 on my Macbook Pro. No matter which browser I use, Google maps will not render the map detail - instead it just shows the target location with a letter 'A' or whatever, but the background map is just grey with no features. It  makes no difference how long I wait either. I have used the various features in browsers to clear out the 'junk' and have used 'reset safari' when in that browser, Still no joy. I have had the MBP for two years and I expect this simple feature to work as it does on all my Windows PC's and iPhone. I am at my wits end and feel somewhat duped into the Apple world by the triumph of 'form' over function. I want to love my MAC but it aggravates me instead because I spend too much time trying to figure out how to get basic features working when in fact they should work first time without user intervention.
    Has anyone got a 5 minute fix for this ridiculous fault please? I cannot upload a screen grab either because (1) this Apple forum wont allow upload of my screengrabbed jpgs of tiffs, or (2) my MBP wont allow it (despite them being within the expected size limit). Another spectacular own goal by Apple.

    Have you tried a PRAM and an SMC reset? They're longshots, but don't take long to try.
    PRAM: http://support.apple.com/kb/HT1379
    SMC: http://support.apple.com/kb/HT3964
    Have you run Apple Diagnostics from the disc(s) that shipped with the computer?
    Since the problem occurs in all browsers, it still sounds like a video hardware or video RAM or maybe a software issue having to do with layers and rendering.
    The map layers aren't getting rendered, or if rendered, aren't getting displayed.
    Do you have any browser add-ins? Pop-up blockers?
    Since you have two video chipsets, it's possible that might be related to the issue.
    This non-Apple website talks about switching between chipsets on the various MacBook models so equipped, and points to a free 'donationware' program for the menubar that lets you easily switch between chipsets:
    http://www.everymac.com/systems/apple/macbook_pro/macbook-pro-unibody-faq/macboo k-pro-unibody-switching-between-graphics-processors.html
    Trying to think of other software that might help pinpoint the problem, does the iPhoto Slideshow 'Shatter' template work? Working properly, it 'shatters' images into several color layers and rotates them in and out to build and deconstruct photos.

  • Time stamp request does not work using Internet Explorer

    Hi fellows
    I get the following error information when signing a document only when I am using Adobe Acrobat 9 Pro in the Internet Browser:
    Creation of this signature could not be completed. 
    Error encountered while signing: 
    Timestamp signature property generation error: 
    Transport connection timed out.
    This error only  occurs if a request to the time stamp server should be established. By using only the local computer time, the signature is placed and marked as valid in the browser. By using Adobe Acrobat Pro 9 without Internet Explorer, the connection with the time stamp server works without exceptions, the legal time is used to sign the document. I tested various browsers, but have still the same error information.
    Does somebody have an idea what I can do to fix this problem?
    Thanks in advance!
    Leonard

    Hi Leonard,
    It should work (or to put it another way, it works for me). My guess is there is a proxy server issue. If I'm right it's likely that the browser is not configured to use the proxy server.
    Steve

  • Ajax Autocomplete Tabular does not work using apex_item.text in SQL Query.

    Hello,
    Is it possible to use the search function which is used in, Dennis Kubicek example, ENAME topic Ajax Autocomplete Tabular
    in a sql query using apex_items?
    Query line :
    , apex_item.text(17,xp.part_nr,null,null,'onfocus="f_register(this);" autocomplete="off"') PART
    At first I followed the example by adding 'onfocus="f_register(this);" autocomplete="off" in the element attributes in the report field.
    This didn't work... so tried to add the it in the attirbutes parameter of the apex_item.
    But this still doesn't work. No errors are given, it does not respond.
    Could somebody please help me?
    Thx!
    Astrid

    Well, I'm trying to take this one step further, but I seem to be having some difficulty.
    I'm trying to make a Filter screen to create a dynamic where clause filter screen.
    This is a page I made with Popup LOVS, just to show you my goal (now trying to use autofilters)
    http://apex.oracle.com/pls/otn/f?p=29989:5
    I have a table on my system that tells you where the field is, and I'm using that to get the table (didn't want to change the javascript, so I pass in a static value).
    This is the javascript code I used
    <pre>
    <script language="JavaScript" type="text/javascript">
    function f_register(p_this,p_name)
    var p_registered = $x('P5_ITEM_ID').value;
         var p_this_name = $x(p_this).id;
    //alert(p_this_name);
    if (p_registered != p_this_name)
    register(p_this_name, "COSTING_M", p_name, "blue", "red");
    $x('P5_ITEM_ID').value = p_this_name;
    </script>
    </pre>
    This is my query
    <pre>
    select column_name || apex_item.hidden(1,column_name) Col_name,
    apex_item.SELECT_LIST_FROM_lov(2,'=','OPERATOR') OPERATOR,
    apex_item.text (3,
    NULL,
    20,
    200,
    'onfocus="f_register(this,''' || column_name || ''');" autocomplete="off"',
    'f3_' || '#ROWNUM#',
    NULL
    ) value,column_id
    from user_tab_cols
    where table_name = 'COSTING_M'
    ORDER BY ROWNUM
    </pre>
    and here is my on-demand process
    <pre>
    declare
    TYPE CurTyp IS REF CURSOR;
    v_row varchar2(4000);
    rec CurTyp;
    V_TABLENAME NKW.UTFIELD_M.TABLE_NAME%TYPE;
    begin
    BEGIN
    SELECT TABLENAME INTO V_TABLENAME
    FROM NKW.UTFIELD_M
    WHERE FIELD_NAME = :TF_SL_COLUMN;
    EXCEPTION WHEN NO_DATA_FOUND THEN RETURN; END;
    :TF_SL_SEARCH := replace(:TF_SL_SEARCH, '&amp;','&');
    :TF_SL_SEARCH := replace(:TF_SL_SEARCH, '&lt;','<');
    :TF_SL_SEARCH := replace(:TF_SL_SEARCH, '&gt;','>');
    :TF_SL_SEARCH := replace(:TF_SL_SEARCH, '&quot;','"');
    owa_util.mime_header('text/xml', FALSE);
    htp.p('Cache-Control: no-cache');
    htp.p('Pragma: no-cache');
    owa_util.http_header_close;
    htp.prn('<rowset>');
    open rec for
    'select distinct ' || :TF_SL_COLUMN || ' ' ||
    'from NKW.' || V_TABLE_NAME || ' ' ||
    'where '||:TF_SL_COLUMN||' like :1||''%'' ' ||
    'and rownum < 100 ' ||
    'order by '||:TF_SL_COLUMN
    using :TF_SL_SEARCH;
    loop
    fetch rec into v_row;
    exit when rec%NOTFOUND;
    htp.prn('<row>' || htf.escape_sc(v_row) || '</row>');
    end loop;
    htp.prn('</rowset>');
    end;
    </PRE>
    I made some slight mods to make the table dynamic from my source table (this is to grab master files when they exist and not to when they don't).
    I get my select list, but it's blank on all fields, any suggestions?
    thanks,
    Scott

Maybe you are looking for

  • To dispay the error message in PO

    Hi All, When we create a PO in we need to enter some mandatory fields, say payment terms.If we wont enter that field and  tried to save PO. POP up generates(Messages) with RED indicator mentioning ,PAYMENT TERM IS TO BE ENTERED ,Description of the sa

  • What are the front end tools & components needed to use Visual composer.

    Hi all, please help for the following queries. 1.What are the front end tools & components needed to use Visual composer. 2. Is it possible to view in internet explorer web reports/ Dash boards created in Visual composer. 3. How to create Webreports

  • Images not showing up...Please Help!

    I am fairly new to web design. I recently uploaded my dreamweaver site to a hosting site using FTP. I can see all my files through the fill manager, but on the actual site everything is messed up. None of the images are showing up and the layout is c

  • HT1689 How do i get my IPhone to sync with my new computer?

    I am wating to put song onto my phone that are on the Itunes on my Mac but it isn't letting me add the songs. How do i change it so that my phone syncs with my mac and not my old computer?

  • Pictures Through iMessage Claim to Not Send

    I have multiple group chats with other Apple users without problem. Recently, when I attempt to send pictures (JUST PICTURES), they claim to have failed sending. When I ask the people in the chat, they say that they recieved the picture. The other pe