hi. can anyone help me with this problem i am having?
i am trying to deploy TDF on jboss 5.1 (i have it unpacked and able to
run without the TDF deployment, also got the JBoss Home enviroment
variable set and fixed the build path in the eclipse project for it so
it builds correctly)
i have the postgreSQL version 8.3 installed with the JDBC driver and
the driver jar set in the CLASSPATH in the env variables and also the
postgresql-8.4-701.jdbc3.jar copied into the lib folders of jboss. i
have made a database called feedbase in postgreSQL using pgAdmin
tool.
now the problem:
there are a couple of errors in the log files that prevent the
successful startup of the service. this is where they start:
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
2010-10-28 17:50:04,656 INFO
[org.hibernate.impl.SessionFactoryObjectFactory] (main) Bound factory
to JNDI name: persistence.unit:unitName=#datafeeder
2010-10-28 17:50:04,656 WARN
[org.hibernate.impl.SessionFactoryObjectFactory] (main) InitialContext
did not implement EventContext
2010-10-28 17:50:04,671 INFO
[org.hibernate.tool.hbm2ddl.SchemaValidator] (main) Running schema
validator
2010-10-28 17:50:04,671 INFO
[org.hibernate.tool.hbm2ddl.SchemaValidator] (main) fetching database
metadata
2010-10-28 17:50:04,906 INFO
[org.hibernate.tool.hbm2ddl.DatabaseMetadata] (main) table not found:
address
2010-10-28 17:50:04,921 ERROR
[org.jboss.kernel.plugins.dependency.AbstractKernelController] (main)
Error installing to Start: name=persistence.unit:unitName=#datafeeder
state=Create
javax.persistence.PersistenceException: [PersistenceUnit: datafeeder]
Unable to build EntityManagerFactory
at
org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:
677)
at
org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:
132)
at
org.jboss.jpa.deployment.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:
301)
here are both of the logs
http://dl.dropbox.com/u/3168906/boot.log
http://dl.dropbox.com/u/3168906/server.log
appreciate any help you can give me.
tnx.