• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts and Websphere

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Afternoon!

The web app I've developed seems to have some trouble running on Websphere. It works great on Tomcat. It even sorta works on a different websphere server we have. The problem server is Websphere version 4.0 Advanced Edition. The java version it's using is 1.3.1 build cn131w-20020710 ORB130. Unfortunately, there's not much of a chance to get our client to upgrade to Websphere 5 and 1.4.

The error I'm getting is: Exception creating bean of class com.ermas.action.form.login.ActionLoginForm...

Like I said, this works fine on tomcat 4.0.6 using java 1.4. Are there any compataibility issues with struts and websphere? Any other hints or ideas to what might be causing this? I've recompiled the code on their server using their java 1.3.1 version and everything compiled ok.

Thanks,
Heather
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Heather,
can you post the complete stackTrace of your exception ?
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic