10g DISCOVERER Plus is not opening

Hi ALL,
I trying to open the discoverer plus but I am getting the error like this
'error for click deatils'
EBS version 12.0.6
DB version 10.2.0.4
Discoverer version 10.1.2.55.26
Thanks in Advance
Kumar

Hi Hussein
I am getting the below java error. please help us.
Java Plug-in 1.6.0_24
Using JRE version 1.6.0_24-b07 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\kd08754
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
proxyHost=null
proxyPort=0
connectMode=HTTPS, native.
Forms Applet version is : 10.1.2.3
load: class oracle.disco.DiscoApplet not found.
java.lang.ClassNotFoundException: oracle.disco.DiscoApplet
     at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
     at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
     at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassNotFoundException: oracle.disco.DiscoApplet
load: class oracle.disco.DiscoApplet not found.
java.lang.ClassNotFoundException: oracle.disco.DiscoApplet
     at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at sun.plugin2.applet.Plugin2ClassLoader.loadCode(Unknown Source)
     at sun.plugin2.applet.Plugin2Manager.createApplet(Unknown Source)
     at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
Exception: java.lang.ClassNotFoundException: oracle.disco.DiscoApplet
Thanks & Regards
Kumar

Similar Messages

  • Newly added discoverer responsibility does not open the workbook sheets

    Adding reports to newly added discoverer responsibility does not open the workbook sheets
    Actually its a new responsibility where i add existing workbook, also shared the business area but when trying to execute the report through my user firstly it says "Workbbok cannot be expanded, Unable to open workbook" later when i close the page i get the below error
    “Contact with the Discover server has been lost. To continue with your work, please restart Discoverer Plus. If this problem persists, please contact your Oracle Application Server Administrator” error message.
    Please suggest.

    Hi,
    You need to run a trace for this user to diagnose this issue. Look at note 133055.1 for more details.
    Rod West

  • Discoverer report - Output from Discoverer plus is not the same as Discoverer desktop

    As a part of Upgrade project we are migrating the discoverer reports from 11i (11.5.10.2) to R12 (12.1.3) .After migrating to R12, for a custom discoverer report the output given by discoverer desktop is correct (24 rows for a scenario). But the report output from Discoverer plus does not show the credit transactions (2 rows). The output from Discoverer plus shows only 22 rows (24 - 2), which is incorrect. The query is the same in Discoverer desktop and Discoverer plus.
    Please let me know why these transactions that are appearing when the report is run from discoverer desktop are not appearing in discoverer plus. Is there any setup in discoverer plus for this?
    Regards,
    Brajesh

    Pretty hard to answer a question like this.  Best bet would be to copy the existing discoverer plus book and start removing conditions, fields, etc until those two rows from desktop show up and see if you can work it out. 

  • Discoverer PLUS EUL not accessible

    Hi guys & girls,
    This is my issue:
    With Discoverer Admin I've created an EUL and a Business Area and I granted the right privilges to a user XXX. When I launch Discoverer Desktop, I connect as user XXX and I can see that I have access to that Business Area. When I launch Discoverer Plus, I create a connection but I do not see the EUL that I've created, so I can not choose it for the connection.
    Anyone an idea?
    Christophe

    I found the problem...
    On my laptop, I have a Discoverer Admin. 10g installation, connected upon a 9i db and created my EUL. Created a Business Area and gave the correct privs/security to my user xxx. When a started Disco Plus and created a private connection, I did not see my EUL appearing in the list of values. Solution: I used a discoverer Admin 9i version, connected upon the 9i db, created the EUL, created a Business Area and gave the correct privs/security to user xxx. Then I reconnected via my Discoverer Admin 10g to that EUL, did the upgrade (forced to do it) and then everything worked out fine. So the trouble is/was, that I was working with two different versions of Discoverer..
    Thanx anyway Rod

  • Discoverer Plus 10gR2 not show data when the script of view have package

    Hi my friends.
    I have a problem with discoverer plus, I don't know is a problem or I'm doing something wrong.
    I have a four views, the views containg in the SELECT stament and WHERE clause packages, example:
    SELECT d.price,
    d.total,
    d.min,
    d.mx,
    TO_CHAR (SYSDATE, 'q') quarter,
    d.fid,
    k_xdcd_qry.f_xdc_obt_price (d.prod, d.id) --> package
    k_xpxpd_qry.f_xpeds_salary_ca_u (
    d.prod,
    d.id) xp --> package
    FROM px_prices_proc c,
    xp_sla_max d,
    xmp_sla_puc b
    WHERE a.prod = b.prod
    AND a.id = b.id
    AND a.prod = k_xps_tools.f_obt_prod --> package
    When I used the views on discoverer plus for construct the report, when execute the query not show data.
    Appreciate it if you could help or tell me I'm doing wrong or does not support Discoverer Plus package execution.

    Hi Tux,
    This appears to be a grant issue. Apparently, you have granted execute with respect to this package to the EUL owner or the view would not have compiled. If you have not given EUL owner the grant option, I would recommend doing this as well.
    This appears to be an Oracle APPS EUL (tell me if I am wrong). If this is the case, it goes without saying that APPS will need to be granted the execute privilege.
    Also, by default, a stored package executes with the privileges of its owner. If your custom package was designed this way, are the objects which it references received the appropriate grant? I assume you tested this, but I am concerned that the line, a.prod = k_xps_tools.f_obt_prod, in the where clause could be resulting in the Null set being returned.
    Patrick

  • Discovere Plus does not start

    I have installed 9i R2 (9.0.2.0.0) and installed the infrastructure in the oracle home (.../home/oracle/product/8.1.7) and then installed 9iAS in the oraclehome (...../home/oracle/product/9ias) which is also set as IAS_HOME.
    Now I am trying to start Discoverer (http://machinename:7778/discoverer/plus) it gives me error
    'Page not found' and when I go to the EM and click on General Discoverer (under 9ias_Discoverer) it gives me this error
    500 Internal Server Error
    java.lang.NullPointerException     at oracle.disco.oem.beans.BeansFactory.getResourceBean(Unknown Source)     at oracle.disco.oem.cabo.DiscovererPageHandler.handleEvent(Unknown Source)     at oracle.sysman.emSDK.eml.svlt.PageHandler.handleRequest(PageHandler.java:281)     at oracle.sysman.emSDK.eml.svlt.EMServlet.myDoGet(EMServlet.java:642)     at oracle.sysman.emSDK.eml.svlt.EMServlet.doGet(EMServlet.java:223)     at oracle.sysman.eml.app.ConsoleSN.doGet(ConsoleSN.java:71)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)     at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    This is very very urgent. Can someone please help.
    Thanks

    Is this already solved?
    Is this the same problem:
    when I go to the EM and click on General Discoverer (under 9ias_Discoverer) it gives me this error:
    500 Internal Server Error
    java.lang.IllegalStateException: bean "errorBean" not found in "request" scope
         at ias.discoverer._dsc__error._jspService(_dsc__error.java:70)
         [SRC:/ias/discoverer/dsc_error.jsp:20]
         at com.orionserver[Oracle9iAS (9.0.2.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at oracle.sysman.emSDK.eml.svlt.PageHandler.render(PageHandler.java:553)
         at oracle.sysman.emSDK.eml.svlt.PageHandler.handleRequest(PageHandler.java:322)
         at oracle.sysman.emSDK.eml.svlt.EMServlet.myDoGet(EMServlet.java:649)
         at oracle.sysman.emSDK.eml.svlt.EMServlet.doGet(EMServlet.java:224)
         at oracle.sysman.eml.app.ConsoleSN.doGet(ConsoleSN.java:71)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)

  • Report 10g RTF format does not open on Windows XP SP2 IE 6

    When the desformat is PDF, the report runs fine and launches out to a new window with the document displayed. However, when the format is changed to RTF, the report is not displayed and it appears to be blocked by a popup blocker. I do not have any third party popup blocker installed (Google Toolbar, Yahoo Toolbar, etc.). The built-in IE 6 popup blocker is turned off. I even went through a Microsoft article, http://support.microsoft.com/kb/843016, to insure the blocker is turned off in each security zone. Yet the report going to RTF still appears to be blocked and the report going to PDF works fine. That makes me think it may not be a popup blocker.
    I have verified RTF files open fine through windows explorer, they open fine from a html page with a link to a RTF, they also open fine if I use javascript to auto-redirect a page to an RTF file.
    The report is generated to cache and then opened with a web.show_document if that matters.
    Forms/Reports Version: 10.1.2.0.2
    JInitiator Version: 1.3.1.22
    Does anyone have any other ideas please?

    I actually already found the solution in other post: [Solved] Problem with Web.show_document
    But thanks anyway!

  • Can not display Chinese on discoverer plus

    i have moved this thread to this forum from discoverer.
    Dear,
    ebs 12.0.6
    OS OUL5x64
    AS 10.1.2.3
    using bi 10.1.2.3 with discoverer
    Discoverer Version:Server 10.1.2.55.26
    when connect to the viewer like
    http:10.10.10.10:7778/viewer
    it could display the Chinese character correctly
    when connect
    http:10.10.10.10:7778/plus
    the Chinese became square boxes.
    Please advise how to fix this error.
    Regards,
    Tom

    Hi Huusein,
    i found these file in application tier, they were all upper case.
    ALBANWTJ.ttf
    -rw-rw-r-- 1 oracle oinstall 18777080 Dec 29 2006 ALBANWTK.ttf
    -rw-rw-r-- 1 oracle oinstall 18676032 Dec 29 2006 ALBANWTS.ttf
    -rw-rw-r-- 1 oracle oinstall 18788548 Dec 29 2006 ALBANWTT.ttf
    copied them over and restart the opmnctl stopall and then startall but the discoverer/plus could not display Chinese, i then renamed it to lower case according with doc # Doc ID:      340944.1
    and restart the opmnctl again but it still could not display Chinese in discoverer/plus
    these files (5) from the doc 340944.1 but my actual from appl Tier only has 4 files with all upper case.
    AlbanWTJ.ttf
    AlbanWTK.ttf
    AlbanWTS.ttf
    AlbanWTT.ttf
    ALBANYWT.ttf
    can you please give me some suggestions.
    Regards,
    Tom

  • Discoverer Plus desktop

    I want to download Discoverer Plus to work with Oracle 10g but I can not find it on the Oracle website - what is the url to download Oracle Discoverer PLus client.
    Ive built cubes and they work fine with AWM ( i can see the data etc ) but do not work with 10iAS Discoverer Plus so hopign they work with Discoverer PLus client.

    Which 10g AS version is this? Discoverer Plus is not downloadable in that sense. You install and run Plus as an applet from Oracle AS instance (accessed via url e.g. http://server:port/discoverer/plus).
    Maybe you are looking for Oracle Business Intelligence Discoverer (Plus) for OLAP, which is part of the AS 10.1.2 suite. (do you have an older "10g" version?)
    DS 10.1.2 downloads has a BI Tools CD, including Discoverer Desktop Edition (this is what the "thick" client is called). dont know if it handles cubes. Desktop also comes in a standalone install, if you dont need the whole dev tools suite.

  • Create Parameters in a worksheet in Discoverer PLUS OLAP

    Am i missing something here or is there a way to create parameters in Discoverer Plus OLAP (not Plus relational) . I have searched all the options in the menu, but no luck.
    I know i can pass values from OLAP PLUS to Relational as parameters to the relational worksheet. That is not what i want to do.
    I want to create parameters in a worksheet created using BI Discoverer PLUS OLAP.

    You are right - you cannot yet create parameters on olap reports in Discoverer. This is a feature planned for a future release.
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Beans: http://www.oracle.com/technology/products/bib/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    OTN Forum: Discoverer
    Blog: http://oraclebi.blogspot.com/

  • Export workbooks in discoverer plus

    hi
    I am not able to export discoverer workbook as .dis from discoverer plus.
    how to do this
    Should I follow only command prompt?
    From discoverer admin i am able to export a workbook as .eex ..But i wonder how to import this workbook.eex into discverer desktop ?
    thanks
    kp

    Hi,
    .dis format is specific to Discoverer Desktop . This saves the workbook on the windows pc where Discoverer Desktop is running. Discoverer Plus does not have the option to save workbook on local system.
    .eex format is specific to Discoverer Admin and it contains metadata info including BAs,Workbook etc.
    In order to import .eex files you have to use Discoverer Admin . It can not be imported using Discoverer Desktop.
    Thanks,
    Sutirtha

  • Discoverer 10G Not Opening Excel after upgrading to JAVA 1.6.0_45

    I'm testing Java 1.6.0_45 on EBS version 12.1.3, Discoverer 10G. Everything with EBS is working alright. But when try to export results of a Discoverer report to Excel, it does not automatically open the spreadsheet. We didn't have issue with earlier JAVA version (1.6.0_5). Java console shows the error "java.lang.SecurityException: showDocument url permission denied". Any direction in resolving this error is greatly appreciated.
    Thanks
    Subbu

    Pl see
    Unable to Export to XLS From Discoverer Plus 10.1.2 or 11g with JRE 1.6.0_23 or 1.6.0_24 [ID 1319218.1]
    HTH
    Srini

  • User not able to login to Discoverer Plus 10g with Java 1.8 and Java1.6

    Hi,
    The user is using Windows machine and trying to login to Discoverer Plus 10g. He recently upgraded to Java 1.8 and was not able to login.
    We informed the user that Discoverer 10g is not compatible with java version above 1.6. The user removed the java 1.8 and installed 1.6 again.
    Still he is facing issue.
    The error he gets is:
    Unable to connect to the Discoverer Server: null
    Please contact your Oracle Application Server administrator
    Please suggest.
    1. Is there also a way to make it work with java 1,8 version as the user need to use it for the Oracle HRMS.?
    Thanks
    Chhavi

    Hi,
    The user is using Windows machine and trying to login to Discoverer Plus 10g. He recently upgraded to Java 1.8 and was not able to login.
    We informed the user that Discoverer 10g is not compatible with java version above 1.6. The user removed the java 1.8 and installed 1.6 again.
    Still he is facing issue.
    The error he gets is:
    Unable to connect to the Discoverer Server: null
    Please contact your Oracle Application Server administrator
    Please suggest.
    1. Is there also a way to make it work with java 1,8 version as the user need to use it for the Oracle HRMS.?
    Thanks
    Chhavi

  • Discoverer Plus 10g Title & Table Viewing Size

    Is there a way to increase the screen resolution of the title and table area in Discoverer Plus 10g? The font size says 10pt, but on the screen it looks more like 4pt. I couldn't find any settings in Plus to change it. Thanks, Amy.

    Cause
    By default in Discoverer Plus 10.1.2 fonts are rendered smaller in Java
    than in other Windows applications.
    Already saved workbooks will not have any change in font and formats even if
    your default fonts are changed unless these workbooks are explicitly opened and
    modified for using new fonts. The cause for this behavior is that when
    workbooks are saved, font information is also along with it. This is very lengthy approach if you have over 1,000 upgraded workbooks.
    Solution
    To implement the solution, for existing/upgraded workbooks please execute the following steps:
    Set AdjustPlusFontSize = "True" in pref.txt file.
    This setting will make Discoverer Plus to display the font size correctly. It specifies whether Discoverer Plus Relational adjusts the font size to correct a discrepancy in the Java virtual machine, resulting in a smaller font size than other Windows applications.
    true = adjust font sizes
    false = do not adjust font sizes
    1.Navigate to <Discoverer Home>/discoverer/util directory.
    2.Edit pref.txt file and modify the setting as
    AdjustPlusFontSize = "true"
    under [Application] section
    3.Run the script applypreferences.sh
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:3586351170204990307::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,338117.1,1,1,1,helvetica
    Thanks, Jim Halverson

  • Emailing from discoverer plus 10g

    Hi,
    Please help on the ff question posed to me from our client who just had Discoverer Plus 10g implemented at their sites.
    1. The old vs 3.1 desktop had the ability to send a report in an e-mail attachment to many recipients as a .dis file. This feature is no longer available. Is there plans to include this in future releases?
    2. The old 3.1 vs was also able to save and open reports from the file system. This is no longer available on plus 10g. Is there plans to also include this feature in newer releases of plus.
    pls advise.
    thanks
    saliha

    Hi Saliha
    The new 10g Desktop still has the email feature, as does the 10g Viewer tool. I doubt very much that Oracle will add emailing to Plus because Viewer is where the users are supposed to run their reports. Plus is a developer tool so I think you will be out of luck. Many folks that I go to initially say they don't like Viewer but that is because they have no idea what it can do. After I have given training every company so far tell me they will be using Viewer for end users (viewers), with Plus being reserved only for the report writers.
    As for saving to the file system from Plus, as you say this does not exist. Oracle do have this under consideration. I thought it was scheduled for the next release but I don't think it made it. We'll just have to wait and see. Like you, I would like to see it.
    Sorry about this, please don't shoot the messenger :-)
    Best wishes
    Michael

Maybe you are looking for

  • Dvd and no so

    I do not get any sound with my Audigy2 when I play dvd's but I do with regular cd's I Have WinXP and Im using windows media player and using creative inspire t7700 Im using a analog connection what do i need to do

  • How do I show the master and version copy of a pic seperately?

    I have downloaded the trial of Aperture 2, and seem to like what I see so far. I'm having a little trouble learning a few things though. I wish I had a real book to study, but I know this software is so new. Here is my problem, when I first started u

  • Lightroom crashes after photoshop closes file

    I'm having an intermittent problem.  Here's what happens: 1) Right click on .DNG photo and do edit in photoshop. 2) Do my photoshop work, which will include usually 10 layers and be around 300 MB in size 3) save and close file 4) go back to lightroom

  • Logon Group in a Cluster

    Hi, I have CI - 02 on one host and dialog instance -03  on another host. I have created a logon group by name public and assigned these 2 instances. My question is if one instance got down how the user will automatically switch over. It's cluster env

  • Hp pavilion dv6000

    Na een update doet de nootbook het niet meer hij blijft hangen op updat configureren en dan reboot hij weer wie weet raad en of hoe kan ik hem weer in de fabrieks configuration zetten want ik heb geen recovry cd