BC4J / Tomcat error is back!?!?

Hi all,
Once I encountered the following problem with BC4J using Tomcat:
Error Message: Only one of the two parameters target or targetParam should be defined.
The solution was changing the enablePooling property to false (in the web.xml). Now, I upgraded Tomcat to 4.1.27 and now the problem is back. Changing the property again does not make any difference. Does anyone know (another) solution for this?
Thanks...Hans

Part of my web.xml which I changed:
<!-- The JSP page compiler and execution servlet, which is the mechanism -->
<!-- used by Tomcat to support JSP pages. Traditionally, this servlet -->
<!-- is mapped to URL patterh "*.jsp". This servlet supports the -->
<!-- following initialization parameters (default values are in square -->
<!-- brackets): -->
<!-- -->
<!-- checkInterval If development is false and reloading is true, -->
<!-- background compiles are enabled. checkInterval -->
<!-- is the time in seconds between checks to see -->
<!-- if a JSP page needs to be recompiled. [300] -->
<!-- -->
<!-- compiler Which compiler Ant should use to compile JSP -->
<!-- pages. See the Ant documenation for more -->
<!-- information. [javac] -->
<!-- -->
<!-- classdebuginfo Should the class file be compiled with -->
<!-- debugging information? [true] -->
<!-- -->
<!-- classpath What class path should I use while compiling -->
<!-- generated servlets? [Created dynamically      -->
  <!--                       based on the current web application] -->
<!-- -->
<!-- development Is Jasper used in development mode (will check -->
<!-- for JSP modification on every access)? [true] -->
<!-- -->
<!-- enablePooling Determines whether tag handler pooling is -->
<!-- enabled [true] -->
<!-- -->
<!-- ieClassId The class-id value to be sent to Internet -->
<!-- Explorer when using <jsp:plugin> tags. -->
<!-- [clsid:8AD9C840-044E-11D1-B3E9-00805F499D93] -->
<!-- -->
<!-- fork Tell Ant to fork compiles of JSP pages so that -->
<!-- a separate JVM is used for JSP page compiles -->
<!-- from the one Tomcat is running in. [true] -->
<!-- -->
<!-- javaEncoding Java file encoding to use for generating java -->
<!-- source files. [UTF8] -->
<!-- -->
<!-- keepgenerated Should we keep the generated Java source code -->
<!-- for each page instead of deleting it? [true] -->
<!-- -->
<!-- largefile Should we store the static content of JSP -->
<!-- pages in external data files, to reduce the -->
<!-- size of the generated servlets? [false] -->
<!-- -->
<!-- logVerbosityLevel The level of detailed messages to be produced -->
<!-- by this servlet. Increasing levels cause the -->
<!-- generation of more messages. Valid values are -->
<!-- FATAL, ERROR, WARNING, INFORMATION, and DEBUG. -->
<!-- [WARNING] -->
<!-- -->
<!-- mappedfile Should we generate static content with one -->
<!-- print statement per input line, to ease -->
<!-- debugging? [false] -->
<!-- -->
<!-- reloading Should Jasper check for modified JSPs? [true] -->
<!-- -->
<!-- scratchdir What scratch directory should we use when -->
<!-- compiling JSP pages? [default work directory  -->
  <!--                       for the current web application] -->
<!-- -->
<!-- If you wish to use Jikes to compile JSP pages: -->
<!-- Set the init parameter "compiler" to "jikes". Define -->
<!-- the property "-Dbuild.compiler.emacs=true" when starting Tomcat -->
<!-- by adding the above to your CATALINA_OPTS environment variable. -->
<!-- If you get an error reporting that jikes can't use UTF8 encoding, -->
<!-- try setting the init parameter "javaEncoding" to "ISO-8859-1". -->
<servlet>
<servlet-name>jsp</servlet-name>
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
<init-param>
<param-name>enablePooling</param-name>
<param-value>false</param-value>
</init-param>
<init-param>
<param-name>logVerbosityLevel</param-name>
<param-value>WARNING</param-value>
</init-param>
<init-param>
<param-name>fork</param-name>
<param-value>false</param-value>
</init-param>
<load-on-startup>3</load-on-startup>
</servlet>
<!-- Server Side Includes processing servlet, which processes SSI -->
<!-- directives in HTML pages consistent with similar support in web -->
<!-- servers like Apache. Traditionally, this servlet is mapped to -->
<!-- URL pattern "*.shtml". This servlet supports the following -->
<!-- initialization parameters (default values are in square brackets): -->
<!-- -->
PS. Sorry for late response, but email notification of this forum doesn't work sometimes...

Similar Messages

  • Tomcat error when posting on netpro

    Is there a way to make that tomcat error go away?
    (when I post I get an error, then I have to go back to the post and edit it to put in the actual text of the post and it sticks.)
    Just like I had to do on this one.

    I've seen this happening since years.
    Since it never happened to me, I've always thought it is actually related to the client or network connection
    Altough, I must agree that nothing in theory should cause a post to appear without an author. Unfortunately it seem the forum software here isn't what you call top notch.

  • TS4585 When I am restoring backup data for my iPhone 4 in the end of back up restore it show error message " back up can't be restored" , please advice what I can do to restore my backup

    When I am restoring backup data for my iPhone 4 in the end of back up restore it show error message " back up can't be restored" , please advice what I can do to restore my backup

    That usually means that there is something wrong with the backup and it cannot be used.  You can try restoring the backup again, but if you continue to get the same message all you can do is restore to a different backup, if you have one.

  • How to get error information back from Office Web Apps server?

    I'm developing a web application with an embedded Word iframe that interfaces with an Office Web Apps server; I am trying to implement the MS-FSSHTTPB protocol for my WOPI server.
    More details here. When I send a bad response back to the OWA server it stops making requests to the WOPI server and sends the following error message back to the browser client: "Sorry, there was a problem and we can't open this document. If this
    happens again, try opening the document in Microsoft Word."
    Is there a way I can get additional information about what went wrong so that I can correct it?

    Yes, this is closely related to SharePoint.
    I'm trying to embed a Word editor in our web app. The Word iframe is served from the OWA server. It typically communicates with a SharePoint server to receive information about the document its trying to display.
    I'm trying to implement the SharePoint portion. The servers communicate via the MS-FSSHTTPB protocol (among others) which I'm struggling to implement. When I send a response to the OWA server that it doesn't like then it stops replying. I'm wondering how
    I can retrieve the exact error the occurred.
    I believe I originally posted this question to Open Specifications  >  SharePoint Server Protocols.

  • Error in back routing Error in communication channel

    Hi Friends,
      I am sending the Idoc from ECC250 to ECC150 using XI, whenever I am sending the Idoc, I got this error Error in back routing Error in communication channel in SXMB_MONI.
    In IDX2 also I got this error I:000.
    Please suggest me how to resolve this issue.
    Regards,
    Shalini Shah

    Did you cross checked all the configurations are in Place.?
    I understand that the idoc has been received from ECC250 ,Are able to see the payload (i.e idoc )
    in SXMB_MONI ?
    IS configuration steps like
    Receiver determination,
    Interface determination
    are correct?
    Rajesh

  • Passing JDBC adapter error message back to SOAP fault message

    I have a JDBC adapter that is returning an error in the response message:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'SAPINS' (structure 'StatementName1'): java.sql.SQLException: ORA-01843: not a valid month ORA-06512: at "SAP.SAPINS", line 129 ORA-06512: at line 1</SAP:AdditionalText>
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I would like to pass the error message back to the fault section of a SOAP adapter.
    Is there an easy way to do this using fault messages, or is there some other way to do this?
    BR,
    Tony.

    HI,
    DId you install JDBC driver ?
    If not check this guide-https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10
    Thread-
    Legacy_XI_MySQL
    Regards,
    Moorthy

  • Tomcat error in DFM 3.0.5

    Hi,
    On a LMS 3.0.1, DFM 3.0.5, I've got a Tomcat error, when I want to see the "Alerts and Activity" (see attachement)
    Trying to solve the problem, i've made several try:
    1. I purged the dfm database (CSCOpx/bin/dbRestoreOrig.pl dsn=dfmInv dmprefix=INV, CSCOpx/bin/dbRestoreOrig.pl dsn=dfmFh dmprefix=FH,
    CSCOpx/bin/dbRestoreOrig.pl dsn=dfmEpm dmprefix=EPM)
    2. Import devices from DCR (almost 400 devices). I can see all the devices in "Device Management/Device summary"
    3. re-install DFM 3.0.5
    and this doesn't solve the problem
    I attach the "pdshow", if it can help.
    Which log file can help you ?
    thanks

    I add:
    As the post (https://supportforums.cisco.com/message/1328737#1328737), I do this:
    "NMSROOT/objects/db/win32/dbsrv9 -f NMSROOT/databases/dfmEpm/dfmEpm.db"
    and restore the database by
    "NMSROOT/bin/perl NMSROOT/bin/dbRestoreOrig.pl dsn=epm dmprefix=EPM"
    in attachement, the new pdshow (the EPMDbEngine is started, but the EPMServer is down)
    And still "tomcat error"...
    If you have an idea...

  • Icloud is not backing up on my Ipad and Iphone. i also tried conneting to the computer to back it up and i get the following error message back up could not be completed beacause a session could not be started. also photo stream is not updating either.

    icloud is not backing up on my Ipad and Iphone. i also tried conneting to the computer to back it up and i get the following error message back up could not be completed beacause a session could not be started. also photo stream is not updating either on both devices

    Curretly, there is an iCloud blackout.  It started this morning around 2AM California time (Pacific), 5AM New York (Eastern).  A lot of people have been having issues all day, including me.  No iCloud services are online.  Even Find My iPhone is down.

  • Tomcat error:" It is not available the ServletAction"  and jars not found

    Hi,
    I am deploying an application using Ant from MyEclipse IDE.
    When I deploy the application with the Ant, it says to me that the application has successfully deployed. I go to webaapps directory and I can see into that it how the application has been deployed with its WAR.
    But when I try to excute the application, Tomcat gives me the following error:
    Message: It is not available the Servlet Action
    Description: The request resource (It doesn`t available the ServletAction) is not available.
    If I go to Apache Tomcat`s stdout log I can see two warnings:
    WARN: No appends could be found for logger (org.apache.commons.beanutils.Convertutils)
    WARN: Please initialize the log4j system properly
    But, If I go to the Java Build path of the application I can verify how I have added the commons.beanutils.jar and log4j.jar .
    I don`t know why it doesn´t run and I am stuck.
    I would be very grateful somebody could help me to solve this problem.
    Regards

    The logging doesn't need to be set up properly for the web app to function, usually. The more critical point is the error message from Tomcat about the Servlet Action. Is that the exact error message? I'm just asking because I've never seen a Tomcat error written like that. Could you post the exact message.. Are you using Struts? And where are you seeing the Tomcat error message? Is it appearing in the console or in one of the logs or in the browser?
    My guess is you have a jar missing from your classpath but I can't tell from what you've posted.

  • 261 error when backing up just purchases

    261 error when backing up just purchases I should not be getting this error if the problem is with playlist with the wrong characters in them, I am backing up just purchases.
    Thanks In advance Krisal
    Gateway Pentium 4   Windows XP   Using DVD and CD

    Help! I received the same error.
    Acer laptop   Windows Vista   1 GB RAM

  • "IPSECcard: an error coming back 0x007F" error on Cisco 7206vxr router having SA-VAM2+

    Hi,
    I am getting "IPSECcard: an error coming back 0x007F" error on Cisco 7206vxr router having SA-VAM2+ having IOS c7200-jk9s-mz.124-19.bin & NPE-G1
    The Configuration is like below
    crypto isakmp policy 1
    encr 3des
    hash md5
    authentication pre-share
    group 2
    lifetime 28800
    crypto ipsec transform-set kotakbank esp-3des esp-md5-hmac
    crypto ipsec df-bit clear
    Impact: After getting this error, the VPN tunnels are impacted.
    Can any one tell us the solution ?.
    Thanks...Pramod.

    Upon replacing SA-VAM2+ issue got resolved... Thanks..

  • Tomcat error message help

    I am trying to get the sample file upload from orielly to work. I did not anything from the sample java classes (except the file location repository) and I get the following tomcat error message:
    org.apache.jasper.JasperException
         org.apache.jasper.runtime.JspRuntimeLibrary.handleSetProperty(JspRuntimeLibrary.java:711)
         org.apache.jsp.upload_005f1_jsp._jspService(upload_005f1_jsp.java:56)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:311)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:301)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:248)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:856)JSP:
    <jsp:useBean id="uploader" class="com.jspservletcookbook.UploadBean" />
    <jsp:setProperty name="uploader" property="dir"
        value="<%=application.getInitParameter(\"ROOT\")%>" />
    <jsp:setProperty name="uploader" property="req"  value="<%= request %>" />
    <html>
    <head><title>file uploads</title></head>
    <body>
    <h2>Here is information about the uploaded files</h2>
    <jsp:getProperty name="uploader" property="uploadedFiles" />
    </body>
    </html>HTML
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
         <title>Please Choose The File</title>
    </head>
    <body bgcolor="#ffffff">
    <table border="0"><tr>
    <!-- /home/servlet/com.jspservletcookbook.UploadServlet -->
    <form action="upload_1.jsp" method="post" enctype="multipart/form-data">
    <td valign="top"><strong>Please choose your document:</strong><br></td>
    <td><input type="file" name="file1"><br><br>
    </td></tr>
    <tr><td><input type="submit" value="Upload"></td></tr>
    </form>
    </table>
    </body>
    </html>

    just a guess, there is an error in the way you are setting the property (hence the handleSetProperty method that threw the error.
    as you amy be newer, a good way to debug a jsp from tomcat that is giving odd errors on the page is to view the java source code that tomcat generated from your jsp. look in the work directory, and paw around a bit, and you will find a file called upload_005f1_jsp.java. That is the java servlet tomcat made you rjsp into. look in that file, and you'll see on line 56 the exception was either caught or thrown. then look for the property that it tried to set just above it. that is the property that tomcat got mad about. (either a mispelling on your part, or their docs are wrong - altered api perhaps? ) Anyway, if you continue to get frustrated with the orielly classes, look at commons-uploader from jakarta. It is a wonderful file upload library, and I have used it a lot in several struts apps.

  • Renamed secondary site accidentally,communication error-set back to old name. try to retry secondary site install Error:

    Renamed secondary site accidentally,communication error-set back to old name. try to retry secondary site install Error: site system role or site server role already installed.
    However i have removed SQL express and also deleted registry entery from HKLM/MICROSOFT/SOFTWARE/SMS. I am trying to remove system center configuration secondary site setup from control panel and its not letting me to do so.
    Please advice. Your help will be appreciated.
    Reagrds,
    Amit singh

    It sounds like you've broke everything you could find.... Not sure how you can accidently rename a server, or why you would remove all settings manually first without using the setup (from the control panel).
    If that specific server is only used for ConfigMgr I wouldn't spend to much time on it anymore and simply reinstall the server and than reinstall the site.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • I was updating my iPad 2 to the latest version, I have never updated before. It was done downloading and was backing up. Error in backing up (-5000). I tried restarting, no help. Someone please help.

    I was updating my iPad 2 to the latest version, I have never updated before. It was done downloading and was backing up. Error in backing up (-5000). I tried restarting, no help. Someone please help.

    Many thanks b Noir
    This is a copy of ONEof the keys  in the registry I changed  as told by Apple support today. I also have changed others as instructed by GEAR  software support to manually delete GEAR drivers (that I had installed but couldn't delete some of the others  they mentioned from Windows system 32. Then some bright spark at work told me I need the Gear drivers so  I downloaded the software and installed again.
    Sorry, just this minute went to insert image  and it is giving me a message saying this sort of content  is not allowed?.
    The most recent key I altered is in: HKey _local _machine. System\class - 4D36E965-E325-11CEBFC1-08002BE10318. Upper Filter data: Upper filter NTIDrvr  SiRem GEARAspiWDN.
    The GEARsoftware info about manually deleting  GEAR drive is from:
    http://www.gearsoftware.com/wiki/index.php?title=DRIVERS:_Windows_-_Updating%2C_ removing%2C_64_bit_versions%2C_etc
    I hope you can help

  • How do I turn error reporting back on?

    A while ago I had to get a replacement phone from Apple and while setting it up for the first time, I accidentally turned error reporting off.
    I would like error reporting back on, but I don't see anyway to toggle it back on.
    Thanks.

    Assuming you mean the dialog that pops up when you connect the iPhone, and prompts you send diagnostic information (i.e. crash reports) to Apple, you can reset that function with the iPhone connected and showing in the devices list of iTunes - secondary-click (ctrl-click or right-click) on the iPhone and select Reset Warnings.

Maybe you are looking for

  • Slow Mac Pro

    We have a MacPro 3,1 Dual quad core , with 6 gig of memory. The start up takes about 9 minutes.  I understand that it is probably becuase the computer is trying to load some old software package.  I have unintalled anything that looks suspicious, but

  • I am not able to burn a cd from a video file.

    I Mac OSXIC .6X I am not able to burn a cd from a video file. Here is the message that I get : " the disc can't be burned because the Device failed to calibrate the laser power level for this media ." Can anybody help? Thanks .

  • I have 2 accounts and want to delete/remove one.  How do I do this?

    I have 2 accounts and want to delete/remove one.  How do I do this?

  • Deploy Office 2010 pro without XP SP3

    So I'm in an environment where a large portion of the fleet is still running XP SP2. Pushing Office 2010 out before particular things like WSUS are fixed so we would like to avoid upgrading to SP3 at all costs, as the business is riding us hard for a

  • Problem in IDOC/WF

    Hi All, We have a scenario in which we need to trigger a workflow as Outbound Idoc fails; we are facing the problem in capturing the IDOC details in the workflow container, if we associate our workflow in T-code WE46 with error code EDIO, But if we a