• 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

State: NOTYETINSTALLED

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI all..

im using java 1.6 ,jboss4.2 and postgres8.4..



i googled lot.. but i couldnt fix my problem..

and one more thing i got

in log..

any help will be appreciated..

Thanks all
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What you posted is part of the deployment report that gets printed if the deployer finds errors during startup. This report rarely gives any clues as to what went wrong, only that it did go wrong. Earlier in the console log you should see exception stack traces - post the first one. Note that you might have to increase the buffer size for your terminal top catch the first exception (if the buffer is too small it will scroll out of the buffer).
 
senthilkumar ap
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here it is.

 
senthilkumar ap
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i got rid of that prob bt with new one.. tables were created in postgresal, there was because spelling match
this time i get


and tabv

also when i type " http://localhost:8080 ".. some times i see jboss home page.. some times i get Unable to connect..

can any one help me..?
Thanks all..
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks like you did not create the necessary tables for your app within the database. And please post only the very first exception stack trace, and post the complete entry (the first one you posted omitted the log data, such as the timestamp, log type and class name).
reply
    Bookmark Topic Watch Topic
  • New Topic