Problem with apex sso

Hi all,
I installed Oracle 11g, apex is 2.0
then i updraded to apex 3.1.
     I want to enable sso for apex applications,
for that i followed the below steps:
step 1) Created authentication scheme for the application
step 2) in flows_030100 schema i ran loadsdk.sql script.
After that i ran regapp.sql script, but it is giving error : "numeric or value error; character buffer too small"
can you pls tell me how to fix this problem.regards
K M
Edited by: [email protected] on Apr 17, 2009 10:53 PM

Hi,
See also at metalink note
Note 562807.1
Configuring an APEX Application to Use SSO With SDK in
Kind regards,
Iloon

Similar Messages

  • Problem with Apex: wwv_flow.accept

    Hello!
    I've developped an application which worked perfect since nearly one year. Now - suddenly - when changing data in an tabular form and pressing the submit button this page appears:
    <h1>Not found</h1>
    The requested URL /apex/wwv_flow.accept was not found on this server
    <br>
    From time to time it seems to work again, but then - after changing some data again... it appears again. Turning Debugging on has no effect. Do someone know or give me some advice what went wrong? Thank you Johann Message was edited by: horvatj
    I aksed this topic in the APEX Forum - see thread:
    Problem with Apex: wwv_flow.accept
    Scott answered:
    Johann - Check the Apache error log for more details.
    Okay, but XE doesn't use Apache!?
    How can I access the logfiles?
    Where can I find them?
    Thank you
    Johann

    If you believe it or not, I solved without any logfile...
    The problem was some kind of corrupt data.
    After correcting this everything works fine again. I really don't know why this not found error occurs, but ;-)
    Thanks Johann

  • Problem with Apex hosted SQL Workspace

    Hi,
    I am having trouble with using currval on this site in SQL workshop. I have a demo table and have defined a sequence via sql. I successfully insert a sequence_name.nextval but when I try to add a related child record with current value of the sequence I keep getting this:
    ORA-08002: sequence ORDERS_ORDER#_SEQ.CURRVAL is not yet defined in this session
    I can check on nextval from dual and I can select the currval from dual also but when I try to use the currval in an insert, I get the same error above. Also, sometimes I get the same message even when selecting currval from dual. Seems like a problem with Apex at this hosted site. Or does Apex SQL workshop have issues with currval.
    PM

    Scott, Can you explain a little more about the difference between a hidden item that is set to display never & the other type of item which I am assuming is "display as text saves state" and display never?
    When I viewed the source for both of these I could not see the items in source code.
    Also for an item that is passed into a popup I am exposing hidden item's identity is there a different way to pass values... here is my example:
    <!-- Begin of popup for DNS_NAME -->
    <script language="JavaScript" type="text/javascript">
    <!--
    <!-- window size was 800*600 -->
    <!-- window size was 400*300 -->
    function popupPage(url) {w = open(url,"winDnsName","Scrollbars=1,resizable=1,width=500,height=450"); if (w.opener == null) w.opener = self; w.focus(); }
    //-->
    </script>
    <script language="JavaScript" type="text/javascript">
    function callDnsNamePopup (IPId) {
    var IPId = document.getElementById('P103_IP_ID').value;
    var url;
    url = 'f?p=110:106:2066309280674317::::P106_IP_ID:' + IPId;
    w = open(url,"winDnsName","Scrollbars=1,resizable=1,width=800,height=600");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    </script>
    <!-- END of popup for DNS Name -->
    At the same time if I set an item as hidden and display never I cannot use it with a call to a popup...

  • Installation Problem with APEX 3.1 on 11g

    Hey,
    I've a big problem with apex3.1 on 11g. Yesterday i wanted to install the new version, which i've downloaded from the oracle server. Furthermore i have followed the instructions by the documentation.
    i executed:
    1. apexins.sql FLOW_1 USERS TEMP /i/ Is that correct?
    2. apxconf.sql
    Do i have do remove the old version (3.0)?
    Thanks for your help
    Best Regards,
    Andi

    Hi Andrea,
    I tried to reproduce this and could not.
    I created a new 11.1.0.6 database on Oracle Enterprise Linux with character set WE8MSWIN1252. I even did this with an OS locale of Italian (and trust me, it was a struggle, as my Italian is about as weak as my German). The only thing that is different between my test and your configuration is the server OS.
    I then installed APEX 3.1, tried it in browser language 'it' and 'en-us', but I could not reproduce the issue.
    Can you think of anything atypical in your configuration, installation, or database parameter settings?
    Joel

  • Problem with apex

    i install oracle 10g and oracle application server 10g (http server)
    and i install apex and i use the guide that appendxed with apex intallation for intallation
    after running the scripts
    i edited the dads file with the following information
    Alias /i/ "g:/apex/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_downloadd
    PlsqlDatabaseConnectString nasser:7777:service_name apex
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword pub
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    after that i request the url http://nasser:7777/pls/apex
    but i recieved the "Internal Server Error"
    what is the problem
    if there is an error in dads file
    help me please
    Edited by: user3683976 on Feb 9, 2009 3:19 PM

    The DAds file :
    Alias /i/ "g:/apex/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_downloadd
    PlsqlDatabaseConnectString nasser:1521:orcl SIDFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword pub
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    tnsname.ora file :
    # tnsnames.ora Network Configuration File: g:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = nasser)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    listner.ora file
    # listener.ora Network Configuration File: g:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = g:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = nasser)(PORT = 1521))
    )

  • Problem with APEX Installation

    Hello all,
    I have a problem with the installation of APEX3.2
    I am usign OEL 4, and oracle10g
    I know that APEX is called as HTMLDB in oracle 10g
    Now, can anyone let me know the steps to install apex in oracle10g
    I have run the required apex sql scripts that are necessary.
    I think I have the problem with the http server.
    Let some one tell me how to resolve the http server problem, and also how to configure APEX in oracle10g
    Thanx in advance.
    Cheers,
    S M

    Thanx a lot for the reply ...
    but, i am using Oracle Enterprise Linux AS release 4
    can I have any document for installation on linux ..
    thanx in advance ..
    Cheers,
    S M

  • Problems with apex 4.0 upgrade

    Hi,
    I have a pretty large application build in apex 3.1.2 that comes up with sereral errors after upgrading..
    First there is "popup key lov".. It cant return a value when clicked..
    Then there is updateable reports. It doesnt seem to work at all.. There is lots of errors regarding that one.
    What I was wondering is whether these problems will be solved in a patch or if we have to do it ourselves? It seems to be problems related to the template, so I guess it will be difficult to solve with patches?
    The app is build from theme: Blue Gray - 13 *
    We also use apexlib, which might also cause some of the problems I guess.

    Hi Patrick,
    I know its not much im giving you. The thing is we have the app installed in a developer server and a production server, and both of these are now running 3.1.2, since we couldnt get 4.0.1 to work. The customer who has both servers didnt want us to use too much time on the upgrade, so we had to downgrade the developer server again.
    So the following is only based on my memory.
    It is correct what is written above that the LOV is corrected by removing the apex_lib js file.
    when it comes to the updateable report I remember that the first thing I tried was to change some substitution variables in the Standard reports template. What i did was comparing the template to one of the new templates, and I saw some differences in the variable names. That did help some, but didnt solve all the problems. If I remember correctly, it made the add botton work again. And I beleive that a simple updateable report in our app started to work after this change, but the complex one didnt..
    I also tried to remove the old updateable report and replace it with the new one in apex 4. There is some new functionality there (add doesnt submit page f.x.). What happened then was that NO errors was reported at all, but nothing happened either when I submitted the page. The new lines in the report simply disappeared.
    After this the customer didnt want to spend any more time trying to upgrade, so we had to revert to 3.1.2. This was all done without the patch of apex 4. Then monday we tried upgrading again with the patch, and the problems seemed to be the same, so we quickly downgraded once again.
    What I could try to do is give you some of the code for the problematic page, if you think you can use it for anything? I can also give you an export of the template if you want that. Its based on Blue Gray - 13 from the first apex 3 release (I think)
    Thanks for listening
    Bjarke

  • Problem with ApEx after upgrade of database to 10.2.0.2

    I could have posted this in the general Database forum since I am not sure whether the problem is directly related to the HTMLDB installation, perhaps it's only the place where the symptoms are shown, but here is it.
    One of the customers I am currently developing HTMLDB applications for, recently updated their Oracle database to version 10.2.0.2. The HTMLDB installation is 2.0 (not sure which version exactly, I can't check it at the moment as I'm at another customer right now). Everything seems to work fine (just like it did before the upgrade), but since about two weeks, the HTMLDB application that is already in production (and used quite a lot) suddenly started spawning 404 errors.
    The problem is that this behaviour can not always be reproduced. The errors appeared on last Friday as well, after which the database was restarted, which stopped them. This week, it ran without any problems on Monday and on Tuesday, until around 4pm. Then, the search functionality of one page (very basic query) and switching back and forth using the tabs would give 404 errors.
    The customer has been in touch with Oracle Support about this (Severity 1 TAR) but so far they have not been able to come up with anything that could lead to a solution. I will, in short, describe what information we DO have at the moment, and I hope that maybe one of you has experienced the same (or similar) problem, or could help me find where to look for a solution. At the moment, I am wondering whether it is the HTMLDB installation that became corrupted (and may require a reinstall) But, since it works fine at times, there may be something else that is causing these problems.
    Here we go (sorry for the long introducton ;))
    The problem:
    Sudden 404 errors on specific pages, in a working application, but also in the HTMLDB environment itself. Yesterday I tried to import a new version of the application - it would keep giving the error, and also simple tasks such as adding a new Tab would give me the error. In the development environment, which runs on a different database (previous version), everything works fine.
    If the errors show up, they will keep on coming, until the database is restarted. At one point (last week) they seemed to stop by themselves around lunch time, but that only occurred at one time, as far as I know.
    The error:
    The error message that is shown in the Apache log file is:
    [Fri Mar 17 15:44:10 2006] [error] [client 10.100.60.2] [ecid: 1142606650:10.100.60.26:4432:4836:63,0] mod_plsql: /pls/vta/wwv_flow.accept HTTP-404 ORA-06550: line 22, column 3:\nPLS-00306: wrong number or types of arguments in call to 'ACCEPT'\nORA-06550: line 22, column 3:\nPL/SQL: Statement ignored\n
    Additional notes:
    So far it is unclear what is causing these errors, but the customer has been in contact with Allround Automations (of PL/SQL Developer) who experienced something similar (a known bug afaik, but I have no documentation) with the reuse of a parsed representation of a cursor, which could cause access violations. This should however have been fixed in the patchset used to upgrade to 10.2.0.2.
    Also, the amount of invalid database objects seems to fluctuate a lot. At times there may be 6, or as much as 23 or 24, then, when queried again a short time later, only 4. No idea whether this is related to anything else described here.
    In short:
    To me, it seems like something is influencing the database, causing HTMLDB and its applications to crash. It does not seem to come from HTMLDB itself, because it works fine the rest of the time, and without changing anything in the DAD, the application or the procedures used, the errors start showing up. But, I might be wrong ofcourse.
    Any help would be greatly appreciated.

    John,
    Thanks for your help with this. So far everyone's pretty stumped.
    It seems to be a problem that grows in the database, like something is leaking. We've been able to track it down to seeing that it starts happening on one particular call on a page we use for lookups, though if it is left alone it seems to grow until it encompasses anything on the HTMLDB server. We've got a SR open with Oracle, just waiting on some movement.
    The keepalives may be unrelated, but it's worth a look while we're waiting for a break. Thanks for the suggestion.
    I am still hoping that either Oracle can find the earlier SR and use it as a starting point, or someone involved from earlier checks back in.
    Thanks again for your help, I'll let you know what happens.
    Thanks,
    Justin

  • Problem with Apex layout report  XSL-FO build by bi-publisher word plug-in

    Hi all...
    this is what I should do:
    - generate a layout with bi-publisher word plug-in ---> it's ok
    - export this layout in xsl-fo stylesheet --> it's ok.
    - create an apex layout report with xsl-fo stylesheet --> it's ok.
    - create an apex query report with the above layout
    At this point when I test the report I have a corrupted pdf file....
    can you help me!!!
    Many thanks
    araf

    Hi,
    do you use BI Publisher or another XSL-FO-Engine? Is BI Publisher running? Is it configured in the instance settings?
    Regards
    Rainer

  • Problem with APEX tree in 4.1.1.00.23-while adding context menu

    Hi,
    Version : Apex 4.1.1.00.23 and Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    i wanted to add context menu to my tree region.i followed Jason's blog
    http://jastraub.blogspot.com/2010/09/adding-context-menu-to-tree-region.html
    But after i add the javascript code he mentioned,nothing seems to have changed.The context menu appears the same way it was before.
    Is there anyone facing similar problem?
    Appreciate your comments,

    Also using Apex 4.1 and I successfully adapted the steps to my application and it worked well ... the context menu and the tool tips come up well and are functional. The only issue I am still having is that the drop-down arrows no longer work ... I had to use a dynamic action to keep the trees all expanded when the page loads. However, I cannot collapse them as I used to (if needed). I am looking forward to a fix to this issue too.
    Gerald

  • Problems with apex and anychart (using reverse proxy)

    Hi,
    Im using 2 Servers. The first with Apache2 and the /i/ directory and the second with a Oracle XE Database.
    The imagedirectory is at the first server.
    Heres my Apache Setup:
    <Location /apex>
    Options None
    Order allow,deny
    allow from all
    ProxyPass http://..(remote_ip)..:8080/apex
    ProxyPassReverse http://..(remote_ip)..:8080/apex
    </Location>
    Alias /i/ /var/i/
    <Directory "/var/i/">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    if I open a page with a anychart chart I get this error:
    "Flash Security Error
    Anychart can not be launched due to Flash Security Settings violation.
    Please refer to Security error Article in Anychart Documentation..."
    http://www.anychart.com/products/anychart/docs/users-guide/index.html?security-error.html
    I think I have to place a crossdomain.xml
    Placing the crossdomain.xml in example.com/ root-directory doesn't work?
    thanks for any help

    Hi Christoph,
    Yes, the APEX Listener works with Oracle XE. The APEX Listener is currently an Early Adopters release, and is available for download from here: http://www.oracle.com/technology/products/database/application_express/html/apex_listener_download.html. I would recommend reviewing the accompanying Installation Guide before proceeding. There's an 'APEX Listener Feedback' thread - APEX Listener Feedback - which may also proof useful to you. There's also another related thread on this topic: Re: #HOST# Substituin incorrect for charts via Reverse Proxy which discusses the replacement of the #HOST# substitution string.
    Regards,
    Hilary

  • Problem with APEX 4.1 Email to values

    Hi,
    I thought this would be a simple one, but not sure if the syntax is correct. Basically, I need to pick up the email from a text field and pass that email to the APEX MAIL. send procedure. Now when I enter the actual email in the APEX_MAIL.send e.g
    previous code....
    apex_mail.send(
    p_to => '[email protected]', -- change to your email address
    p_from => '[email protected]', -- change to a real senders email address
    p_body => l_body,
    p_body_html => l_body_html,
    p_subj => 'APEX_MAIL Package - HTML formatted message');
    END;
    works fine.
    But when I try something like
    apex_mail.send(
    p_to => :P1_EMAIL_ADD, -- change to your email address
    p_from => '[email protected]', -- change to a real senders email address
    p_body => l_body,
    p_body_html => l_body_html,
    p_subj => 'APEX_MAIL Package - HTML formatted message');
    END;
    I tried, V('P1_EMAIL_ADD') also in the ampex_mail.send call.
    Can you advice?
    Thanks,
    Sun

    >
    Please read the FAQ and forum sticky threads. Always include the following information with your initial question:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    Always post code&mdash;any and all code, including HTML and CSS&mdash;in <tt>\...\</tt> tags.
    I thought this would be a simple one, but not sure if the syntax is correct. Basically, I need to pick up the email from a text field and pass that email to the APEX MAIL. send procedure. Now when I enter the actual email in the APEX_MAIL.send e.g
    previous code....
    apex_mail.send(
    p_to   => '[email protected]',   -- change to your email address
    p_from => '[email protected]', -- change to a real senders email address
    p_body      => l_body,
    p_body_html => l_body_html,
    p_subj      => 'APEX_MAIL Package - HTML formatted message');
    END;works fine.
    But when I try something like
    apex_mail.send(
    p_to   => :P1_EMAIL_ADD,   -- change to your email address
    p_from => '[email protected]', -- change to a real senders email address
    p_body      => l_body,
    p_body_html => l_body_html,
    p_subj      => 'APEX_MAIL Package - HTML formatted message');
    END;
    Where/when is this code run?
    Is there a valid email address in <tt>P1_EMAIL_ADD</tt> when it runs? (Check the value in the session state viewer.)
    What happens? Is there an error message? No mail sent?
    In the SQL Workshop, check the mail queue:
    select * from apex_mail_queueand the mail log:
    select * from apex_mail_logfor errors.

  • Problem with APEX 4.0 -  "ORA-20001: Error with: GRANT CREATE CLUSTER "

    I have a workspace which I've succesfully created with schema A.
    However when i try to assign an additional schema to it, schema B, I get the following error message :-
    "ORA-20001: Error with: GRANT CREATE CLUSTER TO "BI_SOURCES" ORA-01031: insufficient privileges"
    i've tried granting "create cluster with admin option' to users A,B,anonymous AND APEX_040000. FLOWS_030000 already has these privileges.
    Anybody any ideas ?
    regs
    johnnie
    Edited by: johnnie d on 31-Aug-2011 10:58

    I have experience the similiar problem. The error message: Invalid exist/not exist condition: ORA 2001 Query must begin with Select or With.
    I have home page and concept review report page below home page. And Concept review form under the report page. The error is display in all of the three pages. I checked carefully and still not able to find where the error come from. Can you please help? All the report region and form region have the select statement, is it from the LOVs? Home
    Concept review report
    Concept reveiw Form(for detail info)
    Thank you!

  • Problem with apex listener install on Oracle Application Express 4.2.3

    I have installed Oracle Application Express 4.2.3
    Then i tried to install apex listener  Oracle APEX Listener 2.0.5
    but it dos not work.
    I ask
    It is possibile to install  WebLogic Server 12c or 11c
    and connect it to apex ??

    Hi;
    Please check Deploying Sun JRE (Native Plug-in) for Windows Clients in Oracle E-Business Suite Release 12 [ID 393931.1] and compare it wiht your steps
    Regard
    Helios

  • Is there a problem with APEX Application Processes and VPD?

    I have a table that has a policy function. When I select from the table straight from the page it seems to be only returning the appropriate rows for the user.
    But, when I select from the same table using an application process (On-Demand), PL/SQL Block.
    BEGIN
    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 ('<select>');
    FOR c IN (SELECT '1' o,
    name || ' (' || school || ')' d,
    pk_id r
    FROM sch_base
    WHERE pk_id = nvl(:REFRESH_LOV_PK_ID,'null')
    UNION
    SELECT '2' o,
    '%' d,
    '%null%' r
    FROM dual
    UNION
    SELECT '3' o,
    name || ' (' || school || ')' d,
    pk_id r
    FROM sch_base
    WHERE pk_id <> nvl(:REFRESH_LOV_PK_ID,'null')
    ORDER BY 1,2)
    LOOP
    HTP.prn ('<option value="' || c.r || '">' ||
    c.d || '</option>');
    END LOOP;
    HTP.prn ('</select>');
    END;
    It returns all rows in the table.

    This is the policy on my table:
    begin
    dbms_rls.add_policy(
    object_schema => 'SIS_EXPRESS',
    object_name => 'SCH_BASE',
    policy_name => 'SCH_BASE Policy',
    function_schema => 'SIS_EXPRESS',
    policy_function => 'VPD_SCH_BASE',
    statement_types => 'select');
    end;
    I have a function VPD_SCH_BASE which set the where condition for the SCH_BASE table.
    It works for a simple list values select, but not when this Application Process is run.
    BEGIN
    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 ('<select>');
    FOR c IN (SELECT '1' o,
    name || ' (' || school || ')' d,
    pk_id r
    FROM sch_base
    WHERE pk_id = nvl(:REFRESH_LOV_PK_ID,'null')
    UNION
    SELECT '2' o,
    '%' d,
    '%null%' r
    FROM dual
    UNION
    SELECT '3' o,
    name || ' (' || school || ')' d,
    pk_id r
    FROM sch_base
    WHERE pk_id <> nvl(:REFRESH_LOV_PK_ID,'null')
    ORDER BY 1,2)
    LOOP
    HTP.prn ('<option value="' || c.r || '">' ||
    c.d || '</option>');
    END LOOP;
    HTP.prn ('</select>');
    END;

Maybe you are looking for

  • Time Machine no longer recognizes backup

    I have been using Time Machine to backup to a Time Capsule for a few years with no problem. Yesterday, I realized that the Time Machine menu in the menubar had an alert icon in it. I clicked on the menu and was told the last update was three days pre

  • I have several questions regarding Final Cut Pro X

    I went to the APP Store to check out FCPX and accidentally downloaded it (v. 10.0.3) I didn't freak out too badly as I had planned to buy it eventually, but One Click? Anyhow, the deed is done. Since the application was downloaded, how do I make a ba

  • .pdf files do not open in Safari

    Hi... I'm using a iMac (intel) OS 10.6.8 w/ Safari 5.1.7. I have Adobe Reader 10.1.3 and Adobe Prof 7.x.x.When ever I open a .pdf file in Safari. I get a black window. When I open the same file in Firefox, it works great! I'd much rather use Safari.

  • Display freezing on call

    I have a HTC Thunderbolt.  It has happened to me about 4 times so far, where I will be on a call and my phone display will freeze.  Or I will be on a call and the mute button will accidentally be hit and then freeze.  I would like to know how to fix

  • Charge and download

    Two basic questions as I think of getting an iPod nano (since my kids make scratches on all their CDs, I guess it's safer on the computer) 1. Can I recharge the batterie without the computer (I'll be on vacation...) 2. There a video podcast on the ge