• 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 4.0 server start problem

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am working with eclipse3.1 version. when i try to deploy the web application it is being deployed. but when i start the JBOSS 4.0 server i am getting the error "couldnot find the main class.prog will exit && server jboss.4.0 failed to start && starting server cannot connect to VM"

give me right solution to fix the problem.

mail me to meganitt@gmail.com
 
Ranch Hand
Posts: 457
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use The Forum Not Email

If you un-deploy the application jar and restart JBoss, it comes up fine?
 
MEGANATHAN GOPALAKRISHNAN
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
no am getting the same problem that i have mentioned..
starting of jboss server is the problem..
is there anything to be changed for VM arguments.
 
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
Does the server start from the command prompt (using run.bat)? If it throws some errors, then post the entire exception stacktrace.
 
Jaikiran Pai
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
Also, based on your other post, i guess you have installed JBoss (and maybe even Java) in a folder which has space in its path name (Ex: C:\Program Files\JBoss-4.0). There have been weird issues reported when you install Java or JBoss in folders which have a space in the path. I would recommend moving JBoss and Java to folders which do not have a space in the path (Ex: C:\JBoss-4.0)
reply
    Bookmark Topic Watch Topic
  • New Topic