Rendering on PDAs

Hi--
The last version of iWeb rendered decently on pdas (blackberry, etc.)...the new version has a "blog summary widget" which I presume denotes something lacking that would allow the whole blog content to be viewed.
Any ideas? Maybe it depends on the particular template, but I tried a couple different ones and no change.
Haven't tried it on iPhone yet, didn't render perfectly there either in iWeb '06 --wouldn't that be ironic if iWeb '08 doesn't work....kind like Windows software that doesn't work on windows toys?

I still need help. My site is
http://www.surveydepartment.com.
Text on left overlaps on PDAs. Maybe the individual layers are too
close together.

Similar Messages

  • Rendering Problem in PDA

    Hello Experts,
    I am creating an OCA application, in which i have having a table in the View , which is bound to the view context node.
    This view context node is inturn mapped with the component context node. I am creating a new context element for this node at runtime. After creation of this element, it is getting reflected in the Table present in View. But the problem arising is, in the table, 2 of the columns are input fields and rest all are text views. The input fields have some value by default on load of view.
    When i create a new context element at runtime, the data for these two input fields are not getting refreshed. if suppose there are 3 rows in the table, then for both the input fields, the same data as the first row is repeating in all rows.
    If i bind these two context elements to a text view type of column, the correct data is coming.
    I have checked the view context, it has the correct data. It is a rendering problem which I am facing.
    Please help!!
    Regards
    Priya

    Hi Priya
    After creating context elements, can you please try this code
    wdContext.node<Node>().reload();
    Regards
    Vidyadhar

  • Rendering JSF Component to Different Kinds of Clients

    Hi,
    Sub:
    How can I render my custom component to different types of clients like web, swing, PDA and so on.
    Exlanation:
    Suppose I have created a JSF custom component for web which includes(Tag,Component and Renderer).
    If i want to use the same component for different clients like swing or PDA, how can it is possible...
    Any info related to this????
    At least I should use Tag and Component for another types of clients also.
    I'm not getting any info related to this....
    If any body throw any kind of help is highly appreciable.
    Thanks && regards,
    Ram

    We had a demo of this for JavaOne. Also, I think some of the current books out there cover this topic. I'll see if I can get the demo source code published to java.net.
    Ed (JSR-252 co-spec-lead)

  • Workflow and smartphone, PDA, Tablet

    Anyone knows if Workflow can work (using XDP/PDF rendered form) with the
    Adobe Reader version that can be used with smartphone, PDA or tablet?
    Have I to render the form in HTML in order to use these devices?
    Thanks for answering,
    Alessio

    I'd imagine rendering as HTML is the safest bet. PDF rendering definitely depends on the target machine. The new Windows Mobile 5.0 devices usually come with a PDF viewer (my Cingular 8125 has "ClearVue PDF"), but I haven't tested their ability to view a Workflow-rendered XDP as of yet... I'll put that on my list for this weekend and get back to you. A tablet PC shouldn't have any problems, as it's probably running standard Windows apps and can do anything in-browser that a regular PC could do.

  • 7.1: Exception occured when App is started on PDA (works on Emulator)

    This relates to NW Mobile 7.1, development for PDAs, NWDS SP05 P01
    Dear all,
    if we deploy our application on Emulator under NWDS, everything
    will work fine.
    Now we want our app to run on a real mobile device, therefore we
    prepared the device
    - installed CrEme 4.12 (CrE-ME412_AX_CE42_PPC_minimal.CAB)
    - mindb (mindb.CAB)
    - pda_eswt_container.CAB
    - pda_runtime_wince.CAB
    CrEme starts with no errors. We created a device in the middleware
    and added the app to this device. After sync we see our app in the
    Application Launcher.
    If we click on our app, CrEme crashes after a minute.
    Looked in jscpout.txt, following exception is given:
    type: 5    s: processing
    type: 5    s: processing
    type: 3    s: Sync. Cycle End
    type: 3    s: Sync. Cycle End
    Error starting the framework
    java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: com/sap/tc/mobile/wdlite/progmodel/core/TextViewDesign
         at com.sap.demo.rewe1_ui.rewe1.comp.Rewe1CompViewView.<init>()
         at com.sap.demo.rewe1_ui.rewe1.comp.Rewe1CompViewView.getInstance0()
         at com.sap.demo.rewe1_ui.rewe1.comp.Rewe1CompViewView.getInstance()
         at com.sap.demo.rewe1_ui.rewe1.comp.Rewe1WindowWindow.getDefaultView()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter()
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.setCurrentApplication()
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication()
         at com.sap.tc.mobile.wdlite.container.AppMenuView.startApp()
         at com.sap.tc.mobile.wdlite.container.AppMenuView.onActionLaunchApp()
         at com.sap.tc.mobile.wdlite.container.AppMenuView.invokeEventHandler()
         at com.sap.tc.mobile.wdlite.progmodel.core.AbstractViewElement.doHandleEvent()
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.doHandleEvent()
         at com.sap.tc.mobile.wdlite.renderer.api.UIImageButton.mouseReleased()
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.dispatchMouseReleasedWidgetEvent()
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement$1.mouseReleased()
         at com.sap.tc.mobile.wdlite.renderer.swt.MouseEventDispatcher.mouseUp()
         at org.eclipse.swt.widgets.TypedListener.handleEvent()
         at org.eclipse.swt.widgets.EventTable.sendEvent()
         at org.eclipse.swt.widgets.Widget.sendEvent()
         at org.eclipse.swt.widgets.Widget.sendEvent()
         at org.eclipse.swt.widgets.Widget.sendEvent()
         at org.eclipse.swt.widgets.Control.pointerCallback()
         at org.eclipse.swt.widgets.Display.readAndDispatch()
         at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.refresh()
         at com.sap.tc.mobile.wdlite.renderer.api.RenderingManager.refresh()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.refresh()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter()
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.setCurrentApplication()
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication()
         at com.sap.tc.mobile.wdlite.framework.ApplicationLauncher.start()
         at com.sap.tc.mobile.wdlite.framework.Start.runOnContext()
         at com.sap.tc.mobile.wdlite.framework.Start.startApplication()
         at com.sap.tc.mobile.wdlite.framework.Start.startContainer()
         at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init()
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main()
    CrEme jsPexit() called with status=1
    Could anybody help us?
    Thanks,
    Daniel

    hi denial,
    I am not sure but.. Have you checked PORT settings at server. Because till you sync from emulator, DOE gets request from internal network only... So when you install your applicaion in PDA, it'll use external network(Internet).. so In this case your Basis person need to do some settings at server for port configuration for SYNC. SO make sure about this configuration.
    Please Reward if useful,
    Thanks and Regards,
    Sagar Patel

  • Save data on pda project mi7.1

    Hi,
    I able to get data from doe to my pda but how can i pasting data to backend using webdynpro? Any query need to be create under services? I just need to save data to backend table without need the output data.
    I have a data object that only have bapi wrapper create only. I use query at my handheld project but no success. Is that a way to insert data to backend table?
    Useful help will be reward point.
    thanks.
    Edited by: fcgan on May 3, 2008 4:55 AM

    Persistent project data needs to be stored in sequence data, NOT in global data or frame data.
    Take a look at the examples from the SDK and also the manual, it is explained quite well in there:
    GLOBAL, SEQUENCE, AND FRAME DATA
    After Effects allows plug-ins to store data at three scopes; global, sequence, and frame. Consider carefully where you store information; choosing poorly can impact performance, or make your plug-in confusing to the user. Use global data for information common to all instances of the effect: static variables and data, bitmaps, pointers to other DLLs or external applications.
    Store anything specific to this instance of your plug-in (UI settings, text strings, and any custom data not stored in parameters) in sequence data, Use After Effects’ memory allocation functions.
    Frame data is used for information specific to rendering a given frame. This has fallen into disuse, as most machines are capable of loading an entire frame into memory at a time. Of course, your IMAX-generating users will still appreciate any optimizations you can make.
    PERSISTENCE
    After Effects saves sequence data in the project file, but not global or frame data. Pointers within sequence data which point to external data are, in all likelihood, invalid upon re-opening the project, and must be re-connected. We call this process “flattening” and “un-flattening” the sequence data.

  • What is missing, when I render my Application for Mobile Support, like PDA?

    Hello @ all,
    I have a question about ADF Mobile.
    I implemented a bean, which has a Method:
    getRenderKitId(){
    AdfFacesContext afc = AdfFacesContext.getCurrentInstance();
    Agent agent = afc.getAgent();
    if(Agent.TYPE_PDA.equals(agent.getType().toString()))               return "oracle.adfinternal.view.faces.ui.laf.simple.pda";          
    else if(Agent.AGENT_GECKO.equals(agent.getAgentName()))
         return "com.apress.projsf.xul.ajax";
    else if(Agent.AGENT_IE.equals(agent.getAgentName()) &&
    Agent.TYPE_DESKTOP.equals(agent.getType()))
         return "com.apress.projsf.htc.ajax";
    else if(Agent.AGENT_WEBKIT.equals(agent.getAgentName()))
         return "com.apress.projsf.html.ajax";
    else
         return RenderKitFactory.HTML_BASIC_RENDER_KIT;
    When I debug my Application on an PDA, this Method returns the right String for PDAs "oracle.adfinternal.view.faces.ui.laf.simple.pda".
    I also have the public class DynamicRenderKitViewHandler extends ViewHandlerWrapper{
    public String calculateRenderKitId(FacesContext context){
         String renderKitId = super.calculateRenderKitId(context);
         Matcher matcher = DYNAMICRENDER_KIT_ID.matcher(renderKitId);
         if(matcher.matches()){
         String expression = matcher.group(1);
              Application application = context.getApplication();
              ValueBinding binding = application.createValueBinding(expression);
              if(binding.getType(context) == String.class)
                   renderKitId = (String) binding.getValue(context);
              return renderKitId;
    The return Value of this Method is also oracle.adfinternal.view.faces.ui.laf.simple.pda.
    So know my question is, what else do I have to implement, to render my components on a PDA. Because, when i run my Application on a Pocket PC 2003 with Windows CE, the Mobile Internet Browser shows me the same rendering page like it is on the "normal" PC Internet Browser.
    Do I have to work with the ADF Faces Tags, like the <af:commandButton ...>
    because, i don't use these tags.
    The Libraries i have imported are, the adf-faces-api-10_1_3_0_4.jar file and simular the impl-jar.
    Please could anybody help me?

    Hello Jrozier,
    first I wanne thank you for your reply.
    Know my ApplicationBean getRenderKitId Method returns "oracle.adf.core"
    I had wrote a little JSP that looks like the following:
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh"%>
    <afh:html>
    <afh:head>
         <title>Test Page</title>          
    </afh:head>
    <afh:body>
    Testing
    </afh:body>
    </afh:html>
    But when I try to run my Application, I get the following error:
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: org.ajax4jsf.framework.ajax.AjaxViewRootRIOneOne
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
         org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:101)
         oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:101)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
         org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
         org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:65)
         org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:226)
         oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
         oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
         oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
         oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
    What could go wrong?

  • Methodaology to use a commom JSF/JSP page for both PDA and PC Browser

    hello,
    I am planing to write an application that should work on both PDA(Windows CE 4.2 Client) and PC(Desktop).I choosed JSF as it supports Rendering.Is there any methodology so that i can use a common JSF/JSP for both the client.
    As the PDA browser space constrint i can not use the same page for both.
    One way as i know is Conditional Component display whre there are ceparate components for PDA & PC ..But i need a methadology where in i can use same component for both PDA & PC .
    I came to know about the XML rendering capability of JSF can this be used?..
    can anybody please hep me in this regard.
    thanks & regards
    ullas kumar

    Firefox Mobile sends "Android" in its browser identification. If the site is checking for that, then you should get a mobile page. If the site requires more, e.g., Chrome, Webkit, or some other text, then that's a problem because Firefox doesn't use those terms. With server-based redirection, you cannot see what the site is checking for.
    For testing, or to work around sites not knowing about Firefox Mobile, you could try the Phony extension: https://addons.mozilla.org/en-us/mobile/addon/phony/

  • Java on PDA

    Hello!
    Now I'm trying to start webdynpro applications on my PDA (ASUS p535 with Windows Mobile 2006). I'm using http://<appl_server>:80<#inst>/sap/bc/webdynpro/sap/zwd_test. But before to see page with zwd_test I cann't push the registration button. I think, this is a java problem. What version of jvm I must install on my PDA?
    Artem

    Hi Artem
    PDA has limited rendering capability, so not all UI elements work, you can check the set of UI elements which are supported on PDA devices from the following link.
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/28fa3e7cb1d861e10000000a114084/frameset.htm
    kindly use the UI elements mentioned in the link  above.hopefully your problem will get solved.
    Warm Regards
    Priya Ghosh

  • Java on pda (asus p 525)

    hi all,
    this is my first Message on this forum
    i want to run my midlet on pda ( asus p525 ). do i have to load jar and jad files to pda or do another things.how can i handle this. and i can run jar on mobile phone but i don't know on pda how it works. i am waiting for your help.
    thanks

    Hi Artem
    PDA has limited rendering capability, so not all UI elements work, you can check the set of UI elements which are supported on PDA devices from the following link.
    http://help.sap.com/saphelp_nw04/helpdata/en/7d/28fa3e7cb1d861e10000000a114084/frameset.htm
    kindly use the UI elements mentioned in the link  above.hopefully your problem will get solved.
    Warm Regards
    Priya Ghosh

  • Java animation on a PDA, or cell phone.

    From what I have read (not recently) double buffering on cell phones
    is not possible, hence offscreen rendering (Double Buffering) is not possible. Is this still true?
    Do PDA's support double buffering?

    no its not.
    i think you have been looking at midp 1.0 specs.
    in the latest, (midp 2.0) using the javax.microedition.lcdui.game package, all this is possible, and more. it is really helpful and a lot of fun too. for example in the GameCanvas class, it renders all graphcis in an offscreen buffer till you call flushGraphics()
    i've already used it to create a minesweeper game for j2me devices. its amazing how simple life becomes with midp 2.0
    pda's are actually decades ahead of cell phones, so if mobiles support them, pda's sure do.
    (P.S. it may take a while to get midp 2.0 on all cell phones. its relatively new)

  • How do I use my third computer with cloud. I am rendering a project in Avid Media composer

    How do I get my third computer to work with when I am rendering Avid project on the other two computers computers

    Hi,
    Running creative cloud on third machine will prompt you for the deactivation from last 2 machines. As per EULA for Creative cloud you can only install and work on 2 machines only, be it MAC-MAC, MAC-windows and windows-windows.
    working on third machine without deactivation from previous machines is not possible.
    Hope this helps.
    Thanks
    Kapil Malik

  • Is that a webkit rendering issue in Safari 5.1?

    I add my voice to rendering issues encountered in Safari 5.1, here they are:
    1) Fonts look pixelated on some websites. Here's an example drawn from weebly.
    The font used here is OFL Sorts Mill Goudy, so I guess there must be a font rendering engine in weebly that allows non web safe fonts to be displayed properly. That works fine in Firefox 5 & 6, and until recently on Safari 5. Chrome 12 has exactly the same issue as Safari 5.1, so it could be a general rendering issue in webkit.
    2) Videos on Vimeo show now a black rectangle instead of the video.
    3) The "Insert image" feature in this forum takes forever to load, displaying a white rectangle during several seconds. Same issue with the Evernote clip bookmarklet.
    Hope these issues will be fixed soon, any help is appreciated if something can be changed in Safari settings.
    Note: resetting Safari (including cleaning cache) doesn't solve the described problems. I'm running Snow Leopard 10.6.8 on Mac Pro Quad 2.8 Ghz.

    Thanks for helping diagnose this.
    However, my testing indicates that this is not a bug with border-collapse: collapse. Here is why:
    If I change the value of border-collapse to "separate" and add "border-spacing: 0", the bug remains. To try this, request http://www.panlex.org/cgi-bin/plxu28-bug2.cgi .
    If I leave the value of border-collapse unchanged but change the button elements in the cells to plain text, the bug disappears. To try this, request http://www.panlex.org/cgi-bin/plxu28-bug1.cgi .
    On the basis of this testing, it would seem to me that the bug is dependent on the button elements and independent of the border-collapse CSS attribute.
    This doesn't explain, however, why you have found border-collapse: collapse producing slow results with other large tables and it doesn't do so with my table in http://www.panlex.org/cgi-bin/plxu28-bug1.cgi . It also doesn't explain why you saw the bug disappear when you changed border-collapse on my page but I didn't see it disappear.
    Any further diagnostic help would be welcome.

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

  • Rendering problem in output of Pages 5.1

    Has anyone else seen a print rendering problem when trying to print a table in Pages 5.1?
    All my text in tables is jagged and lower-resolution than other text:
    (Printed from Pages 5.1 (1769) on a HP Color LaserJet CP2025 from a retina MacBook Pro original model running Mavericks 10.9.1.)
    To see the problem, you must look at the full size image. Right-click to open it in a new tab.
    The type is set to Helvetica 12 pt black.
    The borders are set to 0.5 pt black. The top two lines have a border on all sides.
    The top line's border is nearly invisible; on the full size image you should see a faint blueish line.
    The middle line's box box is supposed to be&#8232; a full box, but it is missing two sides. But at least this hairline renders properly.
    The pdf of the same file looks fine on screen, even at high magnification. The problem only shows up in print.
    The same problem exists in Numbers (where I first experienced it):
    https://discussions.apple.com/message/24695801#24695801

    I see you followed Jerry's advice to post over here, and haven't got any responces, so I'll at least try to get a little more information into the discussion.
    Since the document prints to pdf correctly, but not to the actual printer, it seems likely that it is a print driver issue. In the Numbers discussion on the issue, the original person with the issue was using a HP printer with a postscript driver. Since the HP support site was not very clear about whether a driver for that printer on Mavericks even existed, and the recommendation for a generic driver was for a PCL driver, not postscript, I suspect that they were not using a recommended configuration. It would probably be helpful to know the details about your printer and print driver.
    Do you have access to more than one printer to test this on?
    The new versions of Numbers and Pages are doing something strange in terms of how they copy tables to the system clipboard; the pdf version is no longer available, only bitmap images. Print to pdf, however seems to still get the pdf data. I don't think this should have anything to do with the data getting to the print driver, but it does seem consistent with your results.

Maybe you are looking for

  • Mac Mini and Intensity Shuttle

    I'm thinking of getting the Intensity Shuttle to record/capture gameplay footage from the PS4. The only problem is that I have limited space and becasue of this limitation, I was wondering if I can set up the Mini, Intensity Shuttle, and PS4 all to o

  • System Error:  ASSIGN_CAST_WRONG_LENGTH

    Hello All, While displaying an asset I have encoutered the below dump: Error analysis In the current program "SAPLSDSD", the ASSIGN ... TYPE ... statement used to assign the type "D" to the field symbol "<%_1_SYSINI>". The l defined for this type is

  • My iTunes won't delete the lyrics.

    I deleted the lyrics and press ok. But when i opened the get info part then click lyrics again, it would still appear. Any solutions? I've tried deleting the song and reinstalling itunes already. But it's still not working. Please help!

  • SQL Report with Scroll - javascript

    This is an example of Apex SQL Report with Scroll - made with javascript: http://tryapexnow.com/apex/f?p=12090:9 Waiting for comments here.

  • Oracle Locator - Implementation

    I have a need to calculate shortest distance between any two locations (addresses) using Oracle Locator. The only parameters that are available to me as inputs are the 5 digit zip code, latitude and longitude of the location. I am looking for help in