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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[resolved] Exception in component tPostgresqlOutput_1 java.lang.NullPointerExcept

Hello,
I have a strange error when i deploy my job to linux server:
Exception in component tPostgresqlOutput_1
java.lang.NullPointerException
at dpma.unit_test_export_postgresql_0_1.unit_test_export_postgresql.tSybaseInput_1Process(unit_test_export_postgresql.java:582)
at dpma.unit_test_export_postgresql_0_1.unit_test_export_postgresql.runJobInTOS(unit_test_export_postgresql.java:1118)
at dpma.unit_test_export_postgresql_0_1.unit_test_export_postgresql.main(unit_test_export_postgresql.java:986)
It work in local mode on win32 but not in the server
It take one field one table from sybase and dump it to postgresql, same schema, same table. (work on win32 localhost)
How can i handle that error
Labels (3)
7 Replies
Anonymous
Not applicable

You have not enough info provided to get help. Your stack trace is understandable only if the reader knows the job.
If you want help, show use a screen shot of your job and the properties of the component tPostgresqlOutput_1.
_AnonymousUser
Specialist III
Specialist III
Author

Here some pics for the job:

Anonymous
Not applicable

Hi davchx,
You'd better register and log in as a Community member first, then you'll get a Image upload box that allows to upload screen captures ( 20 images per post, each image must be less then 1024x768 pixels and 200 KB).
The screenshots link are unavailable for us.
Best regards
Sabrina
Anonymous
Not applicable

Here some pics for the job:
So i repeat, this is just a POC to test if i can get data from Sybase to PostgreSQL, win32 OK, but on the server KO
0683p000009MBxL.png 0683p000009MBxQ.png
Anonymous
Not applicable

Hi,
If you use tSybaseConnection and t PostgreSQLConnection, why there is no connection type(connector) between them?
That means:tSybaseConnection PostgreSQLConnection
| |
OnComponentOK OnComponentOK
| |
tSybasetInput----->tPostgresqlOutput
That probably cause the java.lang.NullPointerException. Please see scenario in tMysqlConnection how to link component.
Best regards
Sabrina
Anonymous
Not applicable

It work, my mistake, design error...
Thanks!
Anonymous
Not applicable

Hi,
Thanks for your feedback. Feel free post your issue on forum.
Best regards
Sabrina