Java ee tutorial bookstore

i tried to run the bookstore tutorial of the java 2 ee tutorial buit it gave an exception like Exception(TOPLINK-4002) (Oracle top link essentials): oracle.toplink.essentials.exception.DatabaseException

Internal exception: org.apache.derby.client.am.SqlException: Table 'WEB_BOOKSTORE_BOOKS' does not exist Error code: -1 ....

Can someone help me solve this error .

Thanks

[399 byte] By [bezgodoa] at [2007-11-27 10:57:20]
# 1

> Table 'WEB_BOOKSTORE_BOOKS' does not exist

Looks pretty clear to me. The application database is most likely not initialized yet. Did you miss a setup step perhaps?

gimbal2a at 2007-7-29 12:08:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

Hello,

the truth is that i am quite new to the javaee. Then if you can show me how to initialize or configure the database for the tutorial i will really appreciate it.

Thanks

bezgodoa at 2007-7-29 12:08:32 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...