Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: RE: Database upgrade from 7.0 to 7.4 fails with the following errors
Hi,
I followed the procedure of the upgrade from this document. After running the "db_upgrade_client.sh" script, this log shows and redirects me into the gogo shell
Completed Liferay core upgrade and verify processes in 44 seconds
Checking to see if all upgrades have completed... your upgrades have failed, have not started, or are still running.
You are connected to Gogo shell.
Upon executing "upgrade:check" these are the list of modules that are needed to be upgraded
upgrade:check
Dry run upgrade com.liferay.sync.service from 1.0.2-step-1 to 1.0.3 and its dependent modules
Dry run upgrade com.liferay.marketplace.service from 1.0.0 to 2.0.0 and its dependent modules
I tried to do an "upgrade:execute" on each of the modules, and this is the result
upgrade:execute com.liferay.sync.service
gogo: RuntimeException: com.liferay.portal.kernel.upgrade.UpgradeException: com.liferay.portal.kernel.exception.PortalException: org.postgresql.util.PSQLException: ERROR: operator does not exist: bigint = character varying
  Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts.
  Position: 178
upgrade:execute com.liferay.marketplace.service
gogo: RuntimeException: com.liferay.portal.kernel.upgrade.UpgradeException: java.lang.NullPointerException
  
 I am not sure on how to resolve the following. Hoping that you
  can help me with this problem.
  
 Kind regards.
Hi Chayanne,
  
 It seems there an issue with those modules being upgraded in
  PostgreSQL. It would be better to share the upgrade log so we can take
  a look.
  
 Anyways, they are related to liferay sync (sync folders between
  the OS and Document Library) and marketplace (download third party
  apps) which you may not need to use them, the rest of the portal seems
  good so you can continue moving to 7.4
  
 
Hi Alberto,
  
 Greetings.
 Thank you for your reply.
 I will try if I can
  proceed with the upgrade to 7.4
Please see the below for the upgrade log
  
Loading jar:file:/usr/local/testLiferay7/apache-tomcat-8.0.28/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/system.properties
Loading jar:file:/usr/local/testLiferay7/apache-tomcat-8.0.28/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/portal.properties
Loading file:/usr/local/testLiferay7/apache-tomcat-8.0.28/webapps/ROOT/WEB-INF/classes/portal-ext.properties
Loading jar:file:/usr/local/testLiferay7/liferay/tools/portal-tools-db-upgrade-client/com.liferay.portal.tools.db.upgrade.client.jar!/portal-upgrade.properties
Loading file:/usr/local/testLiferay7/liferay/tools/portal-tools-db-upgrade-client/portal-upgrade-ext.properties
Loading file:/usr/local/testLiferay7/liferay/tools/portal-tools-db-upgrade-client/portal-upgrade-database.properties
00:19:05,208 ERROR [main][DataSourceFactoryImpl:129] Unable to lookup jdbc/LiferayPool
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial
	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:673)
	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313)
	at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:350)
	at javax.naming.InitialContext.lookup(InitialContext.java:417)
	at com.liferay.portal.kernel.jndi.JNDIUtil._lookup(JNDIUtil.java:137)
	at com.liferay.portal.kernel.jndi.JNDIUtil.lookup(JNDIUtil.java:34)
	at com.liferay.portal.dao.jdbc.DataSourceFactoryImpl.initDataSource(DataSourceFactoryImpl.java:126)
	at com.liferay.portal.kernel.dao.jdbc.DataSourceFactoryUtil.initDataSource(DataSourceFactoryUtil.java:44)
	at com.liferay.portal.dao.jdbc.spring.DataSourceFactoryBean.createInstance(DataSourceFactoryBean.java:44)
	at com.liferay.portal.dao.jdbc.spring.DataSourceFactoryBean.createInstance(DataSourceFactoryBean.java:30)
	at org.springframework.beans.factory.config.AbstractFactoryBean.afterPropertiesSet(AbstractFactoryBean.java:134)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1631)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1568)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1475)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1220)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1475)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1220)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:736)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
	at com.liferay.portal.spring.context.ArrayApplicationContext.<init>(ArrayApplicationContext.java:31)
	at com.liferay.portal.util.InitUtil.initWithSpring(InitUtil.java:204)
	at com.liferay.portal.util.InitUtil.initWithSpring(InitUtil.java:183)
	at com.liferay.portal.tools.DBUpgrader.main(DBUpgrader.java:101)
00:19:05,725 INFO  [main][DialectDetector:75] Determine dialect for PostgreSQL 9.3
00:19:06,520 INFO  [main][DialectDetector:148] Found dialect org.hibernate.dialect.PostgreSQLDialect
00:19:09,339 ERROR [main][DataSourceFactoryImpl:129] Unable to lookup jdbc/LiferayPool
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial
	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:673)
	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313)
	at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:350)
	at javax.naming.InitialContext.lookup(InitialContext.java:417)
	at com.liferay.portal.kernel.jndi.JNDIUtil._lookup(JNDIUtil.java:137)
	at com.liferay.portal.kernel.jndi.JNDIUtil.lookup(JNDIUtil.java:34)
	at com.liferay.portal.dao.jdbc.DataSourceFactoryImpl.initDataSource(DataSourceFactoryImpl.java:126)
	at com.liferay.portal.kernel.dao.jdbc.DataSourceFactoryUtil.initDataSource(DataSourceFactoryUtil.java:44)
	at com.liferay.portal.dao.jdbc.spring.DataSourceFactoryBean.createInstance(DataSourceFactoryBean.java:44)
	at com.liferay.portal.dao.jdbc.spring.DataSourceFactoryBean.createInstance(DataSourceFactoryBean.java:30)
	at org.springframework.beans.factory.config.AbstractFactoryBean.afterPropertiesSet(AbstractFactoryBean.java:134)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1631)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1568)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:539)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1475)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1220)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1475)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1220)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
	at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:736)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:762)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
	at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
	at com.liferay.portal.spring.context.ArrayApplicationContext.<init>(ArrayApplicationContext.java:31)
	at com.liferay.portal.util.InitUtil.initWithSpring(InitUtil.java:204)
	at com.liferay.portal.util.InitUtil.initWithSpring(InitUtil.java:183)
	at com.liferay.portal.tools.DBUpgrader.main(DBUpgrader.java:101)
00:19:09,924 INFO  [main][BundleStartStopLogger:35] STARTED org.eclipse.osgi_3.10.200.v20150831-0856 [0]
00:19:10,038 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.util.taglib_2.4.1 [1]
00:19:10,040 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.osgi.util_3.0.2 [2]
00:19:10,041 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.petra.xml_1.0.3 [3]
00:19:10,042 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.metatype_2.0.3 [4]
00:19:10,072 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.persistence_2.0.1 [5]
00:19:10,084 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.log4j.extender_2.0.2 [6]
00:19:10,091 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.lpkg.deployer_2.0.5 [7]
00:19:10,097 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.portlet.tracker_2.0.3 [8]
00:19:10,099 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.servlet.context.helper_2.1.2 [9]
00:19:10,101 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.servlet.jsp.compiler_2.0.7 [10]
00:19:10,109 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.extender_2.0.7 [11]
00:19:10,112 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.generator_2.1.9 [12]
00:19:10,113 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.reference.support_1.0.3 [13]
00:19:10,114 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.profile_1.0.2 [14]
00:19:10,116 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.target.platform.indexer_4.0.0 [16]
00:19:10,117 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.sun.el.javax.el_3.0.0 [17]
00:19:10,126 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED javax.servlet.jsp-api_2.3.2.b01 [18]
00:19:10,128 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED javax.servlet.jsp.jstl_1.2.3.LIFERAY-PATCHED-2 [19]
00:19:10,131 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED javax.servlet.jsp.jstl-api_1.2.1 [20]
00:19:10,133 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.aries.jmx.api_1.1.1 [21]
00:19:10,172 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.aries.jmx.core_1.1.3 [22]
00:19:10,174 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.aries.util_1.0.0 [23]
00:19:10,176 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.commons.fileupload_1.2.1 [24]
00:19:10,182 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.commons.io_1.4.0 [25]
00:19:11,194 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.bundlerepository_2.0.2 [26]
00:19:11,242 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.configadmin_1.8.8 [27]
00:19:11,247 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.dependencymanager_3.2.0 [28]
00:19:11,250 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.dependencymanager.shell_3.2.0 [29]
00:19:11,296 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.eventadmin_1.4.6 [30]
00:19:11,454 ERROR [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][org_apache_felix_fileinstall:97] Failed to install artifact: /usr/local/testLiferay7/liferay/osgi/configs/com.liferay.portal.search.configuration.IndexStatusManagerConfiguration.config 
java.io.IOException: Unexpected token 78; expected: 61 (line=0, pos=25)
	at org.apache.felix.cm.file.ConfigurationHandler.readFailure(ConfigurationHandler.java:650)
	at org.apache.felix.cm.file.ConfigurationHandler.readInternal(ConfigurationHandler.java:274)
	at org.apache.felix.cm.file.ConfigurationHandler.read(ConfigurationHandler.java:237)
	at org.apache.felix.fileinstall.internal.ConfigInstaller.setConfig(ConfigInstaller.java:237)
	at org.apache.felix.fileinstall.internal.ConfigInstaller.install(ConfigInstaller.java:78)
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.install(DirectoryWatcher.java:936)
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.install(DirectoryWatcher.java:870)
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:485)
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:361)
	at org.apache.felix.fileinstall.internal.DirectoryWatcher.start(DirectoryWatcher.java:244)
	at org.apache.felix.fileinstall.internal.FileInstall.updated(FileInstall.java:244)
	at org.apache.felix.fileinstall.internal.FileInstall.start(FileInstall.java:121)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:951)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:328)
	at org.eclipse.osgi.container.Module.doStart(Module.java:566)
	at org.eclipse.osgi.container.Module.start(Module.java:434)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
00:19:11,654 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.fileinstall_3.5.1.SNAPSHOT [31]
00:19:11,674 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.gogo.command_0.12.0 [32]
00:19:11,710 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.gogo.runtime_0.10.0 [33]
00:19:11,746 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.gogo.shell_0.10.0 [34]
[Target Platform Indexer][main] INFO osgi.logging.org_eclipse_osgi - ServiceEvent REGISTERED {org.eclipse.osgi.service.security.TrustEngine}={service.ranking=-2147483648, osgi.signedcontent.trust.engine=org.eclipse.osgi, service.id=24, service.bundleid=0, service.scope=singleton}[Target Platform Indexer]
[Target Platform Indexer][main] INFO osgi.logging.org_eclipse_osgi - ServiceEvent REGISTERED {org.eclipse.osgi.signedcontent.SignedContentFactory}={service.id=25, service.bundleid=0, service.scope=singleton}[Target Platform Indexer]
[Target Platform Indexer][main] INFO osgi.logging.org_eclipse_osgi - ServiceEvent REGISTERED {org.eclipse.osgi.service.debug.DebugOptionsListener}={service.ranking=2147483647, listener.symbolic.name=org.eclipse.osgi, service.pid=0.org.eclipse.osgi.internal.debug.Debug, service.vendor=Eclipse.org - Equinox, service.id=26, service.bundleid=0, service.scope=singleton}[Target Platform Indexer]
[Target Platform Indexer][main] INFO osgi.logging.org_eclipse_osgi - ServiceEvent REGISTERED {org.eclipse.osgi.service.debug.DebugOptionsListener}={service.ranking=2147483647, listener.symbolic.name=org.eclipse.osgi, service.pid=0.org.eclipse.osgi.container.ModuleContainer, service.vendor=Eclipse.org - Equinox, service.id=27, service.bundleid=0, service.scope=singleton}[Target Platform Indexer]
[Target Platform Indexer][Framework stop] INFO osgi.logging.org_eclipse_osgi - ServiceEvent UNREGISTERING {com.liferay.portal.app.license.AppLicenseVerifier}={version=1.0.0, service.id=22, service.bundleid=0, service.scope=singleton}[Target Platform Indexer]
[Target Platform Indexer][Framework stop] INFO osgi.logging.org_eclipse_osgi - ServiceEvent UNREGISTERING {org.osgi.framework.hooks.resolver.ResolverHookFactory}={service.id=23, service.bundleid=0, service.scope=singleton}[Target Platform Indexer]
00:19:22,115 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][LPKGIndexValidator:175] Passed integrity check
00:19:22,252 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.apache.felix.scr_2.0.2 [35]
Cannot start telnet. Reason: Port 11311 already in use
java.lang.Exception: Port 11311 already in use
	at org.eclipse.equinox.console.telnet.TelnetCommand.telnet(TelnetCommand.java:161)
	at org.eclipse.equinox.console.telnet.TelnetCommand.startService(TelnetCommand.java:98)
	at org.eclipse.equinox.console.command.adapter.Activator$ProcessorCustomizer.addingService(Activator.java:83)
	at org.eclipse.equinox.console.command.adapter.Activator$ProcessorCustomizer.addingService(Activator.java:1)
	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941)
	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)
	at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
	at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)
	at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:318)
	at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:261)
	at org.eclipse.equinox.console.command.adapter.Activator.start(Activator.java:206)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:774)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$3.run(BundleContextImpl.java:1)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.startActivator(BundleContextImpl.java:767)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.start(BundleContextImpl.java:724)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.startWorker0(EquinoxBundle.java:951)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.startWorker(EquinoxBundle.java:328)
	at org.eclipse.osgi.container.Module.doStart(Module.java:566)
	at org.eclipse.osgi.container.Module.start(Module.java:434)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
00:19:22,306 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.eclipse.equinox.console_1.1.100.v20141023-1406 [36]
00:19:22,313 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.eclipse.equinox.http.servlet_1.2.2.v20160714-2322 [37]
00:19:22,349 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.eclipse.equinox.metatype_1.4.200.v20150715-1528 [38]
00:19:22,353 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.osgi.service.http_3.5.0.LIFERAY-PATCHED-2 [39]
00:19:22,354 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.osgi.service.metatype_1.3.0.201505202024 [40]
00:19:22,400 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED jp.ubsecure.portal.service.api_1.0.0 [42]
00:19:22,400 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED jp.ubsecure.portal.jubjub.portlet.service_1.0.0 [43]
00:19:23,763 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.login.web_1.0.7 [146]
00:19:23,784 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.my.account.web_1.0.3 [156]
00:19:23,797 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.cxf.common_2.0.6 [201]
00:19:23,940 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.rest.extender_2.0.3 [205]
00:19:23,955 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.soap.extender_2.0.1 [206]
00:19:24,228 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.users.admin.web_2.0.7 [268]
00:19:24,278 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.cmis.impl_2.0.3 [317]
00:19:24,740 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED jp.ubsecure.portal.portlet_1.0.0 [45]
00:19:24,742 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED Liferay CE Static_7.0.9 [47]
00:19:24,748 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED Liferay CE Forms and Workflow_7.0.6 [48]
00:19:24,749 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.calendar.api_2.0.1 [49]
00:19:24,866 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.calendar.service_2.1.2 [50]
00:19:24,885 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.api_2.0.3 [51]
00:19:24,924 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.service_1.1.6 [52]
00:19:24,938 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.api_3.3.0 [53]
00:19:25,055 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.data.provider_2.0.2 [54]
00:19:25,059 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.data.provider.rest_2.0.3 [55]
00:19:25,066 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.expression_2.0.2 [56]
00:19:25,078 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.evaluator_2.0.2 [57]
00:19:25,085 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.field.type_2.0.3 [58]
00:19:25,099 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.values.factory_2.0.4 [59]
00:19:25,113 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.values.query_2.0.4 [60]
00:19:25,118 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.io_2.0.7 [61]
00:19:25,130 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.lang_2.0.2 [62]
00:19:25,232 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.service_2.1.9 [63]
00:19:25,290 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.validator_2.1.0 [64]
00:19:25,298 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.polls.api_4.0.0 [65]
00:19:25,319 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.polls.service_3.0.5 [66]
00:19:25,334 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.reports.engine.api_3.0.0 [67]
00:19:25,335 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.rules.engine.api_2.0.1 [68]
00:19:25,340 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.rules.engine.wiring_2.0.1 [69]
00:19:25,349 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.definition.link.web_1.0.4 [70]
00:19:25,435 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.instance.web_1.0.6 [71]
00:19:25,442 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.api_2.0.1 [72]
00:19:25,443 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.definition.api_2.0.1 [73]
00:19:25,508 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.definition.impl_2.0.1 [74]
00:19:25,522 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.api_2.1.0 [75]
00:19:25,653 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.impl_2.0.6 [76]
00:19:25,670 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.scripting.impl_1.0.1 [77]
00:19:25,686 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.service_2.0.8 [78]
00:19:25,687 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.lang_2.0.2 [79]
00:19:25,703 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.calendar.web_1.0.9 [80]
00:19:25,714 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.paragraph_2.0.6 [81]
00:19:25,793 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.form.web_1.0.10 [82]
00:19:25,858 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.web_1.1.7 [83]
00:19:25,879 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.data.provider.web_1.0.5 [84]
00:19:25,886 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.renderer_2.1.1 [85]
00:19:25,888 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.taglib_2.0.3 [86]
00:19:25,892 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.captcha_2.0.3 [87]
00:19:25,909 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.checkbox_2.0.7 [88]
00:19:25,918 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.date_2.0.7 [89]
00:19:25,925 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.editor_2.0.7 [90]
00:19:25,930 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.key.value_2.0.5 [91]
00:19:25,936 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.options_2.0.5 [92]
00:19:25,946 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.radio_2.0.8 [93]
00:19:25,950 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.select_2.0.7 [94]
00:19:25,955 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.text_2.0.7 [95]
00:19:25,961 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.validation_2.0.4 [96]
00:19:26,010 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.web_1.0.10 [97]
00:19:26,051 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.polls.web_2.0.6 [98]
00:19:26,063 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.definition.web_1.0.5 [99]
00:19:26,091 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.task.web_1.0.8 [100]
00:19:26,112 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED Liferay CE Foundation_7.0.7 [101]
00:19:26,128 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED woodstox-core-asl_4.4.1 [102]
00:19:26,144 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.configuration.admin.web_1.0.7 [103]
00:19:26,145 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.contacts.api_2.0.3 [104]
00:19:26,148 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.contacts.service_2.0.4 [105]
00:19:26,170 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.contacts.web_1.0.12 [106]
00:19:26,182 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.expando.web_1.0.5 [107]
00:19:26,183 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.common_2.0.1 [108]
00:19:26,186 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.rtl.converter_1.0.2 [109]
00:19:26,189 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.rtl.servlet_1.0.3 [110]
00:19:26,193 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.web_1.0.11 [111]
00:19:26,203 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.alloyeditor.web_1.0.7 [112]
00:19:26,217 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.ckeditor.web_1.0.7 [113]
00:19:26,233 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.lang_1.0.2 [114]
00:19:26,243 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.simple.web_1.0.3 [115]
00:19:26,246 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.tinymce.web_1.0.3 [116]
00:19:26,248 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.api_1.0.2 [117]
00:19:26,249 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.brightness_1.0.3 [118]
00:19:26,255 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.contrast_1.0.3 [119]
00:19:26,256 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.crop_1.0.3 [120]
00:19:26,257 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.effects_1.0.3 [121]
00:19:26,259 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.resize_1.0.3 [122]
00:19:26,265 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.rotate_1.0.3 [123]
00:19:26,284 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.saturation_1.0.3 [124]
00:19:26,287 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.integration.document.library_1.0.4 [125]
00:19:26,318 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.web_1.0.3 [126]
00:19:26,353 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.bundle.config.extender_1.0.4 [127]
00:19:26,378 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.loader.modules.extender_1.0.3 [128]
00:19:26,382 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.metal.web_1.0.7 [129]
00:19:26,384 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.polyfill.babel.web_1.0.2 [130]
00:19:26,385 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.soyutils.web_1.0.3 [131]
00:19:26,394 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.spa.web_1.0.10 [132]
00:19:26,402 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.web_1.0.10 [133]
00:19:26,404 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib_2.0.5 [134]
00:19:26,406 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.util.freemarker.contributor_1.0.2 [135]
00:19:26,459 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.contributor.extender_1.0.4 [136]
00:19:26,460 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.styled_2.0.9 [137]
00:19:26,462 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.unstyled_2.0.8 [138]
00:19:26,472 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.hello.soy.web_1.0.2 [139]
00:19:26,479 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.hello.velocity.web_2.0.3 [140]
00:19:26,494 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.hello.world.web_2.0.3 [141]
00:19:26,498 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.license.manager.web_2.0.2 [142]
00:19:26,505 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.facebook.connect.web_2.0.3 [143]
00:19:26,512 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.google.web_2.0.2 [144]
00:19:26,519 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.openid.web_2.0.2 [145]
00:19:26,526 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.map.api_2.0.1 [147]
00:19:26,527 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.map.common_2.0.1 [148]
00:19:26,535 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.map.google.maps_1.0.6 [149]
00:19:26,536 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.map.openstreetmap_2.0.2 [150]
00:19:26,543 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.map.taglib_1.0.5 [151]
00:19:26,544 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.mobile.device.rules.api_2.0.1 [152]
00:19:26,586 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.mobile.device.rules.service_1.2.1 [153]
00:19:26,612 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.mobile.device.rules.web_1.0.10 [154]
00:19:26,627 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.monitoring.web_1.0.5 [155]
00:19:26,630 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.api_2.0.1 [157]
00:19:26,634 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.impl_1.0.4 [158]
00:19:26,650 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.web_1.0.12 [159]
00:19:26,651 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.petra.collection_1.0.2 [160]
00:19:26,651 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.petra.content_1.0.1 [161]
00:19:26,651 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.petra.doulos_3.2.2 [162]
00:19:26,652 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.petra.encryptor_1.0.2 [163]
00:19:26,652 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.petra.io.delta_1.0.3 [164]
00:19:26,654 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.petra.log4j_1.0.2 [165]
00:19:26,655 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.petra.mail_1.0.2 [166]
00:19:26,664 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.plugins.admin.web_1.0.4 [167]
00:19:26,670 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.background.task.api_2.1.0 [168]
00:19:26,695 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.background.task.service_2.0.6 [169]
00:19:26,696 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.background.task.web_2.0.2 [170]
00:19:26,711 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.cache_2.1.1 [171]
00:19:26,742 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.ehcache_2.1.1 [172]
00:19:26,744 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.ehcache.provider_2.0.1 [173]
00:19:26,756 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.single_2.0.1 [174]
00:19:26,763 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.cluster.single_2.0.1 [175]
00:19:26,767 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.compound.session.id_2.0.1 [176]
00:19:26,776 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.cluster_2.1.0 [177]
00:19:26,798 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.extender_2.0.1 [178]
00:19:26,817 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.metatype.definitions.annotations_2.0.2 [179]
00:19:26,818 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.metatype.definitions.equinox_2.0.3 [180]
00:19:26,821 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.module.configuration_2.0.3 [181]
00:19:26,823 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.settings_2.0.3 [182]
00:19:26,824 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.dao.orm.custom.sql_1.0.3 [183]
00:19:26,837 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.executor_2.0.1 [184]
00:19:26,840 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.init.servlet.filter_2.0.2 [185]
00:19:26,851 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.instance.lifecycle_3.0.1 [186]
00:19:26,876 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.instances.web_1.0.4 [187]
00:19:27,081 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE Collaboration_7.0.5 [293]
00:19:27,087 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE Sync Connector_4.0.4 [277]
00:19:27,098 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay Marketplace_6.0.0 [282]
00:19:27,099 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE Web Experience_7.0.6 [373]
00:19:27,100 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE IP Geocoder_3.0.0 [288]
00:19:27,829 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.jmx_3.0.1 [188]
00:19:27,995 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.language.extender_2.0.2 [189]
00:19:28,010 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.language.servlet.filter_2.0.2 [190]
00:19:28,011 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.license.deployer_1.0.4 [191]
00:19:28,012 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.lock.api_2.0.1 [192]
00:19:28,018 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.lock.service_2.0.4 [193]
00:19:28,078 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.messaging_3.0.1 [194]
00:19:28,091 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.mobile.device.recognition.api_1.0.1 [195]
00:19:28,153 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.monitoring_4.0.1 [196]
00:19:28,161 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.output.stream.container_2.0.1 [197]
00:19:28,165 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.pop.notifications_2.0.2 [198]
00:19:28,167 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.portlet.bridge.soy_3.0.1 [199]
00:19:28,231 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.axis.extender_1.0.3 [200]
00:19:28,236 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.http.tunnel.extender_2.0.2 [203]
00:19:28,238 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.json.web.service.extender_2.0.2 [204]
00:19:28,253 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler_3.0.1 [207]
00:19:28,294 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler.quartz_2.0.4 [208]
00:19:28,316 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler.single_2.0.2 [209]
00:19:28,336 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.api_1.0.1 [210]
00:19:28,347 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.executor_2.1.0 [211]
00:19:28,358 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.groovy_2.0.2 [212]
00:19:28,538 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.search_3.1.4 [213]
00:19:28,934 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.search.elasticsearch_2.0.5 [214]
00:19:28,938 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.search.facet_2.0.2 [215]
00:19:28,969 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.search.web_1.1.6 [216]
00:19:29,202 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.antisamy_2.0.2 [217]
00:19:29,231 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.api_2.0.1 [218]
00:19:29,236 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.wiring_2.0.1 [219]
00:19:29,283 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.auth.verifier_2.0.2 [220]
00:19:29,317 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.auto.login_2.0.3 [221]
00:19:29,360 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.exportimport.api_2.0.1 [222]
00:19:29,567 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.ldap_2.0.6 [223]
00:19:29,568 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.policy.api_2.0.2 [224]
00:19:29,641 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.policy.service_2.0.4 [225]
00:19:29,652 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.policy.web_1.0.6 [226]
00:19:29,667 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.cas_3.0.3 [227]
00:19:29,690 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.facebook.connect_3.0.1 [228]
00:19:29,747 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.google_2.0.2 [229]
00:19:29,835 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.ntlm_3.0.2 [230]
00:19:29,962 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.openid_3.0.1 [231]
00:19:30,027 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.opensso_3.0.1 [232]
00:19:30,061 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.token_3.0.1 [233]
00:19:30,076 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.api_2.0.1 [234]
00:19:30,084 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.cas.web_1.0.3 [235]
00:19:30,089 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.facebook.connect.web_1.0.3 [236]
00:19:30,100 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.google.web_1.0.2 [237]
00:19:30,124 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.ldap.web_1.0.6 [238]
00:19:30,129 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.ntlm.web_1.0.3 [239]
00:19:30,142 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.openid.web_1.0.3 [240]
00:19:30,155 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.opensso.web_1.0.3 [241]
00:19:30,163 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.lang_1.0.2 [242]
00:19:30,250 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.web_1.0.7 [243]
00:19:30,262 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.spring.extender_2.0.3 [244]
00:19:30,308 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.store.cmis_2.0.2 [245]
00:19:30,311 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.store.db_2.0.1 [246]
00:19:30,363 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.store.file.system_2.0.1 [247]
00:19:30,538 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.store.jcr_2.0.1 [248]
00:19:30,565 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.store.s3_2.0.3 [249]
00:19:30,587 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.store.safe.file.name.wrapper_1.0.1 [250]
00:19:31,432 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.template.freemarker_2.0.9 [251]
00:19:31,464 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.template.soy_2.0.3 [252]
00:19:31,578 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.template.velocity_2.0.4 [253]
00:19:31,589 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.template.xsl_2.0.2 [254]
00:19:31,694 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.upgrade_2.4.1 [255]
00:19:31,697 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.verify.extender_2.0.2 [256]
00:19:31,700 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portal.weblogic.support_2.0.2 [257]
00:19:31,710 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.roles.admin.api_2.0.1 [258]
00:19:31,759 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.roles.admin.impl_1.0.4 [259]
00:19:31,777 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.roles.admin.web_1.0.11 [260]
00:19:31,790 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.roles.selector.web_1.0.5 [261]
00:19:31,833 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.server.admin.web_1.0.8 [262]
00:19:31,834 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.api_2.0.1 [263]
00:19:31,847 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.impl_1.0.4 [264]
00:19:31,904 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.web_1.0.7 [265]
00:19:31,914 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.users.admin.api_2.0.1 [266]
00:19:31,926 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.users.admin.impl_1.0.4 [267]
00:19:31,930 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.web.proxy.web_1.0.4 [269]
00:19:31,938 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.xstream.configurator.api_2.0.1 [270]
00:19:31,939 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED stax2-api_3.1.4 [271]
00:19:31,940 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED Liferay CE Foundation-admin-theme-wrapper_1.0.7 [272]
00:19:31,942 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED Liferay CE Foundation-classic-theme-wrapper_1.0.9 [273]
00:19:31,944 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED Liferay CE Foundation-product-app-theme-wrapper_1.0.7 [274]
00:19:31,945 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED Liferay CE Foundation-user-dashboard-theme-wrapper_1.0.7 [275]
00:19:31,951 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED Liferay CE Foundation-user-profile-theme-wrapper_1.0.7 [276]
00:19:31,955 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.sync.api_2.0.0 [278]
00:19:32,014 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.sync.security_2.0.3 [279]
00:19:32,090 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.sync.service_1.1.1 [280]
00:19:32,095 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.sync.web_1.0.3 [281]
00:19:32,097 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.marketplace.api_4.1.0 [283]
00:19:32,115 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.marketplace.app.manager.web_1.0.9 [284]
00:19:32,137 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.marketplace.deployer_2.0.6 [285]
00:19:32,182 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.marketplace.service_2.1.9 [286]
00:19:32,187 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.marketplace.store.web_2.0.4 [287]
00:19:32,212 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.ip.geocoder.sample.web_2.0.2 [289]
00:19:32,217 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.ip.geocoder_2.0.5 [290]
00:19:32,220 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.maxmind.geoip.api_1.2.14 [291]
00:19:32,221 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED org.tukaani.xz_1.5.0 [292]
00:19:32,234 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.announcements.web_1.0.6 [294]
00:19:32,240 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.blogs.api_3.0.1 [295]
00:19:32,246 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.blogs.editor.configuration_1.0.2 [296]
00:19:32,250 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.blogs.item.selector.api_1.0.2 [297]
00:19:32,252 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.blogs.item.selector.web_1.0.3 [298]
00:19:32,258 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.blogs.layout.prototype_2.0.3 [299]
00:19:32,277 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.blogs.recent.bloggers.web_1.1.0 [300]
00:19:32,315 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.blogs.service_1.0.4 [301]
00:19:32,547 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.blogs.web_1.0.15 [302]
00:19:32,557 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.api_2.0.1 [303]
00:19:32,659 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.service_1.0.10 [304]
00:19:32,778 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.web_1.0.11 [305]
00:19:32,787 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.comment.api_2.0.1 [306]
00:19:32,790 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.comment.editor.configuration_1.0.2 [307]
00:19:32,811 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.comment.page.comments.web_1.0.3 [308]
00:19:32,813 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.comment.ratings.definition_2.0.2 [309]
00:19:32,826 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.comment.sanitizer_2.0.2 [310]
00:19:32,870 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.comment.web_1.1.0 [311]
00:19:32,940 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.directory.web_1.0.6 [312]
00:19:32,941 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.document.library.api_3.0.2 [313]
00:19:32,944 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.document.library.item.selector.web_1.0.3 [314]
00:19:32,947 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.document.library.layout.set.prototype_2.0.3 [315]
00:19:32,949 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.cmis.api_1.0.3 [316]
00:19:32,973 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.search_2.0.1 [318]
00:19:33,019 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.document.library.service_1.1.4 [319]
00:19:33,517 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.document.library.web_1.1.1 [320]
00:19:33,520 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.flags.api_2.0.1 [321]
00:19:33,523 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.flags.service_2.0.4 [322]
00:19:33,524 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.flags.taglib_2.0.3 [323]
00:19:33,529 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.flags.web_2.0.3 [324]
00:19:33,556 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.image.uploader.web_1.0.6 [325]
00:19:33,561 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.invitation.invite.members.api_2.1.0 [326]
00:19:33,565 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.invitation.invite.members.service_2.0.5 [327]
00:19:33,583 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.invitation.invite.members.web_1.0.9 [328]
00:19:33,584 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.item.selector.api_2.1.0 [329]
00:19:33,591 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.item.selector.criteria.api_2.0.2 [330]
00:19:33,601 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.item.selector.editor.configuration_2.0.2 [331]
00:19:33,607 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.item.selector.taglib_1.0.7 [332]
00:19:33,609 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.item.selector.upload.web_2.0.2 [333]
00:19:33,615 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.item.selector.url.web_2.0.2 [334]
00:19:33,653 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.item.selector.web_2.0.3 [335]
00:19:33,662 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.mentions.api_2.0.2 [336]
00:19:33,673 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.mentions.service_2.0.3 [337]
00:19:33,686 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.mentions.web_1.1.1 [338]
00:19:33,687 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.message.boards.api_3.0.1 [339]
00:19:33,741 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.message.boards.comment_2.0.4 [340]
00:19:33,750 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.message.boards.layout.set.prototype_1.0.6 [341]
00:19:33,756 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.message.boards.parser.bbcode_2.0.2 [342]
00:19:33,786 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.message.boards.service_1.0.7 [343]
00:19:34,275 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.message.boards.web_1.1.0 [344]
00:19:34,285 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.microblogs.api_2.0.1 [345]
00:19:34,321 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.microblogs.service_2.0.6 [346]
00:19:34,438 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.microblogs.web_2.0.6 [347]
00:19:34,473 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.notifications.web_1.0.10 [348]
00:19:34,520 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.quick.note.web_2.0.2 [349]
00:19:34,522 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.ratings.api_2.0.1 [350]
00:19:34,543 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.ratings.page.ratings.web_2.0.3 [351]
00:19:34,549 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.ratings.service_1.0.4 [352]
00:19:34,562 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.recent.documents.web_2.0.3 [353]
00:19:34,592 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.social.activities.web_1.1.1 [354]
00:19:34,597 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.social.activity.api_1.0.1 [355]
00:19:34,622 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.social.activity.web_2.0.3 [356]
00:19:34,647 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.social.group.statistics.web_2.0.2 [357]
00:19:34,659 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.social.privatemessaging.api_2.0.1 [358]
00:19:34,666 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.social.privatemessaging.service_1.1.3 [359]
00:19:34,696 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.social.privatemessaging.web_1.0.7 [360]
00:19:34,709 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.social.requests.web_1.0.3 [361]
00:19:34,735 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.social.user.statistics.web_2.1.0 [362]
00:19:34,777 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.api_2.2.0 [363]
00:19:34,801 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.editor.configuration_1.0.3 [364]
00:19:34,851 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.creole_2.0.3 [365]
00:19:34,856 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.html_2.0.2 [366]
00:19:34,862 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.input.editor.common_2.0.2 [367]
00:19:34,864 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.text_2.0.2 [368]
00:19:34,881 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.layout.prototype_1.0.5 [369]
00:19:34,896 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.navigation.web_2.0.5 [370]
00:19:35,158 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.service_1.2.3 [371]
00:19:35,608 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.wiki.web_2.1.1 [372]
00:19:35,691 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.application.list.api_2.1.2 [374]
00:19:35,697 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.application.list.taglib_2.0.5 [375]
00:19:35,700 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.application.list.user.personal.site.permissions_2.0.3 [376]
00:19:35,715 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.browser.web_1.0.7 [377]
00:19:35,799 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.admin.web_1.0.10 [378]
00:19:35,828 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.navigation.web_1.0.5 [379]
00:19:35,842 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.service_1.0.6 [380]
00:19:35,860 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.display.web_1.0.2 [381]
00:19:35,866 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.entry.query.processor.custom.user.attributes_2.0.3 [382]
00:19:35,891 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.publisher.layout.prototype_1.0.4 [383]
00:19:36,760 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.publisher.web_1.2.0 [384]
00:19:36,774 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.taglib_2.0.4 [385]
00:19:36,796 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.admin.web_1.0.4 [386]
00:19:36,826 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.compiler.web_2.0.2 [387]
00:19:36,900 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.navigation.web_2.0.3 [388]
00:19:36,920 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.service_2.0.2 [389]
00:19:36,932 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.asset.web_2.0.2 [390]
00:19:36,933 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.exportimport.api_2.1.0 [391]
00:19:37,025 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.exportimport.resources.importer_1.2.0 [392]
00:19:37,414 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.exportimport.service_3.0.3 [393]
00:19:37,642 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.exportimport.web_1.0.11 [394]
00:19:37,660 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.iframe.web_1.0.5 [395]
00:19:37,670 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.api_2.1.1 [396]
00:19:37,698 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.comments_1.0.4 [397]
00:19:37,711 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.common_2.0.3 [398]
00:19:37,714 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.conversions_2.0.2 [399]
00:19:37,725 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.locales_1.0.3 [400]
00:19:37,727 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.print_2.0.2 [401]
00:19:37,728 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.ratings_2.0.2 [402]
00:19:37,730 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.related.assets_2.0.2 [403]
00:19:37,760 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.content.search.web_1.0.4 [404]
00:19:37,844 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.content.web_1.1.1 [405]
00:19:37,847 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.editor.configuration_1.0.2 [406]
00:19:37,858 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.item.selector.api_1.0.2 [407]
00:19:37,873 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.item.selector.web_1.0.3 [408]
00:19:37,874 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.lang_2.0.2 [409]
00:19:37,895 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.ratings.definition_2.0.2 [410]
00:19:38,062 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.service_3.1.0 [411]
00:19:38,065 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.terms.of.use_2.0.8 [412]
00:19:38,342 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.journal.web_1.2.3 [413]
00:19:38,654 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.admin.web_1.0.12 [414]
00:19:38,676 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.impl_2.0.2 [415]
00:19:38,679 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.item.selector.api_1.0.2 [416]
00:19:38,683 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.item.selector.web_1.1.1 [417]
00:19:38,690 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.prototype.api_1.0.1 [418]
00:19:38,699 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.prototype.impl_1.0.3 [419]
00:19:38,722 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.prototype.web_1.0.7 [420]
00:19:38,724 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.set.prototype.api_1.0.2 [421]
00:19:38,743 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.set.prototype.impl_1.1.0 [422]
00:19:38,758 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.set.prototype.web_1.0.8 [423]
00:19:38,763 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.taglib_2.0.5 [424]
00:19:38,787 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.control.panel_2.0.2 [425]
00:19:38,801 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.full.page.application_2.0.2 [426]
00:19:38,805 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.node_2.0.2 [427]
00:19:38,816 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.shared.portlet_2.0.2 [428]
00:19:38,829 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.nested.portlets.web_2.0.3 [429]
00:19:38,846 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.css.web_2.0.3 [430]
00:19:38,850 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.close_2.0.2 [431]
00:19:38,853 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.edit_2.0.2 [432]
00:19:38,858 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.edit.defaults_2.0.2 [433]
00:19:38,862 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.edit.guest_2.0.2 [434]
00:19:38,885 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.help_2.0.2 [435]
00:19:38,893 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.locator.api_2.0.2 [436]
00:19:38,904 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.maximize_2.0.2 [437]
00:19:38,908 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.minimize_2.0.2 [438]
00:19:38,912 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.print_2.0.2 [439]
00:19:38,915 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.refresh_2.0.2 [440]
00:19:38,951 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.sharing.web_2.0.3 [441]
00:19:38,954 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.toolbar.contributor.locator.api_2.0.2 [442]
00:19:38,971 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.web_1.0.7 [443]
00:19:38,977 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.display.template_2.0.2 [444]
00:19:39,045 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.portlet.display.template.web_2.0.4 [445]
00:19:39,063 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.api_3.0.0 [446]
00:19:39,105 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.theme.contributor_2.0.3 [447]
00:19:39,127 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.web_2.0.5 [448]
00:19:39,220 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.panel_2.0.2 [449]
00:19:39,243 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.product.menu.theme.contributor_2.0.4 [450]
00:19:39,261 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.product.menu.web_2.0.4 [451]
00:19:39,269 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation_2.0.1 [452]
00:19:39,292 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.device_2.0.3 [453]
00:19:39,310 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.theme.contributor_2.0.2 [454]
00:19:39,315 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.web_2.1.0 [455]
00:19:39,335 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.site.administration_2.0.2 [456]
00:19:39,357 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.taglib_2.0.3 [457]
00:19:39,387 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.user_2.0.2 [458]
00:19:39,409 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.user.personal.bar.web_2.0.2 [459]
00:19:39,420 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.rss.util_1.0.3 [460]
00:19:39,474 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.rss.web_2.1.0 [461]
00:19:39,642 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.admin.web_1.0.11 [462]
00:19:39,647 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.api_2.0.3 [463]
00:19:39,674 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.browser.web_2.0.6 [464]
00:19:39,678 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.item.selector.api_1.0.2 [465]
00:19:39,696 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.item.selector.web_2.0.5 [466]
00:19:39,736 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.memberships.web_1.0.12 [467]
00:19:39,772 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.my.sites.web_1.0.6 [468]
00:19:39,806 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.breadcrumb.web_2.0.3 [469]
00:19:40,222 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.directory.web_2.0.3 [470]
00:19:40,237 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.language.web_2.1.0 [471]
00:19:40,302 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.menu.web_2.0.4 [472]
00:19:40,318 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.site.map.web_2.0.2 [473]
00:19:40,330 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.taglib_2.0.4 [474]
00:19:40,456 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.site.teams.web_1.0.10 [475]
00:19:40,473 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.staging.api_2.0.1 [476]
00:19:40,573 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.staging.bar.web_1.0.5 [477]
00:19:40,591 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.staging.configuration.web_1.0.5 [478]
00:19:40,602 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.staging.lang_2.0.4 [479]
00:19:40,651 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.staging.portlet.data.handler_2.0.1 [480]
00:19:40,772 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.staging.processes.web_1.0.6 [481]
00:19:40,803 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.staging.security_2.0.5 [482]
00:19:40,831 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.staging.taglib_3.1.5 [483]
00:19:40,835 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.trash.taglib_2.0.3 [484]
00:19:40,872 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.trash.web_1.0.7 [485]
00:19:40,911 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED com.liferay.xsl.content.web_2.0.3 [486]
00:19:41,030 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED user-profile-theme_1.0.7 [487]
00:19:41,058 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED classic-theme_1.0.9 [488]
00:19:41,074 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED product-app-theme_1.0.7 [489]
00:19:41,131 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED user-dashboard-theme_1.0.7 [490]
00:19:41,152 INFO  [Start Level: Equinox Container: 00e1dc2f-643a-001f-15dd-fcf5841b3ac2][BundleStartStopLogger:35] STARTED admin-theme_1.0.7 [491]
00:19:59,363 INFO  [main][BaseDB:498] Database supports case sensitive queries
00:19:59,470 INFO  [main][BaseDB:498] Database supports case sensitive queries
00:20:01,889 WARN  [main][EmbeddedElasticsearchConnection:249] Liferay is configured to use embedded Elasticsearch as its search engine. Do NOT use embedded Elasticsearch in production. Embedded Elasticsearch is useful for development and demonstration purposes. Remote Elasticsearch connections can be configured in the Control Panel.
00:20:01,968 INFO  [main][node:137] [Monica Rappaccini] version[2.2.0], pid[14934], build[8ff36d1/2016-01-27T13:32:39Z]
00:20:01,968 INFO  [main][node:139] [Monica Rappaccini] initializing ...
00:20:02,517 INFO  [main][plugins:180] [Monica Rappaccini] modules [], plugins [analysis-kuromoji, analysis-icu, analysis-smartcn, analysis-stempel], sites []
00:20:02,597 INFO  [main][env:288] [Monica Rappaccini] using [1] data paths, mounts [[/ (/dev/mapper/ubuntu--vg-ubuntu--lv)]], net usable_space [65.8gb], net total_space [96.8gb], spins? [possibly], types [ext4]
00:20:02,598 INFO  [main][env:303] [Monica Rappaccini] heap size [1.7gb], compressed ordinary object pointers [unknown]
00:20:05,398 INFO  [main][node:212] [Monica Rappaccini] initialized
00:20:05,412 INFO  [main][node:238] [Monica Rappaccini] starting ...
00:20:05,418 INFO  [main][transport:172] [Monica Rappaccini] publish_address {local[1]}, bound_addresses {local[1]}
00:20:05,565 INFO  [main][discovery:86] [Monica Rappaccini] LiferayElasticsearchCluster/716T4t1oSumAnQXGoAmtVQ
00:20:05,574 INFO  [elasticsearch[Monica Rappaccini][clusterService#updateTask][T#1]][service:570] [Monica Rappaccini] master {new {Monica Rappaccini}{716T4t1oSumAnQXGoAmtVQ}{local}{local[1]}{local=true}}, removed {{Monica Rappaccini}{kzEaPe3JTWOTvp6lMZA5KQ}{local}{local[1]}{local=true},}, reason: local-disco-initial_connect(master)
00:20:05,795 INFO  [elasticsearch[Monica Rappaccini][clusterService#updateTask][T#1]][gateway:277] [Monica Rappaccini] recovered [0] indices into cluster_state
00:20:06,050 INFO  [main][http:94] [Monica Rappaccini] publish_address {127.0.0.1:9202}, bound_addresses {[::1]:9202}, {127.0.0.1:9202}
00:20:06,051 INFO  [main][node:274] [Monica Rappaccini] started
00:20:06,566 INFO  [elasticsearch[Monica Rappaccini][clusterService#updateTask][T#1]][metadata:391] [Monica Rappaccini] [liferay-0] creating index, cause [api], templates [], shards [1]/[0], mappings [KeywordQueryDocumentType, LiferayDocumentType, SpellCheckDocumentType]
00:20:07,943 INFO  [elasticsearch[Monica Rappaccini][clusterService#updateTask][T#1]][metadata:317] [Monica Rappaccini] [liferay-0] update_mapping [LiferayDocumentType]
00:20:08,011 INFO  [elasticsearch[Monica Rappaccini][clusterService#updateTask][T#1]][allocation:238] [Monica Rappaccini] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[liferay-0][0]] ...]).
00:20:17,800 INFO  [main][BaseAutoDeployListener:42] Copying themes for /tmp/20240705242017532JKCJYRYD/user-profile-theme.war
00:20:18,220 INFO  [main][BaseDeployer:873] Deploying user-profile-theme.war
00:20:20,943 INFO  [main][BaseAutoDeployListener:50] Themes for /tmp/20240705242017532JKCJYRYD/user-profile-theme.war copied successfully
00:20:23,447 INFO  [main][BaseAutoDeployListener:42] Copying themes for /tmp/20240705242023397FGEBAUWE/product-app-theme.war
00:20:23,467 INFO  [main][BaseDeployer:873] Deploying product-app-theme.war
00:20:24,530 INFO  [main][BaseAutoDeployListener:50] Themes for /tmp/20240705242023397FGEBAUWE/product-app-theme.war copied successfully
00:20:26,440 INFO  [main][BaseAutoDeployListener:42] Copying themes for /tmp/20240705242026403GJJJWHRL/classic-theme.war
00:20:26,471 INFO  [main][BaseDeployer:873] Deploying classic-theme.war
00:20:27,415 INFO  [main][BaseAutoDeployListener:50] Themes for /tmp/20240705242026403GJJJWHRL/classic-theme.war copied successfully
00:20:28,752 INFO  [main][BaseAutoDeployListener:42] Copying themes for /tmp/20240705242028710AGGQDHUB/admin-theme.war
00:20:28,772 INFO  [main][BaseDeployer:873] Deploying admin-theme.war
00:20:29,471 INFO  [main][BaseAutoDeployListener:50] Themes for /tmp/20240705242028710AGGQDHUB/admin-theme.war copied successfully
00:20:30,592 INFO  [main][BaseAutoDeployListener:42] Copying themes for /tmp/20240705242030566XKLJHNCI/user-dashboard-theme.war
00:20:30,624 INFO  [main][BaseDeployer:873] Deploying user-dashboard-theme.war
00:20:31,314 INFO  [main][BaseAutoDeployListener:50] Themes for /tmp/20240705242030566XKLJHNCI/user-dashboard-theme.war copied successfully
00:20:32,858 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/war][BaseAutoDeployListener:42] Copying themes for /tmp/20240705242032854YNPPYBFJ/ubsecure-theme.war
00:20:32,929 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/war][BaseDeployer:873] Deploying ubsecure-theme.war
00:20:33,960 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/war][BaseAutoDeployListener:50] Themes for /tmp/20240705242032854YNPPYBFJ/ubsecure-theme.war copied successfully
00:20:36,222 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/war][BaseAutoDeployListener:42] Copying themes for /tmp/20240705242036218CCAMBMUR/control-panel-theme.war
00:20:36,307 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/war][BaseDeployer:873] Deploying control-panel-theme.war
00:20:37,479 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/war][BaseAutoDeployListener:50] Themes for /tmp/20240705242036218CCAMBMUR/control-panel-theme.war copied successfully
00:20:39,794 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/war][BundleStartStopLogger:35] STARTED ubsecure-theme_7.0.2 [546]
00:20:39,847 INFO  [fileinstall-/usr/local/testLiferay7/liferay/osgi/war][BundleStartStopLogger:35] STARTED control-panel-theme_7.0.2 [547]
Completed Liferay core upgrade and verify processes in 124 seconds
Checking to see if all upgrades have completed... your upgrades have failed, have not started, or are still running.
You are connected to Gogo shell.
Upgrade commands:
exit or quit - Exit Gogo Shell
upgrade:check - List upgrades that have failed, have not started, or are still running
upgrade:execute {module_name} - Execute upgrade for specified module
upgrade:help - Show upgrade commands
upgrade:list - List registered upgrades
upgrade:list {module_name} - List upgrade steps required for specified module
upgrade:list | grep Registered - List registered upgrades and their current version
upgrade:list | grep Registered | grep steps - List upgrades in progress
verify:execute {module_name} - Execute verifier for specified module
verify:list - List registered verifiers
upgrade:check
Dry run upgrade com.liferay.sync.service from 1.0.2-step-1 to 1.0.3 and its dependent modules
Dry run upgrade com.liferay.marketplace.service from 1.0.0 to 2.0.0 and its dependent modules
upgrade:list com.liferay.sync.service
Registered upgrade processes for com.liferay.sync.service 1.0.2-step-1
	{fromSchemaVersionString=0.0.0, toSchemaVersionString=1.0.3, upgradeStep=Initial Database Creation}
	{fromSchemaVersionString=0.0.1, toSchemaVersionString=1.0.0, upgradeStep=com.liferay.portal.kernel.upgrade.DummyUpgradeStep@54ecbee9}
	{fromSchemaVersionString=1.0.0, toSchemaVersionString=1.0.1, upgradeStep=com.liferay.portal.kernel.upgrade.DummyUpgradeStep@152b78c3}
	{fromSchemaVersionString=1.0.1, toSchemaVersionString=1.0.2-step-1, upgradeStep=com.liferay.sync.internal.upgrade.v1_0_2.UpgradeSchema@66de9e7f}
	{fromSchemaVersionString=1.0.2, toSchemaVersionString=1.0.3, upgradeStep=com.liferay.sync.internal.upgrade.v1_0_3.UpgradeSchema@7c01606b}
	{fromSchemaVersionString=1.0.2-step-1, toSchemaVersionString=1.0.2, upgradeStep=com.liferay.sync.internal.upgrade.v1_0_2.UpgradeSyncDLObject@4d2b82f4}
upgrade:execute com.liferay.sync.service
gogo: RuntimeException: com.liferay.portal.kernel.upgrade.UpgradeException: com.liferay.portal.kernel.exception.PortalException: org.postgresql.util.PSQLException: ERROR: operator does not exist: bigint = character varying
  Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts.
  Position: 178
upgrade:check - List upgrades that have failed, have not started, or are still running
gogo: IllegalArgumentException: Cannot coerce check(String, String, String, String, String, String, String, String, String, String, String, String, String) to any of [()]
upgrade:check - List upgrades that have failed, have not started, or are still running
gogo: IllegalArgumentException: Cannot coerce check(String, String, String, String, String, String, String, String, String, String, String, String, String) to any of [()]
It seems you are trying to use JNDI but it is not configure:
 
00:19:05,208 ERROR [main][DataSourceFactoryImpl:129] Unable to lookup jdbc/LiferayPool
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial
		Hi Alberto,
  
 I am not sure on how to solve this issue. I checked the
  portal-ext.properties and the property is configured
jdbc.default.jndi.name=jdbc/LiferayPool
for the database connection configureation, it is placed
  in conf/Catalina/localhost/ROOT.xml file and this is
  the configuration
  
<Resource
	name="jdbc/LiferayPool"
	auth="Container"
	type="javax.sql.DataSource"
	driverClassName="org.postgresql.Driver"
	url="jdbc:postgresql://localhost:5432/0625_liferay"
	username="postgres"
	password="postgres"
    maxActive="50"
/>
am I missing any configuration?
Hi Chayanne,
  
 A colleague told me that it might be an issue in our documentation:
  https://learn.liferay.com/w/dxp/installation-and-upgrades/installing-liferay/installing-liferay-on-an-application-server/setting-up-jndi-on-tomcat
 
  According
    to the Tomcat documentation we found 
  
  here
  ,
    the step of adding 
  
  <ResourceLink>
  
     to 
  
  [TOMCAT_HOME]/conf/context.xml
  
     is only necessary when you define the data source in 
  
  [TOMCAT_HOME]/conf/server.xml
  ,
    not when you define the data source in 
  
  [TOMCAT_HOME]/conf/Catalina/localhost/ROOT.xml
I hope this can help you.
Hi Alberto,
I have my data source defined in ROOT.xml, though, I also tried defining it in server.xml and added a <ResourceLInk> to context.xml.The issue is still the same.
Should there be a <ResourceLink> config in specific file when I define data source in ROOT.xml? Or, are there are still missing configurations that I missed?
Also, is it possible to run the upgrade excluding specific module/s?
Hi Alberto,
I have my data source defined in ROOT.xml, though I also tried defining it in server.xml and added a <ResourceLink> to context.xml, sadly the error is still the same. Are there some configurations that I still missed?
Also, is there a way to run the upgrade excluding specific module/s?
Hi Alberto,
There is also an error saying
  
 upgrade:execute com.liferay.sync.service gogo: RuntimeException:
  com.liferay.portal.kernel.upgrade.UpgradeException:
  com.liferay.portal.kernel.exception.PortalException:
  org.postgresql.util.PSQLException: ERROR: operator does not exist:
  bigint = character varying Hint: No operator matches the given name
  and argument type(s). You might need to add explicit type casts.
  Position: 178.
  
 But it does not say which file to look at. Is there a way to
  determine which file is preventing it to upgrade?
Hi,
  
 it seems that the com.liferay.sync.service is failing but it is
  not a relevant module, just an old integration with windows to sync
  files. You can just ignore it or blacklist that module, please, look
  in the documentation for it since I am not an expert in that matter.
  You can also ask in the Community slack channel.
  
 Best regards.
Hi,
  
 it seems that the com.liferay.sync.service is failing but it is
  not a relevant module, just an old integration with windows to sync
  files. You can just ignore it or blacklist that module, please, look
  in the documentation for it since I am not an expert in that matter.
  You can also ask in the Community slack channel.
  
 Best regards.
I found it!
  
 You can use this to blacklist that module:
https://help.liferay.com/hc/en-us/articles/360017895432-Blacklisting-OSGi-Modules-and-Components
Hi Alberto,
I tried to blacklist them by adding the module like this ["modulename","modulename"] but it did not work still.
I wanted to try to install the Liferay 7.4. Is it possible to copy the necessary content files from 7.0 and paste then to 7.4?
Hi Chayanne,
  
 Did you find a solution for your issue?
  
 The documentation was updated:
 https://learn.liferay.com/w/dxp/installation-and-upgrades/installing-liferay/installing-liferay-on-an-application-server/setting-up-jndi-on-tomcat
  
 Regarding your question, no, copying the content files is
  not enough since you may need the users, groups, roles, templates,
  documents, etc.