• 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

Jboss migration

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have below problem, please share your solution for the same.

Currently we are migrating to IBM- WSAD 5.1 to Jboss -5.1 server.. while i am starting server i am getting below error,



I have checked in IDE Buildpath and mentioned that XXX_WEB/WEB-INF/classes path and found all class files are generated in

jboss-5.1.0.GA\server\default\deploy\rfp.ear\rfpWeb.war\WEB-INF\classes\

Kindly share your suggestions to resolve my problem.

Thanks & Regards,
Ram Chennai

 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please post the entire exception stacktrace.

I would highly recommend that you move to WildFly 8.1.0.Final (JBoss AS has been renamed to WildFly) http://wildfly.org/downloads/ instead of JBoss AS 5.1.0 which is a very old release with numerous bugs.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic