Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
hemant3
Partner - Contributor II
Partner - Contributor II

data loading from PostgreSQL through source connection failed

Hi All,

I am facing an issue while loading data from PostgreSQL via   source connection when i load the logs

below are the logs from QDC

2020-06-17 17:10:45.270: Starting job: cate.categories.20200617171023 2020-06-17 17:10:45.272: Started loading into dock. 2020-06-17 17:10:45.287: Watching for process completion/termination. 2020-06-17 17:10:45.456: Task DockHandLoader failed: IOException: Mkdirs failed to create file:/datacatalyst/loadingdock/cate/categories/20200617171023 (exists=false, cwd=file:/usr/local/qdc/apache-tomcat-7.0.94/webapps/qdc/WEB-INF/classes)

thanks 

Labels (1)
3 Replies
DaveHowland
Employee
Employee

@hemant3  , 

Can you confirm that the QDC Service was started as the correct user. Any chance you started it as 'root' or another non-qdc user? Also .. did you change the directory where QDC stores data (in the core_env.properties file)?  

If you're running as the QDC user , but changed the directory you're writing to '/datacatalyst/loadingdock/' .. make sure you've done the right chmod to give that qdc user the right, recursively, on that directory. Like 'chown -R qdc:qdc /datacatalyst/loadingdock/ ' or something like it. 

If you do that and try it again, I would expect it to work, but if it doesn't let us know what error you're getting. 

 

Thanks! 

David

 

 

hemant3
Partner - Contributor II
Partner - Contributor II
Author

 Hi David,

i have checked with access rights of qdc user and they are  fine i had checked the same by  creating a directory through command line where it was successfully created on standalone system.

and all services are up and running with qdc user 

still i am facing  same error 

below is the log 

2020-06-18 16:26:57.423: Starting job: customer_demographic.customer_customer_demo.20200618162638 2020-06-18 16:26:57.427: Started loading into dock. 2020-06-18 16:26:57.460: Watching for process completion/termination. 2020-06-18 16:26:57.645: Task DockHandLoader failed: IOException: Mkdirs failed to create file:/datacatalyst/loadingdock/customer_demographic/customer_customer_demo/20200618162638 (exists=false, cwd=file:/usr/local/qdc/apache-tomcat-7.0.94/webapps/qdc/WEB-INF/classes) 

DaveHowland
Employee
Employee

@hemant3 

From your core_env.properties: can you provide the value for your 'podium.base=' ? 

Also ..as important : are you able to onboard other sources / entities beyond this? Is it just this one? 
And what is the 'base directory' set to for this source? Screen Shot 2020-06-18 at 7.59.01 AM.png