JBoss Community

Re: problem with deploying application using JDBC postgreSQL driver

created by Wolf-Dieter Fink in Beginner's Corner - View the full discussion

If I look to your server.log it looks like that you start two jboss instances or the ports are in used by other programm:

==> Address already in use: JVM_Bind /127.0.0.1:8009

 

The persistence failue

Caused by: org.hibernate.HibernateException: Missing table: address

 

might be cause by an empty DB, do you deploy a new appliaction?

Set create table to 'false' (or it might be the default)?

Reply to this message by going to Community

Start a new discussion in Beginner's Corner at Community