Problem in loading analytics page

Hi friends,
when i started the BI services in obiee 11g, i didnt see the line as the 'RUNNING MODE' in the command window. Since i can able to see the weblogic and em page but i couldnt able to see the analytics page,as it is saying as "problem loading page" for it
This is how so far seen in the command window while starting the services
fault" is now listening on 192.168.121.1:7001 for protocols iiop, t3, ldap, snmp
, http.>
<Aug 16, 2011 12:10:01 AM GMT+05:30> <Notice> <Server> <BEA-002613> <Channel "De
fault[2]" is now listening on 192.168.17.1:7001 for protocols iiop, t3, ldap, sn
mp, http.>
<Aug 16, 2011 12:10:01 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000329> <Sta
rted WebLogic Admin Server "AdminServer" for domain "bifoundation_domain" runnin
g in Production Mode>
<Aug 16, 2011 12:10:01 AM GMT+05:30> <Warning> <Server> <BEA-002611> <Hostname "
4iapps-biserver", maps to multiple IP addresses: 172.16.1.209, 192.168.121.1, 19
2.168.17.1>
<Aug 16, 2011 12:10:02 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Ser
ver state changed to RUNNING>
<Aug 16, 2011 12:10:02 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Ser
ver started in RUNNING mode>
<Aug 16, 2011 12:13:39 AM GMT+05:30> <Warning> <FacesJspTagMapper> <BEA-000000>
<Unknown tag class for Qualified Name http://xmlns.oracle.com/em/topology/tv:TVV
iewIview>
initIgnoreList:Register 'oracle_ias_farm' login page url:/em/faces/targetauth/em
asLogin
<Aug 16, 2011 12:15:13 AM GMT+05:30> <Warning> <org.apache.myfaces.trinidad.weba
pp.ResourceServlet> <BEA-000000> <ResourceServlet._setHeaders(): Content type fo
r /bi/jsLibs/engine_20100616.swf is NULL!
Cause: Unknown file extension>
{code}
It has been stopping after the above line *Unknown file extension* in the cmd prompt.
what might be the issue over here, friends.
Brgds,
GTA                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Can you try restarting BI services via opmnctl or EM and then launch the Analytics URL on Firefox. You need to make sure that you are pointing to correct/valid RPD and catalog. You can test this by replacing RPD and Catalog to Sample App and check whether you are able to launch ?
Hope this helps

Similar Messages

  • Please help us, we have a problem with loading a page is slow we have to wait a longer time to open our one page, thanks in advance

    Please help us, we have a problem with loading a page is slow we have to wait a longer time to open our one page, thanks in advance

    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Problems initially loading web pages

    Hello,
    I have a macbook pro running safari 5.0.3 and for about a month I have been having problems logging on to the internet. I am using Mac Os 10.5.8. I have checked the diagnostics for the network and most of the time the items are all green, sometimes the server is yellow. The problem loading pages only seems to happen when I first try to log on. Sometimes I'll close Safari and have to retry it 3 or 4 times then I can connect. Sometimes emptying the cache helps, sometimes not.  On occasion it works the first time. It is frustrating to have to keep trying to log on but once I am able to load the initial page I can usually stay on with no problem. I've tried using Firefox to access the internet but I have the same problem. I've also downloaded Mackeeper software to see if it can recognize a problem, but it doesn't.
    Does anyone have any suggestions that I may try to solve this dilemma? Thanks in Advance-
    Marcel

    I would try using OpenDNS servers. System Preferences>Network>Advanced>DNS. In the left side column click on the + sign and add the following:
    208.67.222.222
    208.67.220.220
    Click OK. Then click Apply.
    Info on OpenDNS is here:
    http://www.opendns.com/

  • Problem in loading jsp page

    Hi ,
    I'm facing a problem in displaying a JSP page . I'm displaying records from the database on the page . I want to display only 20 records at a time . I have given the navigation facility for previous,first ,last ,next etc.
    I'm getting all the records at once and displaying them at once . But , I show only 20 records at a time ,hiding the remaining records .
    This works fine for less no . of records but for more records ,say 2000-3000 records , it gets quite slow as expected .
    I don't want to fire the query again .
    Is there any other way possible using this technique .
    It's very urgent . So kindly help .
    Thanks.

    Just get a scrollable ResultSet with the row amount for 1 page, e.g.
          * Returns a result set for the given query, that is read only and scrollable
         * (cursor can move forward and backward). The default fetch size is used and
         * can be changed anytime by calling resultSet.setFetchSize(newFetchSize).
         * <p>
         * Note: be sure that the used JDBC driver supports scrollable result sets via
         * <code>DatabaseMetaData.supportsResultSetType(ResultSet.TYPE_SCROLL_SENSITIVE)</code>
          * @param select SQL select query.
         * @param fetchSize Number of rows to prefetch.
          * @return Scrollable, read-only result set.
        private ResultSet getScrollableResultSet(String select, int fetchSize) {
            ResultSet result = null;
            if (select != null) {
                try {
    //TYPE_SCROLL_SENSITIVE can throw SQLException "Unsupported syntax for refreshRow()" with the
    //current ORACLE driver (8.1.7.0.0).
    //                Statement stmt = createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_READ_ONLY);
                    Statement stmt = createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);
                    int maxRows = stmt.getMaxRows();
                    if (fetchSize < 0 || fetchSize > maxRows) {
                        fetchSize = 0; //ignore fetch size
                    stmt.setFetchSize(fetchSize);
                    long t = System.currentTimeMillis();
                    result = stmt.executeQuery(select);
                    logger.debug(select + (" ("+(System.currentTimeMillis() - t)+")"));
                    if (result == null) {
                        stmt.close();
                } catch (SQLException sqle) {
                    logger.error("Error getting scrollable ResultSet for '"+select+"'.", sqle);
                    throw new BavException(sqle);
            return result;
        }//getScrollableResultSet()and fetch the next/previous page records via the resultSets next()/previous() methods. But beware that the SQL statement doesn't use an ORDER BY or GROUP BY that needs to fetch all rows anyway.

  • Problems with loading of pages in safari??

    Checking pages from a new website,  most browsers are working fine but in Safari there seems to be a progressive type of load with a greying of the screen before the final background images have finished loading. Have tried an "onLoad" for the images without effect. Maybe this is a simple fix!! could anyone help.

    Hola Alexis
    Speak Spanish?
    Well, you need just the settings? that no such display
    This version is 11g, exactly 11.1.1.2
    Bueno, que necesitas exactamente de la configuracion? por que no se como mostralas
    La version es 11g, exactamente 11.1.1.2
    Saludos

  • WRT54G Problem with loading web pages on my macbook.

    I have three computers on my wireless lan, 2 pc's and 1 macbook. The 2 pc's (one connect directly to the router) and the wireless one are working fine. I pinged 192.168.1.1 and I'm getting 1ms everytime. I pinged 192.168.1.2 which is the wireless pc I assume and it also comes back with steady 1ms. Now i pinged 192.168.1.3 the macbook and I get this.....
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\lehel>ping -t 192.168.1.3
    Pinging 192.168.1.3 with 32 bytes of data:
    Reply from 192.168.1.3: bytes=32 time=88ms TTL=64
    Request timed out.
    Reply from 192.168.1.3: bytes=32 time=61ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=85ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=6ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=30ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=52ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=75ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=98ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=18ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=41ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=64ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=87ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=8ms TTL=64
    Reply from 192.168.1.3: bytes=32 time=32ms TTL=64
    Ping statistics for 192.168.1.3:
        Packets: Sent = 15, Received = 14, Lost = 1 (6% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 6ms, Maximum = 98ms, Average = 53ms
    Control-C
    ^C
    C:\Documents and Settings\lehel>
    I also changed the name of my network, its not linksys.
    Could anyone help me try and figure this out, its really a pain surfing the web on the macbook.

    well...as per your post 192.168.1.3 is the ip add of the macbook .. as you are trying to ping the macbook from a different computer ... it doesn't actually reflect whether the macbook can load webpages or not ...
    rather you should try pinging some website add from the macbook to check whether it is able to ping it or not...and as the other 2 computers don't have any problem i don't think it has anything to do with the router settings ..

  • Load Balancer virtual URL not working with analytics page

    We have configured Load Balancer virtual URL. But it is working for only iAS. We have Oracle Application Server 10.1.3
    Our OBIEE is 10.1.3.4.1
    Here is the virtual configuration
    Listen 7877
    +<VirtualHost default:7877>+
    +# General setup for the virtual host+
    DocumentRoot "/apps_base/obiee/ias/Apache/Apache/htdocs"
    ServerName uat.bi.company.com
    ServerAdmin [email protected]
    ErrorLog "|/apps_base/obiee/ias/Apache/Apache/bin/rotatelogs /apps_base/obiee/ias/Apache/Apache/logs/error_log 43200"
    TransferLog "|/apps_base/obiee/ias/Apache/Apache/bin/rotatelogs /apps_base/obiee/ias/Apache/Apache/logs/access_log 43200"
    Port 443
    +# SSL Engine Switch:+
    +# Enable/Disable SSL for this virtual host.+
    SSLEngine on
    https://uat.bi.company.com -> WORKS great
    https://uat.bi.company.com/em -> WORKS great
    https://uat.bi.company.com/analytics -> page cannot be displayed
    We have SSO configured. So i do get the SSO login page, but clicking on submit button, I get page cannot be displayed.
    Everything works if I disable the load balancer virtual.
    THe Load Balancer is configured to listen on 443 and then routes to 7877 on the physical server coorldas04.company.com
    Can you assist in this one ??

    Is this still a problem?

  • I downloaded firefox 3.6.13 and now when moving through sites it will unexpectedly not be able to load a page within a site. How do I fix this problem or revert to a previous version of firefox?

    The first few sessions Firefox seemed to be running great with improved speed. Yesterday, when I opened Firefox it could not open my homepage even though I checked for my internet connection ... my email service was working perfectly. I rebooted the computer and started Firefox and the homepage opened fine. I then visited an online newspaper site opened from my bookmarks. I was able to read one or two articles on different pages, but then when I selected another page in this site, Firefox was not able to access it (just keep trying to make a connection to the page). I restarted Firefox and went into an online banking site, again through a bookmark. Again after successfully accessing several different pages in the site Firefox was unable to connect to a requested page.
    Later in the day I restarted Firefox, entered the banking site and successfully completed my transaction. Visited several other sites and had no problems, then again Firefox could not load a page.
    This problem has continued today when looking at the online paper.
    I would like either a fix to this problem, or to return to the previous version of Firefox.

    Google Toolbar Options, in the Search tab, make sure that '''Enable the Google new tab page''' is check-marked. If that doesn't fix it for you, see this for support information about the Google Toolbar. <br />
    [http://www.google.com/support/toolbar/?hl=en] <br />
    Or visit the Google Toolbar forum. <br />
    [http://www.google.com/support/forum/p/Toolbar?hl=en]
    As far as your UserAgent showing Firefox 3.0.11, see this: <br />
    https://support.mozilla.com/en-US/kb/Websites+or+add-ons+incorrectly+report+incompatible+browser
    You might want to consider getting rid of that '''desktopsmiley''' program that has messed up your UserAgent, it is known as Malware.

  • Firefox 3.6.8 fails to load any page if I open Outlook2003 after starting Firefox. Outlook also fails to send/receive although I am able to load pages in another browser. These problems do not seem to occur if I open Outlook first and then firefox.

    I have used Firefox and outlook for years, but this is a recent problem. I can't recall if it started after the latest Firefox update or not. Firefox seems to work fine until I open Outlook. Then it is impossible to load any pages; the loading icon appears and persists indefinately. The only way to load pages is to shut down and restart my pc. Simply exiting and reopening Firefox does not work.
    Additionally, the send/recieve process in outlook fails. My ISP has checked my line and there is no fault. I have confirmed this, since I am able to access the internet on another browser while Firefox is hanging.
    I have tried disabling add-ons, clearing the cache and checked connection settings (I use system proxy settings), but the problem persists.
    I'd be grateful for any help.

    I have used Firefox and outlook for years, but this is a recent problem. I can't recall if it started after the latest Firefox update or not. Firefox seems to work fine until I open Outlook. Then it is impossible to load any pages; the loading icon appears and persists indefinately. The only way to load pages is to shut down and restart my pc. Simply exiting and reopening Firefox does not work.
    Additionally, the send/recieve process in outlook fails. My ISP has checked my line and there is no fault. I have confirmed this, since I am able to access the internet on another browser while Firefox is hanging.
    I have tried disabling add-ons, clearing the cache and checked connection settings (I use system proxy settings), but the problem persists.
    I'd be grateful for any help.

  • Firefox becomes really slow then eventually unresponsive when loading a page with many hires images. Unsual high memory usage up to 2gigs just for firefox. Was never a problem with v3.6.

    When loading a page with many hires images, Firefox becomes really slow and scrolling becomes jumpy then eventually becomes completely unresponsive. Unusual high memory usage of up to 2gigs just for firefox when loading these pages. This was never a problem with v3.6.

    I encountered the same type of problem. Firefox running terribly slowly and slowing down my entire machine (Core i5 with 256GB SSD). Searching the forums, I found a couple of things about troubleshooting performance issues, one of which was to use '''hardware acceleration''', that is on by default. It was turned on on my PC, '''so I tried deactivating it, and it worked!'''
    So doing the exact opposite as Mozilla support said solved the problem. It is really a pain now to work with Firefox. I'm using it because I have no choice, but I'd recommend IE and Chrome over Firefox... Whatever, the market will decide once Firefox has become to crappy...

  • My firefox wont load any page. Says it cant find the server of any of them. I can view the same pages in safari. I just updated to 3.6.7 and now having this problem. What is happening?

    My firefox wont load any page. Says it cant find the server of any of them. I can view the same pages in safari. I just updated to 3.6.7 and now having this problem. What is happening?
    == This happened ==
    Every time Firefox opened
    == Today ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16

    Read this somewhere else: Can't find it again so can't reference - apols.
    fixed by entering
    about:config into the nav bar
    toggle dom.storage.enabled to 'true'
    worked for me - but don't know what it does or why :)

  • A lot of tabs loads and tells me there was a problem loading the page. How can I stop all the tabs loading because ist slows down Firefox.

    When I open Firefox, a lot of tabs try to open at the same time. They all say Problem loading the page. It happened after I tried to download a owners manual for Harley Davidson motor cycles. How can I stop all but one tab from opening.

    This can be a problem with the file [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    See:
    * http://kb.mozillazine.org/Session_Restore

  • Help-Safari wont load any pages-others having same problem

    Safari wont load any pages. Tried reinstalling Safari. Nothing. Zip. Notice that people on the Safari for Windows board are having the same problem.
    WHAT IS GOING ON? Anyone know?
    I get the menu bar, but not Bookmarks, etc. Cannot see a blank page. Cannot open a blank page, BUT my efforts (Untitled and Untitled 2) are reflected in the Dock. A right-click there shows that the pages are open, but obviously invisible.
    I really need to fix this.
    Firefox works. As do other apps.
    Message was edited by: mashamax
    EDIT:
    The last thing I did before this happened was open a .pps file I got in email. If I do what was suggested in the Safari for Win post where someone is having the same problem: empty the cache, everything becomes greyed out. Its as if everything becomes invisible.
    If I click on a link in Apple Mail, the URL shows up in the dock right-click as if it has mounted, but it hasn't. No window. Nothing.
    Message was edited by: mashamax

    Do you actually have a data plan from your cellular provider?
    Being connected to 3G does not automatically indicate that a data plan exists on the account or is even set up correctly on the carrier side.

  • When i put firefox in offline mode, and then click on pages saved in history , it can't load any pages or any images. i put cach size to 250mb but the problem is the same, it saves history for two months, but can't load pages.

    when i put firefox in offline mode, and then click on pages saved in history , it can't load any pages or any images. i put cach size to 250mb but the problem is the same, it saves history for two months, but can't load pages.

    Hi there,
    When I inspect your site in browser tools, I'm getting 404 errors from your page:
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (jquery-2.0.3.min.map, line 0)
    [Error] Failed to load resource: the server responded with a status of 404 (Not Found) (edge.4.0.0.min.map, line 0)
    BarnardosIreland wrote:
    I would have thought that publishing should give a complete package that doesn't need any further edits to the code and can just be directly ftp'ed to the web - is this correct?
    In general, you are correct - but also your server does need to be properly configured (and those errors above lead me to think it may not be) to serve the file types that your uploading - but it could be something else entirely. Can you zip up your composition folder, upload it to your Creative Cloud files, set it to share, and then post a link here so I can download it? If you'd rather not share it publicly, can you PM me with a link to your composition files?
    Thanks,
    Joe

  • Error "problem loading more pages"

    Using XP SP3, IE 8 and Acrobat Reader X, I have been trying to look at a document identified by a website as .pdf.
    I see what appears to be the first page of that document - ie it makes perfect sense in the context of the website - but at the foot of the first page a message appears reading:
    "Whoops! There is a problem loading more pages. Retrying..."
    and nothing more happens.
    On another PC, using XP SP3, IE 7, and Acrobat Reader XI, I cannot even get that first page up - after clicking on the link to the document, nothing happens,
    Can anyone guess whether this is a problem with Acrobat Reader or IE? and if so, what might be done to fix it?

    Your link is on Google Docs, which uses its own PDF viewer.  I can see all pages with no problems.
    If you use the download button on top of the page, you can download a perfect PDF to your local disk.
    If that Wordpress page is yours, I would suggest that you upload the PDF to somewhere where it can be viewed with the browser's PDF plugin, not with the Google Docs PDF viewer.

Maybe you are looking for

  • After upgrade to iOS 4.3.4 to iPhone 4 I can no longer sync with outlook 2007.

    Initially calendar just hung (overnight). Tried overwriting from PC and my phone calendar is now blank? Tried to sync again and contacts also appeared to hang for 30 mins so cancelled sync. Any ideas?

  • E-mailing logos using SO_NEW_DOCUMENT_SEND_API1

    Hello!     I would like to send an e-mail with a company logo on it using the function SO_NEW_DOCUMENT_SEND_API1.  I have the HTML portion of the e-mail set up and it is working correctly, but I am lost on the logo part.  I see on a thread here (Send

  • Two problems!! with nano

    okay...so...i hav two problems w/ my nano and i need help fixing... i've searched through the topics to find similar problems...but i'm just lost...and i'm a stupid person 1-->nano wont update the songs, like other topics say...it says that the ipod

  • Purchasing Info Record for Consignment

    Hi When trying to create a PIR thru ME11 for consignment material, we encounter the following msg and the system doesnot save the price in PIR. OMEV setting is active. Kindly suggest "Not possible to determine a condition type for the price" Thanks a

  • Quick Mask Bug found (Mac OS 10.6.8)

    Hello there! I found a bug using the quick mask while editing a layer mask. Example: You have a document with a layer that has a pixel mask. Then you alt-click the layer mask to display it in black and white, to be able to paint on it for example. If