Could anyone tell me how to slove this error?

Here is the error message log:
2004-11-10 15:22:41 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: cs480.DBconn.reg(Ljava/lang/String;)Z
     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
     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:256)
     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.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:2422)
     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:171)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
     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:199)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
     at java.lang.Thread.run(Thread.java:534)
----- Root Cause -----
javax.servlet.ServletException: cs480.DBconn.reg(Ljava/lang/String;)Z
     at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
     at org.apache.jsp.addStudent_jsp._jspService(addStudent_jsp.java:239)
     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:210)
     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:256)
     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.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:2422)
     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:171)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
     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:199)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:700)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:584)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
     at java.lang.Thread.run(Thread.java:534)
I have tried to changed the name of the function, but seem like it wont regonized it anyways... why it happened?

whatz this
reg(String, String)
but the same code worked yesterdaywhat have u done to it since yesterday
what ru trying to do in that jsp? post that jsp code
IBngdMiHdButCanotUndrstndAnyThing...

Similar Messages

  • Can anyone tell me how to fix this error I am receiving: LabView: File not found. VI "Mobile Display.vi" was stopped at unknown " " at a call to "Mobile Display.vi"?

    Can someone help me please? I am receiving this error everytime I attempt to execute my application:
    LabView: File not found. The file might have been moved or deleted, or the file path might be incorrectly formated for the operating system. For example, use \ as path separators on Windows, : on Mac OS, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    VI "Mobile Display.vi" was stopped at unknown " " at a call to "Mobile Display.vi"
    Attachments:
    labview error.jpg ‏176 KB

    We cannot help without additional information:
    Are you running your code
    ...in the development system?
    ...as a standalone application?
    ...deployed to an embedded target?
    If it is a built application, do you explicitly include dynamically called VIs in the build specification?
    Who wrote the program? Do you have access to the code?
    How is this VI called? Is there sufficient error handling?
    Do you manipulate paths as strings or as proper path datatypes with the strip path/build path primitives etc.?
    Is it running on the same OS used to develop it ...
    LabVIEW Champion . Do more with less code and in less time .

  • Why do spaces appear in Japanese sentences in received messages which do not appear in writing them? Could anyone tell me how to prevent this occurrence?

    Here is an example. Can you see spaces inserted which I have not put in writing?
    あああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ ああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああああ あああああああああああああああああああああああああああ

    I see the problem, but I have no idea really. Except to say if it appears in this forum it is a core issue as it affects both Thunderbird and Firefox.
    Perhaps you should try a Japanese forum http://forums.mozillazine.jp/viewforum.php?f=3
    At least they will be familiar with the language and hopefully the oddities of formatting in it.

  • Could anyone tell me how many discs are suppose to come in this 10.4 Tiger Box?

    Could anyone tell me how many discs are suppose to come in this 10.4 Tiger Box? I might have bought more than one box at one time and then just combined the discs. I have two black OS X discs that look almost identical with the exception of what looks one disk is 10.4 and the other is 10.4.6.

    One DVD or four CDs depending on what you purchased.
    (67080)

  • HT5639 I have ordered a macbook pro retina 13 with English (US) keyboard. Please could anyone tell me how to change it to an English+arabic layout keyboard?

    I have ordered a macbook pro retina 13 with English (US) keyboard. Please could anyone tell me how to change it to an English+arabic layout keyboard?
    I can order an English+Arabic layout mac keyboard, but I do not where can I go asking for this change?
    I found another solution to change the keys of keyboard one by one, but I dont want to do it myself. I may destroy it. Any solution?

    Cancel your order and re-order one with the desired KB

  • Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    Can someone tell me how to fix this error in 10.4.11 on a G5 Quad Core 2.5GHz Tower...A valid video device could not be found for playback. [-70017]

    That's an error reported from DVD Player I believe...
    kDVDErrorMissingGraphicsDevice = -70017, // A valid graphics device is not available.
    There's some conjecture it has to do with HDCP, or Video Card problems, but the only 2 cures/fixes I found were Software related, one was cured by updating the OS, another by replacing the Video kexts.
    I think this error also shows up if trying to use DVD player in Safe Mode, (too much research isn't good! ).
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware>Graphics/Displays and report like this...
    NVIDIA GeForce 7800GT:
      Chipset Model:          GeForce 7800GT
      Type:          Display
      Bus:          PCI
      Slot:          SLOT-1
      VRAM (Total):          256 MB
      Vendor:          nVIDIA (0x10de)
      Device ID:          0x0092
      Revision ID:          0x00a1
      ROM Revision:          2152.2
      Displays:
    VGA Display:
      Resolution:          1920 x 1080 @ 60 Hz
      Depth:          32-bit Color
      Core Image:          Supported
      Main Display:          Yes
      Mirror:          Off
      Online:          Yes
      Quartz Extreme:          Supported
    Display:
      Status:          No display connected
    Can't think of much to try at the moment, but perhaps reapplying the big 10.4.11 combo, Repair Permissions, & reboot would help, not sure.
    The combo update for PowerPC-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateppc.html

  • My ipad is no longer syncing automatically when I connect to my macbook pro.  Can anyone tell me how to fix this?

    I've had an ipad since late December 2010.
    In the past, it has always automatically synced when I connect it to my macbook pro.
    Now, when i connect it...nothing happens.
    Can anyone tell me how to fix this?

    The first thing to do is to launch iTunes on your Mac. Go to Preferences - under the iTunes heading in the menu at the top. Click on Devices. Make sure that you uncheck the box next to - Prevent iPods, iPhones and iPads from syncing automatically. Quit iTunes and restart your Mac.
    Connect your iPad to the Mac and launch iTunes. Select your iPad under the Devices heading on the left side of iTunes. Then click on the Summary Tab at the top right side of the iTunes window. Put a checkmark (select) in the box next to  - Open iTunes when this iPad is Connected. Make sure that all of the other boxes are checked as you desire according to what you want to sync. Click - Apply - in the lower right corner to sync.
    Disconnect your iPad after syncing. Quit iTunes. Then connect your iPad again and iTunes should launch and sync automatically.

  • I deleted my back up files from my external hard drive and my trash won't empty. I get an error code -22. Can anyone tell me how to fix this?

    I deleted my back up files from my external hard drive and my trash won't empty. I get an error code -22. Can anyone tell me how to fix this?

    JLCruz wrote:
    I deleted my back up files from my external hard drive ...
    If this is related to Time Machine Backups...
    See here  >  Should I delete old backups?  If so, How?
    From Here  >  http://pondini.org/TM/FAQ.html
    If the TRASH still won’t Empty...
    See Here  >  http://pondini.org/TM/E6.html

  • I am using a MacBook Pro and am trying to print double sided copies on the HP Deskjet 3054 that came with it. Can anyone tell me how to do this?

    I am using a MacBook Pro and am trying to print double sided copies on the HP Deskjet 3054 that came with it. Can anyone tell me how to do this? I am a total MacBook nube and can use any help you may offer! Thank you so much.

    How you enable double-sided printing can depend on the applications from whick you wish to print. Example: if I print to my HP PhotoSmart  from Safari, I get this print dialog box:
    (Edit: OOPS! Note that I forgot to switch printers when i took the scene-shots, so ignore the "Brother" reference. It's should look the same for your HP.
    Note the selection labled "Safari" near the bottom. If I change that form "safari to "Layout: I get this:
    Note the option for two-sided printing appears for your selection. If I print from Word, the box is different:
    The "Copies & Pages" option can be changed to "Layout" when you click it, again allowing the selection of two-sided printing.
    If you tell us what applciaiton is vexing you, we may be able to give better-focused information.
    A

  • Can anyone tell me how to do this in Flash? See the following link?

    Can anyone tell me how to do this in Flash? See the following
    link?
    See this link. I want to know how to create the painting
    excercise as made here.
    http://disney.go.com/disneychannel/playhouse/littleeinsteins/activities/paint.html

    Start by looking at the drawing api for AS

  • Can anyone tell me how to do this effect

    can anyone tell me how to do this effect at the 1:38 mark thanks in advance http://www.youtube.com/watch?v=1Z_ZFHLVEsA&list=UUb934vQ6fg1JZQKvkCQ_j-Q&index=1&feature=p lcp

    you can use an effect call s_RandomEdits from the Sapphire plug ins. it randomly jumps between different points of the scene.

  • Can anyone tell me how to make this style of photo?

    I have a HDSLR Camera. Can anyone tell me how to recreate this type of image?

    This appears to be a subject that's been masked from multiple different shots and overlaid on a single background.  You can do this with layers, and masking/transparency.
    Here's a great video to get you started on how you can mask a subject from its background:  http://tv.adobe.com/watch/the-russell-brown-show/masking-basics-in-photoshop-cs5/
    -Noel

  • On my Mac OS X ver10.4.11 my Sync is disabled can anyone tell me how to reverse this?

    On my Mac OS X ver10.4.11 my Sync is disabled can anyone tell me how to reverse this? I am not able to sync my iCal with anything. My computer is a Power PC G4.

    Alan,
    Try How to Reset the Sync History.

  • My iMac has died with a copy of Creative Suite 5.5 on it, can anyone tell my how to deactivate this copy so I can install on another Mac?

    My iMac has died with a copy of Creative Suite 5.5 on it, can anyone tell my how to deactivate this copy so I can install on another Mac?

    Contact support by web chat to reset activations.
    Mylenium

  • When I open iCal, I get the message 'The file name is invalid.' Can anyone tell me how to fix this?

    When I open iCal, I get the message 'The file name is invalid.' Can anyone tell me how to fix this?

    These latest Flash is corrupted.  Adobe has acknowleged the problem.  The following Adobe Forum message may be of help to you:
    http://forums.adobe.com/message/6288150

Maybe you are looking for

  • How to create a report with a PL/SQL Stored Procedure method

    Hi, We are working in oracle applications 11i on oracle database 9i. I have a custom procedure that is used to send Payslip SMS messages to staff. I am thinking about creating a request for that procedure so the HR user can run it himself at the end

  • Plz, tell me How can i solve the -- start:applet not initilized error..

    Here is my code   * Sigmoid Function Generator   * @author   * @version *<applet code="Sigmoid" width=500 height=500></applet> import java.awt.*; public class Sigmoid extends java.applet.Applet implements Runnable     private static final long serial

  • Browsing history not displaying correctly (3.6.4)

    I've been having a problem with my history display for the past several days (since about the time I was automatically updated to 3.6.4). When I press Cntrl-H to view my history, only the past two days are shown when viewing "by date and time" and "b

  • Data not showing

    Hi, I have prepared an exit report of the employees through adhoc query. now the report is not picking up the leaving date data. its column is showing 0.00 for all the emplyees. i have tried several ways but still leaving dates of the employees are n

  • Function Module for Production order configuration

    Hi, I have variant configuration scenario. I have to run the transaction CO01 in the background. Is there any Function module, by which i can configure the production order in the back ground. As of now, when i am doing it manually but not able to fi