@raff: The environment at this end is Eclipse Luna; I deploy it the easy way from the context menu ‘Debug As’. In it’s turn this calls ‘mvn jetty:run’.
I trashed my dirty sand-box.
This is a fresh check-out of master from github. The processes are clean. Windows Task Manager only reports javaw, and mysqld as relevant processes. There are no other instances of java running. The MySQL client is also disconnected from the server.
The subsequent check-out, build & deploy were partially successful. Here is what the console now shows me
[INFO] Webapp directory = C:\Users\Developer\workspaceluna\openmrs\webapp\src\main\webapp
[INFO] Starting jetty 6.1.10 ...
2014-11-14 09:14:59.202::INFO: jetty-6.1.10
2014-11-14 09:15:00.121::INFO: No Transaction manager found - if your webapp requires one, please configure one.
2014-11-14 09:15:01.354:/openmrs:INFO: Set web app root system property: 'webapp.root' = [C:\Users\Developer\workspaceluna\openmrs\webapp\src\main\webapp\]
2014-11-14 09:15:01.354:/openmrs:INFO: Initializing log4j from [classpath:log4j.xml]
WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2673) |2014-11-14 09:15:01,958| Unable to find a runtime properties file at C:\Users\Developer\workspaceluna\openmrs\webapp\openmrs-runtime.properties
INFO 11/14/14 9:15 AM:liquibase: Reading from `liquibasechangelog`
WARNING 11/14/14 9:15 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
WARNING 11/14/14 9:15 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
WARNING 11/14/14 9:15 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
INFO - LocalSessionFactoryBean.buildSessionFactory(780) |2014-11-14 09:15:21,020| Building new Hibernate SessionFactory
WARN - Listener.loadBundledModules(487) |2014-11-14 09:15:32,790| Bundled module folder doesn't exist: C:\Users\Developer\workspaceluna\openmrs\webapp\src\main\webapp\WEB-INF\bundledModules
WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2673) |2014-11-14 09:15:32,790| Unable to find a runtime properties file at C:\Users\Developer\workspaceluna\openmrs\webapp\openmrs-runtime.properties
INFO 11/14/14 9:15 AM:liquibase: Reading from `liquibasechangelog`
WARNING 11/14/14 9:15 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
WARNING 11/14/14 9:15 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
WARNING 11/14/14 9:15 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
INFO - HibernateContextDAO.updateSearchIndex(485) |2014-11-14 09:15:41,031| Updating the search index... It may take a few minutes.
Already 10 minutes now … Is a minimum db connection pool size necessary for the application to run successfully?