Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
+1 vote
1 view

Hi, I'm trying to configure data source in the most basic way as jdbc. My postgres database is on the same server as Knowage application. I put postgre driver in lib directory: /opt/knowage6/Knowage-Server-CE/lib/postgresql-42.1.4.jar

I make installation on root account if its matter. I'm getting error: Driver not found

This is from knowage.log 

[http-bio-8080-exec-3] 06 Jan 2018 21:18:19,413 ERROR it.eng.spagobi.rest.interceptors.RestExceptionMapper.toResponseFromGenericException:73 - Catched service error:
it.eng.spagobi.utilities.exceptions.SpagoBIRestServiceException: Driver not found: postgresql-42.1.4.jar

Please help - it should be simple but it's not working. I add /opt/knowage6/Knowage-Server-CE/lib to PATH but it didn't work also.

Environment Knowage 6 CE
in Data Source by (280 points)

1 Answer

+1 vote
 
Best answer
I solved it - my mistakes I put wrong java class name in driver name section.
by (280 points)
selected by
Hellow, How you resolved this problem?. Please help me. Thank you!
Hello,

I'm trying to connect a Postgres DB too but I'm not able to write the Drive *  line text .
Could you please send me a sample of sintax and text ?
Do I need modify something else ?
I wrote only postgresql-42.3.3.jar but I'm not a programmer and for me it's real hard to define all this tech lines.
For the rest I wrote this ... jdbc:postgresql://172.18.0.3:5432/idempiere   that is hosted in a PC docker postgres DB.
Many thanks
Giò
...