Resource /analytics not found on this server

I've tried a lot of different things to overcome this issue, but I'll try and keep this brief. Hopefully someone else has encountered a similar problem :-)
I'm getting the following error with I try to access http://localhost:9704/analytics:
"Resource /analytics not found on this server"
My setup:
Windows 7
Oracle DB 11g Release 2 installed locally
OBIEE 10g v10.1.3.2
I installed 11g Release 2 prior to installing OBIEE.
I can connect to databases through both 11g and OBIEE. I have successfully imported database metadata into OBIEE and built a basic repository. When I try to access analytics I get the error.
I also have tried logging into Application Server Control (http://localhost:9704/em/) as oc4jadmin. I get the following error:
"This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J local instance is configured but a connection could not be established. The JMX protocol is specified by the oracle.oc4j.jmx.internal.connection.protocol property in opmn.xml"
The only opmn.xml file I find on my system is at C:\OracleBI\oc4j_bi\j2ee\home\applications\ascontrol\ascontrol\WEB-INF\config\registration, and it doesn't have the oracle.oc4j.jmx.internal.connection.protocol in it.
I've tried the usual stop/start services, restart the computer, making sure ORACLE_HOME and JAVA_HOME are set. Any suggestions on what else to try?

Thanks again Rachit. I had found those instructions, but since I can't get into Application Server Control, I can't redeploy the war in that way.
Last night I was able to fix my problem. Here is what I ended up doing:
1) Uninstall OBIEE
2) Restart computer
3) Delete any OBIEE files that uninstall left (there was still on OracleBI directory structure)
4) Restart computer again
5) Install the latest *32-bit* JDK. I had the latest *64-bit* version, and had a suspicion that I might need the 32-bit
6) Restart computer
7) Reinstall OBIEE, pointing to the 32-bit JDK install
8) Restart computer
After that I am able to launch presentation services and get into Answers.
I still have one problem to overcome, but that is for another thread if I can't figure it out.

Similar Messages

  • 404 not found Resource /analytics not found on this server

    Hi All,
    I have installed OBIEE 10.1.3.4.1 in RHEL4. I have installed using Basic type(OC4J). After installation i checked and redeployed analytics.ear successfully. I were able to acces http://<host-domainname>.com:9704/analytics. I am trying to integrate BI with EBS12.1.1(11.1.0.7.0). For that i have installed 11g client and edited client details in the user.sh in /setup. After that i shutdown both BI Server and Presentation server. When i try to shutdown,it gives some error Error starting ORMI server <host-domain>.com port 23,791: Address already in use. So i restarted through application console and restarted both BI and Presentation server. After that, i tried to acces http://<host-domainname>.com:9704/analytics. I am getting this error. But i am able to access Application console,Publisher. Please let me know a solution.
    Can i install BI Applications in Linux? How can i install BI Administration tool in windows?
    Thanks,
    Manikandan.

    Hi Manikandan,
    404 errors tend to mean that your OC4J container is down. 500 errors tend to mean that your presentation services are down. Since you are getting a 404, I'm betting that you're OC4J container died.
    To restart your OC4J, I believe the command is: oc4j -start
    If I remember correctly, you need to be in the /product/obiee/setup/ folder when you execute this command. You can run a unix find command to locate the correct folder and execute the start command form that folder or just add that full folder path to your PATH environment variable.
    Oracle BI Apps can absolutely be installed on Linux.
    Installing the Administration tool on Windows is very easy. Simply download the windows binaries of OBIEE (make sure it's same version as your linux version). Go into the server folder and click on setup.exe. Navigate through the menu until it asks what you want to install. Select the client tools. And proceed from there.
    Good luck and if you found this post useful, please award points!
    Best regards,
    -Joe

  • Started OC4J using "start_oc4j.bat"- Resource  /em not found on this server

    I have installed JDeveloper on Windows XP SP2.
    I also have Oracle 10g Express Edition (XE) database installed on my machine.
    I tried to start OC4J applications server by clicking the "start_oc4j.bat" found in <jdeveloper_home>--><jdev/bin>
    However it started with a waring message.
    Starting OC4J with command: "..\..\jdk\bin\java.exe" -XX:MaxPermSize=512m -jar o
    c4j.jar
    Oct 6, 2008 2:57:54 PM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    08/10/06 14:58:01 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotati
    ons.async.AsyncWebService cannot be found in the given classpath.
    08/10/06 14:58:01 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotati
    ons.async.AsyncWebService cannot be found in the given classpath.
    08/10/06 14:58:03 Don't know how to map non-serializable type: interface javax.m
    anagement.j2ee.statistics.Stats to Open MBean Type.
    08/10/06 14:58:04 WARNING: J2EE JNDI-00002
    08/10/06 14:58:04 WARNING: No javax.jms.ConnectionFactory found at null
    08/10/06 14:58:07 Oracle Containers for J2EE 11g (11.1.1.0.0) initialized.
    When I try to invoke the homepage by "http://127.0.0.1:8888/em", I get the message "Resource /em not found on this server"
    I also do not find links in the JDeveloper in the "Tools-->Preferences--> Embedded OC4J Server Preferences.
    I do not have any proxies.
    Can anyone help in regards to this issue? I would greatly appreciate it

    Max,
    Thanks for ur intrest in replying to me.
    I am a newbie in this regards.
    I was reading some articles posted in ORACLE
    http://www.oracle.com/technology/obe/obe1013jdev/10131/deployment/deployment.htm
    It mentions that "Standalone OC4J that comes with JDeveloper also includes ENTERPRISE MANAGER"
    But u are mentioning that, the Jdeveloper doesnt include the Enterprise Manager.
    Kindly help me out.
    Thanks,
    Sai Krishna.

  • SOAP:ENV Error: Resource..not found on this server

    I created a simple java class with a method that returns org.w3c.dom.Element type.
    Created web service for this class and method in Jdeveloper.
    Deployed this web service in OC4J locally (as explained by other web services examples).
    Then I created a Client Stub for this web service (.wsdl file).
    When testing this client stub ( I followed the same steps as mentioned in OTN DEPT/EMP Web Service), I get the following exception:
    D:\JDEVELOPER\jdk\bin\javaw.exe -ojvm -classpath D:\JDEVELOPER\jdev\mywork\MyWorkspace\MyProject2\classes;D:\JDEVELOPER\jdev\lib\jdev-rt.jar;D:\JDEVELOPER\jdbc\lib\classes12.jar;D:\JDEVELOPER\jdbc\lib\nls_charset12.jar;D:\JDEVELOPER\jdev\lib\jdev-rt.jar;D:\JDEVELOPER\soap\lib\soap.jar;D:\JDEVELOPER\lib\xmlparserv2.jar;D:\JDEVELOPER\jlib\javax-ssl-1_2.jar;D:\JDEVELOPER\jlib\jssl-1_2.jar;D:\JDEVELOPER\j2ee\home\lib\activation.jar;D:\JDEVELOPER\j2ee\home\lib\mail.jar;D:\JDEVELOPER\j2ee\home\lib\http_client.jar;D:\JDEVELOPER\lib\xmlparserv2.jar;D:\JDEVELOPER\lib\xmlcomp.jar;D:\JDEVELOPER\rdbms\jlib\xsu12.jar GetProductsClient
    [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type &quot;text/html&quot;, must be: &quot;text/xml&quot;. Response was:
    &lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;404 Not Found&lt;/TITLE&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H1&gt;404 Not Found&lt;/H1&gt;Resource /MyWorkspace-MyProject2-context-root/GetProducts not found on this server&lt;/BODY&gt;&lt;/HTML&gt;
    The SOAP response is as bellow:
    HTTP/1.1 404 Not Found
    Date: Wed, 27 Nov 2002 15:36:27 GMT
    Server: Oracle9iAS (9.0.3.0.0) Containers for J2EE
    Content-Length: 171
    Connection: Close
    Content-Type: text/html
    <HTML><HEAD><TITLE>404 Not Found</TITLE></HEAD><BODY><H1>404 Not Found</H1>Resource /MyWorkspace-MyProject2-context-root/GetProducts not found on this server</BODY></HTML>
    The Debug shows, the Method getProductsXM() in the client stub is failing at
    Response response = call.invoke(endpointURL, "");
    This appears to be generating fault and the code is throughing exception which is not casted in to a Element type.
    Not sure what is causing this to fail. And I have not toucjed/ changed the URI for this webservice myself at all. Whatever URIs or Name spaces are there, they are all generarted by JDeveloper.
    I was trying to create a web service that display/return Resultset.
    Any feedback/suggestions ? I would appreciate if you can point me to some sample code that does this ( returning Resultset as XML -<ROWSET> Element)
    Thanks,
    Madhu

    Does this do the trick?
    Server side class:
    import org.w3c.dom.*;
    import oracle.xml.parser.v2.*;
    public class Employee
    public Employee ()
    public Element getEmployeeElement(){
    Document doc = new XMLDocument();
    Element elAdd = doc.createElement( "employee");
    Element elA = doc.createElement( "name");
    elA.appendChild(doc.createTextNode("Mike"));
    elAdd.appendChild(elA);
    doc.appendChild(elAdd);
    return doc.getDocumentElement();
    Generated Interface from JDev:
    * Generated by the Oracle9i JDeveloper Web Services Interface Generator
    * Date Created: Wed Nov 27 11:42:37 PST 2002
    * This interface lists the subset of public methods that you
    * selected for inclusion in your web service's public interface.
    * It is referenced in the web.xml deployment descriptor for this service.
    * This file should not be edited.
    public interface IEmployee
    public org.w3c.dom.Element getEmployeeElement();
    Generated client with a print method to output the result (using WSDL generated by JDeveloper):
    import oracle.soap.transport.http.OracleSOAPHTTPConnection;
    import org.apache.soap.encoding.soapenc.BeanSerializer;
    import org.apache.soap.encoding.SOAPMappingRegistry;
    import org.apache.soap.util.xml.QName;
    import java.net.URL;
    import org.apache.soap.Constants;
    import org.apache.soap.Fault;
    import org.apache.soap.SOAPException;
    import org.apache.soap.rpc.Call;
    import org.apache.soap.rpc.Parameter;
    import org.apache.soap.rpc.Response;
    import org.w3c.dom.Element;
    import java.util.Vector;
    import java.util.Properties;
    import oracle.xml.parser.v2.*;
    * Generated by the Oracle9i JDeveloper Web Services Stub/Skeleton Generator.
    * Date Created: Wed Nov 27 11:39:29 PST 2002
    * WSDL URL: file:/D:/demo/Workspace5/Project1/src/Employee.wsdl
    public class EmployeeStub
    public EmployeeStub()
    m_httpConnection = new OracleSOAPHTTPConnection();
    m_smr = new SOAPMappingRegistry();
    public static void main(String[] args)
    try
    EmployeeStub stub = new EmployeeStub();
    // Add your own code here.
    Element e = stub.getEmployeeElement();
    ((XMLElement)e).print(System.out);
    catch(Exception ex)
    ex.printStackTrace();
    public String endpoint = "http://127.0.0.1:8888/Workspace5-Project1-context-root/Employee";
    private OracleSOAPHTTPConnection m_httpConnection = null;
    private SOAPMappingRegistry m_smr = null;
    public Element getEmployeeElement() throws Exception
    Element returnVal = null;
    URL endpointURL = new URL(endpoint);
    Call call = new Call();
    call.setSOAPTransport(m_httpConnection);
    call.setTargetObjectURI("Employee");
    call.setMethodName("getEmployeeElement");
    call.setEncodingStyleURI(Constants.NS_URI_LITERAL_XML);
    Vector params = new Vector();
    call.setParams(params);
    call.setSOAPMappingRegistry(m_smr);
    Response response = call.invoke(endpointURL, "");
    if (!response.generatedFault())
    Parameter result = response.getReturnValue();
    returnVal = (Element)result.getValue();
    else
    Fault fault = response.getFault();
    throw new SOAPException(fault.getFaultCode(), fault.getFaultString());
    return returnVal;
    public void setMaintainSession(boolean maintainSession)
    m_httpConnection.setMaintainSession(maintainSession);
    public boolean getMaintainSession()
    return m_httpConnection.getMaintainSession();
    public void setTransportProperties(Properties props)
    m_httpConnection.setProperties(props);
    public Properties getTransportProperties()
    return m_httpConnection.getProperties();
    Mike.

  • The requested URL /discoverer/viewer was not found on this server

    hi
    In e-business suite 12.1.1 , In projects super user responsibility when I want to open JSP forms like :
    Team Role Details Workbook and Overcommitted Resource Hours Workbook and Scheduled Resource Hours Workbook This error take place :
    Not Found
    The requested URL /discoverer/viewer was not found on this server.
    i think this is not related to Oracle Projects, i think it should solve by It.
    can any body tell me what should i do???

    M.Khayatan wrote:
    hi
    In e-business suite 12.1.1 , In projects super user responsibility when I want to open JSP forms like :
    Team Role Details Workbook and Overcommitted Resource Hours Workbook and Scheduled Resource Hours Workbook This error take place :
    Not Found
    The requested URL /discoverer/viewer was not found on this server.
    i think this is not related to Oracle Projects, i think it should solve by It.
    can any body tell me what should i do???Do you get this error with this specific page only?
    Please see these docs.
    11i: "NOT FOUND The requested URL /discoverer/viewer was not found on this server" Error When Attempting To Open Workbook From Apps Menu [ID 1327364.1]
    How to Create a Link to a Discoverer Workbook in Apps R12 [ID 471303.1]
    Using Discoverer 11.1.1 with Oracle E-Business Suite Release 12 [ID 1074326.1]
    Using Discoverer 10.1.2 with Oracle E-Business Suite Release 12 [ID 373634.1]
    Thanks,
    Hussein

  • I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded"

    I have downloaded a movie from ITunes.  It shows up in my video app.  When I go to play it I get an error message: "The requested URL was not found on this server". When I checked back on iTunes, where you click to rent or buy a movie it says "Downloaded".  Any advice on what I can do in order to watch this movie that I rented a couple of weeks ago?

    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.

  • Recorded Videos after Sync: The requested URL was not found on this server.

    A few days ago, i recorded a couple of videos. They were saved properly and i could watch them after it in the Camera Roll of my iPhone. Because my memory was almost full, i connected my iPhone to my MacBook and synchronized about 900 old pictures with iPhoto and selected to delete the pictures after the sync. I did not select the recently recorded videos.
    After the sync, i opened the Camera Roll on my iPhone and tried to watch the videos again. But now, they all have a grey icon and it says the duration is 0:00 minutes. When i click on a video, it shows me the following error message:
    The requested URL was not found on this server.
    When i connect my iPhone to iTunes, it says that there is about 350 MB of "Documents and Data" on my phone that I have no idea where it is coming from. Do you think it is possible that the videos are still saved on my phone but my phone doesn't recognize it as videos and can't assign it to the icons in the Camera Roll? Do you have any tips how I can access the videos in case they are still saved somewhere on my iPhone?
    Thank you very much in advance for your help and tips!

    I have the same problem too!! I was deleting some photos and videos in my phone when the next picture I swiped to was a blank picture with JPG in the middle~ after I closed camera roll and reopened it my photos and videos after that picture are all gone~ and I'm left with 3 videos I took about 30 mins before with 0:00 and when I tried to play them the message popped up saying "requested URL cannot be found on this server" T^T does anyone have a solution to this problem?

  • The requested url was not found on this server is displayed when trying to play a video I paid for on itunes

    When I try to play my itunes videos that I downloaded it says that "This requested url was not found on this server."  Why?  I paid for it, it s/b stored on my phone in itunes.  It was working fine 2 weeks ago.  I am using my iphone 4

    I had a similar problem with a tv show. I contacted Apple Support and got the following instructions:
    "please delete the episode from your iPad and then redownload it directly to the device. You can download past tv show, app, music, and book purchases without incurring additional charges as long as what you want to download is showing on your Purchased page. Some content may not be available for download again if its provider no longer offers it on the iTunes Store, App Store, or iBookstore. 
    To enable this feature, you must have the latest version of iTunes. It is available on the Apple website:
    http://www.itunes.com/download
    The latest version of iTunes will not affect your library or any items in your account.
    To learn how to download past purchases, check out this article:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519"
    I tried it this morning, and it worked.

  • TS1717 i was wonering why is it when i restord my iphone5 from my laptop now when i try to play my music and movie a blog pops up saying (the requested URL was not found on this server)?

    I was wondering why when i restored my iphoe5 from my laptop now when I try to play my music and movies a blog pops up saying (the requested URL was not found on this server)?

    The problem resolved itself when I resynced the iPod with my computer. I suspect the error displayed when I tried syncing with my laptop and canceled out of it.

  • On my iPad, when I try to open a movie I purchased from iTunes, I get "The requested URL was not found on this server."

    On my iPad, when I try to open a movie I purchased from iTunes, I get "The requested URL was not found on this server."  It's on my laptop but when I play it there, it 'jerks' every couple of seconds.  How can I fix both these issues?  Thanks!!

    Select the content which is causing a problem and use the 'Report a problem' button in Your Purchase History on your computer.

  • I get a "the requested URL was not found on this server" when trying to play a song in my iphone

    I have a new iphone5 and after synking my songs and musice. I get a "The requested URL was not found on this server" when I click on a song or a music video. It is almost like itunes did not copy my songs from my account to the new iphone.

    I was having the same problems with my movies and tv shows.  I unchecked them, then rechecked them, and synced all them again.  Presto!  They are all working again.  Thank you.

  • Music video that I PURCHASED says the requested url was not found on this server...***?

    When I go to play music videos that I PURCHASED from iTunes I get a pop-up that says "The reuested URL was not found on this server" so I have to go to friggin' iTunes and remove and readd all of my music videos. I bought the ipod (Touvh 4G) about a month ago and the idiots say that it's out of warranty so I have to pay more money to the pirates to get an answer. Is there something I can do to keep this crap from happening?

    This previous discussion has a solution:
    https://discussions.apple.com/message/16527576#16527576

  • Download from loop masters says "The requested URL was not found on this server.

    I'm downloading some audio files from http://www.loopmasters.com/ but whenever I try, in the download progress in the top right corner of safari, it'll stop downloading and say "The requested URL was not found on this server." There doesn't seem to be any rhyme or reason as to where in the download it'll stop. The first time got 37.3% of the way through, the second time got barely 12% (but my computer went to sleep this time,) and the last time it got to 34.8%. I can't do any more attempts because this website will only let me download it five times. Is there anything that's going wrong on my end, perhaps? Or is it likely just their servers being all wonky?
    Let me know if you need any other information :]

    This previous discussion has a solution:
    https://discussions.apple.com/message/16527576#16527576

  • Uploaded music videos to my new ipad and when I try to play it, it says  the requested url was not found on this server.

    When I uploaded music videos to my new ipad mini and when I try to play it, it says "the requested url was not found on this server.
    the Video will  not play.

    See this previous discussion:
    https://discussions.apple.com/message/16962474#16962474

  • HT1657 I rented movies on my iPad, they all downloaded, but when I click 'play' it says 'The requested URL was not found on this server'. What does it mean and how can I restore my rented movies?

    I rented movies on my iPad, they all downloaded, but when I click 'play' it says 'The requested URL was not found on this server'. What does it mean and how can I restore my rented movies?

    See this previous discussion:
    https://discussions.apple.com/message/16962474#16962474

Maybe you are looking for

  • Cannot configurate my new hp c5280 all in one printer

    hello i try to instal my new hp c5280 printer on my ibook g4 with osx 10.4.10 systeem, but the configuration is unsuccesfull. the computer tell me to download a driver from hp. when i do so it still unsuccesfull. the computer asks me once again to do

  • Itunes sync items can not be syned

    Just tried to update and sync iphone and it says "133 can not be synced - see itunes for more information

  • OAM Webgate 10.1.4.2 BP7 installation on RHEL5 2.6.18-92.el5 x86_64 ?

    Hello, Is it possible to install OAM Webgate 10.1.4.2.0 Bundle Patch 7 on Linux RHEL5 X86_64 (2.6.12-92.el5 x86_64 ?. If yes what is the procedure to follow? The "Oracle Identity Management 10g Release 3 (10.1.4.x) Certification Matrix .xls" claims i

  • Having multiple paths for REPORTS_PATH

    I would like to have 2 directories/paths for REPORTS_PATH (one for production & other for test). My Environment: oracle 10g AS on Solaris. 1)vi reports.sh (Commented below lines) NLS_LANG=ARABIC_KUWAIT.AR8MSWIN1256; export NLS_LANG REPORTS_PATH=/appl

  • Next firmware update?

    So, when is the next firmware update???