Is this the _only_ error message in your logs? Check all the logs of your server, and make sure that you also check for errors at the startup of your server. If you can't find any more errors, then look one more time, just to make sure. From the very limited information you have provided, it seems like it's a problem loading the configuration.
Also, did you change anything in the example application? Repackaged it? Modified some configuration files? Also make sure that you are using PARENT_LAST as classloader mode, if that's still an option in 6.1. Otherwise some classes may conflict with the ones in WebSphere's own libraries. Nils-H On Thu, Apr 24, 2008 at 6:10 PM, Raghavendra <[EMAIL PROTECTED]> wrote: > > [4/24/08 12:04:40:250 EDT] 00000037 ServletWrappe E SRVE0068E: Uncaught > > exception thrown in one of the service methods of the servlet: > StrutsPortlet. Exception thrown : java.lang.NullPointerException > > at > > com.opensymphony.xwork2.spring.SpringObjectFactory.getClassInstance(SpringObjectFactory.java:188) > at > > com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.verifyResultType(XmlConfigurationProvider.java:479) > at > > com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addResultTypes(XmlConfigurationProvider.java:450) > at > > com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.addPackage(XmlConfigurationProvider.java:407) > at > > com.opensymphony.xwork2.config.providers.XmlConfigurationProvider.loadPackages(XmlConfigurationProvider.java:239) > at > > org.apache.struts2.config.StrutsXmlConfigurationProvider.loadPackages(StrutsXmlConfigurationProvider.java:111) > at > > com.opensymphony.xwork2.config.impl.DefaultConfiguration.reload(DefaultConfiguration.java:152) > at > > com.opensymphony.xwork2.config.ConfigurationManager.getConfiguration(ConfigurationManager.java:52) > at > > org.apache.struts2.dispatcher.Dispatcher.init_PreloadConfiguration(Dispatcher.java:395) > at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:452) > -- > View this message in context: > http://www.nabble.com/Struts-2.0.11.1-problem-tp16834672p16851020.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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]