Error messages are being displayed when I run my report

Hello,
I am trying run a report which was builded using JDEV and ReportsBuilder as a Portlet....
I did the configurations following the document:
http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/pdk/articles/how.to.build.java.portlet.existing.component.html
But it is displaying the error message:
Mon Jun 10 14:41:22 GMT 2002
java.lang.NullPointerException
java.lang.NullPointerException
     at oracle.reports.rwclient.RWClient.getTrace(RWClient.java:969)
     at oracle.reports.jsp.JspTagUtil.getRWClient(JspTagUtil.java:59)
     at oracle.reports.jsp.RwTag.setPageContext(RwTag.java:54)
     at oracle.reports.jsp.ReportTag.setPageContext(ReportTag.java:85)
     at jpdk.carla._MyReport._jspService(_MyReport.java, Compiled Code)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
     at oracle.jsp.JspServlet.internalService(JspServlet.java, Compiled Code)
     at oracle.jsp.JspServlet.service(JspServlet.java:148)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at oracle.portal.provider.v1.http.JspRenderer.renderBody(JspRenderer.java:133)
     at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:164)
     at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(ServletProviderResponse.java:510)
     at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:651)
     at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:383)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:435)
     at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code)
     at java.lang.Thread.run(Thread.java:479)
Someone have any idea?
Thanks...
Carla

Hi,
First of all reduce code by using logical operators like OR , Further you can use DECODE .
Check Joins and use of indexes.
Adinath Kamode

Similar Messages

  • LSO_CHECK_BOOKING custom error messages are not displayed

    Hi,
    Good day! I am currently experiencing some problems displaying custom error messages from BADI LSO_CHECK_BOOKING. I have implemented this Badi and is appending error messages in CT_MESSAGE_TAB however when the message is displayed in portal, the custom message is not displayed. Instead, SAP displays a predefined error "Error When Creating Prebooking with the data entered..."
    Is there a way for me to display my custom error message instead of the predefined SAP message?
    Thanks a lot.
    Cheers,
    James

    Hi James,
    You have not mentioned, which portal you are using. Please see below, that there are differences in the learning and the admin portal:
    Learning Portal:
    The framework of the existing design of the Learning Portal does not
    allow customer specific error messages to be displayed in the portal.
    Only a generic message will be displayed when prebooking in the learning
    portal if the BADI LSO_CHECK_BOOKING returns an error. The design of the
    application does not expect to raise an exception from the BADI. If the
    BADI processing is assumed to be unsuccessful, the messages filled by
    the BADI will be ignored and a general error message will be displayed
    in the portal.
    So this is basically a design limitation.
    Administrator Portal:
    Have you tried e.g. the following notes?
    SAP Note 1806593 Admin Portal: Message is not displayed while prebooking
    SAP Note 1575238 LSO: BADI LSO_CHECK_BOOKING does not show warning messages
    Regards,
    Agnes

  • Stop Transaction Error Message Doesn't Display

    Hi,
    I am using a custom message, like "Results Not Yet Confirmed", in the Stop Transaction action. But this error message is not displaying when I run the JavaScript code. I used the expression "document.<AppletName>.getValue(1,1)".
    Any clues?
    Regards,
    Chanti.

    Hi Chanti,
    What display type are you using?  An iGrid?  If so, try
    document.appletName.getErrorMessage()
    Otherwise, please provide more details - the display type and which MII version you are using.
    Kind Regards,
    Diana Hoppe

  • Place Holder values are not displaying when calling the report

    Hi,
    I have a Place holder column in my report and i am assigning the values in a formula column. When i run the report from report builder place holder column is showing the value. But when i deploy the same in application server and i try to invoke from a form it is not the value of that place holder column. Why is this happening? Please, help me in resolving the same.
    Thanks & Rgds,
    M T

    Yes Gayatri. You are right. When i run the report from report builder it is working perfectly. The same report i deployed in application server and invoking from a form report is not showing the values for place holder columns.
    Why is this happening?
    How to resolve it?

  • Error messages are displayed when opening the RTV form.

    Hi All,
    While doing a return to vendor the following error messages are displayed.
    1.Go to the Inventory Management --> Return to Vendor screen.
    2. In Action Drop down select ‘New’ and click on OK
    3. A series of errors are encountered.
    4. A warning message as [640+49> 688] and then click ‘OK’.
    5. Notice the error message”Multi view internal error: B_RTV_DETAIL.QTY_RETURNED:current_col_pos exceeds parameter defined maximum right position” and then click’ OK’.
    Can any one help me out in these?
    Thanks,
    Sushanth.D

    This is a coding issue in the form, maybe the number is too big for the box on the canvas.
    It looks also like a business issue is kicking off the error, the message [640+49> 688] looks like some units of stock etc. check, e.g. the returned quantity is larger than the stock on hand.
    File an SR with OracleSupport and/or open the UI's Form fmb code in Forms Developer.
    Multi View relates to an (quite old) OracleRetail (Retek) Forms pll library that enhances the Forms features, if my memory is not letting me down.
    Best regards,
    Erik

  • Error message to be thrown when multiple enteries are not entered

    Hello Guys,
    I have used a select-options with no intervals in the selection screen.
    If the user enters one value in the range, its working.
    But I want a error message to be thrown when only one entry is entered. User should enter more than one entry always.
    I used low and high but its not working.
    Kindly guide me.

    No intervals only works on the main screen.  If the press the right arrow and go to the ADDL choices, they can choose the entire database table in a single range....Your test is, therefore, too simplistic.  If you want to limit this on both the main and the additional choices screens, you have to implement Function Module SELECT_OPTIONS_RESTRICT in the Load-of-Program or Initialization event.
    Why not select from a table into a work table where the values are IN the select-options and see how many the user obtained?
    Something like this:
    Select <your field> from <your table> into table <your internal table>
    where <your field> IN <your select-options>.
      if lines( <your internal table> ) lt 2.
        <your error message>.
    endif.

  • HT201263 I Have an iPhone 5 runnig ios 7.0.4. It wont start as the apple logo keeps on blinking when i connect to wall charger or itunes. I even tried to restore it but an error 21 is being displayed. Any one can help me in this situation

    I Have an iPhone 5 runnig ios 7.0.4. It wont start as the apple logo keeps on blinking when i connect to wall charger or itunes. I even tried to restore it but an error 21 is being displayed. Any one can help me in this situation

    Read http://support.apple.com/kb/ts3694#

  • Icons for apps are not being displayed when I open the App store, just getting gray color boxes

    Icons for apps are not being displayed when I open the App store, just getting gray color boxes

    Did you update your operating system?  If so, did it solve the problem?  I have not updated my OS because so many people complained that the newer Os's had problems.

  • Global messages and inilne messages both are being displayed

    Hi,
    I have a page index.xhtml in which i am including another page header.xhtml like this
    <ui:insert name="header">
                   <ui:include src="header.xhtml" />
              </ui:insert>
    my header.xhtml is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:h="http://java.sun.com/jsf/html">
    <body>
         <div id="header-container">
              <div id="header">
                   <div class="left_logo">
                        <h:graphicImage library="images" name="trainings.jpg" width="339"
                             height="120" />
                   </div>
                   <div id="navigation">
                        <ul>
                             <li id="home-nav">JSF Training</li>
                             <li id="about-nav">About</li>
                        </ul>
                   </div>
                   <div class="clear"></div>
              </div>
         </div>
    </body>
    </html>
    and index.xhtml is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:lang="en">
    <body>
    <f:view xmlns:c="http://java.sun.com/jstl/core"
         xmlns:s="http://www.springframework.org/tags"
         xmlns:form="http://www.springframework.org/tags/form">
         <h:head>
              <h:outputStylesheet library="css" name="style.css" target="head" />
              <meta http-equiv="content-type" content="text/html; charset=utf-8" />
              <title>#{msgs.welcome}</title>
              <link rel="shortcut icon" href="../resources/images/favicon.ico" />
              <link rel="stylesheet" href="../resources/css/style.css"
                   type="text/css" media="all" />
         </h:head>
         <h:body class="home blog">
              <!-- <ui:composition template="baseTemplate.xhtml">
                   <ui:define name="content"> -->
              <ui:insert name="header">
                   <ui:include src="header.xhtml" />
              </ui:insert>
              <div id="home-training-container">
                             <h:form>
                                  <table align="center">
                                       <tr>
                                            <td colspan="2" align="center"><font size="4"><b><h:outputLabel
                                                                value="#{msgs.welcomeTitle}" /></b></font></td>
                                       </tr>
                                       <tr>
                                            <td colspan="2"><font size="4"><b><h:outputLabel
                                                                value="#{msgs.homepageTitle}"></h:outputLabel></b></font></td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.nameLabel}" /></td>
                                            <td><h:inputText binding="#{loginName}"
                                                      value="#{user.loginName}" id="loginName" label="Name"
                                                      required="true" requiredMessage="#{msgs.nameRequired}">
                                                      <f:validateLength minimum="5" maximum="20" />
                                                      <f:validateRegex pattern="#{msgs.regexPattern}"></f:validateRegex>
                                                 </h:inputText>
    <h:message showSummary="true" showDetail="false"
                                                      for="loginName" errorClass="errors" globalOnly="true"></h:message>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.passwordLabel}" /></td>
                                            <td><h:inputSecret binding="#{password}"
                                                      value="#{user.password}" id="password" required="true"
                                                      requiredMessage="#{msgs.passwordRequired}">
                                                      <f:validateLength minimum="3" maximum="20" />
                                                 </h:inputSecret>
    <h:message showSummary="true" showDetail="false"
                                                      for="password" errorClass="errors"></h:message>
                                                 <!-- <h:message for="loginValid" errorClass="errors" globalOnly="true"></h:message> -->
                                            </td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.roleLabel}" /></td>
                                            <td><h:selectOneMenu value="#{user.role}">
                                                      <f:selectItem itemValue="#{msgs.admin}"
                                                           itemLabel="#{msgs.admin}" />
                                                      <f:selectItem itemValue="#{msgs.guest}"
                                                           itemLabel="#{msgs.guest}" />
                                                 </h:selectOneMenu></td>
                                       </tr>
                                       <tr>
                                            <td colspan="2" align="left"><h:commandButton
                                                      value="#{msgs.login}" action="#{user.login}"></h:commandButton>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td colspan="2" align="right"><h:commandButton
                                                      value="#{msgs.registerNewUser}" action="#{user.addNewUser}"
                                                      immediate="true">
                                                 </h:commandButton></td>
                                       </tr>
                                  </table>
                             </h:form>
                        </div>
                        <ui:insert name="footer">
              <ui:include src="footer.xhtml"/>
         </ui:insert>          
         </h:body>
    </f:view>
    </body>
    </html>
    if an error occur then currently it is displaying below the text box and also at the top which should not happen. I want to show messages only below the corresponding text boxes.
    how can i do it?
    if i remove namespace declaration in header.xhtml like this
    <div id="header-container">
              <div id="header">
                   <div class="left_logo">
                        <h:graphicImage library="images" name="trainings.jpg" width="339"
                             height="120" />
                             <h:messages rendered="false" globalOnly="true" layout="table"/>
                   </div>
                   <div id="navigation">
                        <ul>
                             <li id="home-nav">JSF Training</li>
                             <li id="about-nav">About</li>
                        </ul>
                   </div>
                   <div class="clear"></div>
              </div>
         </div>
    then top messages are not displayed but a warning message displayed
    "Warning: This page calls for XML namespace declared with prefix div but no taglibrary exists for that namespace"
    Please help me...
    Edited by: 931725 on May 31, 2012 1:46 AM

    i have made lot effort over this, but could not find the solution.. :|
    index.html is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:h="http://java.sun.com/jsf/html"
         xmlns:f="http://java.sun.com/jsf/core"
         xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:lang="en">
    <body>
    <f:view xmlns:c="http://java.sun.com/jstl/core"
         xmlns:s="http://www.springframework.org/tags"
         xmlns:form="http://www.springframework.org/tags/form">     
         <h:head>
              <h:outputStylesheet library="css" name="style.css" target="head" />
              <meta http-equiv="content-type" content="text/html; charset=utf-8" />
              <title>#{msgs.welcome}</title>
              <link rel="shortcut icon" href="../resources/images/favicon.ico" />
              <link rel="stylesheet" href="../resources/css/style.css"
                   type="text/css" media="all" />
         </h:head>
         <h:body class="home blog">
                 <ui:insert name="header">
                   <ui:include src="header.xhtml" />
              </ui:insert>
              <div id="home-training-container">
                             <h:form>
                                  <table align="center">
                                       <tr>
                                            <td colspan="2" align="center"><font size="4"><b><h:outputLabel
                                                                value="#{msgs.welcomeTitle}" /></b></font></td>
                                       </tr>
                                       <tr>
                                            <td colspan="2"><font size="4"><b><h:outputLabel
                                                                value="#{msgs.homepageTitle}"></h:outputLabel></b></font></td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.nameLabel}" /></td>
                                            <td><h:inputText binding="#{loginName}"
                                                      value="#{user.loginName}" id="loginName" label="Name"
                                                      required="true" requiredMessage="#{msgs.nameRequired}">
                                                      <f:validateLength minimum="5" maximum="20" />
                                                      <f:validateRegex pattern="#{msgs.regexPattern}"></f:validateRegex>
                                                      <br />
                                                 </h:inputText><br /> <h:message showSummary="true" showDetail="false"
                                                      for="loginName" errorClass="errors" globalOnly="true"></h:message>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.passwordLabel}" /></td>
                                            <td><h:inputSecret binding="#{password}"
                                                      value="#{user.password}" id="password" required="true"
                                                      requiredMessage="#{msgs.passwordRequired}">
                                                      <f:validateLength minimum="3" maximum="20" />
                                                 </h:inputSecret><br /><h:message showSummary="true" showDetail="false"
                                                      for="password" errorClass="errors"></h:message>
                                                 <!-- <h:message for="loginValid" errorClass="errors" globalOnly="true"></h:message> -->
                                            </td>
                                       </tr>
                                       <tr>
                                            <td><h:outputLabel value="#{msgs.roleLabel}" /></td>
                                            <td><h:selectOneMenu value="#{user.role}">
                                                      <f:selectItem itemValue="#{msgs.admin}"
                                                           itemLabel="#{msgs.admin}" />
                                                      <f:selectItem itemValue="#{msgs.guest}"
                                                           itemLabel="#{msgs.guest}" />
                                                 </h:selectOneMenu></td>
                                       </tr>
                                       <tr>
                                            <td colspan="2" align="left"><h:commandButton
                                                      value="#{msgs.login}" action="#{user.login}"></h:commandButton>
                                            </td>
                                       </tr>
                                       <tr>
                                            <td colspan="2" align="right"><h:commandButton
                                                      value="#{msgs.registerNewUser}" action="#{user.addNewUser}"
                                                      immediate="true">
                                                 </h:commandButton></td>
                                       </tr>
                                  </table>
                             </h:form>
                        </div>
                         <ui:insert name="footer">
                                    <ui:include src="footer.xhtml"/>
                                 </ui:insert>          
         </h:body>
    </f:view>
    </body>
    </html>header.xhtml is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"
         xmlns:h="http://java.sun.com/jsf/html">
    <body>
         <div id="header-container">
              <div id="header">
                   <div class="left_logo">
                        <h:graphicImage library="images" name="trainings.jpg" width="339"
                             height="120" />
                   </div>
                   <div id="navigation">
                        <ul>
                             <li id="home-nav"><a href="#">JSF Training</a></li>
                             <li id="about-nav"><a href="#">About</a></li>
                        </ul>
                   </div>
                   <div class="clear"></div>
              </div>
         </div>
    </body>
    </html>

  • When i am creating a free iCloud a/c the message is being displayed as"This device is no longer eligible for free iCloud a/c", when i am creating a free iCloud a/c the message is being displayed as"This device is no longer eligible for free iCloud a/c"

    when i am creating a free iCloud a/c the message is being displayed as"This device is no longer eligible for free iCloud a/c", when i am creating a free iCloud a/c the message is being displayed as"This device is no longer eligible for free iCloud a/c"

    There is a limit to how many free accounts that can be created on an iOS device. You will either need to use one that you've already created on it, or create another one on a different device or computer.

  • Prevent that error messages are displayed twice

    Hi All!
    How can I prevent that error messages are displayed twice.
    The FuBa is called at the backend more than one time (at least twice)
    therefore I get every message twice.
    Regards
    sas

    Sas-
    I'm not sure if I understood your problem. Are you saying that you have a service which you call in a loop, and display the error message in the loop as well? If so an option would be to have a [HashMap|http://java.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html] where the key is the error message id, and the value is the error message. In the loop check if the error message id returned by your service already exists in the map and add it only if absent. Then after your loop is complete use the MessageManager to display your consolidated error messages.
    Cheers-
    Atul

  • There is the error message when we run IR8A report

    Hi SAP expert,
    There is the error message when we run IR8A report via T-code PC00_M25_NCT8A, below is the error message
    "Assignment to valuation model is missing for calculation process 25 SGLS
    Message no. HRSEN00107
    Diagnosis
    There is no entry in the assignment table for valuation model and rounding rule (V_T525S) for the return value  for feature SENOR on the key date 07.12.2007 for the selected calculation process 25 SGLS (country grouping, calculation process, process step).
    At least one valuation model must be assigned to each calculation process in view V_T525S.
    Procedure
    Make an entry for this calculation process and return value for feature SENOR in view V_T525S (Assignment of Valuation Model and Rounding Rule).
    I would appreciate you very much if you could advise me how to solve this problem.

    Hi ,
    I am facing the same error like this,
    please let how did you solve this iisue ?
    thakn\s

  • Prevent "We're opening your workbook in Microsof Excel" message from being displayed

    Hi all,
    I have multiple environments with SharePoint solutions installed on them. Almost all of them are working fine except one that has an issue and don't know how to solve it.
    Each time I open an Excel file in Excel Services and then choose to "Edit in Excel", the following message is being displayed and Excel Services do no close automatically as it does on the other environments.
    How can I fix this?
    Thanks,
    Florin

    Did you check this 
    https://social.technet.microsoft.com/Forums/en-US/590617de-629f-413b-8c11-f3cc79e27e7a/excel-2013-error-on-open-were-sorry-but-excel-has-run-into-an-error-that-is-preventing-it-from?forum=officeitpro ?
    Regards,
    Pratik Vyas | SharePoint Consultant |
    http://sharepointpratik.blogspot.com
    Posting is provided AS IS with no warranties, and confers no rights
    Please remember to click Mark As Answer if a post solves your problem or
    Vote As Helpful if it was useful.

  • Error "Multi-level error propagation carried out" when I run a report

    Hi All,
    When I run the report /SAPAPO/CDPS_REPT - Order and Resource Reporting with the below criteria I getting error "Multi-level error propagation carried out"
    Planning Version - Simulation Version XXX
    Evaluation Start - 05/03/2011
    Evaluation End - 12/31/2013
    Evaluation List - Extended Operation List
    I do not get error when I run the report with selection as Active version 000 and Evaluation List as Order List, Operation List.
    I have tried by ruuning Live cache consistancy check, but the issue is not fixed
    Please help me to resolve this issue
    Thanks & Regards,
    Rajkumar

    Hi Jack,
    Please do post the server log file here so that we can try and find a solution for the problem you are facing.
    I had a problem a while ago with the app server too. While trying to run an application, after a few times, it would give me an error message saying the Application Server cannot be started. I rebooted my machine and thankfully it worked again. Just try this too and see if it works.
    If it doesnt we can go through the server log and try to identify the cause of the problem.
    Cheers :-)

  • During an update of the applications on the BlackBerry smartphone an error message may be displayed "BlackBerry Desktop Software failed to validate your BlackBerry device update - Aborting install due to validation failure. Some packages contained unsatis

    I have reset both my torch and playbook back to original only thing that I kept was my contact. And still problems I am a few min away from leave my loved blackberry and going android !! Or heaven help us Phone
    Issues 1) playbook wont connect to desktop manager anymore 
    2) Play book has 2 calendar icons with two different settings on them ??? I have one that is currently working with my yahoo email and calendar account. 
    3) my Phone when connected to desk top software shows the calendar as read only
    4) Unable to update my phone says During an update of the applications on the BlackBerry® smartphone an error message may be displayed "BlackBerry Desktop Software failed to validate your BlackBerry device update - Aborting install due to validation failure. Some packages contained unsatisfactory dependencies." 
    I just want my email and Calendars to work I am tried of spending nights trying to get these deices working !!! 
    someone please help me. !! 
    I know you are going to ask I have updated everything last time and it is all as update as it can get. 
    As for now as I wait I am going to wipe my phone again and just set everything up again !! If I have to even my contacts AHHHH Help I am starting to think crazy thoughts 

    Did you try to eboot the your PC or laptop where your device is connected ?
    I experienced this with my windows laptop, after a failed to do an update, I restart the laptop and my Torch, then retried, and it's worked

Maybe you are looking for