Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[tCreateTable] "Creating table failedCaused by: java.lang.ClassNotFoun

Hi,
I'm trying to use the tCreateTable component but i get the following error:
Starting job creation_table at 15:10 04/05/2009.
Exception IN component tCreateTable_1
java.lang.RuntimeException: Creating TABLE failed
at general.creation_table_0_1.creation_table.tCreateTable_1Process(creation_table.java:185)
at general.creation_table_0_1.creation_table.runJobInTOS(creation_table.java:315)
at general.creation_table_0_1.creation_table.main(creation_table.java:229)
Caused BY: java.lang.ClassNotFoundException: org.postgresql.Driver
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at general.creation_table_0_1.creation_table.tCreateTable_1Process(creation_table.java:161)
... 2 more
Job creation_table ended at 15:10 04/05/2009.

My postgreSQL DbConnection which is in the repository works well, as it has been tested and my Table is quiet simple :

Has someone got an idea or a track to resolve my problem?
Thanks,
Mathieu
Labels (3)
3 Replies
Anonymous
Not applicable
Author

Hello
Which version of TOS do you use? I can't see your image, please upload them from local machine to fourm.
Best regards
shong
Anonymous
Not applicable
Author

Thanks for answering,
Actually, I'm using Spatial Data integrator.
The screenshot is attached.
Best,
mathieu
Anonymous
Not applicable
Author

]
While creating a table in oracle database with tCreateTable component....getting the following error.