Problem when rendering a report in BI Publisher deployed on Apache Tomcat

Hello for all.
First, I am going to tell you technical specifications about the software where I have deployed BI Publisher:
1. OS: Windows XP SP3
2. JDK and JRE: 1.6.0_24
3. Apache Tomcat: 5.5.33 (Set JVM Max Memory in 768MB)
4. BI Publisher EE: 10.1.3.4.1
I have deployed BI Publisher on Apache Tomcat without any problem, I uploaded Report files (both XDO and RTF), and I can see the reports in XML output format, but when I try to see the reports rendered by using the rtf file I have configured, BI Publisher shows me an Error; I checked the Apache Tomcat log and the following error is reported:
[042511_033325984][oracle.apps.xdo.common.xml.XSLTWrapper][ERROR] XSL error:
<Line 3, Column 123>: XML-22002: (Fatal Error) Error while processing include XSL file (rtf2xsl://http_//localhost:8080/xmlpserver/SubTemplates/sub-template-parameters.rtf?sid=1&eaf=3).
<Line 296, Column 18>: XML-22000: (Error) Error while parsing XSL file (null).
[042511_033325984][oracle.apps.xdo.template.FOProcessor][ERROR] End Memory: max=247MB, total=44MB, free=15MB
[042511_033325984][][EXCEPTION] java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(Unknown Source)
     at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
     at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
     at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
     at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
     at oracle.apps.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.java:91)
     at oracle.apps.xdo.servlet.CoreProcessor.process(CoreProcessor.java:276)
     at oracle.apps.xdo.servlet.CoreProcessor.generateDocument(CoreProcessor.java:82)
     at oracle.apps.xdo.servlet.ReportImpl.renderBodyHTTP(ReportImpl.java:552)
     at oracle.apps.xdo.servlet.ReportImpl.renderReportBodyHTTP(ReportImpl.java:255)
     at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:270)
     at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:250)
     at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:178)
     at oracle.apps.xdo.servlet.XDOServlet.doPost(XDOServlet.java:201)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
     at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:94)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
     at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
     at java.lang.Thread.run(Unknown Source)
Caused by: java.util.EmptyStackException
     at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
     at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
     ... 39 more
[042511_033325984][][EXCEPTION] java.lang.reflect.InvocationTargetException
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(Unknown Source)
     at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
     at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
     at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
     at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
     at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
     at oracle.apps.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.java:91)
     at oracle.apps.xdo.servlet.CoreProcessor.process(CoreProcessor.java:276)
     at oracle.apps.xdo.servlet.CoreProcessor.generateDocument(CoreProcessor.java:82)
     at oracle.apps.xdo.servlet.ReportImpl.renderBodyHTTP(ReportImpl.java:552)
     at oracle.apps.xdo.servlet.ReportImpl.renderReportBodyHTTP(ReportImpl.java:255)
     at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:270)
     at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:250)
     at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:178)
     at oracle.apps.xdo.servlet.XDOServlet.doPost(XDOServlet.java:201)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:647)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
     at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:94)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
     at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
     at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
     at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
     at java.lang.Thread.run(Unknown Source)
Caused by: java.util.EmptyStackException
     at oracle.xdo.parser.v2.XSLProcessor.reportException(XSLProcessor.java:806)
     at oracle.xdo.parser.v2.XSLProcessor.newXSLStylesheet(XSLProcessor.java:571)
     ... 39 more
I checked that the url http://localhost:8080/xmlpserver/SubTemplates/sub-template-parameters.rtf would be accesible via Internet Explorer, and It is accesible.
I am glad if you can tell me what could be the cause of the error.
Thanks.

Finally, I stop working in the implementation of BIP over Apache Tomcat; I installed OC4J 10.1.3.5.0 (standalone installation) and I deployed BIP on it.
It seems the error I wrote in last post has been fixed, but actually I am obtaining the following error with the deployment on OC4J:
[042711_055706687][][ERROR] Namespace 'http://www.oracle.com/XSL/Transform/java/
oracle.com.xmlpublisher.reports.BIPExtension' failed Secure Java Extensions chec
k.
[042711_055706687][oracle.apps.xdo.template.FOProcessor][ERROR] End Memory: max=
494MB, total=46MB, free=21MB
[042711_055706687][][EXCEPTION] oracle.apps.xdo.XDOException: XSLT10gR1: Failed
Secure Java Extensions check.
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
at oracle.apps.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.j
ava:91)
at oracle.apps.xdo.servlet.CoreProcessor.process(CoreProcessor.java:276)
at oracle.apps.xdo.servlet.CoreProcessor.generateDocument(CoreProcessor.
java:82)
at oracle.apps.xdo.servlet.ReportImpl.renderBodyHTTP(ReportImpl.java:552
at oracle.apps.xdo.servlet.ReportImpl.renderReportBodyHTTP(ReportImpl.ja
va:255)
at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:270)
at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:250)
at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:178)
at oracle.apps.xdo.servlet.XDOServlet.doPost(XDOServlet.java:201)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterC
hain.java:64)
at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilt
er.java:94)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:644)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:391)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequ
estHandler.java:908)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:458)
at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpReque
stHandler.java:226)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:127)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:116)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSo
cketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
sableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:662)
[042711_055706687][][EXCEPTION] oracle.apps.xdo.XDOException: XSLT10gR1: Failed
Secure Java Extensions check.
at oracle.apps.xdo.common.xml.XSLT10gR1.transform(Unknown Source)
at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
at oracle.apps.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.j
ava:91)
at oracle.apps.xdo.servlet.CoreProcessor.process(CoreProcessor.java:276)
at oracle.apps.xdo.servlet.CoreProcessor.generateDocument(CoreProcessor.
java:82)
at oracle.apps.xdo.servlet.ReportImpl.renderBodyHTTP(ReportImpl.java:552
at oracle.apps.xdo.servlet.ReportImpl.renderReportBodyHTTP(ReportImpl.ja
va:255)
at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:270)
at oracle.apps.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:250)
at oracle.apps.xdo.servlet.XDOServlet.doGet(XDOServlet.java:178)
at oracle.apps.xdo.servlet.XDOServlet.doPost(XDOServlet.java:201)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterC
hain.java:64)
at oracle.apps.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilt
er.java:94)
at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletReque
stDispatcher.java:644)
at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(Ser
vletRequestDispatcher.java:391)
at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequ
estHandler.java:908)
at com.evermind.server.http.HttpRequestHandler.processRequest(HttpReques
tHandler.java:458)
at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpReque
stHandler.java:226)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:127)
at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.ja
va:116)
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSo
cketReadHandler.java:260)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(Relea
sableResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:662)
May you know the cause of the error above?
Thanks,

Similar Messages

  • AV sync problems when rendering Quicktime in PE 8

    I have a simple problem when rendering to Quicktime format fromPremere Elements 8: The AV sync goes out of whack.
    I have tried rendering:
    (a). To MPEG - output is fine.
    (b). To WMV - output is fine.
    (c). MOV - av sync errors
    I am assembling about five clips. The first clip plays fine. The AV sync problems starts at the second clip - the audio is a good 3 seconds or so ahead of the video.
    Everything is fine in the editing window.
    I am running in Windows 7.  To make sure it is not the player, I have played the quicktime output in Windows Media and itunes and the same problem is in both.
    Has anyone seen this issue?
    Thanks.

    Hi Steve,
    Sorry for the confusion. It a sensible suggestion to identify the input formats and output formats and I would most appreciate your inputs to this issue because I admit that I am really struggling here to get a workflow going.
    Input  formats:
    1. MJPEG 1280x720P at 24 frames per second (from a Panasonic Lumix Camera)
    2. WMV 1280x720P at 24 frames per second from output of other programs (which only support wmv output at High def output)
    3. MPEG2 1280x720P at 24 frames per second (and sometimes 25 frames per second) from other sources
    Target output formats are:
    1. Blu-Ray
    2. MP4 container format @ 1280x720P for playing on my Apple TV
    3. DVD  (ordinary plain PAL DVD at 720x576P at 25 frames per second)
    My goal is have Pre Elements 8 Project settings in High Def and then to simply target all three outputs from one project so that I do not have to redo all of the projects with different project settings.
    Workflow is in two stages:
    Step 1 is to create one project for each Chapter and save to disk:  The inputs are from all three input formats that I identified above (High Def - MJPEG, WMV, and MPEG2). I would like to edit, mix the audio, and then save each chapter to disk. The format in which I save this is preferably some kind of high def format that can be edited easily at a later time.
    Step 2 is to create the Project that is used to assemble each chapter for final output: This is the project where I put in Chapter marks, create menus, etc.  The target outputs from this chapter are  Blu Ray (high def), AppleTV (high def), and PAL DVD (Standard def).
    In all cases, I set up my Project Settings as HDV-AVI for internal rendering because all inputs are high def and most target outputs are high def.
    Issues that I am dealing with:
    1. I cannot figure out the best export format to go from Step 1 to Step 2.  HDV-AVI doesn't seem to be available as an export format. Basically, I am looking for an export format that puts the least strain on resources when they are read in for Step 2 and retains the highest quality.
    2. Most of my inputs are 24 frames per second but the internal rendering for Pre Elements 8 seems to be 25 frames per second.  Frame rate conversion can be quite tricky and can put significant strain on resources, but it is not clear if this is straining Pre Elements 8 or not. It does seem to be. I am happy to convert my files into a format that puts the least strain on Pre Elements 8 internal rendering and yet produces the best output.
    Note: If you ask - why do I do this in two steps?  It is because I am always putting a strain on system resources when operating in high def. Unless I am careful, I get a message that Pre Element is "low on resources" followed by a crash shortly thereafter.  I have Win7 32 bit, 4 GB RAM, no other programs running, all drivers updated with the most recent version (yes - even the NVIDIA driver) so there really isn't anything else that I can do in this area.
    So I am looking for suggestions in the following areas:
    1. An alternative workflow that produces the three high def outputs with the three high def inputs defined above that doesn't cause Pre Elements to continually go low on resources and crash.
          OR
    2. A recommendation for a high def format that puts minimal strain on Pre Element resources?
    Thanks!

  • XL Reporter problem when edit the report

    Dear All,
    We are facing a problem regarding the xl reporter.  when we tried to edit the excel reporter report, there was an error message: Automation Error.  Library not registered.
    Then we tried to register the com add-ins but unfortunately it wasn't succesful.  After we select the IXXLReporter.dll it wasn't display in COM Add-Ins window.
    Do you have any idea what's the problem?
    Thanks and Regards
    Lailus

    Dear Lailus,
    In order to try to resolve the issue, could you please reinstall XL reporter
    addon as per Note 819501.
    Also please make sure that you are using the correct version of Microsoft
    office application as per the supported platform available in the service
    market place.
    http://service.sap.com/smb/sbo/platforms
    Regards,
    Rakesh Pati
    SAP Business One Forum Team.

  • Mercury Acceleration and display incompatibility problems when rendering

    I recently upgrade my monitor to a Dell U2312HM. Since that time I keep receiving the following error message:
    "The NVIDIA OpenGL driver detected a problem with the display driver and is unable to continue. The application must close."
    "Error code:3"
    another error also pops up as well:
    "Display driver stopped reponding and has recovered."
    "Display driver NVIDIA Windows kernel Mode Driver, Version 306.97 stopped responding and has successfully revovered."
    This always occurs when trying to render an export file in Media Encoder and occasionally when rendering from and working on the timeline in PProCS6.
    This does NOT appear to happen if I turn off Mercury GPU acceleration.
    All drivers have been updated, and all potentially problematic software have been unistalled to see if they are the problem.
    I have a nVidia FX 3800 Quadro card running in a Windows 7 64 system with an i7-970 hexacore CPU and 24GB ram. I also use a Wacom 1200WX as a second monitor.
    The whole point of having a CUDA card is to accelerate rendering. I love my new monitor, but I have to be able to use my CS6 software.
    Any ideas how to fix this?

    That appears to have worked. I had to download a different beta driver, but it seems to have done the trick.
    http://www.nvidia.com/object/quadro-tesla-win8-win7-winvista-64bit-310.34-beta-driver.html
    I'll keep this posted unless it stops working or another glitch shows up.
    Thanks again!

  • Problem when rendering Anamophic QT in CS5

    When rendering a PAL D1/DV Widescreen (1,46)-comp to a Quicktime  Motion Jpegb the .mov-file is recognized as Square Pixels when opened in  Quicktime. And the graphic is not 100% sharp as it is in the  AE-project.
    Anyone experienced the same thing?

    What Rick said.... Attempting to gauge the quality or even technical correctness of anamorphic content, for SD resolutions no less, is bound to fail by just watching it in a player software. Now there are smarter players than QT, but that doesn't really settle the problem, as their built-in aspect ratio correction is dependent on how it was coded, whether it uses graphics acceleration and whatnot. Likewise, additional interpolation may mess up fields and so on.... That may not matter for just viewing a DVD, but it matters if you're the one producing it. So the best you can do is watch your stuff via calibrated preview hardware or burn test DVDs. Otehr than that, as Rick also said, working with square pixels is preferrable up to a point - if you obey correct sizes, nesting comps to then produce anamorphic output will not be a problem and within the Adobe tools, all otehr programs will correctly recognice the square pixel stuff and convert it to anamorphic as well, if necessary.
    Mylenium

  • Exception when access JSF application deployed on apache tomcat

    Hi,
    hopefully u all will b fine.
    I am new in Java Web developement and working on JSF... I made my first hello application of JSF... but when i try to access that from browser, following exception is shown in the browser window... (I am using apache tomcat 5.5.17 and JSF 1.1)
    HTTP Status 500 �
    type Exception report
    message description: The server encountered an internal error () that prevented it from fulfilling this request.
    exception :
    org.apache.jasper.JasperException: Servlet.init() for servlet Faces Servlet threw exception
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
         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)
    root cause :
    javax.servlet.ServletException: Servlet.init() for servlet Faces Servlet threw exception
         org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:703)
         org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:670)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:47)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         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)
    root cause:
    java.lang.NullPointerException
         javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
         org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:703)
         org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:670)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:47)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         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)
    note: The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
    Apache Tomcat/5.5.17
    I placed the jsp files in "apache-tomcat-5.5.17\webapps\MyProject\"
    and web.xml and faces-config file at "apache-tomcat-5.5.17\webapps\MyProject\WEB-INF\"
    library files of JSF ("jsf-api.jar", "jsf-impl.jar" and "jstl.jar") at "apache-tomcat-5.5.17\common\lib" also i tried by placing these at "apache-tomcat-5.5.17\webapps\MyProject\WEB-INF\lib"
    Please help me out here...
    Thanks
    Imran

    Maybe your web.xml is wrong. Doublecheck it.

  • Output shown blank when we run report in xml publisher using excel template

    Hi,
    1) We have a requirement where we need to run report to shown 100 columns. Since Microsoft word supports only 63 columns. So we are building the report template in Excel.
    2) When I run the report in Excel locally I get the output. But when I uplaod in BIP server and then run the report It gives a blank output.
    BI Publisher version 10.1.3.4.1
    BI Publisher Desktop version 11.1.1.5
    Please look into the issue.
    Please help
    Thanks,
    Nita

    Pl post details of OS, database and EBS versions, along with the database characterset.
    Are you creating PDF output ? Can you print Chinese characters when using US/UK operating units ? Are you using Pasta ?
    How to Generate PDF Output With UTF8 in R12? [ID 778970.1]
    HTH
    Srini

  • Problems when scheduling a report in background

    Hi Guys
    I have a report that has a lot of columns so i have created a display variant with 22 cols. When I run this report online (foreground) It picks up my variant and I can see all 22 cols. The problem is when I schedule this in background it does not display all the cols, the last three cols get cut off.
    Any idea why this is happening?
    Thanks
    Sameer

    you have to change the format in SPAD.  
    Go to transaction SPAD -> FULL ADMINISTRATION -> DEVICE TYPES -> FORMAT TYPES and there you can see all the available formats. Create a new format Z_65_700 in the similar manner with X_255... with a different number of columns (700) and save it.
    Then in the tab DEVICE/SERVERS go to OUTPUT DEVICES and type your printer -> ENTER -> then from the Menu GOTO device type -> then there is a button FORMATS where you can see all the existing formats (plus the one you have just ctreated). Find it and choose it. Then save.
    Now you have attached the new format to your printer.
    The next step is simple.
    You can do it the way you described, but there is also another way. Run your program with F9 and not F8 from the selection screen. It will ask you for printers, formats etc. There you will first select the appropriate printer and then (after ENTER) you have to go down to formats and select the new format. Do not print it immediatelly, click only the NEW SPOOL REQUEST checkbutton. This will create a new spool request.
    If you go to SP01 you will find the number of your finished job. If you click the abap list button it will only show you collumns with up to 255 characters.
    But if you take the spool number and put it as a parameters to the zzz program , it will show everything.
    Source:
    Spool List output display > 255 char when the rpt is run in Background

  • Problem when calling a report from java

    Hi all,
    i have created a report using ireport which contains arabic data.
    when i execute the report from ireport to generate a pdf file it works.
    however when i call this report from java i have an exception"
    Could not create the report Could not load the following font :
    pdfFontName : ARIAL.TTF
    pdfEncoding : Identity-H"
    the pdfFont i used it in ireport, also the pdfEncoding.
    did anyone passed with the same problem
    thanks for help

    Hello Oracle experts,
    The parameters are getting passed successfully in my report.
    But I want to know hous to use it in my query group.
    I just want the syntax.
    Thanks

  • Performance Problem when executing the report for the first time.

    Hi,
    We have a Zreport...to improve the performance i created Index on few Data Base table..before my changes it used to take more than 15 minutes after the changes it taking less than 1 min for the same variant and for other variants also.
    But when executing the first in morning its taking the same time more than 15 min.Please let me know how to increase the performance when executing first time also,
    Thanks,
    Kiran.

    Hi all,
    Appreciate your valuable replies...
    @ Thomas: i do accept with your solution running a background job..but user is not accepting for it..thanks for your reply.
    @Siegfried Boes  : for testing purpose Im running this manytimes..but for user they may
    require when ever they need to know open oders.the volume of the data is barongs 300-350 at
    max.
    @Brad Bohn  : After creating the index the repose time reduced to half ...i hope  i have
    created a right index.
    Observation here...I executed the report in production system more than 5 times it took the
    same time, my changes are still in quality..so i think may be for selecting the right index
    its taking this much time.and for the next time is taking right index n doing it so it taking
    less.
    Do you accept it?.if so Please let me know how to explicitly say the select statement to
    use my index.
    Thanks,
    kiran.

  • Problem when creating a Report with a schduled date

    When I tried to create a report with a Schedule (any option except NOW) I get the error of "First Report Occur Date should be after or equal to Current Date" unless I use a date of 2012-10-01 or later in the First report occurs on field.  Today's date is 2012-08-23.
    Let me know if you can recreate this and if or when there will be a fix.

    Hi Tim,
    I'm glad to see you've been configuring your On100, but sad to see you've hit another snag. We are looking into this issue now. I'll get back to you with an update.
    Thanks,
    The OnPlus Team

  • Problem when exporting the report to PDF viwer a 45,000-page report

    I am using Visual Studio 2013 with the report vivew.
    I have a report that works correctly, however when generating a 45000 pages he is giving memory error when exporting to PDF, any tips?

    Check this SAP Note: 1089388     Incorrect value in exported PDF when Concat function is used
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=1089388]

  • Formatting problem when downloading classical report output to excel sheet.

    Dear Experts,
    My classical report o/p looks like:
    SI    Name   ID
    1      xyz     11
    2      abc     22
    3      eet      33
    4      jnc      44
    When I download the same to a excel sheet from List->Save->file->Spreadsheet and save it.
    The formatting looks like this:
    SI   Name   ID
    1     xyz               11
    2     abc               22
    3     eet                33
    4     inc                44
    That is the heading and column entries are in different columns.
    There is no GUI_Download used.
    Kindly help what may be the issue.

    Hi,
    In the report output the formatting looks fine. It is exactly below the heading. But only when I save it to excel, this alignment issue is coming. Even the columns after this column are are properly aligned and there is no issue at all. Only this column in the middle has issue.

  • MSS problem when clicked on reports

    Folowing error generated when i click on reports in MSS buisness package :-  
    com.sap.tc.webdynpro.progmodel.controller.MessageManager$AbortMessageManagerException: Role: MSS instance: REP NOT_FOUND
    wot wld be prob and do let me knw solution

    The Backend configurations must be done by the functional consultants and any settings or config on the portal can be done by the portal administartors.
    now depending on wether what application is it your functional consultants will also change i.e if it is compensation management then backend config will be done by the payroll consultant if it is realted to attendance the it must be done by the time consultant.
    now if you want to activate PCR's then you will have to take there help understand the process identify the
    PCR used in it and self configure it.
    as i have said earlier it depends on case to case and application to application first identfiy the apllication waht you want to hit first then run it if now sucess then configure it. Use the below link for config help on MSS
    MSS               https://websmp202.sap-ag.de/mss
    https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=00200797470000081981&
    http://help.sap.com/saphelp_erp2004/helpdata/en/0f/8b3b40b1607a56e10000000a1550b0/frameset.htm
    Manager Self-Service
    http://help.sap.com/saphelp_erp2004/helpdata/en/0a/8b3b40b1607a56e10000000a1550b0/frameset.htm
    if still you are not able to then post a query on SDN and we help you.
    Cheers!!
    SJ

  • Problem when creating Expense Report

    Dears,
    When i tried to create Expense Report, this error appear after submitting the dates of the trip.
    Changes in settlement past trigger retroactive settlement.
    Entry not found in table T706U. Argument: 98P NO 20120118
    The estimated travel amount could not be determined.
    Any Ideas ??

    the first message tells you changes in retroactivity ie master data changes as per IT0003, if it goes beyond this date
    second error is due to the missing error
    The error message is correct in this case as there is no entry in the
    T706U. The system does not automatically default to the blank entry
    in case you select a region that is not maintained in the table
    (somehow also blank is a region).
    You thus need to maintain entries in the T706V and T706U for all
    regions you have defined in your client.

Maybe you are looking for

  • Outlook 2011 for Mac: Occurrence with this index was previously deleted from the recurrence

    Client using Outlook 2011 (14.2.4) with Mac OS 10.8.2.  I've never seen this error before, and it keeps popping up (next to the classic yellow triangle with exclamation point -- I'd post screenshot, but forum isn't letting me.) The message doesn't se

  • Customer Outstanding based on invoice date

    Hi, As you know that we have statndard report for Customer Outstandings which will give us the cusomer outstanding balance with time buckets. in that we calculate the outstanding amoount based on Posting Date. Now i want to calculate the same based o

  • Purchase order - consumable purchasing

    Hi we are creating purchase order for cosumable items such as papers, pens etc, it is asking us to enter plant, but actually we are not purchasing these items for any plant, is there any way we can avoid entering the plant in consumable purchase orde

  • HT4906 photo stream

    Just downloaded os x Lion and turned on photo stream on my iPhone 4 but photo stream is not showing up on my mac book pro or in iPhoto. Using ilife 09'????

  • Bootcache not updated correctly?

    I am using FileVault2 on OS X 10.8.3 (12D78). After uninstalling Little Snitch, a utility which brings a kernel extension, the kernel extension is still loaded into the kernel during boot: root# kextstat | grep -i snitch    51    0 0xffffff7f80f51000