If that is all you are getting from Tomcat then you probably don't have
logging setup or at least haven't turned on stripes logging. A most basic
example of a log4j.properties file might look like this:
### direct log messages to stdout ###
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.Target=System.out
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d %F %L %-5p %m%n
### set log levels - for more verbose logging change 'info' to 'debug' ###
log4j.rootLogger=DEBUG, stdout
log4j.logger.net.sourceforge.stripes=INFO
And make sure you have the log4j.jar file in your classpath. Then you
should get all sorts of useful information that might help shed some light
on your issue.
Gregg
On Tue, Oct 28, 2008 at 5:11 PM, Alexey <[EMAIL PROTECTED]> wrote:
> Please advise if there is a full list of ALL incompatibilities between
> Stripes1.5 and Stripes1.4 ?
> I have an application on Stripes1.4 but when I simply replace stripes
> libraries
> (stripes.jar, cos.jar and commons-logging.jar) from version 1.4 to 1.5 and
> change web.xml to satisfy stripes1.5 - the deployment on tomcat 6.0.13
> fails...
>
> >From log I can see that Stripes Initialization finds the ActionBeans and
> does
> the binding to ActionBean methods. I guess Validation binding is supposed
> to go
> next - but Tomcats's log silently shows only this (there are no 'prevoius
> errors'):
>
> Oct 29, 2008 1:06:28 AM org.apache.catalina.core.StandardContext start
> SEVERE: Error filterStart
> Oct 29, 2008 1:06:28 AM org.apache.catalina.core.StandardContext start
> SEVERE: Context [/my-app] startup failed due to previous errors
>
> Does anyone have any ideas?
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Stripes-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users