exception

2006-09-06 Thread Tom Jerry
Why do I get an "exception in creating bean"

Exception

2006-09-08 Thread rajeshKota
Hi all, I am new to struts, and I did all the necessary configuration things, I am using tomcat 3.3.2 And struts 1.2.9 I am getting this error if I start tomcat. 2006-09-08 12:13:15 - LoadOnStartupInterceptor: cannot load servlet name: action - java.lang.NoClassDefFoundError: org/apache/commons/

BeanUtils.populate exception?

2004-10-26 Thread Bjørn T Johansen
I have a filter in my webapp, that sometimes generates an exception like this..: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: BeanUtils.populate

Exception debugging

2004-11-18 Thread john . chesher
Hell, Can anyone help a newbie with how to interpret an exception stack? I have had some luck debugging previous problems, when the exception occured in my own code, as the stack info usually points to a line number or variable in the source file causing the problem. However, for an

Strange exception..

2004-12-21 Thread Ilja Smoli
Hi In my Action class I put in request scope a List: request.setAttribute("statuses", allStatuses(getAllGroups(),asm)); Then on my jsp page im iteratig over it: ... ... Everething is fine and iterating, but tomcat's console always give an exception: org.apache.jasper.

load() exception

2004-09-06 Thread Chad Shryock
application from 'jar:file:/usr/local/tomcat/webapps/CementJob.war!/' 2004-09-06 22:23:41 StandardContext[/CementJob]Marking servlet action as unavailable 2004-09-06 22:23:41 StandardContext[/CementJob]Servlet /CementJob threw load() exception javax.servlet.UnavailableException: Par

load() exception

2004-09-07 Thread dangmp
Return Receipt Your load() exception document

Validator exception

2004-09-08 Thread Betty Koon
Hi All, I am getting the following exception from validator by doing a simple check on required field (using struts 1.2.3). I have no clue why this is happening and the stack trace didn't give me any useful info. Please help. Thanks. -Betty 18:28:50,864 ERROR [Validato

jasper exception

2004-09-20 Thread Sebastian Ho
hi anyone encounter this exception before? org.apache.jasper.JasperException: Cannot create rewrite URL: java.net.MalformedURLException: You must specify exactly one of "forward", "href", "page" or "action" It only happe

unterminated.tag Exception

2004-10-05 Thread Phani
Hi, I got an exception like this. I am running JBoss server. org.apache.jasper.JasperException: /analytics/varAssumptionsFiles.jsp(95,59) jsp.error.unterminated.tag It seems one of the tag has not been terminated. My Question is how do we debug JSP pages: I mean how can I track in which line

unterminated.tag Exception

2004-10-05 Thread Phani
I am getting the jsp.error.unterminated.tag exception because of the following line. view Can I get any help. Thanks. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

exception argument

2004-05-26 Thread Alvaro Martinez
I don't know English very well, I'm sorry... How can I include an argument in an exception tag? For example, this is a piece of my "struts_config.xml": ... ... I would like to include an argument in my "errors.deleted"

Exception argument

2004-05-28 Thread Alvaro Martinez
Hello, How can I include an argument in an exception tag? For example, this is a piece of my "struts_config.xml": ... ... Could I have a "errors.deleted" with the following sentence(next key): "{0} is an invalid number." I would like to include an

exception handling

2004-06-16 Thread Viral_Thakkar
Hi All, Please verify the below exception handling scenario. Struts Action class --> Business Delegate --> EJB (Uses OR Mapping Top link to talk to database) Also, we have a ServiceLocator class which is used to get the EJBHome reference. There are three layers at which we need to hand

exception handling

2009-01-17 Thread J J
Hello, I am trying to implement declarative exception handling for all the possible exceptions. The problem is that in this way I only catch some exceptions (not all of them) and I cant get its stack trace nor its message(it is only rendered the rest of my JSP but not the information about the

DefaultActionInvocation exception

2009-01-30 Thread J D
ment.forms[0].submit(); } Any idea on where I need to be looking. Let me know if I need to post any additional information Here is the whole exception stack trace [1/30/09 15:31:54:953 IST] 002b SystemOut O [ERROR] 31:54 (Dispatcher.java:serviceAction:512) Could not find action or resul

Ghostly exception

2009-07-17 Thread Peter Bliznak
Hi folk, noticed few days ago app is throwing following exception but everything is working fine I see no problems whatsoever. But obviously I would be happier camper if I had clean runs. All ideas welcome. Almost forgot running S_2.1.6 on WebShpere 6.1. Peter. [17/07/09 16:32:06:747 EDT

TILES Exception

2005-03-13 Thread Jim Douglas
. Thanks, Jim type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Can't get definitions factory from co

Tiles Exception

2005-04-28 Thread Nimish Chourey , Tidel Park - Chennai
Hi , I am using struts struts-1.2.4 . I am not able to catch the exception which are caused whenever there is a problem in laying the tiles . For Eg in the below code , if ftpStatus.jsp gives a error , I do not get the exception either in the browser or on Tomcat console . Ideally , I

Exception Handler

2005-06-03 Thread Leandro_Dorileo/ABACO
I'm working in a project where I'm planning to use my own implementation of ExceptionHander, I know that I need extend the org.apache.struts.action.ExceptionHandler and overwrite the execute method, I also know that I need use the taglib and configure my action to work with my own ExceptionHan

Tiles exception

2005-06-21 Thread Croff
I have included the tile named search.jsp in a JSP page. App is running fine for an hour (sometime half an hour or sometimes 2 hours) or so, and after that it redirects to the app login page. In the view source, it is being shown as the following: [ServletException in:/WEB-INF/jsp/com/pdc/sear

jasper exception

2005-09-01 Thread Nirmala Dhara
h my *.jsp files struts-*.tld exists in /webapps//WEB-INF struts jar files in /webapps//WEB-INF/lib - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: File &qu

Exception Logging

2007-10-13 Thread Richard Sayre
I am trying to log the exception that get cought by the struts exception handler. So far I have .jsp page that shows the exception: An Exception Has occured! = I am going to change this page to display a generic error message. I want to write the

Exception Handler

2007-10-23 Thread Arun
Hi, I have a problem running the exception handler in struts 1.3 . I am using struts modules config/useraccount, config/blogdigest ..etc defined in web.xml duly. I have set an exception Handler for java.lang.Exception And In the exception handler I wrote public class

Exception handling

2008-01-12 Thread Zhang, Larry (L.)
Since Struts offers an exception Handler (org.apache.struts.action.ExceptionHandler ), then I got a question: in my action, should I try and catch the exception (in the execute's method) that may be throwed in business layer and forward to an ActionForward? Or don't do any try and c

FileUpload exception

2008-04-11 Thread Pablo Vázquez Blázquez
Hi! How and where can I catch a org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException to inform the user? Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

NoClassDefFoundError Exception

2008-05-20 Thread Felipe Lorenz
Hi folks. When i start the tomcat 5.5 this exception appear to me: 20/05/2008 08:48:03 org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts2 java.lang.NoClassDefFoundError: com/opensymphony/xwork2/config/ConfigurationProvider at org.apache.struts2

s:datetimepicker Exception

2008-09-01 Thread Harden ZHU
Hi, I am using s:datetimepicker as follow When user.birthDate is null, i got exception == Caused by: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed

Exception Fowarding

2008-11-12 Thread Timothy Orme
page. 2. If the user fills out the form and there is a validation exception, I want the exception to be caught and redirect the user back to the registration form with the error message on top. 3. If the user fills out the form and everything is ok, I want to redirect to a success page.

RE: exception

2006-09-06 Thread David Friedman
What is the full stack trace in your application server logs? -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 12:48 PM To: user@struts.apache.org Subject: exception Why do I get an "exception in creating

Re: exception

2006-09-06 Thread Tom Jerry
Error 500--Internal Server Error javax.servlet.jsp.JspException: Exception creating bean of class code.LoginForm: {1} at org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:487) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:457) at

Re: exception

2006-09-06 Thread paz . periasamy
Australia Services Pty. Ltd. Off : +61-3-9618-4085 Mob : +61-0411-354-838 "Tom Jerry" <[EMAIL PROTECTED]> 07/09/2006 02:21 PM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" cc: Subject:Re: ex

Re: exception

2006-09-06 Thread Tom Jerry
quot; %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %> I am NOT using bean:define. In fact.. bean:message works... still that exception of creating bean comes

Re: exception

2006-09-06 Thread Tom Jerry
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) <[ServletContext(id=23669321,name=registeruser,context-path=/registeruser)] Root cause of ServletException. javax.servlet.jsp.JspException: Exception creating bean of cl

Re: exception

2006-09-06 Thread paz . periasamy
of ServletException. javax.servlet.jsp.JspException: Exception creating bean of class code.LoginForm: {1} at org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:487) at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:457) at jsp_servlet.__index._jspService(__index.java:

RE: exception

2006-09-06 Thread Rokariya, Raman
Pls Send your Struts-Config.xml. -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:03 AM Cc: Struts Users Mailing List Subject: Re: exception This is the entire stack SEVERE: Error creating form bean of class code.LoginForm

RE: exception

2006-09-06 Thread Chandra.Ravinithala
Did you mention LoginForm in struts-config properly - I mean And mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 9:51 AM To: Struts Users Mailing List Subject: Re: exception Error 500--Internal Server Error javax.servlet.jsp.JspException

Re: exception

2006-09-06 Thread Tom Jerry
: Struts Users Mailing List Subject: Re: exception Error 500--Internal Server Error javax.servlet.jsp.JspException: Exception creating bean of class code.LoginForm: {1} at org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:487) at org.apache.struts.taglib.html.Form

Re: exception

2006-09-06 Thread paz . periasamy
"Tom Jerry" <[EMAIL PROTECTED]> 07/09/2006 04:02 PM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" cc: Subject:Re: exception There are no database operations. It is the simplest on

Re: exception

2006-09-06 Thread Tom Jerry
[EMAIL PROTECTED]> 07/09/2006 04:02 PM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" cc: Subject:Re: exception There are no database operations. It is the simplest one. I am learning by example. http://

Re: exception

2006-09-06 Thread paz . periasamy
07/09/2006 04:13 PM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List" cc: Subject:Re: exception Yes. Both LoginAction.java and LoginForm.java are in code package. Please let me know if I have to send you the

Re: exception

2006-09-06 Thread Tom Jerry
t for AXA, Senior Software Engineer, HCL Australia Services Pty. Ltd. Off : +61-3-9618-4085 Mob : +61-0411-354-838 "Tom Jerry" <[EMAIL PROTECTED]> 07/09/2006 04:13 PM Please respond to "Struts Users Mailing List" To: "Struts Users Mailing List"

RE: exception

2006-09-07 Thread David Friedman
Regards, David -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:33 AM Cc: Struts Users Mailing List Subject: Re: exception This is the entire stack SEVERE: Error creating form bean of class code.LoginForm java.lang.NullPointerE

Re: exception

2006-09-07 Thread Tom Jerry
the exact version for me to lookup in SVN (takes a minute, if that). Regards, David -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 1:33 AM Cc: Struts Users Mailing List Subject: Re: exception This is the entire stack SEVERE: Error

RE: exception

2006-09-07 Thread David Friedman
EMAIL PROTECTED] Sent: Thursday, September 07, 2006 3:08 AM To: Struts Users Mailing List Subject: Re: exception I am using Struts 1.2.9 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: exception

2006-09-07 Thread Tom Jerry
ards, > David > > -Original Message- > From: Tom Jerry [mailto: [EMAIL PROTECTED] > Sent: Thursday, September 07, 2006 1:33 AM > Cc: Struts Users Mailing List > Subject: Re: exception > > This is the entire stack..

Re: exception

2006-09-07 Thread Tom Jerry
rds, > > David > > > > -Original Message- > > From: Tom Jerry [mailto: [EMAIL PROTECTED] > > Sent: Thursday, September 07, 2006 1:33 AM > > Cc: Struts Users Mailing List > > Subject: Re: exception > > > > This is the entire stack >

Re: exception

2006-09-07 Thread Gareth Evans
ve the exact version for me > > to lookup in SVN (takes a minute, if that). > > > > Regards, > > David > > > > -Original Message- > > From: Tom Jerry [mailto: [EMAIL PROTECTED] > > Sent: Thursday, September 07, 2006 1:33 AM > > Cc: Struts Users M

Re: exception

2006-09-07 Thread Tom Jerry
2 which is ithe method createActionForm >> > > as described in your SEVERE stack trace below. >> > > I'll be up for another hour in case you're >> > > still up and have the exact version for me >> > > to lookup in SVN (takes a minute, i

RE: exception

2006-09-07 Thread David Friedman
riginal Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:03 AM To: Struts Users Mailing List Subject: Re: exception There are no database operations. It is the simplest one. I am learning by example. http://jakarta.apache.org/struts/dtds/struts

Re: exception

2006-09-07 Thread Tom Jerry
s well unless you are using modules. Even then you need to be very careful of the side effects. Try commenting it out for now. Regards, David -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 2:03 AM To: Struts Users Mailing List Subject: Re:

RE: exception

2006-09-07 Thread David Friedman
webapp context and the full path you are using to reach this web page? Regards, David -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 3:47 AM To: Struts Users Mailing List Subject: Re: exception I commented them. Still the same error comes

Re: exception

2006-09-07 Thread Tom Jerry
server? Additionally, what is the name of the webapp context and the full path you are using to reach this web page? Regards, David -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 3:47 AM To: Struts Users Mailing List Subject: Re: except

Re: exception

2006-09-07 Thread fausto mancini
server? Additionally, what is the name of the webapp context and the full path you are using to reach this web page? Regards, David -Original Message- From: Tom Jerry [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 3:47 AM To: Struts Users Mailing List Subject: Re: exception I commente

Re: exception

2006-09-07 Thread Tom Jerry
e name of >> the >> webapp context and the full path you are using to reach this web page? >> >> Regards, >> David >> >> -Original Message- >> From: Tom Jerry [mailto:[EMAIL PROTECTED] >> Sent: Thursday, September 07, 2006 3:47 AM >> T

Re: exception

2006-09-07 Thread fausto mancini
using to reach this web page? >> >> Regards, >> David >> >> -Original Message- >> From: Tom Jerry [mailto:[EMAIL PROTECTED] >> Sent: Thursday, September 07, 2006 3:47 AM >> To: Struts Users Mailing List >> Subject: Re: exception >>

Re: exception

2006-09-07 Thread Tom Jerry
ust to make sure everything will >> work >> >> normally in your application server? Additionally, what is the name of >> >> the >> >> webapp context and the full path you are using to reach this web page? >> >> >> >>

Re: exception

2006-09-07 Thread Antonio Petrelli
Tom Jerry ha scritto: I sent the same folder to my friend's system just now... and to my astonishment, output came :( what is wrong with my system ??? Will there be something wrong with Eclipse itself ??? In a previous post you wrote that you put "servlet-api.jar" in WEB-INF/lib,

Re: exception

2006-09-07 Thread Tom Jerry
no..no.. no need just now, I run the same application using Tomcat WebServer and OUTPUT CAME !!! which means... definitely something is wrong with Weblogic :( How is exception of creating bean connected to weblogic ??? On 9/7/06, Antonio Petrelli <[EMAIL PROTEC

Re: exception

2006-09-07 Thread fausto mancini
something is wrong with Weblogic :( How is exception of creating bean connected to weblogic ??? On 9/7/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: Tom Jerry ha scritto: > I sent the same folder to my friend's system just now... and to my > astonishment, output came

Re: exception

2006-09-07 Thread Tom Jerry
ing is wrong oe missing. On Thu, 7 Sep 2006, Tom Jerry wrote: > no..no.. no need just now, I run the same application using Tomcat > WebServer and OUTPUT CAME !!! which means... definitely > something is wrong with Weblogic :( How is exception of creating bean > con

Re: exception

2006-09-07 Thread fausto mancini
ans... definitely > something is wrong with Weblogic :( How is exception of creating bean > connected to weblogic ??? > > On 9/7/06, Antonio Petrelli <[EMAIL PROTECTED]> wrote: >> >> Tom Jerry ha scritto: >> > I sent the same folder to my friend'

Re: exception

2006-09-07 Thread Tom Jerry
sing. >> >> On Thu, 7 Sep 2006, Tom Jerry wrote: >> >> > no..no.. no need just now, I run the same application using Tomcat >> > WebServer and OUTPUT CAME !!! which means... definitely >> > something is wrong with Weblogic :( How is exception of cr

Re: Exception

2006-09-08 Thread leo mj
hi rajesh, chk in web.xml whther the following is there action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml Also chk the build path whther struts.jar exist Regards, Leo rajeshKota <[EMAIL PROTECTED]>

RE: Exception

2006-09-08 Thread rajeshKota
Mailing List Subject: Re: Exception hi rajesh, chk in web.xml whther the following is there action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml Also chk the build path whther struts.jar exist Regards, Leo

Re: Exception

2006-09-08 Thread Antonio Petrelli
rajeshKota ha scritto: - java.lang.NoClassDefFoundError: org/apache/commons/beanutils/Converter Have you got Jakarta Commons BeanUtils JAR file in /WEB-INF/lib? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

RE: Exception

2006-09-08 Thread rajeshKota
: Exception rajeshKota ha scritto: > - java.lang.NoClassDefFoundError: > org/apache/commons/beanutils/Converter > Have you got Jakarta Commons BeanUtils JAR file in /WEB-INF/lib? - To unsubscribe, e-mail: [EMAIL PROTE

RE: Exception

2006-09-08 Thread rajeshKota
atorPlugIn initResources Regards, Rajesh.Kota -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 2:32 PM To: Struts Users Mailing List Subject: Re: Exception rajeshKota ha scritto: > - java.lang.NoClassDefFoundError: > org/apache/commons/bea

Re: Exception

2006-09-08 Thread Antonio Petrelli
rajeshKota ha scritto: 2006-09-08 14:43:42 - LoadOnStartupInterceptor: cannot load servlet name: action - java.lang.NoClassDefFoundError: org/apache/commons/digester/RuleSet It's Jakarta Commons Digester... If you find other similar exceptions, simply follow the pattern :-) Ciao Antonio

RE: Exception

2006-09-08 Thread rajeshKota
Hi Antonio, It working fine now.. Thanks for the help. Regards, Rajesh.Kota -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Friday, September 08, 2006 2:52 PM To: Struts Users Mailing List Subject: Re: Exception rajeshKota ha scritto: > 2006-09-08

Tiles Exception.

2009-08-17 Thread surya.mulakala
Hi all, I am using struts 2.1.6/weblogic 10/tiles 2.0.6/struts2-tiles-plugin-2.1.6 in my application. I am getting following exception in server logs when ever I am clicking on any button or on any action call. Please provide a solution. [INFO] TilesAccess - Publishing TilesContext for context

NoClassDefFoundError Exception

2010-01-28 Thread LotusHeart
ndardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.20 Jan 28, 2010 4:03:02 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter struts2 java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.FilterDispatcher at org.apache.cat

Runtime Exception

2010-09-13 Thread stefer16
the application but when I need to run the struts action I get a runtime exception with e.getMessage()=null and on the debugger console I get: Non-existing path "C:\altro_progetto\DVDLibrary\build\ear-module\WEB-INF\classes" provided. Attached JPDA debugger to localhost:tomcat_shared

Exception logging

2007-02-09 Thread Christopher Schultz
ave it pointing to a velocity template that is fairly simple and I feel like I can rely on that not to fail. On the other hand, I'd like to log exceptions to a logfile of my choosing which pretty much means that I need have some of *my* code run, which could potentially fail, sending me in

struts2.3.1.2 exception

2012-01-24 Thread Emi Lu
Good morning, Upgraded to struts2.3.1.2, but got the following exception. Could someone tell me which jar I missed please? thanks a lot! Emi java.lang.NoSuchMethodError: ognl.SimpleNode.isEvalChain(Lognl/OgnlContext;)Z at com.opensymphony.xwork2.ognl.OgnlUtil.isEvalExpression

global exception handler sometimes gets a null exception

2006-02-02 Thread Michael Davis
Hello, I'm working on a struts application which has just been deployed and is being used by a large number of users. I've got an error handler set up using the global-exceptions tag. It sends me an email whenever it catches an exception. My config looks

struts 2 exception - SEVERE: Exception starting filter struts2

2012-03-01 Thread jay
I have created simple struts 2 app with latest struts2 jar files. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: global exception handler sometimes gets a null exception

2006-02-02 Thread Vladislav Pernin
Maybe it happens when the error is not thrown by Struts, so try to use the JSP directive <%@ page isErrorPage="true" %> which give you access to the implicit variable exception. You can also use a exception handler : package com.ddd; public class GlobalExceptio

Re: global exception handler sometimes gets a null exception

2006-02-02 Thread Frank W. Zammetti
. So, my theory is that the half of the time the type of exception occurring is not Throwable, in which case the default handler would execute and the exception key would get set, the other time your own handler fires and it doesn't get set. No, wait, I'm not sure that makes sense... wh

Re: global exception handler sometimes gets a null exception

2006-02-02 Thread Mark Shifman
What I do is log the exception and the stack trace and then let the super do the rest. Since I was getting null comming up on the error page, I check the exception message and if it is null I at least show the name of the exception class name on the error page (probably not too pretty but

Re: global exception handler sometimes gets a null exception

2006-02-02 Thread Michael Davis
Thanks for your prompt replies! I will try supplying my own exception handler. Looking at the struts source code for the exception handler, I see: // Figure out the error if (ex instanceof ModuleException) { error = ((ModuleException) ex).getActionMessage

Re: struts 2 exception - SEVERE: Exception starting filter struts2

2012-03-01 Thread Dave Newton
We may need to know slightly more in order to help... Dave (pardon brevity and typos, on cell) On Mar 1, 2012 10:25 PM, "jay" wrote: > I have created simple struts 2 app with latest struts2 jar files. > > > > - > To unsubscribe

Re: BeanUtils.populate exception?

2004-10-26 Thread Niall Pemberton
From: "Bjørn T Johansen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 8:10 AM Subject: BeanUtils.populate exception? > I have a filter in my webapp, that sometimes generates an exception like this.

Help: BeanUtils.populate Exception

2004-11-04 Thread Christian Weber
Hello, i have a great problem. I am in a project with struts 1.2.4. I can only use 50 action-mappings. Everything works fine, but when I add a new action-mapping, i can not use it! I got this error all the time, but only for the new action-mapping: type Exception report message description The

Re: BeanUtils.populate Exception

2004-11-04 Thread Wendy Smoak
From: "Christian Weber" <[EMAIL PROTECTED]> > i have a great problem. I am in a project with struts 1.2.4. I can only > use 50 action-mappings. Everything works fine, but when I add a new > action-mapping, i can not use it! It would be helpful to see the tag that's causing the problem. My bet is

Re: Exception debugging

2004-11-18 Thread Vic
et an exception stack? I have had some luck debugging previous problems, when the exception occured in my own code, as the stack info usually points to a line number or variable in the source file causing the problem. However, for an exception like below, how do I have any idea where the error is occ

exception frustrations - solved

2005-01-15 Thread Nathan Coast
Hi, I've been strugling for a while with exception handling. I've been trying to ensure: 1) all exceptions are displayed consistently regardless of where / how the exception is raised. 2) the root cause exception is always displayed, I'm not saying this is the best solut

Exception handler question

2004-08-09 Thread Leandro Melo
Hi, i'm now starting to deal with exception in my application. So far, i haven't used Struts exception handling alternatives, so, i'm very new at that. After some reading i have a few questions (please mark True of False on my sentences , naturally comments are welcome!). *

Exception Handler Help!

2004-08-24 Thread Keith Bottner
Configuration of global exceptions looks very simple. So I cannot understand why the configuration of my global-exception refuses to pick up any exceptions. If an error occurs I just get the blank white page. Here is my global-exception configuration section. Then I have a global-forward

struts exception handler

2004-09-01 Thread Leandro Melo
I got this from struts page. "Don't throw it, catch it! - Ever used a commercial website only to have a stack trace or exception thrown in your face after you've already typed in your credit card number and clicked the purchase button? Let's just say it doesn't inspir

RE: load() exception

2004-09-06 Thread David G. Friedman
ssage- From: Chad Shryock [mailto:[EMAIL PROTECTED] Sent: Monday, September 06, 2004 11:53 PM To: [EMAIL PROTECTED] Subject: load() exception Hello, I am using WSAD to develop a Struts 1.1 application. I am using Tomcat 5.0.27, WSAD 5.1.0. I am deploying the war file via the /manager/h

RE: load() exception

2004-09-06 Thread Chad Shryock
Yes, my struts-config.xml file is in the correct place. All of my resources are specified. -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Monday, September 06, 2004 11:55 PM To: Struts Users Mailing List Subject: RE: load() exception Chad, It reads "

RE: load() exception

2004-09-06 Thread David G. Friedman
s Users Mailing List' Subject: RE: load() exception Yes, my struts-config.xml file is in the correct place. All of my resources are specified. -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Monday, September 06, 2004 11:55 PM To: Struts Users Mailing Li

Re: Validator exception

2004-09-08 Thread Niall Pemberton
AIL PROTECTED]> Sent: Thursday, September 09, 2004 2:32 AM Subject: Validator exception > Hi All, > > I am getting the following exception from validator by doing a simple check > on required field (using struts 1.2.3). > I have no clue why this is happening and the stack

RE: Validator exception

2004-09-09 Thread Betty Koon
. That's why I really don't understsand why. -Betty -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 7:13 PM To: Struts Users Mailing List Subject: Re: Validator exception My guess is that you haven't upgraded the va

Re: jasper exception

2004-09-20 Thread Jitender K Chukkavenkata
Which part of your code generated this? Can I have a look over it? Thanks, Jitender Kumar C.V.

Re: jasper exception

2004-09-20 Thread Sebastian Ho
Hi The output doesn't even print out the "nextController" in the method which I inserted.. Thanks -- JSP -- --- Action --- public class CreateNewPro

Re: jasper exception

2004-09-20 Thread Jitender K Chukkavenkata
Hi, I need the url that you are giving for and also the mapping of the same in struts-config.xml...The error might be like you are using some conflicting properties because, "forward", "href", "page" or "action" are exclusive properties. Any combination of these properties for a tag generate

RE: jasper exception

2004-09-20 Thread David G. Friedman
Sebastian, Jitender is right about a tag only allowing one of "forward", "href", "page" or "action" as an attribute in the tag. However, the Jasper Exception is telling you which tag: in an html:rewrite. I just verified this by making a bad tag and seei

Re: jasper exception

2004-09-20 Thread Sebastian Ho
Hi The URL did contains 'action' but I have been using 'action' as a parameter for weeks and it is working fine. btw how do I get the URL path? It is not shown in the browser. -- struts-config -- On Tue, 2004-09-21 at 11:21, Jitender K Chukkavenkata

  1   2   3   4   5   6   7   8   9   10   >