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.

Similar Messages

  • 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,

  • 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

  • Setting Up 11g Reports Development Environment

    Here's the goal:
    To be able to upgrade existing reports written in Oracle Reports 10g to Oracle Reports 11g R2 in addition to create new reports (in 11g) on a development machine connecting to a remote database.
    My question revolves around the WebLogic server and what exactly I need to install?
    I'm using WinXP (32-bit) SP3 with 2gb of memory, so I do not want (nor do I think I need) to install the full blown WLS.
    What I'm hoping to do is the same thing we were doing in 10g. That is, we do not run the OC4J. When we develop the reports on our development machines, we can test them using the "run paper" layout. We then deploy the .REP to a development app server where we can then confirm everything is working in that environment.
    From my reading, it seems you can do that (install WLS but not have it run). Would that be correct?
    Further, which version of WLS would I need that would take the least amount of space along with the least memory?
    I see there are three different versions of WLS including one that indicates it is for WLS development only. I thought that maybe that one would work (assuming 12.1.1 is certified with Forms and Reports 11g R2), but then I saw a comment that indicated it might not.
    Whatever happened to the day where you downloaded one file, installed it and went about your way? :)
    Thanks for the help!

    Hi,
    the best approach you can use is 11gR2 and install in Development mode. This means that Reports and Form will be deployed under AdminServer meaning that this will be the smaller blue print you can get.
    Reference     
    Oracle Forms and Reports 11g Release 2 (11.1.2) Development Installation FAQ (Doc ID 1373210.1)
    If you do not want to test reports on the web, maybe that is ok for you, then you do not even need anything running but just testing using rwrun command.
    Hope this helps, Roberto

  • 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 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

  • 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

  • Oracle Reports Not working in Web Layout

    Hi,
    I am facing problem to run oracle reports in web layout working fine in paper layout. Please tell me the steps how to fix this problem?
    Regards,
    Waqar Shafique

    Hello,
    The easiest way to develop is to use the Report Builder Wizzard.Other example can be found in this note:
    How to Generate Excel output in browser using Reports9i JSP (Doc ID 240819.1)
    You can also search on google.
    For deployment check:
    How To Deploy And Run Oracle Reports JSP In 10G R2 AS? (Doc ID 334447.1)
    and if on 11g:
    Deployment of Web Layout Reports (JSP) in Reports 11g (Doc ID 1297790.1)
    Regards,
    Alex
    If someone answer helped please mark it accordingly.

  • Report on different margins of layout(error)

    Respected all,
    i made matrix report manually. following message is appearing "rep-1253 report on different margins of layout".
    please help me. my whole work is stopped due to this error.
    best regards

    Just to add - Oracle does support hetrogeneous Primary and Standby systems. Details on metalink note 413484.1
    Thanks

  • 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.

  • Multi block report in clustered report server environment on web

    Hi, I have a complex report that runs on web through web_show_document. There are two report servers configured as primary and slave. The report has two query blocks. When executed on this environment, the first query block is executed on the primary and the 2nd on the slave.Thus generating two different reports. While when there is only one report server(slave stopped) the report runs fine.
    My reqirement is to execute this report on one server. Can anybody guide in resolving this..
    Thanks in advance.
    Jawaid.

    Hi, I have a complex report that runs on web through web_show_document. There are two report servers configured as primary and slave. The report has two query blocks. When executed on this environment, the first query block is executed on the primary and the 2nd on the slave.Thus generating two different reports. While when there is only one report server(slave stopped) the report runs fine.
    My reqirement is to execute this report on one server. Can anybody guide in resolving this..
    Thanks in advance.
    Jawaid.

  • 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.

  • 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 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.

  • 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.

Maybe you are looking for

  • How to figure out if someone has your stolen iPhone?

    My iPhone was stolen and I think I may have located the person who has it (via the Internet).  If I ask them for the serial# or ISBN is there any way for me to locate that information in iTunes or iCloud without having my phone anymore?

  • Can I use the Registry to change the Login Name used in Note Tool?

    If adding notes in browser-based review, you cannot edit the Author name used in the note tool. Its uses the fixed Windows login name shown in Edit > Preferences > Identity. If you turn off the "Always use Log-in name for Author name" setting, the Au

  • How do I output the program monitor from Premiere Elements 13 to an external TV monitor?

    I can find information about dual monitor set ups, but is it possible to output the program monitor only to an external monitor? If so, what is needed? I'm using PE`3 on a PC with Windows 7  64 bit  with an NVIDIA Quadro NVS 290. Thanks

  • Store Images Wont Showup in Firefox

    hey everyone... this may be a firefox bug im not sure but i'm having trouble with some webstores in firefox... in some stores (apple store online, american eagle's site/store) the images of products will not show up. they show up fine in safari but n

  • Hyperlinks greyed out

    Hi there, I am trying to create hyperlinks in an Indesign TOC. However the Hyperlink option is greyed out in the options menu. I looked at other discussions and the advice when this happened was always to trash or change the preferences. I looked at