"Next" button error in Report portlet

I create a report from SQL query and publish it as a portlet then I add it to a page.
everything works fine until I click Next button on the bottom of the portlet. After I do it I get the following error:
Error: The servlet produced the following error stack.
java.lang.ArrayIndexOutOfBoundsException: 1024
at javax.servlet.ServletInputStream.readLine(ServletInputStream.java:69)
at oracle.webdb.page.PageBuilder.getMetaData(PageBuilder.java, Compiled Code)
at oracle.webdb.page.PageBuilder.process(PageBuilder.java, Compiled Code)
at oracle.webdb.page.ParallelServlet.doGet(ParallelServlet.java, Compiled Code)
at oracle.webdb.page.ParallelServlet.doPost(ParallelServlet.java:128)
at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
at java.lang.Thread.run(Thread.java, Compiled Code)
Are there any workarounds for this problem?
null

Try putting a call to the procedure in a dynamic Html page. You can also search the support pages with the error code. A more detailed explaination is there.
According to Oracle this is fixed in the Portal Release 3.0.8.

Similar Messages

  • The "next" button of crystal report viewer does not work

    hi
    I use crystal report viewer control to show my crystal report on my aspx page.
    like:
    <CR:CrystalReportViewer id="CRViewer" runat="server" HasRefreshButton="False" PrintMode="ActiveX" DisplayGroupTree="False"
    AutoDataBind="True"
    SeparatePages="TRUE"
    Height="520px"
    Width="900px">
    </CR:CrystalReportViewer>
    however when I try to navigate to next page by click "Next" arrow button on the crystal report viewer toolbar, it only can navigate to the page 2, whatever I click the "Next" button, it still stay on page 2,
    actually this report has 10 pages.
    On the other hand, if I input the page number, such as 5 on the "goto" textbox, it will jump to page 5 correctly.
    Could you give me any good advices to solve this problem?
    Thanks.

    There are a few threads discussing the issue in this forum. See if these provide some guidance:
    "Next Page" wont go beyond page 2 in Html Viewer (Crystal.NET for VS 2008)
    Re: Crystal Reports .NET Visual Studio 2005
    Problem in CrystalReportViewer
    Ludek

  • Regarding Next button error

    i am using discoverer version 9.0.2.53.0
    while using parameter option at discoverer plus or viewer,
    and when enduser tries to click NExt button at the (LOV for the field)parameter display page is giving me "page not found error"?
    i think u can understand...
    while user selecting items in parameter display page,we have next button to see the next set of LOV s right?
    when the Next button is clicked to see next few records..its displaying error..
    why ?
    plz do reply
    luxmi

    this is a BUG , Upgrade to 3.08
    and this problem will be solved

  • BUG: NEXT BUTTON IN REPORT (PORTLET)

    If I run a report as a portlet and pass a parameter to the page containing the portlet and press the next-button of the report, the parameter is not passed again to the page... My intention is to write my "own" provider implementation to adjust page_url of the portlet_runtime_record in the show_portlet method. Is there an easier workaround available?

    Select customize and set the number of rows to 9999. I'm guessing that it's currently set to 10.

  • Next button on calendar gives following error..

    Hello,
    I'm getting following error when I press next button on the calendar portlet. The portlet is displayed on the homepage of one of the users.
    Surprising part is - From the Navigator, I can run this successfully from "Run" and "Run As Portlet" options. The previous, Next buttons work fine.
    Any help would be appreciated.
    Viral Desai
    Here are the details.
    The URL in the Address is as follows:
    ===================================== http://inferno/servlet/page?_pageid=69,132,144&_dad=portal30&_schema=PORTAL30&_mode=3
    =====================================
    Error Message:
    =====================================
    Error: The servlet produced the following error stack.
    java.lang.ArrayIndexOutOfBoundsException: 1024
    at javax.servlet.ServletInputStream.readLine(ServletInputStream.java:69)
    at oracle.webdb.page.PageBuilder.getMetaData(PageBuilder.java, Compiled Code)
    at oracle.webdb.page.PageBuilder.process(PageBuilder.java:3053)
    at oracle.webdb.page.ParallelServlet.doGet(ParallelServlet.java:79)
    at oracle.webdb.page.ParallelServlet.doPost(ParallelServlet.java:128)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:521)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java)
    at org.apache.jserv.JServConnection.run(JServConnection.java)
    at java.lang.Thread.run(Thread.java:479)
    =====================================
    The query of the calendar is :
    =====================================
    select
    ev.EVENTDATE the_date,
    Initcap(DECODE(ev.emp_id, NULL, ev.eventname,
    ev.eventname &#0124; &#0124; ' - ' &#0124; &#0124;
    e.fname&#0124; &#0124;' '&#0124; &#0124;e.lname)) the_name,
    null the_name_link,
    null the_date_link,
    null the_target
    from empl.events ev, empl.employee e
    where ev.emp_id = e.emp_id
    union
    select
    ev.EVENTDATE the_date,
    ev.eventname the_name,
    null the_name_link,
    null the_date_link,
    null the_target
    from empl.events ev
    where ev.emp_id is NULL
    order by 1
    =====================================

    ooops...
    found messages regarding this error, pls. ignore this, solution seems to be upgrade to 1.0.2.1
    Viral

  • Report wrapped in Portlet: Crashes on Next Button

    I have a application report based on a query that I published in a portal. When I run this report in the application creation page the report runs fine, even if I run it as a portlet. When I add the portlet to a page and navigate to the page it runs fine however when I press the 'Next' button to display the next set of records I am presented with the following error: java.lang.ArrayIndexOutOfBoundsException: 1024
    at javax.servlet.ServletInputStream.readLine(ServletInputStream.java:69)
    at oracle.webdb.page.PageBuilder.getMetaData(PageBuilder.java, Compiled Code)
    at oracle.webdb.page.PageBuilder.process(PageBuilder.java, Compiled Code)
    at oracle.webdb.page.ParallelServlet.doGet(ParallelServlet.java, Compiled Code)
    at oracle.webdb.page.ParallelServlet.doPost(ParallelServlet.java:128)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
    at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    Does anyone have any ideas why this is happening.
    Thanks,
    Ryan

    Ryan,
    Not sure about the actual reason or remedy for this but I was able to rectify this by running the "owaload.sql". If the "Portal" installation is for the first time in the machine then you need to run this script.
    NOTE: If you run "Owaload.sql" then a lot of objects will become "Invalid" in your schema (e.g. in portal30, portal30_sso).
    You will have to compile them.
    But before trying this pls check the following:
    a) Are there any "Invalid" objects in your installation.
    b) Are you using the correct "Modplsql" and apache versions.
    c) Apploader, Chartservlet & Parallel files are at proper place (apache_home/Jserv/servlets)
    Thanx,
    Chetan.
    null

  • NEXT button on report portlet shows 10 rows-maximum rows per page=9999

    I created a report with the DB Provider portlet. I set the maximum rows per page to 9999 when displayed as a portlet and as a full page. I put the portlet on a page and it only shows 10 rows and then the next button.
    If there are exactly 10 rows I get the next button. If I click it the next page loads with no data. If there are less than 10 rows there is no button.
    If I create a new portlet it does not do this. I'm only having the problem with one portlet now but I've seen it in the past. I usually just build the portlet again but I would like to know how to fix it.
    I can't customize the portlet because of bug #3467032.

    Select customize and set the number of rows to 9999. I'm guessing that it's currently set to 10.

  • Next Button in Report gives error

    We called Report as Application Component
    in the content area. When click the NEXT
    Button to see the next page, It gives the
    Error Like:
    Name "Report_Name" is longer than 30 chars.
    But we have given the Report Name less than
    30 chars.
    Is it bug or anyother way to proceed.
    Thanks,

    Hi,
    With the reports it is not possible. If you want to achieve something like this you should make of dynamic pages to develop the output and the buttons.
    Thanks,
    Sharmila

  • Position of 'Next' button in Report

    Is there a way of adding a 'Next and 'Previous' button in a 'Report from a wizard' to the top of the resulting data records in addition to the ones below?
    Cheers,
    Arnt

    Hi,
    With the reports it is not possible. If you want to achieve something like this you should make of dynamic pages to develop the output and the buttons.
    Thanks,
    Sharmila

  • Call Reports portlet in portal, error

    Hi all,
    I run report portlet. But it have error:
    "SQL-6550: ORA-06550: line 1, column 13:
    PLS-00201: identifier 'RW_SERVER.REMOVE_JOB' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    I don't know why, can you hep me? Thanks a lot!
    Trung

    Running a report that is stored in the database is not supported. You'll need to convert it from database storage to an rdf or rep before you'll be able to execure it.I suspected that.
    But the 5-th parameter must be DB / FILESYSTEM.
    DB is just an Oracle joke?
    GB

  • Problems with report portlet in a page

    I have developed a report i Portal. When i run the report standalone it works fine. But when adding the the report as a portlet to a portal page, the next bottom does not work.
    When I push the next button I get the error
    Error: The servlet produced the following error stack.
    java.lang.ArrayIndexOutOfBoundsException: 1024
    at javax.servlet.ServletInputStream.readLine(ServletInputStream.java:69)
    at oracle.webdb.page.PageBuilder.getMetaData(PageBuilder.java, Compiled Code)
    at oracle.webdb.page.PageBuilder.process(PageBuilder.java, Compiled Code)
    at oracle.webdb.page.ParallelServlet.doGet(ParallelServlet.java, Compiled Code)
    at oracle.webdb.page.ParallelServlet.doPost(ParallelServlet.java:128)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code)
    at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)
    Does anyone know anything about this probelm?
    Regards
    Fredrik

    This is a known bug which has been fixed in the 9iAS 1.0.2.1 (portal 3.0.8) release that went out at the beginning of the month. Upgrades to that release are due to go out within the next week or so.

  • Next Button

    Hi
    I've make a report that show one only row,
    when I run as portlet and I press the Next button it's OK, but when I'm running it in a page if I press Next button to show the next record it gives me the following error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 281
    Could anybody help me?
    Thanks in advance
    Antonio

    I have the buttons on my iTunes 11. Make sure that the song is not the only song in the album if you browsing in Albums view.

  • How to add a copy option or button in apex report

    I aint sure if this is meant to go in this disccussion. If an wrong please let me know the right place it should go. Thanks
    I need soime help implamenting a copy button/option in oracle. I have a interactive report and when you click on the unique id it takes you to the form where you can edit the report. Now I wanted to add an option so when you click on the unqie id(pencil in edit area). It will give you 2 option, one of the option will be to view the report(view) and the other option will be to copy the report. If you click on view, it should take you the form where you can edit the report and when you click on copy, it should copy the report and take you to a blank form.
    Another option is to have a copy button on each report next to the unquie id. In the image belowyou will see the edit pencil and sure everyone know what it is, if you deal with oracle apex.
    Basically, when you click on the pencil you will get those two options above. The alternative way was to just have a copy button next to each of them and you can just click on that to copy.
    The reason why I want to do this is because I was having some issues with colons, commas, etc. Basically I had a copy button in the form and some of the form has colons, etc and because of this the copy button stop the form from render and also shows a 404 error page, which was quiet annoying.
    If anyone have any idea how to do one of the two approaches, please give me a stage by stage PLEASE.
    Thanks you

    dave_414 wrote:
    I aint sure if this is meant to go in this disccussion. If an wrong please let me know the right place it should go. Thanks
    I need soime help implamenting a copy button/option in oracle. I have a interactive report and when you click on the unique id it takes you to the form where you can edit the report. Now I wanted to add an option so when you click on the unqie id(pencil in edit area). It will give you 2 option, one of the option will be to view the report(view) and the other option will be to copy the report. If you click on view, it should take you the form where you can edit the report and when you click on copy, it should copy the report and take you to a blank form.
    Another option is to have a copy button on each report next to the unquie id. In the image belowyou will see the edit pencil and sure everyone know what it is, if you deal with oracle apex.
    Basically, when you click on the pencil you will get those two options above. The alternative way was to just have a copy button next to each of them and you can just click on that to copy.
    The reason why I want to do this is because I was having some issues with colons, commas, etc. Basically I had a copy button in the form and some of the form has colons, etc and because of this the copy button stop the form from render and also shows a 404 error page, which was quiet annoying.
    If anyone have any idea how to do one of the two approaches, please give me a stage by stage PLEASE.
    Thanks you
    Your question has to do with Apex, not the database.  Please see the Apex forum at Oracle Application Express (APEX)

  • Problem with Next button !

    Hi ,
    I have done a Portal upgradation from 3.0.6.6.5 to 3.0.7 .
    After this i am facing problem with reports where the "Next" button does'nt work on a page. It gives the error as below :
    Error: The servlet produced the following error stack.
    java.lang.ArrayIndexOutOfBoundsException: 1024
    at javax.servlet.ServletInputStream.readLine(Compiled Code)
    at oracle.webdb.page.PageBuilder.getMetaData(Compiled Code)
    at oracle.webdb.page.PageBuilder.process(Compiled Code)
    at oracle.webdb.page.ParallelServlet.doGet(Compiled Code)
    at oracle.webdb.page.ParallelServlet.doPost(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at org.apache.jserv.JServConnection.processRequest(Compiled Code)
    at org.apache.jserv.JServConnection.run(Compiled Code)
    at java.lang.Thread.run(Compiled Code)
    This problem was not there in ver.3.0.6 .
    Thanks in advance .
    Regards,
    Vijaya
    null

    Vijayalaxmi,
    I had this problem, it's a bug with 3.0.7.
    This is my reply from Metalink..
    07-FEB-01 10:19:02
    <<< iTAR OUT >>> TAR Updated By Analyst!
    It seems that you are running into bug 1548075 which produces the same error stack when using Next. This bug has been fixed in Portal version 3.0.8.8.4 and hence you would have to upgrade the portal version.
    ** Please use Metalink to further update this tar **
    ** For new issues please raise a new TAR via Metalink **
    ** Log onto Metalink at http://metalink.oracle.com **
    Regards, Matt.
    null

  • Report portlets displays 10 rows whatever max row setting is applied

    I have several reports in my 9.0.2.6 portal where the portlet settings are set to show max 20 rows pr page. When placed on a page these default to showing only 10 rows and then displays the 'next' button. Is there som bug or setting that I should know about?

    This happens only when a page parameter is applied to the portlet.

Maybe you are looking for

  • SSRS Reports Configuration Error

     Hi..  we installed SharePoint Server 2010 and SQL Server 2008 R2 in 2 different servers . While installing SQL Server 2008 R2, selected Integrated Mode. But accessing from SharePoint, we are getting the below mentioned error. Ravindranath

  • 5530 xpressmusic - unlocking the screen using a sw...

    Hi, this is my first post. I have a 5530 xpressmusic. According to the manual,when the keyguard has been applied it can be unlocked either by sliding the keyguard lock switch on the right hand side of the phone, or by briefly pressing the on/off swit

  • Export table rows to Excel and save to BLOB field

    Hi all, I try to find out how export data from table to Excel file format and save the result to BLOB field in some other table. I know how to download report from Page by submit, but I need to process data and instead of returning result to user as

  • How to replace a word or line in a word document in CVI

    I am trying to edit a word document using activeX in CVI. I want to search for a word and replace it with another. I couldn't find any functions which does the replace in wordreport.c. Could you please help me out?

  • Dual 2.5 G5 won't auto sleep

    Ever since I updated to 10.4.7, my dual G5 won't automatically sleep after any amount of time I set it to. The computer will sleep if I force it to either using the keyboard shortcut or through the Apple menu. The computer will also auto sleep in the