Jsp stops before jbo:DataScroller on Tomcat 4.1.18

We are currently installing a web app for one of our customers and are having a few problems. Any help would be greatly appreciated. The app has been developed with JDeveloper 9.0.3 and I am attempting to get the war file we have deployed to work with Apache Tomcat version 4.1.18 and Java 2 SDK, SE v1.4.0_01
The root of the problem I am having at the moment is that none of the jsp's with jbo:DataTable / jbo:DataScroller's on them are working on the Tomcat. They are working perfectly fine on the OC4J embedded server and I have used the same war file on a machine with Apache Tomcat v4.0.4 and the same version of Java 2 SDK and it works fine.
When I request one of these jsp's what I get back is the contents of the page up to the DataScroller and at this point it appears to stop rendering. When I view source when the task bar says 'Done', the html stops abruptly just at the point it should have started dealing with the DataScroller ! No errors are displayed, just an empty space where the DataTable should be.
In the Tomcat logs I have found the following jboException :
Only one of the two parameters target or targetParam should be defined. I think this applies to the DataScroller but it doesn't make any sense to me !
What does anyone think ? I uninstalled Tomcat 4.0.4 and Java 2 SDK from the machine I am working with and started again from scratch with Tomcat 4.1 so that Tomcat can be installed as an NT Service.
I keep messing around with this but don't seem to be getting anywhere. The problem is as well, that one of my colleagues is installing this tomorrow ! Everything had been tested and was working fine until our customer requested today that they would like to run Tomcat as a service (which is a perfectly reasonable request in my opinion) so this is the point at which I started trying to get it running with version 4.1 (as a service).
Tomcat 4.0.4 and 4.1.18 support the same standards of Servlets and JSP's as far as I am aware ? Could it be something to do with tag libraries ?
Please can someone help, as my colleague will be with the customer again in about 7 hours !
Thanks in advance for any help
Regards,
Joe Mellors

By the way, the full call stack for the error I quoted is :
StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Only one of the two parameters target or targetParam should be defined.
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
     at java.lang.Thread.run(Thread.java:536)
----- Root Cause -----
javax.servlet.ServletException: Only one of the two parameters target or targetParam should be defined.
     at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:530)
     at org.apache.jsp.dt_jsp._jspService(dt_jsp.java:161)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:204)
     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)

Similar Messages

  • JSP stops loading in IE and does not display in NS

    I am running several JSP pages on Tomcat 4. The pages make one query to an Oracle 8i database that returns about 70 records. I display some text from each record using a loop.
    For some reason, the page just stops loading. IE displays some of the HTML, then stops at some point and displays the underlying HTML code. NS does not load the page at all (probably since the JSP stops loading before it can reach the closing </hmtl> tag).
    I have tried flushing the cache manually. I have also tried autoflushing the cache and adjusting the cache size (all the way down to zero).
    The page was loading fine until I deleted some records from the underlying database. Then the problem started occurring. It is only on one or two pages and on no other JSP pages. Even pages with nearly identical code work fine.
    Is this some type of fluke? I have run into this error before, but somehow miracluously, the pages would start working again. I thought perhaps it was a problem with Tomcat, but I am not sure.
    Any suggestions?
    Thanks!

    For some reason, the page just stops loading. IE
    displays some of the HTML, then stops at some point
    and displays the underlying HTML code. NS does not
    load the page at all (probably since the JSP stops
    loading before it can reach the closing </hmtl> tag).In my experience, if a page does not display completely,
    or if it displays the underlying HTML, then there is probably
    something wrong in the HTML itself. The culprit is usually
    a missing ending tag or some error like an unterminated
    string.
    The easiest way to check this is to run the JSP. Then select
    "view source" from the menu and save the source code to a new
    html file. You can edit the html file and see what went wrong.

  • Backup stopped before completing. The process cannot access the file because it is being used by another process

    I am working with a client who is attempting to backup to a NAS device 
    The device is a linksys NSS6000 (Cisco device).
    It’s a dual 1Gbit LAN device that supports CIFS / FTP and NFS transfers. It has only 1Gbit lan connected.
    The device has 4 *  500 gb sata drives in raid 1  attached.
    Cables go from cat 5 to fiber back to cat5. (The NAS  is located at a neighboring office) The switches are 1gbit.
    Server is a win2k8r1 fully up to date.
    When backing up to the NAS device, the following error occurs:
    Running backup of volume Local Disk(D:), copied (86%).
    Running backup of volume Local Disk(D:), copied (90%).
    Running backup of volume Local Disk(D:), copied (94%).
    Running backup of volume Local Disk(D:), copied (98%).
    Backup of volume Local Disk(D:) completed successfully.
    Backup stopped before completing.
    Summary of backup:
    Backup stopped before completing.
    The process cannot access the file because it is being used by another process.
    If we redirect the backup to a folder on a 2008 share, the backup completes successfully.
    Only when backing up to the linksys NSS6000 does the error occur.
    No other backup processes are writing to the NAS device so I can't understand why the process thinks the file is
    being used by another process.
    One thing we did notice that when the backup to the NAS device occurs, throughput is about 150 mbit average
    On the 2008 server shares we successfully backup to, the through put is 500 mbit.  Not sure if that is important, but
    might be worth mentioning.
    The following event log entry was noted at the end of the backup.
    The description for Event ID '519' in Source 'Microsoft-Windows-Backup' cannot be found. 
    The local computer may not have the necessary registry information or message DLL files to display the message,
    or you may not have permission to access them.  The following information is part of the
    event:'2009-05-12T10:13:31.617Z', '', '2147942432', '%%2147942432'
    Any ideas?
    Thanks..Michael

    I am also seeing the same problem backing up nightly to a brand new NAS device (WD My Book Live)
    All the error codes are the same as those in this thread.
    From Windows Event Viewer:
    The backup operation that started at '‎2011‎-‎03‎-‎25T06:00:19.811302700Z' has failed with following error code '2147942432' (The process cannot access the file because it is being used by another process.). Please review the event details
    for a solution, and then rerun the backup operation once the issue is resolved.
    Fault bucket 659897467, type 5
    Event Name: WindowsBackupFailure
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: Backup
    P2: 6.1.7600
    P3: 0x80070020
    P4: 7
    P5:
    P6:
    P7:
    P8:
    P9:
    P10:
    Attached files:
    C:\Windows\Logs\WindowsBackup\WindowsBackup.1.etl
    These files may be available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_Backup_6957d65de91fc4a853ecc7c78914bf7351fff0d1_14578325
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: dd480bf2-56a6-11e0-ae81-00217099bf56
    Report Status: 0
    From Report.wer  in  C:\ProgramData\Microsoft\Windows\WER\ReportArchive\NonCritical_Backup_6957d65de91fc4a853ecc7c78914bf7351fff0d1_14578325
    Version=1
    EventType=WindowsBackupFailure
    EventTime=129455071508181139
    Consent=1
    UploadTime=129455071508201140
    ReportIdentifier=dd480bf2-56a6-11e0-ae81-00217099bf56
    Response.BucketId=659897467
    Response.BucketTable=5
    Response.type=4
    Sig[0].Name=Operation
    Sig[0].Value=Backup
    Sig[1].Name=AppVer
    Sig[1].Value=6.1.7600
    Sig[2].Name=HRESULT
    Sig[2].Value=0x80070020
    Sig[3].Name=TargetType
    Sig[3].Value=7
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7600.2.0.0.256.48
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=1033
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    State[1].Key=DataRequest
    State[1].Value=Bucket=659897467/nBucketTable=5/nResponse=1/n
    FriendlyEventName=WindowsBackupFailure
    ConsentKey=WindowsBackupFailure
    AppName=Windows host process (Rundll32)
    AppPath=C:\Windows\System32\rundll32.exe
    ReportDescription=Windows Backup failure

  • Itunes and Ipod Classic stop before song ends after transfer to new computer

    I purchased a new Windows 7 computer and transferred my library from my XP computer.
    I restored my library and all seemed well with the world.
    I synched my IPod classic 120GB with over 8000 songs.
    I was listening to the IPOD on my docking station when I started noticing that songs would just stop before the end of the song.
    I thought my 120GB Ipod was dying, so I purchased a new 160GB.
    The problem continued.
    I then listened to them on the new computer in Itunes and they did not completely stop, they just skipped to the next track at the same place as it froze on my IPOD.
    I listened to the same song on my old computer through Itunes and it played correctly.
    I have do not have the Itunes Match and the songs that I currently know that have the problem were purchased on Itunes.
    Any suggestions as how to resolve the issue?

    I would try copying over the tracks from your XP computer again as the files from the first transfer may be corrupted.
    B-rock

  • Hp j4680 all-in-one printer stops before printing is completed

    Ever since windows 8.1 downloaded to my computer I've lost my scanner and have problems printing.  It stops before printing is completed and now it won't print at all.  I've tried going to H.P. to help but it now says that no printer is found.  What can I do?

    Hi,
    First follow this tool by selecting fix printing:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-141412-1&cc=us&dlc=en&lc=en...
    Be sure to clarify how the printer is connected to your PC, what HP software has been installed and what security program have been installed.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • TS1538 download of restore/recovery stops before completion,saying it is password protected

    Forgot password and wanted to do a recovery. I followed the recommended steps but download of restore/recovery stops before completion,saying it is password protected.

    Recovery Mode
    1. Disconnect the USB cable from the device, but leave the other end of the cable connected to your computer's USB port.
    2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the red slider appears, then slide the slider. Wait for the device to turn off.
    3.While pressing and holding the Home button, reconnect the USB cable to the device. The device should turn on.
    4. Continue holding the Home button until you see the "Connect to iTunes" screen. When this screen appears, release the Home button. iTunes should alert you that it has detected a device in recovery mode. Click OK, and then click Restore to restore the device.
    Note: Data will be lost. You may have to repeat the above many times.

  • ITunes downloaded movies, sound stops before end of movie.

    Sound stops before  end of my downloaded iTunes movies. I must stop the movie and start it again to get all the sound.

    I am having the same problem and there does not seem to be an answer. How do we get our money back for the rental? It's not the $4 but the principle ... Don't sell a product that does not work.

  • 1.how can I interpret meaning of TARGET  STATE   in output of command crsctl stat res -t  2. what exactly is nodeapps and why it need to be stopped before any maintenanace activity.

    I have two question requesting from the Gurus.
    1.how can I interpret meaning of TARGET  STATE   in output of command crsctl stat res -t  2. what exactly is nodeapps and why it need to be stopped before any maintenance activity. 

    I'd tried deleting my user preferences before, and it didn't seem to help. However, I tried again, and also removed the couple of actions I'd had in ~/Library/Automator. Success! Just for good measure, I tried putting the actions back and restoring the old preferences file, and everything still worked. Huh. But that's the nature of these things, I guess. At least it works now, thanks!

  • Network stops before network shares are unmounted (fstab)

    Hi,
    I use fstab to set up my network shares. In my rc.conf I have "network" then "netfs". When shutting down, the network is stopped before the shares are unmounted so the system never shuts down; it just hangs trying to unmount them.
    Is there another/better way to specify network shares or a fix for this issue?
    Thanks

    Hi,
    I think my solution is better for mobile computers that are not always connecting to the same network: using networkmanager you can make a 'dispatcher'-script that only loads after connecting to a specified network. There are examples on the wiki.
    This way, my laptop is not trying to connect to my home NFS-shares when I connect to my parents' network, which could be a security risk.

  • Song stops before finishing playing in ITunes and skips to next song

    I'm using ITunes on a Windows Vista 64-bit system. Occasionally, when a song is playing, it will stop before it finishes and skip to the next song. It seems to only happen with certain songs though. Very strange. Didn't happen in the past. Is it a bug in Itunes? Any ideas??

    This is really getting annoying. I'm on the verge of giving up on iTunes, or at least giving up on iTunes 8. The first rule of business is to make it easy for your customers to give you money. iTunes Store is a classic example of that. The second rule of business is not to p*ss off your customers. Looks like Apple is falling down on this one.
    New information since my last rant. I have another computer running iTunes 7.6.0.29. Songs that do not play to completion on iTunes 8, play just fine on this older version of iTunes.
    Worse, this problem has infected my wife's iPod. Songs that iTunes 8 does not finish playing also do not finish playing on my wife's iPod Classic (Model MB029LL, Version 1.1.2 PC). The same bug appears to be in newer iPod software.
    I have an old 20GB iPod Click Wheel (Version 3.1.1). The same song that fails to play properly on iTunes and the iPod Classic plays just fine on my iPod Click Wheel.
    This problem (at least my problem) is obviously a regression. Apple please fix it!

  • Whenever i download files, many times it stops before downloading completely and i have to restart the process by visiting the site.

    Whenever i download files, many times it stops before downloading completely and i have to restart the process by visiting the site. Suppose the file is 20 mbs, but it downloads only 2-3 mbs, reports that download is complete, but its just a part of that.

    It is possible that your anti-virus software is corrupting the downloaded files or otherwise interfering with downloading files by Firefox.
    Try to disable the real-time (live) scanning of files in your anti-virus software temporarily to see if that makes downloading work.
    See "Disable virus scanning in Firefox preferences - Windows"
    * http://kb.mozillazine.org/Unable_to_save_or_download_files

  • All most downloaded but stops before complete, with wiindows error 206

    all most down loaded, but stops before complete windows error 206

    Stewart
    This forum is for questions regarding the LabVIEW Datalogging and Supervisory Control Module. You will have more luck posting this question in the general LabVIEW forum.
    Good luck

  • Songs are stopping before they are finished

    My songs are stopping before they are finished playing. Using a PC.  Help.

    I have the same problem with a couple of songs I've just bought on itunes

  • Stops before song ends

    Hello, Hope someone can help. I have an iPod Classic 30GB. About a month ago it started stopping before a song ended, ie the song would be playing and about 1 minute from the end it would stop. Sometimes it would just stop and go on to the next song, sometimes it would stop and just freeze up. I did a restore, same thing happens but more frequently. I experimented a bit and deleted all instances of a "stopped" song, repurchased it, resynced the iPod....that particular song now plays all the way through. What is going on? Are the song files corrupting? Am I going to eventually have to repurchase all my songs? And and all advice appreciated!!!
    Mary

    Not sure what is happening exactly, but it could be early signs of a dying hard drive.
    Try and do a disk diagnostic as described by turingtest2.  The post also explains what each of the numbers mean.
    https://discussions.apple.com/thread/3784647?start=0&tstart=0
    B-rock

  • HT1657 i rent a movie and stop before the end how i can fix this

    i rent a movie but stops before the end how do i fix this

    Welcome to the Apple Community.
    Has the rental fully downloaded in iTunes.

Maybe you are looking for

  • All itunes data gone...can I reload from Time Machine and external HD

    Okay, so maybe I was the stupid one and deleted all of my ITunes library....don't yell, I just wanted to free up some HD space... Fortunately I use Time Machine and an external HD to back everything up..can I reload my Itunes library from Time Machin

  • Need to enter WPA key every time i re-connect?

    I have a small network of one wired PC, one wireless PC and a wireless laptop. I messed something up while trying to add our new itouch to the network and now, the laptop is asking for the WPA key every time it re-connects. As of right now, the wired

  • IPod 4g wont turn on.

    My iPod 4G wont turn on for some reason. I was recently play a game with my friend (Finger foos if it matters), and I sent it on my counter to take out the trash. When I came back my iPod screen was black so I assumed it went into idle/sleep mode. Wh

  • MRBR release invoices automatically quantity variance

    For a purchase order item there are several good receipts and several invoices. Although the quantity of the goods receipt is smaller than the quantity invoiced, the quantity of goods received is bigger than the first invoice. So the first invoice sh

  • Aperture 3.3 update my Aperture is running so slow and sticky

    As per my header..Its driving me crazy. Anyone else experiencing problems? I am running 10.7.4 Thanks Tahir