473,604 Members | 2,483 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I'm getting Some Exceptions can any one tell me what is the problem??

raveendrabikkina
26 New Member
Expand|Select|Wrap|Line Numbers
  1. 03/17 15:45:40 error [axis] Error creating form bean of class epost.form.BpUploadForm
  2. java.lang.InstantiationException: epost.form.BpUploadForm
  3.         at java.lang.Class.newInstance0(Class.java:291)
  4.         at java.lang.Class.newInstance(Class.java:259)
  5.         at org.apache.03/17 15:45:03 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
  6. 03/17 15:45:03 info [axis] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
  7. 03/17 15:45:18 info [axis] Initializing, costruts.util.RequestUtils.applicationInstance(RequestUtils.java:231)
  8.         at org.apache.struts.util.RequestUtils.createActionForm(RequestUtils.java:837)
  9.         at org.apache.struts.action.RequestProcessor.processActionForm(RequestProcessor.java:364)
  10.         at org.apache.stnfig='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
  11. 03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
  12. 03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.html.ruts.action.RequestProcessor.process(RequestProcessor.java:253)
  13.         at org.apache.struts.action.ActionServlet.process(ActionServletLocalStrings', returnNull=true
  14. 03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', ret.java:1482)
  15.         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
  16.         at javax.servlet.http.HttpServlet.serviceurnNull=true
  17. 03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true
  18. 03/1(HttpServlet.java:760)
  19.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  20.         at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
  21.         at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
  22.         at jrun.servlet.JRunRequestDispa7 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
  23. 03/17 15:45:18 info [axis] Initializing, config='org.apache.struts.taglib.html.LocalStrings', returnNull=true
  24. tcher.invoke(JRunRequestDispatcher.java:241)
  25.         at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
  26.         at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
  27.         at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
  28.         at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
  29.         at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
  30.         at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
  31.  
  32. 03/17 15:45:40 error
  33. java.lang.ClassCastException
  34.         at jrun__jsp__appError2ejsp11._jspService(jrun__jsp__appError2ejsp11.java:88)
  35.         at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43)
  36.         at jrun.jsp.JSPServlet.service(JSPServlet.java:106)
  37.         at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
  38.         at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
  39.         at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.java:414)
  40.         at jrun.servlet.JRunRequestDispatcher.forwardInvoke(JRunRequestDispatcher.java:387)
  41.         at jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:172)
  42.         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
  43.         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
  44.         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
  45.         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
  46.         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
  47.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
  48.         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
  49.         at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
  50.         at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
  51.         at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:241)
  52.         at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:527)
  53.         at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
  54.         at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:348)
  55.         at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:451)
  56.         at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:294)
  57.         at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
  58.  
  59.  
Mar 17 '08 #1
2 2776
raveendrabikkina
26 New Member
any one there???

help me...!!!
Mar 17 '08 #2
chaarmann
785 Recognized Expert Contributor
any one there???

help me...!!!
How can we help you if you don't post the code that returned this exception???

Especially the code of the class that is listed in your stack trace.
Without that I can only tell you that your code is cause by an illegal instantiation of a custom tag on your page. (struts taglib). But I doubt that will help you much, so just post the code.
Mar 17 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

303
17547
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b. Yahoo store was originally written in Lisp. c. Emacs The issues with these will probably come up, so I might as well mention them myself (which will also make this a more balanced
26
2884
by: OvErboRed | last post by:
I just read a whole bunch of threads on microsoft.public.dotnet.* regarding checked exceptions (the longest-running of which seems to be <cJQQ9.4419 $j94.834878@news02.tsnz.net>. My personal belief is that checked exceptions should be required in .NET. I find that many others share the same views as I do. It is extremely frustrating to have to work around this with hacks like Abstract ADO.NET and CLRxLint (which still don't solve the...
24
2483
by: mag31 | last post by:
Is there any way to find out if a particular .net function will throw an exception without first generating the exception? I am using structured exception handling i.e. try catch finally blocks with a top level catch all for Exception. However, I would like to be able to catch most .net exceptions when they are generated. I would then be able to generate a valuable exception message and do something about it!!! Hence the question above....
6
4194
by: Iain | last post by:
Hey folks, (I posted this in microsoft.public.dotnet.csharp.general yesterday, but it appears that this group is rather more lively) For the application I am developing, I have a data access layer that handles all the talking to the database. There are only certain exceptions that I want to excape from this class, and all of them should have sensible meanings - for instance, there should be a "The database is not happy" and "There is...
22
2719
by: Drew | last post by:
How do I know which exceptions are thrown by certain methods? For example, reading a file might throw an IO Exception, etc. In Java, the compiler won't even let you compile unless you put your code in try/catch blocks but the C# compiler doesn't seem to mind? I am particularly interested in what Exceptions are thrown by HttpWebResponse.
8
7828
by: Arun Bhalla | last post by:
Hi, I'm developing an Explorer bar using VS.NET 2003 (C#) on Windows XP. For some time, I've noticed that I don't have filenames and line numbers appearing in my exceptions' stack traces. On the other hand, debugging with breakpoints, etc. seems to work fine in VS.NET 2003. I can't understand why this isn't working -- and I think it used to work, perhaps under VS.NET 2002, but maybe not. The information doesn't appear in exceptions...
4
1844
by: Steve | last post by:
I have read a couple articles online, read my Jesse Liberty book but I am still confused as to just what the best practices are for using exceptions. I keep changing how I'm working with them and it has now, after 15k lines of code resulted in a royal mess! It's my hope to ask some specific questions with scenario examples and that some of you might offer a little guidance or general suggestions. 1) string...
6
2041
by: Liming | last post by:
Hi, In a typical 3 tier model (view layer, busines layer and data access layer) where do you handle your exceptions? do you let it buble up all the way to the .aspx pages or do you handle it in your business layer and/or data access layer? suppose in my data access layer, I provide try and catch, log the exception and re-throw it back to business layer, then in yoru business layer, what do you do? throw it back to the code behind or...
2
2958
by: Zytan | last post by:
I know that WebRequest.GetResponse can throw WebException from internet tutorials. However in the MSDN docs: http://msdn2.microsoft.com/en-us/library/system.net.webrequest.getresponse.aspx It only lists NotImplementedException in the Exceptions section. (Note that it does mention WebException in the Remarks section, but who knows if this is always the case for such classes, and thus perhaps they can't be trusted to always list these, and...
5
2813
by: adam.timberlake | last post by:
I've just finished reading the article below which goes into some depth about exceptions. The article was rather lucid and so I understand how to implement it all, the thing I'm having trouble with though is why would I need to them? For example, I could suppress my functions using the @ sign and then use an if statement to check if they returned false or not. Similarly, I can also return various integers, like -4 and -5 for errors, and...
0
7929
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8065
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8280
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
5882
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5441
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
3907
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
3955
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1526
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1266
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.