Foren

Upgrade problem 6.1.GA1 to 6.2GA6

Jozsef Kerekes, geändert vor 7 Jahren.

Upgrade problem 6.1.GA1 to 6.2GA6

New Member Beitrag: 1 Beitrittsdatum: 20.02.17 Neueste Beiträge
Hello,

I am currently doing some upgrade tests to 6.2GA6 CE from 6.1.GA1 and I can't manage to complete the database upgrade step.

I had some strange errors at the start:
- Missing company with companyId 20155
- Default user not part of company with companyId 20155
- No role 'Owner' for company companyId 20155


I have added all of these to the database and the upgrade process is stuck at the Verify UUID step and after ~10 hours I get the following stacktrace.
During this time there are updates being done on the database mostly on the MBThread and MBDiscussion tables that have 400 and 140 Mbytes each. Did anybody see something similar? I have added the autoReconnect=true property and it still did not help.

03:32:47,302 ERROR [pool-3-thread-12][ThrowableAwareRunnable:47] Unable to process runnable: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
03:32:47,505 ERROR [localhost-startStop-1][DBUpgrader:247] Unable to execute verify process: com.liferay.portal.verify.VerifyException: com.liferay.portal.kernel.exception.BulkException: {message = Verification error: com.liferay.portal.verify.VerifyUUID_{com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem., com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.__	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)__	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)__	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)__	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)__	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)__	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3871)__	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2484)__	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)__	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2788)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1816)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1730)__	at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:436)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:290)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:312)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:304)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:92)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:77)__	at com.liferay.portal.verify.VerifyUUID$VerifyUUIDRunnable.doRun(VerifyUUID.java:172)__	at com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable.run(ThrowableAwareRunnable.java:44)__	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)__	at java.util.concurrent.FutureTask.run(FutureTask.java:266)__	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)__	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)__	at java.lang.Thread.run(Thread.java:745)__Caused by: java.net.SocketException: Software caused connection abort: socket write error__	at java.net.SocketOutputStream.socketWrite0(Native Method)__	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)__	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)__	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)__	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3852)__	... 18 more__}_} [Sanitized]
com.liferay.portal.verify.VerifyException: com.liferay.portal.verify.VerifyException: com.liferay.portal.kernel.exception.BulkException: {message = Verification error: com.liferay.portal.verify.VerifyUUID_{com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem., com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.__	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)__	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)__	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)__	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)__	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)__	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3871)__	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2484)__	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)__	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2788)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1816)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1730)__	at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:436)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:290)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:312)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:304)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:92)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:77)__	at com.liferay.portal.verify.VerifyUUID$VerifyUUIDRunnable.doRun(VerifyUUID.java:172)__	at com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable.run(ThrowableAwareRunnable.java:44)__	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)__	at java.util.concurrent.FutureTask.run(FutureTask.java:266)__	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)__	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)__	at java.lang.Thread.run(Thread.java:745)__Caused by: java.net.SocketException: Software caused connection abort: socket write error__	at java.net.SocketOutputStream.socketWrite0(Native Method)__	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)__	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)__	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)__	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3852)__	... 18 more__}_} [Sanitized]
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:71)
	at com.liferay.portal.verify.VerifyProcessUtil._verifyProcess(VerifyProcessUtil.java:111)
	at com.liferay.portal.verify.VerifyProcessUtil._verifyProcess(VerifyProcessUtil.java:76)
	at com.liferay.portal.verify.VerifyProcessUtil.verifyProcess(VerifyProcessUtil.java:46)
	at com.liferay.portal.events.StartupHelper.verifyProcess(StartupHelper.java:146)
	at com.liferay.portal.events.StartupHelperUtil.verifyProcess(StartupHelperUtil.java:67)
	at com.liferay.portal.tools.DBUpgrader.verify(DBUpgrader.java:240)
	at com.liferay.portal.events.StartupAction.doRun(StartupAction.java:231)
	at com.liferay.portal.events.StartupAction.run(StartupAction.java:74)
	at com.liferay.portal.servlet.MainServlet.processStartupEvents(MainServlet.java:1246)
	at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:231)
	at javax.servlet.GenericServlet.init(GenericServlet.java:158)
	at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5266)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5554)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
	at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:677)
	at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1912)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: com.liferay.portal.verify.VerifyException: com.liferay.portal.kernel.exception.BulkException: {message = Verification error: com.liferay.portal.verify.VerifyUUID_{com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem., com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.__	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)__	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)__	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)__	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)__	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)__	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3871)__	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2484)__	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)__	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2788)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1816)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1730)__	at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:436)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:290)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:312)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:304)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:92)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:77)__	at com.liferay.portal.verify.VerifyUUID$VerifyUUIDRunnable.doRun(VerifyUUID.java:172)__	at com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable.run(ThrowableAwareRunnable.java:44)__	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)__	at java.util.concurrent.FutureTask.run(FutureTask.java:266)__	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)__	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)__	at java.lang.Thread.run(Thread.java:745)__Caused by: java.net.SocketException: Software caused connection abort: socket write error__	at java.net.SocketOutputStream.socketWrite0(Native Method)__	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)__	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)__	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)__	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3852)__	... 18 more__}_} [Sanitized]
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:71)
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:76)
	at com.liferay.portal.verify.VerifyProcessSuite.doVerify(VerifyProcessSuite.java:31)
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:68)
	... 27 more
Caused by: com.liferay.portal.kernel.exception.BulkException: {message = Verification error: com.liferay.portal.verify.VerifyUUID_{com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem., com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.__	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)__	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)__	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)__	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)__	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)__	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3871)__	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2484)__	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)__	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2788)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1816)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1730)__	at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:436)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:290)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:312)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:304)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:92)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:77)__	at com.liferay.portal.verify.VerifyUUID$VerifyUUIDRunnable.doRun(VerifyUUID.java:172)__	at com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable.run(ThrowableAwareRunnable.java:44)__	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)__	at java.util.concurrent.FutureTask.run(FutureTask.java:266)__	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)__	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)__	at java.lang.Thread.run(Thread.java:745)__Caused by: java.net.SocketException: Software caused connection abort: socket write error__	at java.net.SocketOutputStream.socketWrite0(Native Method)__	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)__	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)__	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)__	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3852)__	... 18 more__}_} [Sanitized]
	at com.liferay.portal.verify.VerifyProcess.doVerify(VerifyProcess.java:130)
	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:55)
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:68)
	... 30 more
03:32:47,523 ERROR [localhost-startStop-1][MainServlet:234] com.liferay.portal.kernel.events.ActionException: com.liferay.portal.verify.VerifyException: com.liferay.portal.verify.VerifyException: com.liferay.portal.kernel.exception.BulkException: {message = Verification error: com.liferay.portal.verify.VerifyUUID_{com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem., com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.__	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)__	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)__	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)__	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)__	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)__	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3871)__	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2484)__	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)__	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2788)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1816)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1730)__	at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:436)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:290)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:312)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:304)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:92)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:77)__	at com.liferay.portal.verify.VerifyUUID$VerifyUUIDRunnable.doRun(VerifyUUID.java:172)__	at com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable.run(ThrowableAwareRunnable.java:44)__	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)__	at java.util.concurrent.FutureTask.run(FutureTask.java:266)__	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)__	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)__	at java.lang.Thread.run(Thread.java:745)__Caused by: java.net.SocketException: Software caused connection abort: socket write error__	at java.net.SocketOutputStream.socketWrite0(Native Method)__	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)__	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)__	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)__	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3852)__	... 18 more__}_} [Sanitized]
com.liferay.portal.kernel.events.ActionException: com.liferay.portal.verify.VerifyException: com.liferay.portal.verify.VerifyException: com.liferay.portal.kernel.exception.BulkException: {message = Verification error: com.liferay.portal.verify.VerifyUUID_{com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem., com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.__	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)__	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)__	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)__	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)__	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)__	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3871)__	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2484)__	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)__	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2788)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1816)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1730)__	at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:436)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:290)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:312)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:304)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:92)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:77)__	at com.liferay.portal.verify.VerifyUUID$VerifyUUIDRunnable.doRun(VerifyUUID.java:172)__	at com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable.run(ThrowableAwareRunnable.java:44)__	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)__	at java.util.concurrent.FutureTask.run(FutureTask.java:266)__	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)__	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)__	at java.lang.Thread.run(Thread.java:745)__Caused by: java.net.SocketException: Software caused connection abort: socket write error__	at java.net.SocketOutputStream.socketWrite0(Native Method)__	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)__	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)__	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)__	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3852)__	... 18 more__}_} [Sanitized]
	at com.liferay.portal.events.StartupAction.run(StartupAction.java:80)
	at com.liferay.portal.servlet.MainServlet.processStartupEvents(MainServlet.java:1246)
	at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:231)
	at javax.servlet.GenericServlet.init(GenericServlet.java:158)
	at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5266)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5554)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
	at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:677)
	at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1912)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: com.liferay.portal.verify.VerifyException: com.liferay.portal.verify.VerifyException: com.liferay.portal.kernel.exception.BulkException: {message = Verification error: com.liferay.portal.verify.VerifyUUID_{com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem., com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.__	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)__	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)__	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)__	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)__	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)__	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3871)__	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2484)__	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)__	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2788)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1816)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1730)__	at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:436)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:290)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:312)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:304)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:92)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:77)__	at com.liferay.portal.verify.VerifyUUID$VerifyUUIDRunnable.doRun(VerifyUUID.java:172)__	at com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable.run(ThrowableAwareRunnable.java:44)__	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)__	at java.util.concurrent.FutureTask.run(FutureTask.java:266)__	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)__	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)__	at java.lang.Thread.run(Thread.java:745)__Caused by: java.net.SocketException: Software caused connection abort: socket write error__	at java.net.SocketOutputStream.socketWrite0(Native Method)__	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)__	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)__	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)__	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3852)__	... 18 more__}_} [Sanitized]
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:71)
	at com.liferay.portal.verify.VerifyProcessUtil._verifyProcess(VerifyProcessUtil.java:111)
	at com.liferay.portal.verify.VerifyProcessUtil._verifyProcess(VerifyProcessUtil.java:76)
	at com.liferay.portal.verify.VerifyProcessUtil.verifyProcess(VerifyProcessUtil.java:46)
	at com.liferay.portal.events.StartupHelper.verifyProcess(StartupHelper.java:146)
	at com.liferay.portal.events.StartupHelperUtil.verifyProcess(StartupHelperUtil.java:67)
	at com.liferay.portal.tools.DBUpgrader.verify(DBUpgrader.java:240)
	at com.liferay.portal.events.StartupAction.doRun(StartupAction.java:231)
	at com.liferay.portal.events.StartupAction.run(StartupAction.java:74)
	... 19 more
Caused by: com.liferay.portal.verify.VerifyException: com.liferay.portal.kernel.exception.BulkException: {message = Verification error: com.liferay.portal.verify.VerifyUUID_{com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem., com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.__	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)__	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)__	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)__	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)__	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)__	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3871)__	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2484)__	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)__	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2788)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1816)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1730)__	at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:436)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:290)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:312)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:304)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:92)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:77)__	at com.liferay.portal.verify.VerifyUUID$VerifyUUIDRunnable.doRun(VerifyUUID.java:172)__	at com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable.run(ThrowableAwareRunnable.java:44)__	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)__	at java.util.concurrent.FutureTask.run(FutureTask.java:266)__	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)__	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)__	at java.lang.Thread.run(Thread.java:745)__Caused by: java.net.SocketException: Software caused connection abort: socket write error__	at java.net.SocketOutputStream.socketWrite0(Native Method)__	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)__	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)__	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)__	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3852)__	... 18 more__}_} [Sanitized]
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:71)
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:76)
	at com.liferay.portal.verify.VerifyProcessSuite.doVerify(VerifyProcessSuite.java:31)
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:68)
	... 27 more
Caused by: com.liferay.portal.kernel.exception.BulkException: {message = Verification error: com.liferay.portal.verify.VerifyUUID_{com.mysql.jdbc.exceptions.jdbc4.CommunicationsException:The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem., com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 39,268,722 milliseconds ago.  The last packet sent successfully to the server was 39,268,804 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.__	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)__	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)__	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)__	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)__	at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)__	at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3871)__	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2484)__	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2664)__	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2788)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1816)__	at com.mysql.jdbc.StatementImpl.executeUpdate(StatementImpl.java:1730)__	at com.mchange.v2.c3p0.impl.NewProxyStatement.executeUpdate(NewProxyStatement.java:436)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:290)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:312)__	at com.liferay.portal.dao.db.BaseDB.runSQL(BaseDB.java:304)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:92)__	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:77)__	at com.liferay.portal.verify.VerifyUUID$VerifyUUIDRunnable.doRun(VerifyUUID.java:172)__	at com.liferay.portal.kernel.concurrent.ThrowableAwareRunnable.run(ThrowableAwareRunnable.java:44)__	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)__	at java.util.concurrent.FutureTask.run(FutureTask.java:266)__	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)__	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)__	at java.lang.Thread.run(Thread.java:745)__Caused by: java.net.SocketException: Software caused connection abort: socket write error__	at java.net.SocketOutputStream.socketWrite0(Native Method)__	at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)__	at java.net.SocketOutputStream.write(SocketOutputStream.java:153)__	at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)__	at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)__	at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3852)__	... 18 more__}_} [Sanitized]
	at com.liferay.portal.verify.VerifyProcess.doVerify(VerifyProcess.java:130)
	at com.liferay.portal.verify.VerifyUUID.doVerify(VerifyUUID.java:55)
	at com.liferay.portal.verify.VerifyProcess.verify(VerifyProcess.java:68)
	... 30 more
07:55:17,698 INFO  [localhost-startStop-1][DialectDetector:71] Determine dialect for MySQL 5
07:55:17,719 INFO  [localhost-startStop-1][DialectDetector:136] Found dialect org.hibernate.dialect.MySQLDialect
07:55:31,167 INFO  [localhost-startStop-1][StartupAction:97] There are no patches installed
07:55:31,561 INFO  [localhost-startStop-1][BaseDB:484] Database does not support case sensitive queries
07:55:31,711 ERROR [localhost-startStop-1][MainServlet:234] java.lang.IllegalStateException: The database contains changes from a previous upgrade attempt that failed. Please restore the old database and file system and retry the upgrade. A patch may be required if the upgrade failed due to a bug or an unforeseen data permutation that resulted from a corrupt database.
java.lang.IllegalStateException: The database contains changes from a previous upgrade attempt that failed. Please restore the old database and file system and retry the upgrade. A patch may be required if the upgrade failed due to a bug or an unforeseen data permutation that resulted from a corrupt database.
	at com.liferay.portal.tools.DBUpgrader._checkReleaseState(DBUpgrader.java:319)
	at com.liferay.portal.tools.DBUpgrader.upgrade(DBUpgrader.java:136)
	at com.liferay.portal.events.StartupAction.doRun(StartupAction.java:181)
	at com.liferay.portal.events.StartupAction.run(StartupAction.java:74)
	at com.liferay.portal.servlet.MainServlet.processStartupEvents(MainServlet.java:1246)
	at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:231)
	at javax.servlet.GenericServlet.init(GenericServlet.java:158)
	at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1284)
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1197)
	at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
	at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5266)
	at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5554)
	at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
	at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:677)
	at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1912)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


The server log:

15:40:07,613 INFO  [localhost-startStop-1][DialectDetector:71] Determine dialect for MySQL 5
15:40:07,632 INFO  [localhost-startStop-1][DialectDetector:136] Found dialect org.hibernate.dialect.MySQLDialect
15:40:20,723 INFO  [localhost-startStop-1][StartupAction:97] There are no patches installed
15:40:21,321 INFO  [localhost-startStop-1][BaseDB:484] Database does not support case sensitive queries
15:40:21,513 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.UpgradeProcess_6_1_1
15:40:21,515 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_1_1.UpgradeSchema
15:40:24,820 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_1_1.UpgradeDocumentLibrary
15:40:25,348 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_1_1.UpgradeLayout
15:40:25,472 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_1_1.UpgradeLayoutSet
15:40:25,478 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_1_1.UpgradeLayoutSetBranch
15:40:25,481 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.UpgradeProcess_6_2_0
15:40:25,483 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeSchema
15:41:31,122 WARN  [localhost-startStop-1][BaseDB:457] Can't DROP 'IX_DD635956'; check that column/key exists: drop index IX_DD635956 on Lock_;_ [Sanitized]
15:46:36,994 WARN  [localhost-startStop-1][BaseDB:457] Can't DROP 'IX_8DB864A9'; check that column/key exists: drop index IX_8DB864A9 on ResourcePermission;_ [Sanitized]
15:46:43,842 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeAnnouncements
15:46:43,874 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeAssetPublisher
15:46:49,237 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeBlogs
15:46:52,817 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeBlogsAggregator
15:46:54,764 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeCalendar
15:47:00,352 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeCompany
15:47:00,498 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeCustomizablePortlets
15:47:00,540 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeDocumentLibrary
15:47:00,929 INFO  [localhost-startStop-1][Table:157] Starting backup of DLFileEntryType to D:\jde\liferay\liferay\liferay-portal-6.2-ce-ga6\tomcat-7.0.62\temp/temp-db-DLFileEntryType-1487519220929
15:47:00,997 INFO  [localhost-startStop-1][Table:191] Finished backup of DLFileEntryType to D:\jde\liferay\liferay\liferay-portal-6.2-ce-ga6\tomcat-7.0.62\temp/temp-db-DLFileEntryType-1487519220929 in 68 ms
15:47:21,044 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeDynamicDataListDisplay
15:47:24,487 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeDynamicDataMapping
15:47:25,600 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeGroup
15:47:25,780 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeImageGallery
15:47:43,665 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeJournal
16:25:44,830 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeLayout
16:25:44,845 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeLayoutFriendlyURL
16:29:33,950 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeLayoutRevision
16:29:33,988 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeLayoutSet
16:29:34,044 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeLayoutSetBranch
16:29:34,088 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeMessageBoards
16:29:39,451 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeMessageBoardsAttachments
16:29:39,460 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradePortletItem
16:29:39,644 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradePortletPreferences
16:29:41,281 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeRepository
16:29:41,520 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeSearch
16:29:46,725 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeSocial
16:35:36,405 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeUser
16:35:36,769 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeWiki
16:35:41,979 INFO  [localhost-startStop-1][UpgradeProcess:164] Upgrading com.liferay.portal.upgrade.v6_2_0.UpgradeWikiAttachments
16:35:46,352 INFO  [localhost-startStop-1][BaseDB:663] Dropping stale indexes
16:35:46,361 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_8F542794 on assetlink
16:35:46,392 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_C0AAD74D on assetvocabulary
16:35:46,422 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_E52FF7EF on bookmarksentry
16:35:46,462 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_E2E9F129 on bookmarksentry
16:35:46,492 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_C9757A51 on ddmtemplate
16:35:46,522 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_5BC0E264 on ddmtemplate
16:35:46,548 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_5B019FE8 on ddmtemplate
16:35:46,570 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_5B6BEF5F on dlfileentrytype
16:35:46,592 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_1399D844 on dlfileentrytype
16:35:46,612 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_ECCE311D on dlfileshortcut
16:35:46,641 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_2A048EA0 on dlfolder
16:35:46,669 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_F0A26B29 on journalarticle
16:35:46,703 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_FAB5A88B on mbstatsuser
16:35:46,734 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_33781904 on mbthreadflag
16:35:46,769 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_8BD6BCA7 on release_
16:35:46,797 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_2F80C17C on resourcepermission
16:35:46,848 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_D2E2B644 on resourcepermission
16:35:46,879 INFO  [localhost-startStop-1][BaseDB:728] drop index IX_5204C37B on user_
16:35:46,910 INFO  [localhost-startStop-1][BaseDB:75] Adding indexes
16:35:46,910 INFO  [localhost-startStop-1][BaseDB:98] create index IX_381E55DA on Address (uuid_);
16:35:46,964 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8FCB620E on Address (uuid_, companyId);
16:35:47,056 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F2949120 on AnnouncementsEntry (uuid_, companyId);
16:35:47,098 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C7F39FCA on AssetCategory (groupId, name, vocabularyId);
16:35:47,142 INFO  [localhost-startStop-1][BaseDB:98] create index IX_852EA801 on AssetCategory (groupId, parentCategoryId, name, vocabularyId);
16:35:47,191 INFO  [localhost-startStop-1][BaseDB:98] create index IX_87603842 on AssetCategory (groupId, parentCategoryId, vocabularyId);
16:35:47,239 INFO  [localhost-startStop-1][BaseDB:98] create index IX_BBAF6928 on AssetCategory (uuid_, companyId);
16:35:47,292 INFO  [localhost-startStop-1][BaseDB:98] create index IX_FEC4A201 on AssetEntry (layoutUuid);
16:35:50,679 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_8F542794 on AssetLink (entryId1, entryId2, type_);
16:35:50,708 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C0AAD74D on AssetVocabulary (groupId, name);
16:35:50,750 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C4E6FD10 on AssetVocabulary (uuid_, companyId);
16:35:50,783 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C5A6C78F on BackgroundTask (companyId);
16:35:50,817 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5A09E5D1 on BackgroundTask (groupId);
16:35:50,839 INFO  [localhost-startStop-1][BaseDB:98] create index IX_98CC0AAB on BackgroundTask (groupId, name, taskExecutorClassName);
16:35:50,893 INFO  [localhost-startStop-1][BaseDB:98] create index IX_579C63B0 on BackgroundTask (groupId, name, taskExecutorClassName, completed);
16:35:50,922 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C71C3B7 on BackgroundTask (groupId, status);
16:35:50,945 INFO  [localhost-startStop-1][BaseDB:98] create index IX_A73B688A on BackgroundTask (groupId, taskExecutorClassName);
16:35:50,971 INFO  [localhost-startStop-1][BaseDB:98] create index IX_7A9FF471 on BackgroundTask (groupId, taskExecutorClassName, completed);
16:35:51,013 INFO  [localhost-startStop-1][BaseDB:98] create index IX_7E757D70 on BackgroundTask (groupId, taskExecutorClassName, status);
16:35:51,044 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C07CC7F8 on BackgroundTask (name);
16:35:51,077 INFO  [localhost-startStop-1][BaseDB:98] create index IX_75638CDF on BackgroundTask (status);
16:35:51,107 INFO  [localhost-startStop-1][BaseDB:98] create index IX_2FCFE748 on BackgroundTask (taskExecutorClassName, status);
16:35:51,141 INFO  [localhost-startStop-1][BaseDB:98] create index IX_2672F77F on BlogsEntry (displayDate, status);
16:35:51,184 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5E8307BB on BlogsEntry (uuid_, companyId);
16:35:51,222 INFO  [localhost-startStop-1][BaseDB:98] create index IX_1F90CA2D on BookmarksEntry (companyId);
16:35:51,247 INFO  [localhost-startStop-1][BaseDB:98] create index IX_276C8C13 on BookmarksEntry (companyId, status);
16:35:51,272 INFO  [localhost-startStop-1][BaseDB:98] create index IX_146382F2 on BookmarksEntry (groupId, folderId, status);
16:35:51,302 INFO  [localhost-startStop-1][BaseDB:98] create index IX_416AD7D5 on BookmarksEntry (groupId, status);
16:35:51,335 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C78B61AC on BookmarksEntry (groupId, userId, folderId, status);
16:35:51,360 INFO  [localhost-startStop-1][BaseDB:98] create index IX_9D9CF70F on BookmarksEntry (groupId, userId, status);
16:35:51,392 INFO  [localhost-startStop-1][BaseDB:98] create index IX_89BEDC4F on BookmarksEntry (uuid_, companyId);
16:35:51,422 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C27C9DBD on BookmarksFolder (companyId, status);
16:35:51,464 INFO  [localhost-startStop-1][BaseDB:98] create index IX_D16018A6 on BookmarksFolder (groupId, parentFolderId, status);
16:35:51,496 INFO  [localhost-startStop-1][BaseDB:98] create index IX_54F0ED65 on BookmarksFolder (uuid_, companyId);
16:35:51,546 INFO  [localhost-startStop-1][BaseDB:98] create index IX_299639C6 on CalEvent (uuid_, companyId);
16:35:51,603 INFO  [localhost-startStop-1][BaseDB:98] create index IX_B8C28C53 on Contact_ (accountId);
16:35:51,735 INFO  [localhost-startStop-1][BaseDB:98] create index IX_791914FA on Contact_ (classNameId, classPK);
16:35:51,812 INFO  [localhost-startStop-1][BaseDB:98] create index IX_6A6C1C85 on DDLRecord (companyId);
16:35:51,863 INFO  [localhost-startStop-1][BaseDB:98] create index IX_384AB6F7 on DDLRecord (uuid_, companyId);
16:35:51,902 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5938C39F on DDLRecordSet (uuid_, companyId);
16:35:51,970 INFO  [localhost-startStop-1][BaseDB:98] create index IX_3A9C0626 on DDMContent (uuid_, companyId);
16:35:52,149 INFO  [localhost-startStop-1][BaseDB:98] create index IX_4FBAC092 on DDMStructure (companyId, classNameId);
16:35:52,227 INFO  [localhost-startStop-1][BaseDB:98] create index IX_B6ED5E50 on DDMStructure (groupId, classNameId);
16:35:52,275 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_C8785130 on DDMStructure (groupId, classNameId, structureKey);
16:35:52,319 INFO  [localhost-startStop-1][BaseDB:98] create index IX_43395316 on DDMStructure (groupId, parentStructureId);
16:35:52,369 INFO  [localhost-startStop-1][BaseDB:98] create index IX_657899A8 on DDMStructure (parentStructureId);
16:35:52,431 INFO  [localhost-startStop-1][BaseDB:98] create index IX_20FDE04C on DDMStructure (structureKey);
16:35:52,481 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F9FB8D60 on DDMStructure (uuid_, companyId);
16:35:52,559 INFO  [localhost-startStop-1][BaseDB:98] create index IX_B6356F93 on DDMTemplate (classNameId, classPK, type_);
16:35:52,589 INFO  [localhost-startStop-1][BaseDB:98] create index IX_32F83D16 on DDMTemplate (classPK);
16:35:52,625 INFO  [localhost-startStop-1][BaseDB:98] create index IX_BD9A4A91 on DDMTemplate (groupId, classNameId);
16:35:52,664 INFO  [localhost-startStop-1][BaseDB:98] create index IX_824ADC72 on DDMTemplate (groupId, classNameId, classPK);
16:35:52,705 INFO  [localhost-startStop-1][BaseDB:98] create index IX_90800923 on DDMTemplate (groupId, classNameId, classPK, type_);
16:35:52,746 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F0C3449 on DDMTemplate (groupId, classNameId, classPK, type_, mode_);
16:35:52,797 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_E6DFAB84 on DDMTemplate (groupId, classNameId, templateKey);
16:35:52,799 WARN  [localhost-startStop-1][BaseDB:106] BLOB/TEXT column 'templateKey' used in key specification without a key length: create unique index IX_E6DFAB84 on DDMTemplate (groupId, classNameId, templateKey);
16:35:52,800 INFO  [localhost-startStop-1][BaseDB:98] create index IX_B1C33EA6 on DDMTemplate (groupId, classPK);
16:35:52,845 INFO  [localhost-startStop-1][BaseDB:98] create index IX_127A35B0 on DDMTemplate (smallImageId);
16:35:52,880 INFO  [localhost-startStop-1][BaseDB:98] create index IX_CAE41A28 on DDMTemplate (templateKey);
16:35:52,882 WARN  [localhost-startStop-1][BaseDB:106] BLOB/TEXT column 'templateKey' used in key specification without a key length: create index IX_CAE41A28 on DDMTemplate (templateKey);
16:35:52,882 INFO  [localhost-startStop-1][BaseDB:98] create index IX_D4C2C221 on DDMTemplate (uuid_, companyId);
16:35:52,921 INFO  [localhost-startStop-1][BaseDB:98] create index IX_772ECDE7 on DLFileEntry (fileEntryTypeId);
16:35:54,038 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8F6C75D0 on DLFileEntry (folderId, name);
16:35:55,280 INFO  [localhost-startStop-1][BaseDB:98] create index IX_D9492CF6 on DLFileEntry (mimeType);
16:35:56,320 INFO  [localhost-startStop-1][BaseDB:98] create index IX_1B352F4A on DLFileEntry (repositoryId, folderId);
16:35:57,287 INFO  [localhost-startStop-1][BaseDB:98] create index IX_31079DE8 on DLFileEntry (uuid_, companyId);
16:35:58,552 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_5B6BEF5F on DLFileEntryType (groupId, fileEntryTypeKey);
16:35:58,655 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_1399D844 on DLFileEntryType (uuid_, groupId);
16:35:58,722 INFO  [localhost-startStop-1][BaseDB:98] create index IX_4E96195B on DLFileRank (groupId, userId, active_);
16:35:58,772 INFO  [localhost-startStop-1][BaseDB:98] create index IX_A4BB2E58 on DLFileShortcut (companyId);
16:35:58,820 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8571953E on DLFileShortcut (companyId, status);
16:35:58,863 INFO  [localhost-startStop-1][BaseDB:98] create index IX_348DC3B2 on DLFileShortcut (groupId, folderId, active_);
16:35:58,915 INFO  [localhost-startStop-1][BaseDB:98] create index IX_17EE3098 on DLFileShortcut (groupId, folderId, active_, status);
16:35:58,960 INFO  [localhost-startStop-1][BaseDB:98] create index IX_29AE81C4 on DLFileShortcut (uuid_, companyId);
16:35:59,014 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F389330E on DLFileVersion (companyId);
16:35:59,841 INFO  [localhost-startStop-1][BaseDB:98] create index IX_A0A283F4 on DLFileVersion (companyId, status);
16:36:00,585 INFO  [localhost-startStop-1][BaseDB:98] create index IX_9BE769ED on DLFileVersion (groupId, folderId, title, version);
16:36:01,919 INFO  [localhost-startStop-1][BaseDB:98] create index IX_FFB3395C on DLFileVersion (mimeType);
16:36:02,867 INFO  [localhost-startStop-1][BaseDB:98] create index IX_4BFABB9A on DLFileVersion (uuid_);
16:36:03,572 INFO  [localhost-startStop-1][BaseDB:98] create index IX_95E9E44E on DLFileVersion (uuid_, companyId);
16:36:04,202 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_C99B2650 on DLFileVersion (uuid_, groupId);
16:36:04,933 INFO  [localhost-startStop-1][BaseDB:98] create index IX_E79BE432 on DLFolder (companyId, status);
16:36:04,990 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F78286C5 on DLFolder (groupId, mountPoint, parentFolderId, hidden_);
16:36:05,041 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C88430AB on DLFolder (groupId, mountPoint, parentFolderId, hidden_, status);
16:36:05,096 INFO  [localhost-startStop-1][BaseDB:98] create index IX_CE360BF6 on DLFolder (groupId, parentFolderId, hidden_, status);
16:36:05,154 INFO  [localhost-startStop-1][BaseDB:98] create index IX_DA448450 on DLFolder (uuid_, companyId);
16:36:05,213 INFO  [localhost-startStop-1][BaseDB:98] create index IX_3D8E1607 on DLSyncEvent (modifiedTime);
16:36:05,261 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_57D82B06 on DLSyncEvent (typePK);
16:36:05,299 INFO  [localhost-startStop-1][BaseDB:98] create index IX_D24F3956 on EmailAddress (uuid_);
16:36:05,355 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F74AB912 on EmailAddress (uuid_, companyId);
16:36:05,408 INFO  [localhost-startStop-1][BaseDB:98] create index IX_49EB3118 on ExpandoRow (classPK);
16:36:05,539 INFO  [localhost-startStop-1][BaseDB:98] create index IX_B584B5CC on Group_ (companyId, classNameId);
16:36:05,641 INFO  [localhost-startStop-1][BaseDB:98] create index IX_ABE2D54 on Group_ (companyId, classNameId, parentGroupId);
16:36:05,733 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5D75499E on Group_ (companyId, parentGroupId);
16:36:05,809 INFO  [localhost-startStop-1][BaseDB:98] create index IX_6C499099 on Group_ (companyId, parentGroupId, site);
16:36:05,887 INFO  [localhost-startStop-1][BaseDB:98] create index IX_63A2AABD on Group_ (companyId, site);
16:36:05,968 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F981514E on Group_ (uuid_);
16:36:06,032 INFO  [localhost-startStop-1][BaseDB:98] create index IX_26CC761A on Group_ (uuid_, companyId);
16:36:06,109 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_754FBB1C on Group_ (uuid_, groupId);
16:36:06,198 INFO  [localhost-startStop-1][BaseDB:98] create index IX_FF0E7A72 on JournalArticle (classNameId, templateId);
16:36:06,879 INFO  [localhost-startStop-1][BaseDB:98] create index IX_EA05E9E1 on JournalArticle (displayDate, status);
16:36:07,344 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5CD17502 on JournalArticle (groupId, folderId);
16:36:07,672 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F35391E8 on JournalArticle (groupId, folderId, status);
16:36:08,072 INFO  [localhost-startStop-1][BaseDB:98] create index IX_D19C1B9F on JournalArticle (groupId, userId);
16:36:08,595 INFO  [localhost-startStop-1][BaseDB:98] create index IX_43A0F80F on JournalArticle (groupId, userId, classNameId);
16:36:08,952 INFO  [localhost-startStop-1][BaseDB:98] create index IX_3F1EA19E on JournalArticle (layoutUuid);
16:36:09,305 INFO  [localhost-startStop-1][BaseDB:98] create index IX_89FF8B06 on JournalArticle (resourcePrimKey, indexable);
16:36:09,697 INFO  [localhost-startStop-1][BaseDB:98] create index IX_451D63EC on JournalArticle (resourcePrimKey, indexable, status);
16:36:10,051 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8E8710D9 on JournalArticle (structureId);
16:36:10,372 INFO  [localhost-startStop-1][BaseDB:98] create index IX_9106F6CE on JournalArticle (templateId);
16:36:10,803 INFO  [localhost-startStop-1][BaseDB:98] create index IX_71520099 on JournalArticle (uuid_, companyId);
16:36:11,155 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8DAF8A35 on JournalContentSearch (portletId);
16:36:11,213 INFO  [localhost-startStop-1][BaseDB:98] create index IX_CB37A10F on JournalFeed (uuid_, companyId);
16:36:11,263 INFO  [localhost-startStop-1][BaseDB:98] create index IX_E6E2725D on JournalFolder (companyId);
16:36:11,307 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C36B0443 on JournalFolder (companyId, status);
16:36:11,341 INFO  [localhost-startStop-1][BaseDB:98] create index IX_742DEC1F on JournalFolder (groupId);
16:36:11,398 INFO  [localhost-startStop-1][BaseDB:98] create index IX_E988689E on JournalFolder (groupId, name);
16:36:11,443 INFO  [localhost-startStop-1][BaseDB:98] create index IX_190483C6 on JournalFolder (groupId, parentFolderId);
16:36:11,481 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_65026705 on JournalFolder (groupId, parentFolderId, name);
16:36:11,543 INFO  [localhost-startStop-1][BaseDB:98] create index IX_EFD9CAC on JournalFolder (groupId, parentFolderId, status);
16:36:11,583 INFO  [localhost-startStop-1][BaseDB:98] create index IX_63BDFA69 on JournalFolder (uuid_);
16:36:11,624 INFO  [localhost-startStop-1][BaseDB:98] create index IX_54F89E1F on JournalFolder (uuid_, companyId);
16:36:11,674 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_E002061 on JournalFolder (uuid_, groupId);
16:36:11,726 INFO  [localhost-startStop-1][BaseDB:98] create index IX_B529BFD3 on Layout (layoutPrototypeUuid);
16:36:12,206 INFO  [localhost-startStop-1][BaseDB:98] create index IX_39A18ECC on Layout (sourcePrototypeLayoutUuid);
16:36:12,559 INFO  [localhost-startStop-1][BaseDB:98] create index IX_2CE4BE84 on Layout (uuid_, companyId);
16:36:13,292 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_E118C537 on Layout (uuid_, groupId, privateLayout);
16:36:14,109 INFO  [localhost-startStop-1][BaseDB:98] create index IX_EAB317C8 on LayoutFriendlyURL (companyId);
16:36:14,427 INFO  [localhost-startStop-1][BaseDB:98] create index IX_742EF04A on LayoutFriendlyURL (groupId);
16:36:14,728 INFO  [localhost-startStop-1][BaseDB:98] create index IX_CA713461 on LayoutFriendlyURL (groupId, privateLayout, friendlyURL);
16:36:15,170 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_A6FC2B28 on LayoutFriendlyURL (groupId, privateLayout, friendlyURL, languageId);
16:36:15,644 INFO  [localhost-startStop-1][BaseDB:98] create index IX_83AE56AB on LayoutFriendlyURL (plid);
16:36:15,981 INFO  [localhost-startStop-1][BaseDB:98] create index IX_59051329 on LayoutFriendlyURL (plid, friendlyURL);
16:36:16,376 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_C5762E72 on LayoutFriendlyURL (plid, languageId);
16:36:16,680 INFO  [localhost-startStop-1][BaseDB:98] create index IX_9F80D54 on LayoutFriendlyURL (uuid_);
16:36:17,207 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F4321A54 on LayoutFriendlyURL (uuid_, companyId);
16:36:17,804 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_326525D6 on LayoutFriendlyURL (uuid_, groupId);
16:36:18,349 INFO  [localhost-startStop-1][BaseDB:98] create index IX_63ED2532 on LayoutPrototype (uuid_, companyId);
16:36:18,412 INFO  [localhost-startStop-1][BaseDB:98] create index IX_CCF0DA29 on LayoutSetBranch (groupId, privateLayout, master);
16:36:18,457 INFO  [localhost-startStop-1][BaseDB:98] create index IX_D9FFCA84 on LayoutSetPrototype (uuid_, companyId);
16:36:18,525 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_228562AD on Lock_ (className, key_);
16:36:18,604 INFO  [localhost-startStop-1][BaseDB:98] create index IX_2C418EAE on Lock_ (uuid_, companyId);
16:36:18,679 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8A13C634 on MBBan (uuid_);
16:36:18,728 INFO  [localhost-startStop-1][BaseDB:98] create index IX_4F841574 on MBBan (uuid_, companyId);
16:36:18,767 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_2A3B68F6 on MBBan (uuid_, groupId);
16:36:18,802 INFO  [localhost-startStop-1][BaseDB:98] create index IX_E15A5DB5 on MBCategory (companyId, status);
16:36:18,844 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C295DBEE on MBCategory (groupId, parentCategoryId, status);
16:36:18,883 INFO  [localhost-startStop-1][BaseDB:98] create index IX_DA84A9F7 on MBCategory (groupId, status);
16:36:18,926 INFO  [localhost-startStop-1][BaseDB:98] create index IX_13DF4E6D on MBCategory (uuid_, companyId);
16:36:18,966 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5477D431 on MBDiscussion (uuid_);
16:36:22,121 INFO  [localhost-startStop-1][BaseDB:98] create index IX_7E965757 on MBDiscussion (uuid_, companyId);
16:36:25,014 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_F7AAC799 on MBDiscussion (uuid_, groupId);
16:36:27,459 INFO  [localhost-startStop-1][BaseDB:98] create index IX_FC61676E on MBMailingList (uuid_, companyId);
16:36:27,500 INFO  [localhost-startStop-1][BaseDB:98] create index IX_57CA9FEC on MBMessage (uuid_, companyId);
16:36:33,847 INFO  [localhost-startStop-1][BaseDB:98] create index IX_7E264A0F on MBThread (uuid_);
16:36:37,903 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F8CA2AB9 on MBThread (uuid_, companyId);
16:36:42,452 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_3A200B7B on MBThread (uuid_, groupId);
16:36:46,707 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_33781904 on MBThreadFlag (userId, threadId);
16:36:46,759 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F36BBB83 on MBThreadFlag (uuid_);
16:36:46,817 INFO  [localhost-startStop-1][BaseDB:98] create index IX_DCE308C5 on MBThreadFlag (uuid_, companyId);
16:36:46,866 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_FEB0FC87 on MBThreadFlag (uuid_, groupId);
16:36:46,908 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C58A516B on MDRAction (uuid_, companyId);
16:36:46,949 INFO  [localhost-startStop-1][BaseDB:98] create index IX_7DEA8DF1 on MDRRule (uuid_, companyId);
16:36:46,983 INFO  [localhost-startStop-1][BaseDB:98] create index IX_CC14DC2 on MDRRuleGroup (uuid_, companyId);
16:36:47,017 INFO  [localhost-startStop-1][BaseDB:98] create index IX_AFF28547 on MDRRuleGroupInstance (groupId);
16:36:47,052 INFO  [localhost-startStop-1][BaseDB:98] create index IX_25C9D1F7 on MDRRuleGroupInstance (uuid_, companyId);
16:36:47,090 INFO  [localhost-startStop-1][BaseDB:98] create index IX_396D6B42 on Organization_ (uuid_);
16:36:47,145 INFO  [localhost-startStop-1][BaseDB:98] create index IX_A9D85BA6 on Organization_ (uuid_, companyId);
16:36:47,208 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8FEE65F5 on PasswordPolicy (companyId);
16:36:47,257 INFO  [localhost-startStop-1][BaseDB:98] create index IX_51437A01 on PasswordPolicy (uuid_);
16:36:47,297 INFO  [localhost-startStop-1][BaseDB:98] create index IX_E4D7EF87 on PasswordPolicy (uuid_, companyId);
16:36:47,343 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_C3A17327 on PasswordPolicyRel (classNameId, classPK);
16:36:47,373 INFO  [localhost-startStop-1][BaseDB:98] create index IX_EA6245A0 on Phone (uuid_);
16:36:47,431 INFO  [localhost-startStop-1][BaseDB:98] create index IX_B271FA88 on Phone (uuid_, companyId);
16:36:47,481 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8AE746EF on PollsChoice (uuid_, companyId);
16:36:47,538 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_C222BD31 on PollsChoice (uuid_, groupId);
16:36:47,648 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F910BBB4 on PollsQuestion (uuid_, companyId);
16:36:47,691 INFO  [localhost-startStop-1][BaseDB:98] create index IX_FD32EB70 on PollsVote (uuid_);
16:36:47,728 INFO  [localhost-startStop-1][BaseDB:98] create index IX_7D8E92B8 on PollsVote (uuid_, companyId);
16:36:47,763 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_A88C673A on PollsVote (uuid_, groupId);
16:36:47,797 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C9A3FCE2 on PortletPreferences (ownerId, ownerType, portletId);
16:37:00,615 INFO  [localhost-startStop-1][BaseDB:98] create index IX_A3B2A80C on PortletPreferences (ownerType, portletId);
16:37:13,276 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8E6DA3A1 on PortletPreferences (portletId);
16:37:24,944 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_A2635F5C on Region (countryId, regionCode);
16:37:25,006 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_8BD6BCA7 on Release_ (servletContextName);
16:37:25,050 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_60C8634C on Repository (groupId, name, portletId);
16:37:25,088 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F543EA4 on Repository (uuid_, companyId);
16:37:25,118 INFO  [localhost-startStop-1][BaseDB:98] create index IX_D3B9AF62 on RepositoryEntry (uuid_, companyId);
16:37:25,160 INFO  [localhost-startStop-1][BaseDB:98] create index IX_20A2E3D9 on ResourceBlockPermission (roleId);
16:37:25,192 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_8D83D0CE on ResourcePermission (companyId, name, scope, primKey, roleId);
16:37:55,273 INFO  [localhost-startStop-1][BaseDB:98] create index IX_26284944 on ResourcePermission (companyId, primKey);
16:38:14,394 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F3E1C6FC on Role_ (companyId, type_);
16:38:14,441 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F92B66E6 on Role_ (type_);
16:38:14,488 INFO  [localhost-startStop-1][BaseDB:98] create index IX_26DB26C5 on Role_ (uuid_);
16:38:14,533 INFO  [localhost-startStop-1][BaseDB:98] create index IX_B9FF6043 on Role_ (uuid_, companyId);
16:38:14,571 INFO  [localhost-startStop-1][BaseDB:98] create index IX_6A84467D on ShoppingCategory (groupId, name);
16:38:14,614 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F542E9BC on SocialActivity (activitySetId);
16:38:14,982 INFO  [localhost-startStop-1][BaseDB:98] create index IX_D0E9029E on SocialActivity (classNameId, classPK, type_);
16:38:15,672 INFO  [localhost-startStop-1][BaseDB:98] create index IX_D6666704 on SocialActivityCounter (groupId);
16:38:15,713 INFO  [localhost-startStop-1][BaseDB:98] create index IX_18D4BAE5 on SocialActivityLimit (groupId);
16:38:15,762 INFO  [localhost-startStop-1][BaseDB:98] create index IX_6F9EDE9F on SocialActivityLimit (userId);
16:38:15,799 INFO  [localhost-startStop-1][BaseDB:98] create index IX_4460FA14 on SocialActivitySet (classNameId, classPK, type_);
16:38:15,853 INFO  [localhost-startStop-1][BaseDB:98] create index IX_9E13F2DE on SocialActivitySet (groupId);
16:38:15,893 INFO  [localhost-startStop-1][BaseDB:98] create index IX_9BE30DDF on SocialActivitySet (groupId, userId, classNameId, type_);
16:38:15,951 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F71071BD on SocialActivitySet (groupId, userId, type_);
16:38:15,993 INFO  [localhost-startStop-1][BaseDB:98] create index IX_F80C4386 on SocialActivitySet (userId);
16:38:16,041 INFO  [localhost-startStop-1][BaseDB:98] create index IX_62AC101A on SocialActivitySet (userId, classNameId, classPK, type_);
16:38:16,084 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8BE5F230 on SocialActivitySetting (groupId);
16:38:16,138 INFO  [localhost-startStop-1][BaseDB:98] create index IX_9D22151E on SocialActivitySetting (groupId, classNameId);
16:38:16,208 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5B30F663 on SocialRelation (uuid_, companyId);
16:38:16,249 INFO  [localhost-startStop-1][BaseDB:98] create index IX_8D42897C on SocialRequest (uuid_, companyId);
16:38:16,287 INFO  [localhost-startStop-1][BaseDB:98] create index IX_72D73D39 on SystemEvent (groupId);
16:38:16,321 INFO  [localhost-startStop-1][BaseDB:98] create index IX_7A2F0ECE on SystemEvent (groupId, classNameId, classPK);
16:38:16,349 INFO  [localhost-startStop-1][BaseDB:98] create index IX_FFCBB747 on SystemEvent (groupId, classNameId, classPK, type_);
16:38:16,380 INFO  [localhost-startStop-1][BaseDB:98] create index IX_A19C89FF on SystemEvent (groupId, systemEventSetKey);
16:38:16,410 INFO  [localhost-startStop-1][BaseDB:98] create index IX_1E8DFB2E on Ticket (classNameId, classPK, type_);
16:38:16,452 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_B35F73D5 on TrashEntry (classNameId, classPK);
16:38:16,490 INFO  [localhost-startStop-1][BaseDB:98] create index IX_2674F2A8 on TrashEntry (companyId);
16:38:16,518 INFO  [localhost-startStop-1][BaseDB:98] create index IX_526A032A on TrashEntry (groupId);
16:38:16,558 INFO  [localhost-startStop-1][BaseDB:98] create index IX_FC4EEA64 on TrashEntry (groupId, classNameId);
16:38:16,588 INFO  [localhost-startStop-1][BaseDB:98] create index IX_6CAAE2E8 on TrashEntry (groupId, createDate);
16:38:16,626 INFO  [localhost-startStop-1][BaseDB:98] create index IX_630A643B on TrashVersion (classNameId, classPK);
16:38:16,664 INFO  [localhost-startStop-1][BaseDB:98] create index IX_55D44577 on TrashVersion (entryId);
16:38:16,691 INFO  [localhost-startStop-1][BaseDB:98] create index IX_72D58D37 on TrashVersion (entryId, classNameId);
16:38:16,717 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_D639348C on TrashVersion (entryId, classNameId, classPK);
16:38:16,754 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5F1DD85A on UserGroup (uuid_);
16:38:16,789 INFO  [localhost-startStop-1][BaseDB:98] create index IX_72394F8E on UserGroup (uuid_, companyId);
16:38:16,869 INFO  [localhost-startStop-1][BaseDB:98] create index IX_C648700A on UserNotificationDelivery (userId);
16:38:16,919 INFO  [localhost-startStop-1][BaseDB:98] create unique index IX_8B6E3ACE on UserNotificationDelivery (userId, portletId, classNameId, notificationType, deliveryType);
16:38:16,946 INFO  [localhost-startStop-1][BaseDB:98] create index IX_24F1BF0 on UserNotificationEvent (userId, delivered);
16:38:16,986 INFO  [localhost-startStop-1][BaseDB:98] create index IX_A6BAFDFE on UserNotificationEvent (uuid_, companyId);
16:38:17,021 INFO  [localhost-startStop-1][BaseDB:98] create index IX_740C4D0C on User_ (companyId, createDate);
16:38:17,124 INFO  [localhost-startStop-1][BaseDB:98] create index IX_BCFDA257 on User_ (companyId, createDate, modifiedDate);
16:38:17,185 INFO  [localhost-startStop-1][BaseDB:98] create index IX_EE8ABD19 on User_ (companyId, modifiedDate);
16:38:17,245 INFO  [localhost-startStop-1][BaseDB:98] create index IX_405CC0E on User_ (uuid_, companyId);
16:38:17,333 INFO  [localhost-startStop-1][BaseDB:98] create index IX_76F15D13 on Website (uuid_);
16:38:17,383 INFO  [localhost-startStop-1][BaseDB:98] create index IX_712BCD35 on Website (uuid_, companyId);
16:38:17,440 INFO  [localhost-startStop-1][BaseDB:98] create index IX_B54332D6 on WikiNode (companyId, status);
16:38:17,497 INFO  [localhost-startStop-1][BaseDB:98] create index IX_23325358 on WikiNode (groupId, status);
16:38:17,543 INFO  [localhost-startStop-1][BaseDB:98] create index IX_E0E6D12C on WikiNode (uuid_, companyId);
16:38:17,596 INFO  [localhost-startStop-1][BaseDB:98] create index IX_16E99B0A on WikiPage (groupId, nodeId, head);
16:38:17,652 INFO  [localhost-startStop-1][BaseDB:98] create index IX_BA72B89A on WikiPage (groupId, nodeId, head, parentTitle, status);
16:38:17,704 INFO  [localhost-startStop-1][BaseDB:98] create index IX_E0092FF0 on WikiPage (groupId, nodeId, head, status);
16:38:17,754 INFO  [localhost-startStop-1][BaseDB:98] create index IX_941E429C on WikiPage (groupId, nodeId, status);
16:38:17,795 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5FF21CE6 on WikiPage (groupId, nodeId, title, head);
16:38:17,900 INFO  [localhost-startStop-1][BaseDB:98] create index IX_CAA451D6 on WikiPage (groupId, userId, nodeId, status);
16:38:17,948 INFO  [localhost-startStop-1][BaseDB:98] create index IX_64CCB282 on WikiPage (nodeId, head, redirectTitle);
16:38:17,983 INFO  [localhost-startStop-1][BaseDB:98] create index IX_40F94F68 on WikiPage (nodeId, head, redirectTitle, status);
16:38:18,025 INFO  [localhost-startStop-1][BaseDB:98] create index IX_85E7CC76 on WikiPage (resourcePrimKey);
16:38:18,082 INFO  [localhost-startStop-1][BaseDB:98] create index IX_E1F55FB on WikiPage (resourcePrimKey, nodeId, head);
16:38:18,127 INFO  [localhost-startStop-1][BaseDB:98] create index IX_1725355C on WikiPage (resourcePrimKey, status);
16:38:18,164 INFO  [localhost-startStop-1][BaseDB:98] create index IX_5DC4BD39 on WikiPage (uuid_, companyId);
16:38:18,243 INFO  [localhost-startStop-1][VerifyProcess:65] Verifying com.liferay.portal.verify.VerifyProcessSuite
16:38:18,244 INFO  [localhost-startStop-1][VerifyProcess:65] Verifying com.liferay.portal.verify.VerifyProperties
16:38:18,254 ERROR [localhost-startStop-1][VerifyProperties:206] Portal property "velocity.engine.resource.manager.cache.enabled" is obsolete
16:38:18,280 INFO  [localhost-startStop-1][VerifyProcess:65] Verifying com.liferay.portal.verify.VerifyDB2
16:38:18,281 INFO  [localhost-startStop-1][VerifyProcess:65] Verifying com.liferay.portal.verify.VerifyMySQL
16:38:18,479 INFO  [localhost-startStop-1][VerifyProcess:65] Verifying com.liferay.portal.verify.VerifyOracle
16:38:18,480 INFO  [localhost-startStop-1][VerifyProcess:65] Verifying com.liferay.portal.verify.VerifySQLServer
16:38:18,480 INFO  [localhost-startStop-1][VerifyProcess:65] Verifying com.liferay.portal.verify.VerifyUUID


My portal-ext.properties file:

web.server.http.port=8080
user.timezone=CET
user.country=NL
user.language=nl

jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/local_portal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false&autoReconnect=true
jdbc.default.username=root
jdbc.default.password=root

database.mysql.engine=InnoDB

admin.email.from.address=no-reply@localhost.com
admin.email.from.name=Address from

dl.file.rank.enabled=false

#Disable jsessionid urls
session.enable.url.with.session.id=false
session.store.password=true
session.enable.persistent.cookies=false

#default.landing.page.path=/web/guest
users.reminder.queries.enabled=false
terms.of.use.required=false

default.landing.page.path=/web/guest/home
layout.friendly.url.page.not.found = /html/portal/errors/404.html

#indexing Liferay at startup (the entire library)
index.on.startup=true

journal.article.force.autogenerate.id=false
journal.article.types=announcements,blogs,general,news,press-release,test,language,mail-template,policies

#Using authentication through screenName
company.security.auth.type=screenName

#Create accound asks for custom password
login.create.account.allow.custom.password=false

#Validator that allows screenName have UNDERSCORE
users.screen.name.validator=com.liferay.portal.security.auth.LiberalScreenNameValidator

#Disabling email validation
users.email.address.required=false

#Disabling user public and private pages
layout.user.private.layouts.enabled=false
layout.user.public.layouts.enabled=false
layout.default.template.id=3_columns_i
default.layout.template.id=3_columns_i

# Input a list of sections that will be included as part of the user form
# when updating a user in the My Account portlet.
users.form.my.account.main=details,password,organizations,communities,user-groups,roles
users.form.my.account.identification=addresses,phone-numbers,additional-email-addresses,websites,instant-messenger,social-network,sms,open-id
users.form.my.account.miscellaneous=display-settings,comments,custom-fields

# Input a list of sections that will be included as part of the user form when updating a user.
users.form.update.main=details,password,organizations,communities,user-groups,roles,pages
users.form.update.identification=addresses,phone-numbers,additional-email-addresses,websites,instant-messenger,social-network,sms,open-id
users.form.update.miscellaneous=display-settings,comments,custom-fields

axis.servlet.hosts.allowed=192.168.253.179
axis.servlet.https.required=false

# Set this to false to remove the pagination controls above or below results (bookings today).
#search.container.show.pagination.top=false
#search.container.show.pagination.bottom=false

organizations.types=regular-organization,location

organizations.rootable[regular-organization]=true
organizations.children.types[regular-organization]=regular-organization,location
organizations.country.enabled[regular-organization]=true
organizations.country.required[regular-organization]=true

organizations.rootable[location]=false
organizations.country.enabled[location]=true
organizations.country.required[location]=true

mail.session.mail.pop3.host=localhost
mail.session.mail.imap.host=localhost
mail.session.mail.store.protocol=imap
mail.session.mail.transport.protocol=smtp
mail.session.mail.smtp.host=mail.localnet.local
mail.session.mail.smtp.password=
mail.session.mail.smtp.user=me@local.eu
mail.session.mail.smtp.port=25
mail.session.mail.smtp.auth=false
mail.session.mail.smtp.starttls.enable=false

theme.jsp.override.enabled=true


#local hot code replace
theme.css.fast.load=false
theme.images.fast.load=false
javascript.fast.load=false
layout.template.cache.enabled=false
browser.launcher.url=
last.modified.check=false
openoffice.cache.enabled=false
velocity.engine.resource.manager.cache.enabled=false
com.liferay.portal.servlet.filters.cache.CacheFilter=false
com.liferay.portal.servlet.filters.theme.ThemePreviewFilter=true
com.liferay.portal.servlet.filters.header.HeaderFilter=false

hibernate.hbm2ddl.auto = true

passwords.encryption.algorithm.legacy=SHA

locales=ar_SA,eu_ES,bg_BG,ca_AD,ca_ES,zh_CN,zh_TW,hr_HR,cs_CZ,nl_NL,nl_BE,en_US,en_GB,et_EE,fi_FI,fr_FR,gl_ES,de_DE,el_GR,iw_IL,hi_IN,hu_HU,in_ID,it_IT,ja_JP,ko_KR,nb_NO,fa_IR,pl_PL,pt_BR,pt_PT,ro_RO,ru_RU,sr_RS,sr_RS_latin,sl_SI,sk_SK,es_ES,sv_SE,tr_TR,uk_UA,vi_VN
#Prevents empty blue bar issue in 6.2 
locale.prepend.friendly.url.style = 1;
#Enable quartz clustering
org.quartz.jobStore.isClustered=true

#Secure filter is now needed.  
#Performance recommendations for 6.1 suggest disabling it.
com.liferay.portal.servlet.filters.secure.SecureFilter=true