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

Announcements
January 14th - Discover the Trends Shaping AI in 2026: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Configuring the Repository for Drools Guvnor

Hi,
I'm using Talend Platform for MDM 5.4.2 on Windows Server 2012 R2 and am attempting to configure the Drools Guvnor Repository in Talend Admin Centre, using instructions at
I used Drools -> Administration -> Repository Configuration to generate a repository.xml for connecting to an SQL Server database, placed this in tac\apache-tomcat\webapps\drools-guvnor\WEB-INF and edited the components.xml in the same location and edited tac\apache-tomcat\webapps\drools-guvnor\WEB-INF\workspaces\default\workspace.xml to use the same driver and JDBC URL.
When TAC is restarted tables are created in the SQL Server database and some data populated. However the Drools Guvnor web app is no longer available (HTTP 404) and the following error is logged in tac\apache-tomcat\logs\localhost.<date>.log:


To see the whole post, download it here
Labels (7)
2 Replies
Anonymous
Not applicable
Author

Updated localhost.log extract as I'd copied the wrong error (default repository is in c:\Windows\System32 and has locking problems)
Anonymous
Not applicable
Author

Note that the installation guide fails to mention that Drools 5.2 (as provided with with Talend 5.4.2) does not work with Java 1.7 and needs to have 1.6 configured in the startup script or service/daemon executable path. See https://jira.talendforge.org/i#browse/TUP-477
This doesn't fix the problem but at least means I can build Drools packages from the default repository.