Mathias Holdt created SYNCOPE-401:
-------------------------------------
Summary: Deploying syncope.war with MSSQL server settings to
Tomcat on Windows results in Error listenerStart
Key: SYNCOPE-401
URL: https://issues.apache.org/jira/browse/SYNCOPE-401
Project: Syncope
Issue Type: Bug
Components: core
Affects Versions: 1.1.2
Environment: Microsoft Windows 2008 R2, Microsoft SQL Server 2008 and
2012
Reporter: Mathias Holdt
Priority: Blocker
Following the installation guide "Run Syncope in real environments" results in
a generic error when deploying syncope.war to a Tomcat container (7.0.41) on
Windows 2008 R2 + MS SQL Server 2008/2012.
I tried a few times on different combinations of Windows and SQL Server
(2008/2012), all resulted in the same error (non descriptive Error
listenerStart). I then added a logging.properties to the deployed web archive.
This gave me terrible long exception. A nested exception
(CannotReadScriptException) told me that the file [quartz\tables_sqlserver.sql]
was not found. I noticed that the file was actually named tables_sqlServer.sql
(with uppercase S).
I renamed the file to tables_sqlserver.sql (all lowercase) and successfully
deployed to all my installations afterwards.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira