XI 3.0 SAMPLE Interactive Editor Integration Java Sample

Hi
I am trying to run XI 3.0 sampe for Interactive Editor Integration provided at resdk_java_ieditIntegr_sample.zip.
When I try to login I am getting the following error:
org.apache.jasper.JasperException: /viewers/cdz_adv/wistartpage.jsp(16,0) The value for the useBean class attribute com.businessobjects.adv_ivcdzview.Utils is invalid.
     org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:512)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
Can someone provide me help to resolve this problem.
Thanks
Venkata

Hi Shawn,
Copying the adv_ivcdzview.jar file from tomcat\webapp\AnalyticReporting\web-inf\lib resolved the issue for me.
Thanks
Venkata

Similar Messages

  • [BOEXI3] Interactive editor sample

    Hi.
    I have the need to embed the interactive viewer (and / or the java applet) in a custom application.
    To achiev that, I downloaded the interactive editor sample and tried to get the necessary information out of it.
    What I can do now, is
    - select a universe
    - edit the query
    - run the query and display a report (and do layout stuff)
    Some might say, that this is everything I need - is partly right.
    Now to describe my problem:
    Lets say I build a query with two dimension objects without prompts, run the query, I get a report with a table with two colums - great.
    The table head is blue, the table body is yellow, and the font is - well - not there.
    If I select a cell and change the font size, I see the content of that cell.
    So it seems, that the editor uses some default values for the colors and the fonts.
    Can anybody tell me, or give me a hint, how I can fix that?
    I already tried to update the libraries to 3.1, removed the version check warning and ran into the same problem.
    Any help apreciated!
    Regards
    Jan

    The default colors for Web Intelligence cells using ReportEngine SDK is indeed blue and gold.   If anyone is interested, this was so before BusinessObjects became part of SAP - so it's not SAP colors.
    But all document report objects support the Decoration interface, for which you can set an Attributes property.
    You set the colors as Attributes property.
    If you want data filled, ensure you Refresh and getView the created document before saving.
    Sincerely,
    Ted Ueda

  • Integrating Java Compiler into a Text Editor

    Hello
    I have developed a Text Editor with Java. I would like to make it as a IDE. Could anybody tell me how to integrate a JAVA or C++ compiler
    into Text Editor.
    Please let me know
    Thanks
    Prashanth

    Use this http://weblogs.java.net/blog/malenkov/archive/2008/12/how_to_compile.html to add your own compiler.

  • New Interactive Demo and R2 Samples

    New for ADS and AGS
    Adobe Solutions Network is pleased to announce the following:
    * A new interactive demo
    * Updated samples
    Interactive Demo
    Click here for an interactive demo that lets you experiment with the XML Commands for image creation, PDF creation, and XML to PDF operations.
    AGS Updated Samples
    The R2 release of the AGS samples includes:
    * modifications to the .NET sample
    * a new XML Schema for the command set
    * corrections DTD for the command set.
    Click here for complete information about the new ADS samples.

    open dos prompt and enter
    "javap oracle.jdbc.driver.OracleDriver" and check the classpath set for the above mentioned class
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by P Gibb:
    I am trying to connect to my Database using thin jdbc. I am currently using java version 1.1.5 and have classes111.zip in my CLASSPATH.
    However when I try to compile the Employee.java example source from the demo directory of ORACLE_HOME/jdbc/demo/samples/thin/111appletsI get the following compilation error.
    Employee.java:17: Class oracle.jdbc.driver.OracleDriver not found in type declaration.
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    I have tried various other attempts/sample programs to connect to the database but always come back to the above error.
    Please Help.<HR></BLOCKQUOTE>
    null

  • SSO java sample application problem

    Hi all,
    I am trying to run the SSO java sample application, but am experiencing a problem:
    When I request the papp.jsp page I end up in an infinte loop, caught between papp.jsp and ssosignon.jsp.
    An earlier thread in this forum discussed the same problem, guessing that the cookie handling was the problem. This thread recommended a particlar servlet , ShowCookie, for inspecting the cookies for the current session.
    I have installed this cookie on the server, but don't see anything but one cookie, JSESSIONID.
    At present I am running the jsp sample app on a Tomcat server, while Oracle 9iAS with sso and portal is running on another machine on the LAN.
    The configuration of the SSO sample application is as follows:
    Cut from SSOEnablerJspBean.java:
    // Listener token for this partner application name
    private static String m_listenerToken = "wmli007251:8080";
    // Partner application session cookie name
    private static String m_cookieName = "SSO_PAPP_JSP_ID";
    // Partner application session domain
    private static String m_cookieDomain = "wmli007251:8080/";
    // Partner application session path scope
    private static String m_cookiePath = "/";
    // Host name of the database
    private static String m_dbHostName = "wmsi001370";
    // Port for database
    private static String m_dbPort = "1521";
    // Sehema name
    private static String m_dbSchemaName = "testpartnerapp";
    // Schema password
    private static String m_dbSchemaPasswd = "testpartnerapp";
    // Database SID name
    private static String m_dbSID = "IASDB.WMDATA.DK";
    // Requested URL (User requested page)
    private static String m_requestUrl = "http://wmli007251:8080/testsso/papp.jsp";
    // Cancel URL(Home page for this application which don't require authentication)
    private static String m_cancelUrl = "http://wmli007251:8080/testsso/fejl.html";
    Values specified in the Oracle Portal partner app administration page:
         ID: 1326
         Token: O87JOE971326
         Encryption key: 67854625C8B9BE96
         Logon-URL: http://wmsi001370:7777/pls/orasso/orasso.wwsso_app_admin.ls_login
         single signoff-URL: http://wmsi001370:7777/pls/orasso/orasso.wwsso_app_admin.ls_logout
         Name: testsso
         Start-URL: http://wmli007251:8080/testsso/
         Succes-URL: http://wmli007251:8080/testsso/ssosignon.jsp
         Log off-URL: http://wmli007251:8080/testsso/papplogoff.jsp
    Finally I have specified the cookie version to be v1.0 when running the regapp.sql script. Other parameters for this script are copied from the values specified above.
    Unfortunately the discussion in the earlier thread did not go any further but to recognize the cookieproblem, so I am now looking for help to move further on from here.
    Any ideas will be greatly appreciated!
    /Mads

    Pierre - When you work on the sample application, you should test the pages in a separate browser instance. Don't use the Run Page links from the Builder. The sample app has a different authentication scheme from that used in the development environment so it'll work better for you to use a separate development browser from the application testing browser. In the testing browser, to request the page you just modified, login to the application, then change the page ID in the URL. Then put some navigation controls into the application so you can run your page more easily by clicking links from other pages.
    Scott

  • Problem with Cut.java sample

    I am attempting to use code from the Cut.java sample to cut multiple
    regions from the same source audio file to separate destination files.
    I am calling the doIt() method from my coding, passing MediaLocators to
    the input and output files (both .wav) , and arrays with a single
    element (time in ns as a long) for the start and end, and false for
    frame mode. The first time I call it, it works fine. However, on
    subsequent calls, despite the output messages suggesting it has worked
    successfully, the output files are full of white noise. I have tried:
    using a new instance of Cut each time
    adding code to close the processor and disconnect the datasink
    disabling JMF buffering
    all to no effect. Any suggestions would be greatly appreciated.
    cheers
    Matthew Wilson.

    I have kind of the same problem too.
    I copy-paste the "cutting sections from an input" example from http://java.sun.com/products/java-media/jmf/2.1.1/solutions/Cut.java but can't get it to work.
    The error I'm getting back is:
    - Create processor for: file:/c:/song.mp3
    - Configure the processor for: file:/c:/song.mp3
      Transcode:
         from: mpeglayer3, 44100.0 Hz, 16-bit, Stereo, LittleEndian, Signed, 16000.0 frame rate, FrameSize=32768 bits
         to: LINEAR, 44100.0 Hz, 16-bit, Stereo, BigEndian, Signed
    - Realize the processor for: file:/c:/song.mp3
    Failed to build a graph for the given custom options.
    Failed to realize: com.sun.media.ProcessEngine@19360e2
      Cannot build a flow graph with the customized options:
        Unable to transcode format: mpeglayer3, 44100.0 Hz, 16-bit, Stereo, LittleEndian, Signed, 16000.0 frame rate, FrameSize=32768 bits
          to: LINEAR, 44100.0 Hz, 16-bit, Stereo, BigEndian, Signed
          outputting to: RAW
    Error: Unable to realize com.sun.media.ProcessEngine@19360e2
    Failed to realize the processor.
    Failed to cut the inputsince I'm using eclipse as IDE, I made some "minor" changes on Cut.java to test it on eclipse
    public static void main(String [] args) {
        args = new String[7];
        args[0] = "-o";
        args[1] = "file:/c:/tmp.mov"; //outputfile
        args[2] = "file:/c:/peli.mov"; //inputfile
        args[3] = "-s";
        args[4] = "5000";
        args[5] = "-e";
        args[6] = "25000";
        //no more changes...Does any one have an idea what do I'm doing wrong? I'll appreciate ur help.

  • How to create table in interactive form via Java Web Dynpro

    Hi,
    How to create table in interactive form via Java Web Dynpro ?
    Any online tutorial / example ?
    Thank you.
    Regards,
    Eric

    Hi Eric,
    Just choose the UI element Table from Form Library and drag and drop it on the form. now choose the no. of rows and columns and other settings you want about table from the wizard initiated through this process. This all is what you have to do to create the table. Now to bind it to the fields of the data source bind the individual colums to individual attributes of the node in the datasource.
    Hope it will solve your query.
    Regards,
    Vaibhav Tiwari.

  • " Why not Emacs Be the best editor for java"

    hai friends,
    iam using emacs editor for java. i think it is the best editor for java available
    for free of cost.
    we can easily customize it based on ur needs
    we can even customize the compilation and run option with single key stroke.
    and it has many interesting and useful features like shell, bsh, cvs customization,telnet
    and a lot more....
    many software concerns had made emacs as thier offical java editor
    i donot think anybody in this world who had used the emacs will go for some other editor
    and i do want to know from u all that whether i was wrong . and
    is there any other editor which can be better than emacs
    if so give me valid reasons
    get back to me if u are not aware of emacs features
    regards
    g.kamal

    I agree with you 100% on linux side, but in
    windows(tm) there are even better editors. I
    personally use MED in windows. After trying dozens of
    different editors in linux I ended up using emacs, it
    sure is the best editor in linux (for Java atleast).
    There are still some things bugging me, for an example
    I would like the "end" button to move the cursor to
    the end of the line instead of EOF.
    I donot understand why ur saying that the "end" button is not moving the cursor to the
    end of the line
    it works fine in my machine
    plz elaborate what more features u want, bcas it may be there in emacs , but u may not have that
    much awareness in it.
    regards
    kamal

  • Sample Bin/Editor output

    Hi there,
    Anyone know how to change the output of the sample bin? I just imported a song from Logic 7 to Logic 8 and the sample bin/editor is outputing via track 32. I know I set it like that when working in Logic 7, but I want to change it now to monitor/output through master 1+2 only. Whenever I audition a sample from the loops browser I'm getting all the effects from my track 32.... Also, anyone know how to view/hide the 'solo' and 'freeze' track buttons on a channel in the new arrange page? I can't find that preference function in Logic 8? Use to be under 'View'. Things have changed.... like a lot of it. Love the new mixer setup and track create without having to assign it all... A little colour would have been nice though. Doesn't look as warm as Logic 7. Anyway, if anyone can help with my two problems, I'd really appreciate it.
    Thanks,
    Nick.

    Ah, many thanks for that. Totally makes sense now. (The solo pref question) I'm using the old standard mouse, so right click wasn't happening as easily. Still can't resolve the samples bin auditioning through the effected track. I too a closer look and what's happening is.... It's playing through the last track in my project. Which is track 51. It has effects on it, its not going straight to track 256 as you mentioned. Now track 51 does have a line going across the solo button on the mixer page.... even though it's not solo'd. All in all I'm really liking Logic 8!
    Thanks again for your help.
    Nick.

  • Is it possible to make a code editor in Java?

    I'm new to java and so i'd like to know if it would be possible to make a simple code editor for Mobile Phones with Java.
    The code editor will be for GML.
    I'd like to make it so that the code can be easily edited on a wide range Mobile phones (not necissarily smart phones).
    If this is possible, I would greatly appreaciate any help or advice. Thanks.
    skinnyeddy

    TuringPest wrote:
    Hippolyte wrote:
    skinnyeddy wrote:
    "first list the areas in which you are proficient" - I'm not. I thought it would be easy to make a simple text/code editor in java without any experience. That was a bit of a mistake. Looks like I'll have to learn the hard way :SIMHO, one should woodshed it, work on programming basics and object-oriented programming fundamentals, in Java for at least one year before attempting to write any GUI code. Even day in this forum we see what code looks like when this advice is not followed.my first java code 5 years ago was an applet with a changing 2d function being animated.
    it worked after 2 grueling days and i was so happy because visual feedback was my only motivation.
    so its hard to say. granted, my code was awful for a long time.I'm thinking of the guy last week who had Swing+JDBC code and kept pestering for help on an obvious syntax error (he was invoking a method with no arguments when it was defined to take a String array) and for the life of him, he couldn't see the error or understand the error message. Posters kept telling him to learn the fundamentals first, but he was stubborn and kept demanding someone fix his syntax error...

  • What is the meaning of ABAP/4 editor integrated with ABAP/4 data dictionary

    hi All
      i want the correct meaning of the following sentence <b>"What is the meaning of ABAP/4 editor integrated with ABAP/4 data dictionary"</b>.If any onre knows kindly explain me...
    thanks in advance...

    Hi,
    Abap is programming language in business, data dictionary is kind a interface for editor to retrive from database level to presentation area. its a meta data.
    The ABAP Dictionary’s integration with the rest of the development environment enables ABAP programs to automatically recognize the names and characteristics of dictionary objects.
    Additionally, the system provides easy navigation between development objects and dictionary definitions. For example, as a programmer, you can double-click on the name of a dictionary object in your program code, and the system will take you directly to the definition of that object in the ABAP/4 Dictionary.
    Reward points if helpful,
    regards,
    jinesh

  • Demo Java Samples Errors

    Hi,
    I am having trouble running some of the demo sample code.
    dmaidemo.java and dmocdemo.java work fine for me, but I am getting errors on other java sample code.
    For example, for the Association Rules sample I'm getting the output below. For the other sample code, I get similar errors where the build task fails due to character-numeric conversion. Any idea what is wrong?
    Thanks.
    Output:
    --- Prepare Data ---
    Create build data view...
    Execute column format transformation...
    --- Build Model ---
    arBuildTask_jdm is started, please wait. arBuildTask_jdm is failed.
    Failure Description: ORA-40101: Data Mining System Error ORA-40101: Data Mining
    System Error ORA-06502: PL/SQL: numeric or value error: character to number conv
    ersion error
    ORA-06512: at "DMSYS.DBMS_DATA_MINING", line 305
    ORA-06512: at "DMSYS.DBMS_JDM_INTERNAL", line 157
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "DMSYS.DBMS_JDM_INTERNAL", line 179
    ORA-06512: at line 1
    javax.datamining.ObjectNotFoundException: model arModel_jdm was not found.
    at oracle.dmt.jdm.resource.OraExceptionHandler.createException(OraExcept
    ionHandler.java:131)
    at oracle.dmt.jdm.resource.OraExceptionHandler.createException(OraExcept
    ionHandler.java:91)
    at oracle.dmt.jdm.resource.OraConnection.createException(OraConnection.j
    ava:606)
    at oracle.dmt.jdm.resource.OraLookupManagerImpl.retrieveObject(OraLookup
    ManagerImpl.java:155)
    at oracle.dmt.jdm.resource.OraConnection.retrieveObject(OraConnection.ja
    va:401)
    at dmardemo.buildModel(dmardemo.java:394)
    at dmardemo.main(dmardemo.java:167)

    How do I find locale information? Below is information on the character set & language of the database.
    SQL> select * from nls_database_parameters where parameter like '%CHARACTERSET' or parameter like '%LANGUAGE';
    PARAMETER VALUE
    NLS_LANGUAGE AMERICAN
    NLS_CHARACTERSET WE8MSWIN1252
    NLS_DATE_LANGUAGE AMERICAN
    NLS_NCHAR_CHARACTERSET AL16UTF16

  • Java samples needed for both PC and Nokia HP to communicate via bluetooth

    Hi Are there any java samples i need to test both PC and HP.
    I have Nokia 6021 that runs java program. I ask for simple samples that
    Java program in HP can send bits of data and the java program in PC reads and evaluates the result. For eg, i input numbers 5 and 6 into HP
    then send them over via BT. Upon reception, PC receives input and adds them and shows the result.
    Do you have any? Would appreciate your generous samples.
    regards
    Clement

    Hi,
    I think that your BlueSoleil (IVT) BT stack version is not supported, see this:
    /discussions/board/message?board.id=connectivity&message.id=114
    So you have to update your BlueSoleil BT stack.
    Also you can try to use Microsoft BT (if Microsoft BT supports your BT hardware)...if you want to try, see this:
    /discussions/board/message?board.id=pcsuite&message.id=11292&query.id=203856

  • Error in Visual Editor for java with eclipse

    hello eb
    till i ysterday i used visual editor for java with eclipse normally without any problem but to day when i opened eclipse it display me this error :
    Error trying to set new File into editor
    Motif : java.lang.NullPointerException
    and i think that the problem comes from the visual editor plugin because when i add a new frame or even for the old frame it dosent display for me the graphical component like every time
    if si has the solution or can advise me thank you alot and i really dont know what to do .
    it is for my stydy project and i have to finish xorking as fast as possible so if so can help me

    well this forum here is the official java-forum by Sun.
    you are asking for help on Eclipse, a software made by IBM since the cooperation between the two werent that bright all the time.(hence the name eclipse)
    i just looked a few hours myself, and the latest version of the VE was suited for 3.0.2, the version fitting to the latest 3.1 build of eclipse, was still just a release candidate.
    wait a few days/weeks for a final build and retry.

  • Create hyperlinks in a report using online interactive editor

    Hi All,
    With 11g I want to add hyperlinks to columns in a report to link/open another report. Can I do that using online interactive editor, we don't use RTF templates.
    Thanks,
    Sri

    U can include any text rt click on it goto format text
    Hyperlink tab and add any type of hyperlink there.
    If you want to add something specific please do let me know

Maybe you are looking for

  • How webDynpro handles exception thrown by adaptive web service

    Hi people, in design time, webdynpro can handle web service's exception by defining return structure based on the <b>Fault </b>which is the exception defined in the web service. But in the runtime, when web service throws exception, webDynpro can not

  • Active/standby pair + Oracle db parameter FAILTHRESHOLD

    Assume we have 3 databases TT_A - timesten Active TT_S - timesten Standby O - oracle db. SETURN MODE twosafe Storage atributes RETURN SERVICES OFF WHEN REPLICATION STOPPED; FAILTHRESHOLD set to 10 value. Two timesten databases are in consistent state

  • Control Flash8 swf movie in Flex 2

    I have a swf (output from OpenOffice, created from a PowerPoint presentation) and i want to control it from Flex 2 (i don't have the .fla file of the swf). Is this possible at all? I can load the swf and display it, but no way of accessing it as a Mo

  • How do I solve this "Insufficient memory...." problem?

    Help please......I'm using Illustrator 8.0, have a file that is only 456KB (two type blocks turned objects, one logo) and must Export as a JPEG. Each time I try I get "Insufficent memory was available to complete the operation." I went to File/Prefer

  • Rename Cluster Shared Volume folder

    I renamed my cluster shared volume from Volume1 to the same name as my SAN LUN to keep things straight. The name has a dash in it and looks something like this: LUN 3 - HyperV Virtual Desktop Storage 2     I am trying to deploy a new desktop collecti