[armart3@gateway armart3$/usr/local/glassfish/glassfish/bin/appclient -client /usr/local/glassfish/glassfish/domains/domain1/generated/xml/j2ee-modules/KART/KARTClient.jar
Model is notifying GUI
Model is notifying GUI
Model is notifying GUI
:rice.pastry.socket:1158181662192:Error connecting to address gateway.saint/192.168.15.210:9001: java.net.ConnectException: Connection refused
:rice.pastry.socket:1158181662199:No bootstrap node provided, starting a new ring binding to address gateway.saint/192.168.15.210...
Model is notifying GUI
[TopLink Config]: 2006.09.13 05:07:46.784--ServerSession(1314798)--Thread(Thread[main,5,main])--The alias name for the entity class [class draw.resources.entity.DrawingObjects] is being defaulted to: DrawingObjects.
[TopLink Config]: 2006.09.13 05:07:46.961--ServerSession(1314798)--Thread(Thread[main,5,main])--The alias name for the entity class [class draw.resources.entity.DrawingStore] is being defaulted to: DrawingStore.
[TopLink Config]: 2006.09.13 05:07:46.962--ServerSession(1314798)--Thread(Thread[main,5,main])--The table name for entity [class draw.resources.entity.DrawingStore] is being defaulted to: DRAWINGSTORE.
[TopLink Config]: 2006.09.13 05:07:46.964--ServerSession(1314798)--Thread(Thread[main,5,main])--The column name for element [private int draw.resources.entity.DrawingStore.id] is being defaulted to: ID.
[TopLink Config]: 2006.09.13 05:07:46.997--ServerSession(1314798)--Thread(Thread[main,5,main])--The column name for element [private java.lang.String draw.resources.entity.DrawingStore.name] is being defaulted to: NAME.
[TopLink Config]: 2006.09.13 05:07:47.185--ServerSession(1314798)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [private java.util.Collection draw.resources.entity.DrawingStore.items] is being defaulted to: class draw.resources.entity.DrawingObjects.
[TopLink Config]: 2006.09.13 05:07:47.191--ServerSession(1314798)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [private draw.resources.entity.DrawingStore draw.resources.entity.DrawingObjects.drawingStore] is being defaulted to: class draw.resources.entity.DrawingStore.
[TopLink Config]: 2006.09.13 05:07:47.232--ServerSession(1314798)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [private draw.resources.entity.DrawingStore draw.resources.entity.DrawingObjects.drawingStore] is being defaulted to: ID.
[TopLink Finer]: 2006.09.13 05:07:47.235--Thread(Thread[main,5,main])--cmp_init_transformer_is_null
[TopLink Info]: 2006.09.13 05:07:48.509--ServerSession(1314798)--Thread(Thread[main,5,main])--TopLink, version: Oracle TopLink Essentials - 2006.8 (Build 060830)
Sep 13, 2006 5:07:49 PM com.sun.enterprise.appclient.MainWithModuleSupport <init>
WARNING: ACC003: Application threw an exception.
Local Exception Stack:
Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2006.8 (Build 060830)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: No suitable driverError Code: 0
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:289)        at oracle.toplink.essentials.sessions.DefaultConnector.connect(DefaultConnector.java:87)
        at oracle.toplink.essentials.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:170)
        at oracle.toplink.essentials.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:537)
        at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:180)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:230)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerFactoryImpl.getServerSession(EntityManagerFactoryImpl.java:78)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:113)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:107)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:76)
        at kart.Main.<init>(Main.java:49)
        at kart.Main.main(Main.java:68)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.util.Utility.invokeApplicationMain(Utility.java:232)
        at com.sun.enterprise.appclient.MainWithModuleSupport.<init>(MainWithModuleSupport.java:329)
        at com.sun.enterprise.appclient.Main.main(Main.java:180)
Caused by: java.sql.SQLException: No suitable driver
        at java.sql.DriverManager.getConnection(DriverManager.java:545)
        at java.sql.DriverManager.getConnection(DriverManager.java:140)
        at oracle.toplink.essentials.sessions.DefaultConnector.connect(DefaultConnector.java:85)
        ... 17 more
Exception in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at com.sun.enterprise.appclient.MainWithModuleSupport.<init>(MainWithModuleSupport.java:340)
        at com.sun.enterprise.appclient.Main.main(Main.java:180)
Caused by: java.lang.reflect.InvocationTargetException
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at com.sun.enterprise.util.Utility.invokeApplicationMain(Utility.java:232)
        at com.sun.enterprise.appclient.MainWithModuleSupport.<init>(MainWithModuleSupport.java:329)
        ... 1 more
Caused by: Exception [TOPLINK-4002] (Oracle TopLink Essentials - 2006.8 (Build 060830)): oracle.toplink.essentials.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: No suitable driverError Code: 0
        at oracle.toplink.essentials.exceptions.DatabaseException.sqlException(DatabaseException.java:289)        at oracle.toplink.essentials.sessions.DefaultConnector.connect(DefaultConnector.java:87)
        at oracle.toplink.essentials.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:170)
        at oracle.toplink.essentials.internal.sessions.DatabaseSessionImpl.loginAndDetectDatasource(DatabaseSessionImpl.java:537)
        at oracle.toplink.essentials.ejb.cmp3.EntityManagerFactoryProvider.login(EntityManagerFactoryProvider.java:180)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerSetupImpl.deploy(EntityManagerSetupImpl.java:230)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerFactoryImpl.getServerSession(EntityManagerFactoryImpl.java:78)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:113)
        at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:107)
        at oracle.toplink.essentials.internal.ejb.cmp3.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:76)
        at kart.Main.<init>(Main.java:49)
        at kart.Main.main(Main.java:68)
        ... 7 more
Caused by: java.sql.SQLException: No suitable driver
        at java.sql.DriverManager.getConnection(DriverManager.java:545)
        at java.sql.DriverManager.getConnection(DriverManager.java:140)
        at oracle.toplink.essentials.sessions.DefaultConnector.connect(DefaultConnector.java:85)
        ... 17 more