誠心請教在JbuilderX中使用CrystalReportViewer出現Error finding JNDI name的問題
我用Crystal Reports9 做了一個名為DeviceReport_1.rpt的報表,然後用JBuilderX做了一個JSP頁面,在JSP頁面中用JBuilderX自帶的CrystalReportViewer對報表進行瀏覽列印重新整理等操作。我做報表時用了Oracle資料庫作為資料來源,服務名為:SEC_192.128.1.9 使用者為:system 密碼為:manager 。
我的JSP原始碼為:
<--!
<%@ page contentType="text/html; charset=GBK" %>
<%@ page errorPage="ReportView_error.jsp" %>
<%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %>
<html>
<head>
<title>
ReportView
</title>
</head>
<jsp:useBean id="reportViewBeanId" scope="session" class="report2.ReportViewBean" />
<jsp:setProperty name="reportViewBeanId" property="*" />
<body bgcolor="ffffff">
<crviewer:viewer viewerName="1" reportSourceVar="_1" reportSourceType="reportingComponent" top="100" isOwnPage="true" displayToolbarExportButton="true" displayToolbarPrintButton="true" displayToolbarRefreshButton="true" displayToolbarFindButton="true" displayToolbarCrystalLogo="false" >
<crviewer:report reportName="crystalreportviewers10/Report/DeviceReport_1.rpt" />
</crviewer:viewer>
</body>
</html>
!-->
編譯能透過,但是在IE中點選CrystalReportViewer的ToolBar上的refresh按鈕時IE中卻出現了下列提示:
com.crystaldecisions.report.web.viewer.CrystalReportViewer
Error finding JNDI name (SEC_192.128.1.9)
而且將其報表匯出為pdf檔案時,開啟pdf檔案時會有“正自動更新”的提示出現,然後pdf檔案的內容消失掉。
我對JNDI瞭解不多,我的想法是不是要用JNDI的函式將服務名加進去,但具體如何做也不太清楚,請大家幫幫忙,多謝了!
我的JSP原始碼為:
<--!
<%@ page contentType="text/html; charset=GBK" %>
<%@ page errorPage="ReportView_error.jsp" %>
<%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %>
<html>
<head>
<title>
ReportView
</title>
</head>
<jsp:useBean id="reportViewBeanId" scope="session" class="report2.ReportViewBean" />
<jsp:setProperty name="reportViewBeanId" property="*" />
<body bgcolor="ffffff">
<crviewer:viewer viewerName="1" reportSourceVar="_1" reportSourceType="reportingComponent" top="100" isOwnPage="true" displayToolbarExportButton="true" displayToolbarPrintButton="true" displayToolbarRefreshButton="true" displayToolbarFindButton="true" displayToolbarCrystalLogo="false" >
<crviewer:report reportName="crystalreportviewers10/Report/DeviceReport_1.rpt" />
</crviewer:viewer>
</body>
</html>
!-->
編譯能透過,但是在IE中點選CrystalReportViewer的ToolBar上的refresh按鈕時IE中卻出現了下列提示:
com.crystaldecisions.report.web.viewer.CrystalReportViewer
Error finding JNDI name (SEC_192.128.1.9)
而且將其報表匯出為pdf檔案時,開啟pdf檔案時會有“正自動更新”的提示出現,然後pdf檔案的內容消失掉。
我對JNDI瞭解不多,我的想法是不是要用JNDI的函式將服務名加進去,但具體如何做也不太清楚,請大家幫幫忙,多謝了!
相關文章
- 誠心請教一個關於hibernate程式碼設計的問題
- 誠心請教開源專案的學習
- 請教:除錯時出現的問題除錯
- jbuilderx的問題!!!UI
- 請教ejb釋出問題
- 請教高手們,急救!!!怎麼樣在jbuilderx建立ejb元件,UI元件
- 請教IoC模式中的問題模式
- 請教一個在Session Bean中使用JDBC的問題SessionBeanJDBC
- 請教:OpenSessionInViewFilter配置使用問題SessionViewFilter
- 請問一個jndi連線的小問題
- 請教Jive程式碼中的問題
- 請教使用jsp:include的問題JS
- 請教一個在Tiles中引數傳遞的問題
- 請教在java application中檔案上傳的問題JavaAPP
- 請教hibernate 中session問題Session
- jbuilderx+jboss3 釋出war時的問題UIS3
- jbuilder7使用問題請教UI
- 請教 NIO 中物件流通訊的問題物件
- 請教phpword問題PHP
- 請教SAXParseException問題Exception
- 請教:NullPointerException 問題NullException
- 請教jboss 多應用釋出問題
- 請教一個timeout的實現問題
- 請教在eclispe中如何配置使用jiveLisp
- 新手請教一下mysql資料連線出現的問題MySql
- 請教structs中頁面跳轉的問題Struct
- 請教!!iplanet的問題
- 一個JNDI context lookup的問題,望高手不吝賜教!!!Context
- 請教web工程的的問題?Web
- 請教在Oracle中生成XML中文字元出現亂碼的問題,先謝謝了!OracleXML字元
- 關於在專案中Weblogic與Tuxedo整合的方案問題請教WebUX
- 在JdonFramework中使用JNDI連線Mysql資料庫問題?FrameworkMySql資料庫
- 請教Beego Router 問題Go
- javah命令問題請教Java
- 請教關於Jive中過濾器的問題過濾器
- 請教一個jbuilder7中的中文問題UI
- java使用axis 呼叫WCF webservice問題請教JavaWeb
- 請教:在J2ME裡state模式的問題模式