hi everybody,

everytime i try to run the web application bookstore1 that came with
the jee5 tutorial on glassfish2 it fails

it builds successfully but it fails (i'm using netbeans 6.5)
instead of the application i get this exception


type Exception report

message

descriptionThe server encountered an internal error () that prevented
it from fulfilling this request.

exception

Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2.0.1 (Build b04-
fcs (04/11/2008))):
oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View
'WEB_BOOKSTORE_BOOKS' does not exist.
Error Code: -1
Call: SELECT BOOKID, FIRSTNAME, DESCRIPTION, PRICE, ONSALE, SURNAME,
CALENDAR_YEAR, TITLE, INVENTORY FROM WEB_BOOKSTORE_BOOKS WHERE (BOOKID
= ?)
        bind => [203]
Query: ReadObjectQuery(com.sun.bookstore.database.Book)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to