Run Web layout hangs

Hi all,
I'm having problems running a simple test report on Reports Builder 9.0.2.
I've created a report based on an Html file saved from Excel, as in the "Output to Excel with Oracle9i Report" from the "Getting Started with Oracle9i Reports" demonstrations.
When I click on "Run Web Layout" Reports Builder hangs and never unlocks any more.
The trace log just states the following:
LOG :
Rapporto: test6
Collegato al server: ITTOF066.TORINO.IT.INT.ATOSORIGIN.COM
Nome utente: joelusr
Here's the jsp code:
<%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>
<%@ page language="java" import="java.io.*" errorPage="/rwerror.jsp" session="false" %>
<%@ page contentType="text/html;charset=ISO-8859-1" %>
<rw:report id="report">
<rw:objects id="objects">
<?xml version="1.0" encoding="WINDOWS-1252" ?>
<report name="test6" DTDVersion="9.0.2.0.0">
<xmlSettings xmlTag="TEST6" xmlPrologType="text">
<![CDATA[<?xml version="1.0" encoding="&Encoding"?>]]>
</xmlSettings>
<data>
<dataSource name="Q_STUDY">
<select>
<![CDATA[select study_code "f_study_code", title "f_title"
from Joel_study]]>
</select>
<displayInfo x="0.88538" y="0.93750" width="0.69995" height="0.19995"/>
<group name="G_study">
<displayInfo x="0.56116" y="1.63745" width="1.34839" height="0.60156"
/>
<dataItem name="f_study_code" datatype="vchar2" columnOrder="11"
width="16" defaultWidth="100000" defaultHeight="10000">
<dataDescriptor expression="study_code"
descriptiveExpression="f_study_code" order="1" width="16"/>
</dataItem>
<dataItem name="f_title" datatype="vchar2" columnOrder="12"
width="512" defaultWidth="100000" defaultHeight="10000">
<dataDescriptor expression="title" descriptiveExpression="f_title"
order="2" width="512"/>
</dataItem>
</group>
</dataSource>
</data>
<reportPrivate templateName="rwbeige"/>
</report>
</rw:objects>
<html>
<head>
</head>
<body>
<h1>TEST6</h1>
<table>
<tr>
<td>Study_code</td>
<td>Title</td>
</tr>
<rw:foreach id="gStudyId" src="G_STUDY">
<tr>
<td><rw:field id="fStudyCodeId" src="f_study_code" /></td>
<td><rw:field id="fTitleId" src="f_title" /></td>
</tr>
</rw:foreach>
</table>
</body>
</html>
</rw:report>
And here's the query Sql:
select study_code "f_study_code", title "f_title"
from Joel_study
Any hints? I've followed the demo step-by-step so I just don't have any idea about what could be wrong.
TIA
Andrea

Hi,
it was not a hardware problem. I resolved it by installing 9iDS in English only, excluding all other languages.
Andre

Similar Messages

  • Run Web Layout in Reports Developer not working properly

    I created a simple tabular report on hr.employees. It runs fine for the "Run Paper Layout" button. When I click "Run Web Layout" I get an IE browser window with the following:
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the init-param debug_mode to "true" to see the complete exception message.
    I do not know where to 'Set the init-param debug_mode to "true"'
    I'm using windows XP
    My "home" for the 10g Developer Suite is I:\DevSuite10g
    My "home" for the 10g Rel2 database is I:\oracle\product\10.2.0\
    I can navigate to http://mycomputer:8890/reports/rwservlet and see the
    "OracleAS Reports Services - Servlet Command Help" webpage
    I'm not using Oracle Application Server software.
    Please Advise........Mark

    Sure, here is the note.
    Subject:  Running JSP Report in Builder returns: Error: 404 Not Found Oraclejsp: Java.Io.Filenotfoundexception
      Doc ID:  372624.1 Type:  PROBLEM
      Modified Date :  07-JUN-2006 Status:  MODERATED
    In this Document
      Symptoms
      Cause
      Solution
    This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process, and therefore has not been subject to an independent technical review.
    Applies to: Oracle Reports Developer - Version: 10.1.2.0.2
    This problem can occur on any platform.
    Symptomso The loss of functionality
    Cannot test jsp using Run to Web Layout button.
    o The sequence of events
    Open a report in builder.
    Click on Run to Web Layout.
    Browser shows 404 error.
    o The significance of loss
    Cannot test reports in builder.
    o Include specific error messages (error number with syntax)
    404 Not Found
    OracleJSP: java.io.FileNotFoundException:
    Set the initialization parameter in debug_mode to "true" to query the complete exception message.</HT
    o What IS working
    Paper layout reports work.
    CauseA space in the name caused the URL call for the jsp not to be valid.
    When the URL is generated, the space is treated as the need for a new parameter.
    EXAMPLE
    JSP name: 'my test.jsp'
    Builds the following URL:
    http://server:3000%2Fmy+test000203332.jsp?frombuilder=yes&validatetag=yes&JSPRUN=Yes
    While the following name without a space produces a good URL
    JSP name: 'myname.jsp'
    http://server:3000%2Fmyname000203332.jsp?frombuilder=yes&validatetag=yes&JSPRUN=Yes
    Note that the '+' is not in the good URL.
    SolutionTo implement the solution, please execute the following steps:
    1. Rename you report from my test.jsp' (with space) to 'mytest.jsp' (no space)

  • Run Web Layout Error 11g R2 Report

    Report Builder 11.1.2.0.0
    When button pressed on Run Web Layout in Oracle Report Builder then
    It's show Error:-
    java.lang.NoClassDefFoundError:
    javax/servlet/tagext/tagLibraryInfo
    Installed proucts are:-
    Weblogic Server 10.3.6
    SE JDK 6U35 64bit
    Oracle 11g R2 (Forms & Reports )
    Please give advice

    Have you checked out {thread:id=2418100} ?
    Cheers,

  • Problem with "Run Web Layout" using own template

    When I run a report (using Run Web Layout) which uses my own template (a modified version of rwblue.tdf), it outputs a plain page on the browser (as though it has no template).
    When running the same report (using Run Paper Layout), the output is as it should be.
    Can anyone help? Thank you in anticipation.

    Hi John
    Take a look at Reports product site on otn site. It has an example on how to create a web template for Reports Web View. In addtion to tdf file, for web layout, you need to have a .css file as well as a html code template.
    Hope this will help.
    Thanks
    Rohit

  • Reports Builder 9i when you click Run web Layout error

    Hi,
    After creation of a new report within the reports builder 9i and then click Run web layout I got the following error: Failed to locate the browser.
    Please help,
    Dutch

    the browsers are not properly set to your report builder
    check these registry settings
    HKEY_USERS\S-1-...\Software\ORACLE\Toolkit\TKBrowser\BrowserName and
    HKEY_USERS\S-1-...\Software\ORACLE\Toolkit\TKBrowser\Browserpath

  • 11g Reports Development Environment, Run Web Layout Error

    Hi,
    I'm using
    Operation System: Windows 7 32 bit
    Jdk: jdk1.7.0_07
    Weblogic Server: 10.3.6
    Forms and Reports: 11.1.2 Development Environment.
    When I'm trying to run report in web layout, it gives error
    java.lang.NoClassDefFoundError:
    Javax/servlet/jsp/tagext/TagLibraryInfo
    Kindly help me to resolve this error
    Thanks
    Edited by: Sadiq Ali on Oct 3, 2012 11:08 PM

    Hello,
    First, JDK 1.7 is not certified with Forms 11gR2. Only JDK 1.6 familly is certified and supported.
    It seems to be an environment/installation issue as this installation works fine.
    - Are you installing as Admin user and running Builder as the with the same OS user?
    - Let me know the WLS 10.3.6 complete zip file name you installed and the command you used to install it. Also the 11.1.2 file names for review
    As a workaround:
    You can open rwrun.jar in Jdeveloper and check the classpath in the manifest.
    I remembered i had an issue on this(11.1.1.3 version) when rwrun.jar called a jar file javax.jsp_1.1.0.0_2-1.jar that did not exist in the installaton(There was a newer version like javax.jsp_1.2.0.0_2-1.jar in the installation).
    Normally should not be happening in 11gR2, but give it a try.
    Regards,
    Alex
    If someone's answer is helpful or correct please mark it accordingly.

  • Running Web Layout Of JDBC Query in Oracle Report Builder 11g.

    javax.servlet.jsp.JspException: REP-4100: An attempt to execute data source failed. JDBCPDS-62008:A SQL error occurred: {0}. S1000 [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt
    javax.servlet.jsp.JspException: REP-4100: An attempt to execute data source failed.
    JDBCPDS-62008:A SQL error occurred: {0}.
    S1000 [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt
         at oracle.reports.jsp.ForEachTag.doStartTag(ForEachTag.java:407)
         at jsp_servlet.__module1000802592._jspService(__module1000802592.java:191)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:417)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    For the more clarification, I have used JDBC Query as Data source type and Database connected via ODBC Driver in System DSN. The Driver selected from the drop-downs are jdbc-odbc.
    Kindly explain the mistake I m doing.

  • Web Layout different in Reports Builder to running in URL

    When I go to Run Web Layout for a report in the Oracle Reports Builder, the columns are formatted differently to when I run the report from a browser (ie. font is smaller and the columns seem to wrap when they seem to fit nicely when running Web Layout in the Reports Builder). In fact, it looks identical to what is shown in the 'paper layout' in the report editor.
    I have used 'desformat=htmlcss', so why does it look different? Can I make the browser version look like what is shown when running Web Layout in the Reports Builder? If so, how?
    Thanks
    Alison

    I am too facing the same problem for quite a long time and left it unresolved. So what i am doing for now is changing the font size and adjusting the paper layout manually.

  • REP-56092 WHEN RUN REPORT IN WEB LAYOUT

    I have installed report 9iDS and can run report in paper layout without any problem.
    However , when I press "Run Web Layout" button , I get message
    rep-56092 NO CLASS DEFINED FOR DESTINATION TYPE SCREEN WHEN RUN WEBLAYOUT.
    Do anybody has idea why this is happening??

    Hi
    If the ENVIRONMENT is Sun SPARC and
    NLS_LANG: Traditional Chinese_Taiwan.ZHT16MSWIN950 , then it is a known problem. There is a bug 2332838 filed for this issue.
    regards
    ~sudha

  • Web layout of jsp report

    Hi All:
    Please let me know how can i run web layout of jsp report and publish it as portlet?
    I have successfully deployed my jsp report(web layout),namely my_rpt.jsp, as a J2EE application and when i write URL direlctly in address bar of browser it runs successfully.
    I have also published (as portlet) successfully my_rpt.jsp, with "execute" type "servlet", and it runs paper layout of report.
    But i m unable to run the web layout of this report,with "execute" type "JSP"
    i have provided "Oracle Reports Web Gateway URL for JSP reports " = http://webserver.domain_name:port/
    Please help me out whats the problem and how can i run my jsp report with web layout?.One thing more its not the problem with only my_rpt.jsp
    but other reports also shows the same behaviour.
    Any suggestion/solution would be highly appreciated.
    Regards
    Sam

    Hi Sam,
    When you register a report with Portal, you can either register it to be run via servlet or as JSP. If you would like to run the same report via servlet as well as a JSP, you will have to register it twice with Portal.
    If you want to run the report as JSP, keep these steps in mind:
    1. While registering the report, select "Execute as JSP" in step 2 of the registration process.
    2. When you write the "Oracle Reports File Name", provide the virtual path to the JSP. As an example, suppose you have written the following as "Oracle Reports Web Gateway URL for JSP reports "
    http://webserver.domain_name:port/
    And suppose when you run the JSP report successfully outside of Portal, you use the following URL:
    http://webserver.domain_name:port/mycontext_root/my_rpt.jsp
    In this case, you will have to provide the following as the value for "Oracle Reports File Name"
    mycontext_root/my_rpt.jsp
    Notice that the file name is actually not just the file name, but it is qualified by the virtual path to the JSP report (where you have deployed the report).
    If you keep the above 2 steps in mind, you should be able to run the report as JSP from Portal.
    Navneet.

  • How to change width columns in web layout?

    hello,
    I have problem with change width columns in web. I can change width column in paper layout and is ok but If I run web layout I get one column very wide and second thin. I cant find where I may this change
    I find that is no easy. If you want change property in web layout you must edit JSP file, and you must know Java/JSP/HTML, and library reposrts JSP custom tag and reports xhtml tags.
    regards
    Edited by: user515960 on 2010-07-11 04:23

    Hi,
     Please refer the below reference which may guide to configure the properties in search result webpart.
    http://technet.microsoft.com/en-us/library/gg549987(v=office.15).aspx
    If its not helping you please let us know.
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • How to display clob/blob in the web layout using Reports9i

    Hi,
    I've created a report that selects both a clob and blob datatype in the query. However, when I run the report using the 'Run Web Layout' tool no data is displayed for these columns. Does the <rw:field> tag support such datatypes ?.
    Regards,
    Chris

    Hi Chris,
    Reports9i supports both BLOB and CLOB in both paper as well as web layout. Pl make sure that in the column properties that you want to display, you have selected the "File Format" correctly (to do this, go to data model > column > property inspector > file format). Eg, you can select "text", "image" etc depending on what you have stored in the column. Also, when you want to display an image in the web layout, you will have to write containsHtml="yes" inside your <re:field> tag.
    Navneet.

  • Publish web layout of jsp report as portlet

    Hi All:
    Please let me know how can i run web layout of jsp report and publish it as portlet?
    I have successfully deployed my jsp report(web layout),namely my_rpt.jsp, as a J2EE application and when i write URL direlctly in address bar of browser it runs successfully.
    I have also published (as portlet) successfully my_rpt.jsp, with "execute" type "servlet", and it runs paper layout of report.
    But i m unable to run the web layout of this report,with "execute" type "JSP"
    i have provided "Oracle Reports Web Gateway URL for JSP reports " = http://webserver.domain_name:port/
    Please help me out whats the problem and how can i run my jsp report with web layout?.One thing more its not the problem with only my_rpt.jsp
    but other reports also shows the same behaviour.
    Any suggestion/solution would be highly appreciated.
    Regards
    Sam

    Hi sam ,
    Can you please tell me full process of to publish the report made in report builder in a portal (portlets). i am new to portal .
    can u please provide me guidance
    thanx
    anand

  • Problem running report in web layout

    Hi
    I have a problem of running my report in web layout.
    If i run the report in web layout it does not show the changes that i made to it , the colors and text sizes and styles, if I used no templates and changed the report manually it will just show the report as before it was modified.
    But when I run it in paper layout every works fine.
    Any ideas about what I'm doing wrong?
    Thanks

    Also I tested with the sample Report Test.rdf (Comes along with installation).
    Even that runs well in Paper Layout and report hangs when run in Web Lay out.
    Please help me with your valuable inputs on this regard.
    Thanks and Regards,

  • Report developed in 6i and open and run in 10g, Web Layout is not working

    Hi,
    Initially reports were developed in Reports 6i now we need to convert into 10g. I just opened the .rdf in Reports10g. Report is successfully running in paper layout and showing the data. But when i try to run the report in Web Layout im getting a BLANK INTERNET EXPLORER SCREEN. Why is it so? What should i do to run my report successfully in Web Layout? When i see Web Source, i am seeing the below code,
    <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>
    <%@ page language="java" import="java.io.*" errorPage="/rwerror.jsp" session="false" %>
    <%@ page contentType="text/html;charset=ISO-8859-1" %>
    <!--
    <rw:report id="report">
    <rw:objects id="objects">
    </rw:objects>
    -->
    <html>
    <head>
    <meta name="GENERATOR" content="Oracle 9i Reports Developer"/>
    <title> Your Title </title>
    <rw:style id="yourStyle">
    <!-- Report Wizard inserts style link clause here -->
    </rw:style>
    </head>
    <body>
    <rw:dataArea id="yourDataArea">
    <!-- Report Wizard inserts the default jsp here -->
    </rw:dataArea>
    </body>
    </html>
    <!--
    </rw:report>
    -->
    Please, guide to achive the Web Layout Report.
    Thanks & Rgds,
    M Thiyagarajan

    Hello,
    The answer is in the Migration FAQ :
    When I open an Oracle6i Reports Developer report in the Oracle Reports Builder 10g and run my Web layout, I get an empty Web page in my browser.
    http://www.oracle.com/technology/products/reports/htdocs/faq/faq_migration.htm#368
    Regards

Maybe you are looking for