Re: log.debug not showing on console

2017-10-30 Thread Yasser Zamani
On 10/30/2017 5:45 PM, ravirajmishr...@gmail.com wrote: > > > > > > I think this is the cause and you should rewrite like below additivity="true"> However, it is bett

log.debug not showing on console

2017-10-30 Thread ravirajmishr...@gmail.com
Hello, I have upgraded my log4j to log4j2. I have created a log4j2.xml file My system is working perfectly but i am not able see the log.debug(); written in my code on console. I am pasting my log4j2.xml file. Please help me to figure out the issue in it. thanks in advance

RE: Disabling Struts warning messages in the console

2016-02-19 Thread Murat Balkan
iling List Subject: Re: Disabling Struts warning messages in the console You can define such action or use and return custom 404.action (mobile) 17 lut 2016 21:46 "Murat Balkan" napisał(a): > Hi, > I'd like to disable the warning messages in the console log > (catalina.out

Re: Disabling Struts warning messages in the console

2016-02-19 Thread Łukasz Lenart
You can define such action or use and return custom 404.action (mobile) 17 lut 2016 21:46 "Murat Balkan" napisał(a): > Hi, > I'd like to disable the warning messages in the console log (catalina.out) > like > > WARNING: Could not find action or result: /prepO

Re: Disabling Struts warning messages in the console

2016-02-18 Thread Chris
Hi, I thought also to the log4j. But , perhaps, Murat Balkan wants cancel only this one, and not all the other warnings ? Chris Le Jeudi 18 février 2016 9h05, Christoph Nenning a écrit : > Hi, > I'd like to disable the warning messages in the console log > (cata

Re: Disabling Struts warning messages in the console

2016-02-18 Thread Christoph Nenning
> Hi, > I'd like to disable the warning messages in the console log > (catalina.out) like > > WARNING: Could not find action or result: /prepOrder.do?code=PNG > There is no Action mapped for namespace [/] and action name > > These visits are generated by the bots

Disabling Struts warning messages in the console

2016-02-17 Thread Murat Balkan
Hi, I'd like to disable the warning messages in the console log (catalina.out) like WARNING: Could not find action or result: /prepOrder.do?code=PNG There is no Action mapped for namespace [/] and action name These visits are generated by the bots and they are trying to reach a previous a

Re: getting configaration error on console. how to rectify?

2013-09-20 Thread Yaragalla Muralidhar
Is there any solution for this? this is happening every time tomcat tries to reload the web app. *Thanks and Regards,* Muralidhar Yaragalla. * * On Fri, Sep 20, 2013 at 12:21 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > I am getting this error often on server consol

getting configaration error on console. how to rectify?

2013-09-19 Thread Yaragalla Muralidhar
I am getting this error often on server console and the app gets stoped. how to rectify? 2013-09-20 00:18:29 ERROR Dispatcher:38 - Dispatcher initialization failed Unable to load configuration. - [unknown location] at com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration

Re: [Struts 2] ?debug=console (devMode) not working

2010-01-21 Thread Lukasz Lenart
2010/1/21 Fernandes Celinio : > Yes, I did. > I do not know why it is not working. Someone told me he had to create an > interceptor to make it work. Sounds weird to me. > Unless you have another idea, I am going to give up on that one. One thing more, please add Dojo plugin, console

Re: [Struts 2] ?debug=console (devMode) not working

2010-01-20 Thread Lukasz Lenart
2010/1/20 Fernandes Celinio : > Hi, > I am trying to run the debug console that is available in a popup when you > append the URL with ?debug=console > It is described here : > http://struts.apache.org/2.0.14/docs/debugging.html > > Here is the URL i used : > http:/

RE: [Struts 2] OGNL debug console not working

2010-01-20 Thread Celinio Fernandes
I have done that of course, else i would not see the console in the popup. The problem is elsewhere. Does anyone have an idea ? Thanks. --- On Wed, 1/20/10, Raghuveer wrote: From: Raghuveer Subject: RE: [Struts 2] OGNL debug console not working To: "'Celinio Fernandes'&qu

RE: [Struts 2] OGNL debug console not working

2010-01-20 Thread Raghuveer
: Struts Users Mailing List Subject: [Struts 2] OGNL debug console not working Hi, I am trying to run the debug console that is available in a popup when you append the URL with ?debug=console It is described here : http://struts.apache.org/2.0.14/docs/debugging.html Here is the URL i used : http

[Struts 2] ?debug=console (devMode) not working

2010-01-20 Thread Fernandes Celinio
Hi, I am trying to run the debug console that is available in a popup when you append the URL with ?debug=console It is described here : http://struts.apache.org/2.0.14/docs/debugging.html Here is the URL i used : http://localhost:8085/myWebApp/doLogin.action?debug.console It complains that it

[Struts 2] OGNL debug console not working

2010-01-20 Thread Celinio Fernandes
Hi, I am trying to run the debug console that is available in a popup when you append the URL with ?debug=console It is described here : http://struts.apache.org/2.0.14/docs/debugging.html Here is the URL i used : http://localhost:8085/myWebApp/doLogin.action?debug.console It complains that it

Re: DebuggingInterceptor debug=console ?

2009-07-24 Thread Musomesa
I vaguely remember it working on some browsers and not on others ... I think it was IE that did not work. Try another browser. Chris **A Good Credit Score is 700 or Above. See yours in just 2 easy steps! (http://pr.atwola.com/promoclk/100126575x1222377105x1201454426/aol?redir=http:/

Re: DebuggingInterceptor debug=console ?

2009-07-24 Thread Musachy Barroso
you could create an action mapping for it, it is less than ideal but it should work. musachy On Fri, Jul 24, 2009 at 4:49 PM, Dale Newfield wrote: > I'd never tried to use this interceptor before today.  I'm having difficulty > getting debug=console mode to work, as it opens

DebuggingInterceptor debug=console ?

2009-07-24 Thread Dale Newfield
I'd never tried to use this interceptor before today. I'm having difficulty getting debug=console mode to work, as it opens a pop-up window pointed at .../struts/webconsole.html which then results in an exception: "There is no Action mapped for action name struts/webconsole&

Re: How to suppress server console message in struts1.3.10 + tiles

2009-04-09 Thread Charlesmel Carino
http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Level.html Rommel From: rajusaranga To: user@struts.apache.org Sent: Thursday, April 9, 2009 1:46:44 AM Subject: How to suppress server console message in struts1.3.10 + tiles We are developing application with S

How to suppress server console message in struts1.3.10 + tiles

2009-04-08 Thread rajusaranga
We are developing application with Struts 1.3.10, tiles and log4j1.2.15 using RAD 6.0.   I am receiving following message on server console for every “request”   [4/8/09 14:53:38:959 PDT] 005f TilesPreProce I org.apache.struts.tiles.commands.TilesPreProcessor execute Tiles process

Re: dojo is not defined error message in firefox console.

2008-10-06 Thread Rubens
-firefox-console.-tp16353614p19850121.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can't stop console warnings

2008-06-15 Thread Márcio Gurgel
had > >> two > >> if this warnings the page was loading in slow motion > >> mode.. > >> > >> If you need another configuration file just tell > >> > >> > >> 2008/6/15 jefetech <[EMAIL PROTECTED]>: > >> > >>> > >>

Re: Can't stop console warnings

2008-06-15 Thread jefetech
ROTECTED]>: >> >>> >>> I've tried changing that, but it makes no difference with struts2.1. No >>> matter what I do with log4j.properties, it just keeps on spitting out >>> warning messages. Frustrating! >>> >>> >>>

Re: Can't stop console warnings

2008-06-15 Thread jefetech
t; > Hi, I also had this problem, I solved setting this in my >> log4j.properties >> > file: >> > >> > ### set log levels - for more verbose logging change 'info' to 'debug' >> > stdout ### >> > >> > log4j.rootLogger=info

Re: Can't stop console warnings

2008-06-15 Thread Márcio Gurgel
> > > > > > > > > > 2008/6/15 Dave Newton <[EMAIL PROTECTED]>: > > > >> Are you actually using Log4J? > >> > >> > >> --- On Sun, 6/15/08, jefetech <[EMAIL PROTECTED]> wrote: > >> > >> > From

Re: Can't stop console warnings

2008-06-15 Thread jefetech
>> --- On Sun, 6/15/08, jefetech <[EMAIL PROTECTED]> wrote: >> >> > From: jefetech <[EMAIL PROTECTED]> >> > Subject: Re: Can't stop console warnings >> > To: user@struts.apache.org >> > Date: Sunday, June 15, 2008, 9:45 PM >> >

Re: Can't stop console warnings

2008-06-15 Thread Márcio Gurgel
4J? > > > --- On Sun, 6/15/08, jefetech <[EMAIL PROTECTED]> wrote: > > > From: jefetech <[EMAIL PROTECTED]> > > Subject: Re: Can't stop console warnings > > To: user@struts.apache.org > > Date: Sunday, June 15, 2008, 9:45 PM > > That makes s

Re: Can't stop console warnings

2008-06-15 Thread Dave Newton
Are you actually using Log4J? --- On Sun, 6/15/08, jefetech <[EMAIL PROTECTED]> wrote: > From: jefetech <[EMAIL PROTECTED]> > Subject: Re: Can't stop console warnings > To: user@struts.apache.org > Date: Sunday, June 15, 2008, 9:45 PM > That makes sense, but

Re: Can't stop console warnings

2008-06-15 Thread jefetech
everything working, but >> I >> can't seem to stop this warning from being spit out in the console every >> time struts runs. Any help would be great. thank you. >> >> Jun 15, 2008 11:43:01 AM >> com.opensymphony.xwork2.util.logging.jdk.JdkL

Re: Can't stop console warnings

2008-06-15 Thread Joachim Rohde
coming from this class. Joachim jefetech schrieb: I just converted from struts 1 to 2.1. I've got everything working, but I can't seem to stop this warning from being spit out in the console every time struts runs. Any help would be great. thank you. Jun 15, 2008 1

Can't stop console warnings

2008-06-15 Thread jefetech
I just converted from struts 1 to 2.1. I've got everything working, but I can't seem to stop this warning from being spit out in the console every time struts runs. Any help would be great. thank you. Jun 15, 2008 11:43:01 AM com.opensymphony.xwork2.util.logging.jdk.JdkLogger wa

Re: dojo is not defined error message in firefox console.

2008-03-30 Thread Jeromy Evans
Are you deliberately mixing Dojo 0.40 with Dojo 1.x? The tag includes resources for Dojo 0.40. In addition to that you're referenced a local dojo installation that includes Digit (1.x) The "dojo undefined" message implies neither worked so there's a major error. Use FireBug to confirm that

dojo is not defined error message in firefox console.

2008-03-28 Thread sharath karnati
Hi All, I'm getting below error message for this acrion(http://localhost:7001/hibernate/events/Dojo.action). dojo is not defined dojo.require("dijit.form.Button"); Please find my progrm: TooltipDialog demo // Dojo configuration djConfig = {

Re: Console error message for a working tag

2006-11-14 Thread Bradley Wagner
Hi, I think u have to set the scope to session ...just try it... and let us know.. Regards, Mano Yes, for some reason, when I change the scope of the action mapping to "session" the message in the console goes away. I don't understand at all. Why it the JSP function co

RE: Console error message for a working tag

2006-11-13 Thread Mano Chinthaka Dasanayaka
Hi, U can enclose tag before coming into iterate tag and test it.. Regards, Mano -Original Message- From: Mano Chinthaka Dasanayaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 11:55 AM To: 'Struts Users Mailing List' Subject: RE: Console error message for

RE: Console error message for a working tag

2006-11-13 Thread Mano Chinthaka Dasanayaka
Hi, I think u have to set the scope to session ...just try it... and let us know.. Regards, Mano -Original Message- From: Bradley Wagner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 10:11 AM To: Struts Users Mailing List Subject: Re: Console error message for a working tag

Re: Console error message for a working tag

2006-11-13 Thread Bradley Wagner
Do you think this something to do with the session using scope="request"? Blah, I can't talk. Do you think this has anything to do with the action mapping using a scope="request"? - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: Console error message for a working tag

2006-11-13 Thread Bradley Wagner
before the and it worked fine, however, i'm still getting the error only in the console saying that it cannot find the bean in any scope. Do you think this something to do with the session using scope="request"? Bradley

RE: Console error message for a working tag

2006-11-13 Thread Mano Chinthaka Dasanayaka
r 14, 2006 5:06 AM To: user@struts.apache.org Subject: Console error message for a working tag I'm not too worried about this because it seems to be working, but here goes. I'm running Struts 1.2.9 on Apache Tomcat 5.5.x. One of my JSPs has the fol

Console error message for a working tag

2006-11-13 Thread Bradley Wagner
;/> I have verified that the action that loads this JSP has a form called accountInformationForm associated with it and the JSP actually renders fine, correctly iterating through the collection and printing out a link to each account. Strangely, I get the following err

RE: Console

2006-06-03 Thread James Holmes
Hi Abhimanyu, The problem you are encountering is probably happening because Struts Console stores the window size settings for the application in a configuration file. Somehow your window size has been reduced to a size that cannot be displayed. If you remove the Struts Console configuration

Console

2006-06-02 Thread Abhimanyu Koul
hi! I have a problem in running struts console. The application just not starts up. i use windows 2000. it used to work fine till yesterday but from the last 10 hours it is not working. i tried to reboot, reinstall, reinstall jre but to no avail. the struts console window appears in the

Re: [ANNOUNCE] Struts Console v4.8 - GUI tool

2004-10-28 Thread Joe Hertz
truts Console is downright indispensible. -Joe > -Original Message- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Friday, October 29, 2004 02:02 AM > To: ''Struts Users Mailing List'' > Subject: RE: [ANNOUNCE] Struts Console v4.8 - GUI tool > &

RE: [ANNOUNCE] Struts Console v4.8 - GUI tool

2004-10-28 Thread James Holmes
Hi Joe, The arg0, arg1, etc. tags are supposed to simply be deprecated and should still work. If they are not working with Struts 1.2 for your application, you will have to move to the new style of doing things. I am working on updating Struts Console to support this new style and hope to have

Re: [ANNOUNCE] Struts Console v4.8 - GUI tool

2004-10-27 Thread Sudip Shrestha
James: I downloaded your product a while before I received your email. It is great! usin with eclipse. On Wed, 27 Oct 2004 15:54:57 -0400, James Holmes <[EMAIL PROTECTED]> wrote: > Struts Console version 4.8 is now available. > > http://www.jamesholmes.com/struts/ > >

RE: [ANNOUNCE] Struts Console v4.8 - GUI tool

2004-10-27 Thread Joe Hertz
g2 attributes really just not work anymore or is it just me? If this is the case, Struts Console should show "args"'s -Joe > -Original Message- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 3:55 PM > To: 'Struts User

RE: [ANNOUNCE] Struts Console v4.8 - GUI tool

2004-10-27 Thread Joe Hertz
g2 attributes really just not work anymore or is it just me? If this is the case, Struts Console should show "args"'s -Joe > -Original Message- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 27, 2004 3:55 PM > To: 'Struts User

[ANNOUNCE] Struts Console v4.8 - GUI tool

2004-10-27 Thread James Holmes
Struts Console version 4.8 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-4.8.zip -- OR -- http://www.jamesholmes.com/struts/struts-console-4.8.tar.gz Struts Console is FREE software. Changes with Struts Console v4.8

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread O. Oke
> > -Original Message- > > From: O. Oke [mailto:[EMAIL PROTECTED] > > Sent: Mittwoch, 6. Oktober 2004 14:09 > > To: Struts Users Mailing List > > Subject: RE: How to configure Tomcat/Struts ... > error > > messages are sent to a file, not the console? >

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread Hiran.Chaudhuri
+49-89-54 74 21 34 Fax +49-89-54 74 21 99 > -Original Message- > From: O. Oke [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 6. Oktober 2004 14:09 > To: Struts Users Mailing List > Subject: RE: How to configure Tomcat/Struts ... error > messages are sent to a fil

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread O. Oke
Hi Hiran, Thanks for your response. I am using simplelog and it is already working. The only problem is that the output is going to the console. What I want is for the output to go into a file. There is nothing in the configuration information that states how to redirect output to a file

[OT] Re: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread DGraham
PROTECTED]> cc Subject How to configure Tomcat/Struts ... error messages are sent to a file, not the console? Please tell me how to configure Tomcat/Struts so that error messages are sent to a file, not the console? SERVER == I am using tomcat-5.0.27 BACKGROUND == I am usi

RE: How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread Hiran.Chaudhuri
> -Original Message- > From: O. Oke [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 6. Oktober 2004 13:11 > To: Struts Users Mailing List > Subject: How to configure Tomcat/Struts ... error messages > are sent to a file, not the console? > > Please tell me how to configure Tom

How to configure Tomcat/Struts ... error messages are sent to a file, not the console?

2004-10-06 Thread O. Oke
Please tell me how to configure Tomcat/Struts so that error messages are sent to a file, not the console? SERVER == I am using tomcat-5.0.27 BACKGROUND == I am using for logging error messages. The output of the code below goes to Eclipse console. What I want is for the output

Struts Console

2004-09-27 Thread josh
i just moved to struts 1.2.4 and I saw that in the examples the validator.xml file is using version 1.1.3. Is this the version of the dtd that i should use? If so, I also use struts console, and it only supports up to 1.1 Is there a way to upgrade the dtd's that struts console is usi

Re: Struts Console

2004-09-27 Thread James Mitchell
ptember 27, 2004 2:25 PM Subject: Struts Console - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts Console

2004-09-27 Thread Hubert Rabago
You didn't get the text? It was: i just moved to struts 1.2.4 and I saw that in the examples the validator.xml file is using version 1.1.3. Is this the version of the dtd that i should use? If so, I also use struts console, and it only supports up to 1.1 Is there a way to upgrade the

Re: [ANNOUNCE] Struts Console v4.7 - GUI tool

2004-06-07 Thread Bill Siggelkow
Git r dun! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [ANNOUNCE] Struts Console v4.7 - GUI tool

2004-06-07 Thread Nathan Maves
James, Does the pretty printing option work in netbeans? Nathan On Jun 7, 2004, at 3:20 PM, James Holmes wrote: Struts Console version 4.7 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-4.7.zip -- OR -- http

[ANNOUNCE] Struts Console v4.7 - GUI tool

2004-06-07 Thread James Holmes
Struts Console version 4.7 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-4.7.zip -- OR -- http://www.jamesholmes.com/struts/struts-console-4.7.tar.gz --- BIG ENHANCEMENT --- Updated the Eclipse plugins to support changing

Re: [ANNOUNCE] Struts Console v4.6 - GUI tool

2004-05-07 Thread Jean-Francois Brassard
Hi, I try to install the Struts-Console version 4.6 with JDeveloper 10g and i have the Struts Console option in my Extension Manager but when i select my struts-config.xml file i dont have Struts-Console Editor option. Why? I have only the standard the Edit Struts-config... option Thanks

RE: [ANNOUNCE] Struts Console v4.6 - GUI tool

2004-05-06 Thread Joe Hertz
Ecch. Sorry about that. I mean this to go to James and munged my to: field > -Original Message- > From: Joe Hertz [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 06, 2004 6:30 PM > To: 'Struts Users Mailing List' > Subject: RE: [ANNOUNCE] Struts Console v

RE: [ANNOUNCE] Struts Console v4.6 - GUI tool

2004-05-06 Thread Joe Hertz
My JBuilder 8 IDE is hanging on startup with Struts Console 4.6. I remove the jar file from lib/ext and it launches fine. > -Original Message- > From: James Holmes [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 05, 2004 3:19 PM > To: 'Struts Users Mailing List'

[ANNOUNCE] Struts Console v4.6 - GUI tool

2004-05-05 Thread James Holmes
Struts Console version 4.6 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-4.6.zip -- OR -- http://www.jamesholmes.com/struts/struts-console-4.6.tar.gz --- BIG ENHANCEMENT --- The JBuilder and IDEA plugins now give you the

[ANNOUNCE] Struts Console v4.5 - GUI tool

2004-04-15 Thread James Holmes
Struts Console version 4.5 is now available. http://www.jamesholmes.com/struts/ Download Now: http://www.jamesholmes.com/struts/struts-console-4.5.zip -- OR -- http://www.jamesholmes.com/struts/struts-console-4.5.tar.gz --- BIG ENHANCEMENT --- The Eclipse and JDeveloper plugins now give you