Message Boards

Elasticsearch problem

Etienne Roy, modified 7 Years ago.

Elasticsearch problem

Regular Member Posts: 114 Join Date: 8/8/13 Recent Posts
Hi,

I work with Liferay 7 GA3 with external Elasticsearch server on ubuntu 16.04lts

I think is configured correctly


additionalConfigurations=""
 additionalIndexConfigurations=""
 additionalTypeMappings=""
 bootstrapMlockAll=B"false"
 clientTransportIgnoreClusterName=B"false"
 clientTransportNodesSamplerInterval="5s"
 clientTransportSniff=B"true"
 clusterName="LiferayElasticsearchCluster"
 discoveryZenPingUnicastHostsPort="9300-9400"
 httpCORSAllowOrigin="/https?://localhost(:[0-9]+)?/"
 httpCORSConfigurations=""
 httpCORSEnabled=B"true"
 httpEnabled=B"true"
 indexNamePrefix="liferay-"
 logExceptionsOnly=B"true"
 networkBindHost=""
 networkHost=""
 networkPublishHost=""
 operationMode="REMOTE"
 retryOnConflict=I"5"
 service.bundleLocation="?"
 service.pid="com.liferay.portal.search.elasticsearch.configuration.ElasticsearchConfiguration"
 transportAddresses=[ \
   "10.0.1.57:9300", \
   ]
 transportTcpPort=""


if i try http://10.0.1.57:9200/

{
  "name" : "Nightshade",
  "cluster_name" : "LiferayElasticsearchCluster",
  "version" : {
    "number" : "2.2.0",
    "build_hash" : "8ff36d139e16f8720f2947ef62c8167a888992fe",
    "build_timestamp" : "2016-01-27T13:32:39Z",
    "build_snapshot" : false,
    "lucene_version" : "5.4.1"
  },
  "tagline" : "You Know, for Search"
}


The index and search portlet not work and I always have the reindexer logo on top section.
If I try to click on Refresh all index nothing appening

Somebady have an idea ?

p.s: Not firewall between server
thumbnail
Jorge Díaz, modified 7 Years ago.

RE: Elasticsearch problem

Liferay Master Posts: 753 Join Date: 1/9/14 Recent Posts
Hi Etienne,

Is there any error or exception in Liferay ir Elasticsearch log?

Please attach the logs in case of any error.

Check following page https://dev.liferay.com/discover/deployment/-/knowledge_base/7-0/configuring-elasticsearch-for-liferay-0 perhaps you forgot something, for example, you have to install some analyzer plugins at Elasticsearch side
Etienne Roy, modified 7 Years ago.

RE: Elasticsearch problem

Regular Member Posts: 114 Join Date: 8/8/13 Recent Posts
Hi Gorge

Thank for your reply

No I don't see any error on log
I make one test I clear all log (Liferay and elasticSearch)

clear all index on elasticsearch serveur with curl -XDELETE 'http://10.0.1.57:9200/_all'

Restart elasticsearch
restart liferay

The icon logo "The portal is currently reindexing." always apper
Clik to "Reindex all search indexes." but notting. No log on both server

ElasticSearch Log

[2016-12-22 09:08:15,274][INFO ][node                     ] [Ebenezer Laughton] version[2.2.0], pid[2194], build[8ff36d1/2016-01-27T13:32:39Z]
[2016-12-22 09:08:15,275][INFO ][node                     ] [Ebenezer Laughton] initializing ...
[2016-12-22 09:08:16,005][INFO ][plugins                  ] [Ebenezer Laughton] modules [lang-expression, lang-groovy], plugins [analysis-kuromoji, analysis-icu, analysis-smartcn, analysis-stempel], sites []
[2016-12-22 09:08:16,026][INFO ][env                      ] [Ebenezer Laughton] using [1] data paths, mounts [[/ (/dev/mapper/LF--ELASTICSEARCH--vg-root)]], net usable_space [225.8gb], net total_space [241.5gb], spins? [possibly], types [ext4]
[2016-12-22 09:08:16,027][INFO ][env                      ] [Ebenezer Laughton] heap size [990.7mb], compressed ordinary object pointers [true]
[2016-12-22 09:08:18,083][INFO ][node                     ] [Ebenezer Laughton] initialized
[2016-12-22 09:08:18,084][INFO ][node                     ] [Ebenezer Laughton] starting ...
[2016-12-22 09:08:18,155][INFO ][transport                ] [Ebenezer Laughton] publish_address {10.0.1.57:9300}, bound_addresses {[::]:9300}
[2016-12-22 09:08:18,164][INFO ][discovery                ] [Ebenezer Laughton] LiferayElasticsearchCluster/WcZGXSE_SH2TSpGNQ_7uUQ
[2016-12-22 09:08:21,237][INFO ][cluster.service          ] [Ebenezer Laughton] new_master {Ebenezer Laughton}{WcZGXSE_SH2TSpGNQ_7uUQ}{10.0.1.57}{10.0.1.57:9300}, reason: zen-disco-join(elected_as_master, [0] joins received)
[2016-12-22 09:08:21,278][INFO ][http                     ] [Ebenezer Laughton] publish_address {10.0.1.57:9200}, bound_addresses {[::]:9200}
[2016-12-22 09:08:21,279][INFO ][node                     ] [Ebenezer Laughton] started
[2016-12-22 09:08:21,522][INFO ][gateway                  ] [Ebenezer Laughton] recovered [2] indices into cluster_state
[2016-12-22 09:08:23,729][INFO ][cluster.routing.allocation] [Ebenezer Laughton] Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[liferay-20116][2], [liferay-20116][2]] ...]).
[2016-12-22 09:16:35,146][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-0] creating index, cause [api], templates [], shards [5]/[1], mappings [KeywordQueryDocumentType, LiferayDocumentType, SpellCheckDocumentType]
[2016-12-22 09:16:35,342][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-0] update_mapping [LiferayDocumentType]
[2016-12-22 09:16:35,786][INFO ][cluster.routing.allocation] [Ebenezer Laughton] Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[liferay-0][4]] ...]).
[2016-12-22 09:16:35,880][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] creating index, cause [api], templates [], shards [5]/[1], mappings [KeywordQueryDocumentType, LiferayDocumentType, SpellCheckDocumentType]
[2016-12-22 09:16:36,061][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:16:36,363][INFO ][cluster.routing.allocation] [Ebenezer Laughton] Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[liferay-20116][4]] ...]).
[2016-12-22 09:20:53,545][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-0] update_mapping [LiferayDocumentType]
[2016-12-22 09:20:53,620][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-0] update_mapping [LiferayDocumentType]
[2016-12-22 09:21:30,960][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-0] update_mapping [LiferayDocumentType]
[2016-12-22 09:22:05,499][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:22:06,665][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:30:31,752][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] create_mapping [spellChecker]
[2016-12-22 09:30:53,406][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [spellChecker]
[2016-12-22 09:32:08,830][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,008][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,077][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,171][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,176][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,224][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,235][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,289][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,347][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,388][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,412][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,456][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,506][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,609][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,661][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,667][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,762][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,778][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:27,850][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]
[2016-12-22 09:32:28,220][INFO ][cluster.metadata         ] [Ebenezer Laughton] [liferay-20116] update_mapping [LiferayDocumentType]


The line "Update_mapping" apper when I excecute specific update index not on all

Liferay Log

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
22-Dec-2016 14:19:44.178 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version:        Apache Tomcat/8.0.32
22-Dec-2016 14:19:44.180 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Feb 2 2016 19:34:53 UTC
22-Dec-2016 14:19:44.180 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number:         8.0.32.0
22-Dec-2016 14:19:44.181 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
22-Dec-2016 14:19:44.181 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            4.4.0-53-generic
22-Dec-2016 14:19:44.181 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
22-Dec-2016 14:19:44.181 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-8-oracle/jre
22-Dec-2016 14:19:44.182 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           1.8.0_111-b14
22-Dec-2016 14:19:44.182 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Oracle Corporation
22-Dec-2016 14:19:44.182 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /opt/liferay-ce-portal-7.0-ga3/tomcat-8.0.32
22-Dec-2016 14:19:44.182 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /opt/liferay-ce-portal-7.0-ga3/tomcat-8.0.32
22-Dec-2016 14:19:44.183 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/opt/liferay/tomcat-8.0.32/conf/logging.properties
22-Dec-2016 14:19:44.183 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
22-Dec-2016 14:19:44.183 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dfile.encoding=UTF8
22-Dec-2016 14:19:44.183 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.net.preferIPv4Stack=true
22-Dec-2016 14:19:44.184 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false
22-Dec-2016 14:19:44.184 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Duser.timezone=GMT
22-Dec-2016 14:19:44.184 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx10240m
22-Dec-2016 14:19:44.184 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxPermSize=512m
22-Dec-2016 14:19:44.185 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.endorsed.dirs=/opt/liferay/tomcat-8.0.32/endorsed
22-Dec-2016 14:19:44.185 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/opt/liferay/tomcat-8.0.32
22-Dec-2016 14:19:44.186 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/opt/liferay/tomcat-8.0.32
22-Dec-2016 14:19:44.186 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/opt/liferay/tomcat-8.0.32/temp
22-Dec-2016 14:19:44.186 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library 1.2.4 using APR version 1.5.2.
22-Dec-2016 14:19:44.186 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
22-Dec-2016 14:19:44.190 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized (OpenSSL 1.0.2g  1 Mar 2016)
22-Dec-2016 14:19:44.387 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-apr-8080"]
22-Dec-2016 14:19:44.398 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-apr-8009"]
22-Dec-2016 14:19:44.400 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 734 ms
22-Dec-2016 14:19:44.424 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service Catalina
22-Dec-2016 14:19:44.425 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.0.32
22-Dec-2016 14:19:44.457 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor /opt/liferay-ce-portal-7.0-ga3/tomcat-8.0.32/conf/Catalina/localhost/ROOT.xml
22-Dec-2016 14:19:55.403 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
Loading jar:file:/opt/liferay-ce-portal-7.0-ga3/tomcat-8.0.32/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/system.properties
Loading jar:file:/opt/liferay-ce-portal-7.0-ga3/tomcat-8.0.32/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/system.properties
Loading jar:file:/opt/liferay-ce-portal-7.0-ga3/tomcat-8.0.32/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/portal.properties
Loading file:/opt/liferay-ce-portal-7.0-ga3/portal-ext.properties
Loading file:/opt/liferay-ce-portal-7.0-ga3/portal-setup-wizard.properties
14:19:58,761 INFO  [localhost-startStop-1][DialectDetector:75] Determine dialect for MySQL 5.6
14:19:58,910 INFO  [localhost-startStop-1][DialectDetector:148] Found dialect org.hibernate.dialect.MySQLDialect
14:20:01,949 INFO  [localhost-startStop-1][BundleStartStopLogger:35] STARTED org.eclipse.osgi_3.10.200.v20150831-0856 [0]
14:20:02,076 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.util.taglib_2.4.1 [1]
14:20:02,093 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.osgi.util_3.0.2 [2]
14:20:02,104 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.petra.xml_1.0.3 [3]
14:20:02,106 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.metatype_2.0.3 [4]
14:20:02,175 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.persistence_2.0.1 [5]
14:20:02,189 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.log4j.extender_2.0.2 [6]
14:20:02,214 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.lpkg.deployer_2.0.5 [7]
14:20:02,218 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.portlet.tracker_2.0.3 [8]
14:20:02,222 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.servlet.context.helper_2.1.2 [9]
14:20:02,226 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.servlet.jsp.compiler_2.0.7 [10]
14:20:02,229 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.extender_2.0.7 [11]
14:20:02,232 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.generator_2.1.9 [12]
14:20:02,235 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.reference.support_1.0.3 [13]
14:20:02,239 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.profile_1.0.2 [14]
14:20:02,242 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.target.platform.indexer_4.0.0 [16]
14:20:02,246 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.sun.el.javax.el_3.0.0 [17]
14:20:02,248 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED javax.servlet.jsp-api_2.3.2.b01 [18]
14:20:02,252 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED javax.servlet.jsp.jstl_1.2.3.LIFERAY-PATCHED-2 [19]
14:20:02,255 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED javax.servlet.jsp.jstl-api_1.2.1 [20]
14:20:02,258 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.aries.jmx.api_1.1.1 [21]
14:20:02,301 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.aries.jmx.core_1.1.3 [22]
14:20:02,305 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.aries.util_1.0.0 [23]
14:20:02,310 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.commons.fileupload_1.2.1 [24]
14:20:02,314 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.commons.io_1.4.0 [25]
14:20:03,438 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.felix.bundlerepository_2.0.2 [26]
14:20:03,464 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.felix.configadmin_1.8.8 [27]
14:20:03,468 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.felix.dependencymanager_3.2.0 [28]
14:20:03,476 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.felix.dependencymanager.shell_3.2.0 [29]
14:20:03,530 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.felix.eventadmin_1.4.6 [30]
14:20:03,718 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.felix.fileinstall_3.5.1.SNAPSHOT [31]
14:20:03,793 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.felix.gogo.command_0.12.0 [32]
14:20:03,813 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.felix.gogo.runtime_0.10.0 [33]
14:20:03,843 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][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]
14:20:08,079 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][LPKGIndexValidator:175] Passed integrity check
14:20:08,103 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.apache.felix.scr_2.0.2 [35]
14:20:08,140 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.eclipse.equinox.console_1.1.100.v20141023-1406 [36]
14:20:08,146 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.eclipse.equinox.http.servlet_1.2.2.v20160714-2322 [37]
14:20:08,158 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.eclipse.equinox.metatype_1.4.200.v20150715-1528 [38]
14:20:08,160 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.osgi.service.http_3.5.0.LIFERAY-PATCHED-2 [39]
14:20:08,162 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.osgi.service.metatype_1.3.0.201505202024 [40]
14:20:08,240 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED Liferay CE Collaboration_7.0.5 [41]
14:20:08,243 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.announcements.web_1.0.6 [42]
14:20:08,383 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.blogs.api_3.0.1 [43]
14:20:08,413 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.blogs.editor.configuration_1.0.2 [44]
14:20:08,437 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.blogs.item.selector.api_1.0.2 [45]
14:20:08,445 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.blogs.item.selector.web_1.0.3 [46]
14:20:08,448 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.blogs.layout.prototype_2.0.3 [47]
14:20:08,453 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.blogs.recent.bloggers.web_1.1.0 [48]
14:20:08,475 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.blogs.service_1.0.4 [49]
14:20:08,500 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.blogs.web_1.0.15 [50]
14:20:08,739 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.api_2.0.1 [51]
14:20:08,752 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.service_1.0.10 [52]
14:20:08,779 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/modules][BundleStartStopLogger:35] STARTED suitecrm.bridge-api_1.0.0 [492]
14:20:08,781 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/modules][BundleStartStopLogger:35] STARTED suitecrm.bridge-service_1.0.0 [493]
14:20:08,783 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/modules][BundleStartStopLogger:35] STARTED my.profile_1.0.0 [498]
14:20:08,793 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE Static_7.0.9 [127]
14:20:08,794 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE IP Geocoder_3.0.0 [309]
14:20:08,796 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE Forms and Workflow_7.0.6 [314]
14:20:08,797 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE Web Experience_7.0.6 [367]
14:20:08,798 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE Foundation_7.0.7 [133]
14:20:08,800 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay CE Sync Connector_4.0.4 [128]
14:20:08,801 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/marketplace][BundleStartStopLogger:35] STARTED Liferay Marketplace_7.0.0 [507]
14:20:08,893 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/modules][BundleStartStopLogger:35] STARTED deal.registration-service_1.0.0 [541]
14:20:08,915 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/modules][BundleStartStopLogger:35] STARTED deal.registration-api_1.0.0 [542]
14:20:08,919 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.web_1.0.11 [53]
14:20:08,943 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/modules][BundleStartStopLogger:35] STARTED deal.registation.web_1.0.0 [543]
14:20:09,161 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.comment.api_2.0.1 [54]
14:20:09,163 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.comment.editor.configuration_1.0.2 [55]
14:20:09,170 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.comment.page.comments.web_1.0.3 [56]
14:20:09,188 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.comment.ratings.definition_2.0.2 [57]
14:20:09,191 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.comment.sanitizer_2.0.2 [58]
14:20:09,197 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.comment.web_1.1.0 [59]
14:20:09,213 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.directory.web_1.0.6 [60]
14:20:09,245 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.document.library.api_3.0.2 [61]
14:20:09,246 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.document.library.item.selector.web_1.0.3 [62]
14:20:09,252 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.document.library.layout.set.prototype_2.0.3 [63]
14:20:09,256 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.cmis.api_1.0.3 [64]
14:20:10,252 INFO  [Refresh Thread: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.cmis.impl_2.0.3 [65]
14:20:10,269 INFO  [Refresh Thread: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.message.boards.web_1.1.0 [92]
14:20:10,368 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.search_2.0.1 [66]
14:20:10,381 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.document.library.service_1.1.4 [67]
14:20:10,422 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.document.library.web_1.1.1 [68]
14:20:10,492 INFO  [Refresh Thread: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.cxf.common_2.0.6 [233]
14:20:10,535 INFO  [Refresh Thread: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.rest.extender_2.0.3 [237]
14:20:10,540 INFO  [Refresh Thread: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.soap.extender_2.0.1 [238]
14:20:10,544 INFO  [Refresh Thread: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.calendar.web_1.0.9 [346]
14:20:10,570 INFO  [Refresh Thread: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.entry.query.processor.custom.user.attributes_2.0.3 [376]
14:20:10,573 INFO  [Refresh Thread: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.publisher.web_1.2.0 [378]
14:20:10,607 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.flags.api_2.0.1 [69]
14:20:10,609 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.flags.service_2.0.4 [70]
14:20:10,612 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.flags.taglib_2.0.3 [71]
14:20:10,613 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.flags.web_2.0.3 [72]
14:20:10,618 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.image.uploader.web_1.0.6 [73]
14:20:10,639 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.invitation.invite.members.api_2.1.0 [74]
14:20:10,640 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.invitation.invite.members.service_2.0.5 [75]
14:20:10,645 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.invitation.invite.members.web_1.0.9 [76]
14:20:10,652 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.item.selector.api_2.1.0 [77]
14:20:10,652 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.item.selector.criteria.api_2.0.2 [78]
14:20:10,658 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.item.selector.editor.configuration_2.0.2 [79]
14:20:10,662 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.item.selector.taglib_1.0.7 [80]
14:20:10,664 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.item.selector.upload.web_2.0.2 [81]
14:20:10,667 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.item.selector.url.web_2.0.2 [82]
14:20:10,669 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.item.selector.web_2.0.3 [83]
14:20:10,691 INFO  [Refresh Thread: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.polls.web_2.0.6 [516]
14:20:10,699 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.mentions.api_2.0.2 [84]
14:20:10,701 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.mentions.service_2.0.3 [85]
14:20:10,705 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.mentions.web_1.1.1 [86]
14:20:10,713 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.message.boards.api_3.0.1 [87]
14:20:10,714 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.message.boards.comment_2.0.4 [88]
14:20:10,718 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.message.boards.layout.set.prototype_1.0.6 [89]
14:20:10,721 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.message.boards.parser.bbcode_2.0.2 [90]
14:20:10,727 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.message.boards.service_1.0.7 [91]
14:20:10,740 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.microblogs.api_2.0.1 [93]
14:20:10,741 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.microblogs.service_2.0.6 [94]
14:20:10,746 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.microblogs.web_2.0.6 [95]
14:20:10,760 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.notifications.web_1.0.10 [96]
14:20:10,767 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.quick.note.web_2.0.2 [97]
14:20:10,773 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.ratings.api_2.0.1 [98]
14:20:10,774 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.ratings.page.ratings.web_2.0.3 [99]
14:20:10,777 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.ratings.service_1.0.4 [100]
14:20:10,781 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.recent.documents.web_2.0.3 [101]
14:20:10,787 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.social.activities.web_1.1.1 [102]
14:20:10,793 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.social.activity.api_1.0.1 [103]
14:20:10,795 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.social.activity.web_2.0.3 [104]
14:20:10,803 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.social.group.statistics.web_2.0.2 [105]
14:20:10,808 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.social.privatemessaging.api_2.0.1 [106]
14:20:10,810 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.social.privatemessaging.service_1.1.3 [107]
14:20:10,812 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.social.privatemessaging.web_1.0.7 [108]
14:20:10,817 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.social.requests.web_1.0.3 [109]
14:20:10,820 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.social.user.statistics.web_2.1.0 [110]
14:20:10,825 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.api_2.2.0 [111]
14:20:10,831 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.editor.configuration_1.0.3 [112]
14:20:10,836 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.creole_2.0.3 [113]
14:20:10,840 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.html_2.0.2 [114]
14:20:10,843 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.input.editor.common_2.0.2 [115]
14:20:10,844 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.text_2.0.2 [116]
14:20:10,846 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.layout.prototype_1.0.5 [117]
14:20:10,848 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.navigation.web_2.0.5 [118]
14:20:10,855 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.service_1.2.3 [119]
14:20:10,904 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.wiki.web_2.1.1 [120]
14:20:11,046 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.sync.api_2.0.0 [129]
14:20:11,050 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.sync.security_2.0.3 [130]
14:20:11,053 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.sync.service_1.1.1 [131]
14:20:11,067 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.sync.web_1.0.3 [132]
14:20:11,081 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED woodstox-core-asl_4.4.1 [134]
14:20:11,082 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.configuration.admin.web_1.0.7 [135]
14:20:11,094 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.contacts.api_2.0.3 [136]
14:20:11,095 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.contacts.service_2.0.4 [137]
14:20:11,097 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.contacts.web_1.0.12 [138]
14:20:11,111 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.expando.web_1.0.5 [139]
14:20:11,113 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.common_2.0.1 [140]
14:20:11,114 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.rtl.converter_1.0.2 [141]
14:20:11,114 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.rtl.servlet_1.0.3 [142]
14:20:11,117 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.web_1.0.11 [143]
14:20:11,118 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.alloyeditor.web_1.0.7 [144]
14:20:11,124 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.ckeditor.web_1.0.7 [145]
14:20:11,138 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.lang_1.0.2 [146]
14:20:11,141 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.simple.web_1.0.3 [147]
14:20:11,144 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.tinymce.web_1.0.3 [148]
14:20:11,148 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.api_1.0.2 [149]
14:20:11,149 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.brightness_1.0.3 [150]
14:20:11,151 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.contrast_1.0.3 [151]
14:20:11,152 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.crop_1.0.3 [152]
14:20:11,153 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.effects_1.0.3 [153]
14:20:11,155 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.resize_1.0.3 [154]
14:20:11,156 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.rotate_1.0.3 [155]
14:20:11,157 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.saturation_1.0.3 [156]
14:20:11,159 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.integration.document.library_1.0.4 [157]
14:20:11,162 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.web_1.0.3 [158]
14:20:11,175 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.bundle.config.extender_1.0.4 [159]
14:20:11,184 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.loader.modules.extender_1.0.3 [160]
14:20:11,196 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.metal.web_1.0.7 [161]
14:20:11,197 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.polyfill.babel.web_1.0.2 [162]
14:20:11,197 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.soyutils.web_1.0.3 [163]
14:20:11,198 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.spa.web_1.0.10 [164]
14:20:11,206 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.web_1.0.10 [165]
14:20:11,207 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib_2.0.5 [166]
14:20:11,208 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.util.freemarker.contributor_1.0.2 [167]
14:20:11,209 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.contributor.extender_1.0.4 [168]
14:20:11,242 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.styled_2.0.9 [169]
14:20:11,243 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.unstyled_2.0.8 [170]
14:20:11,244 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.hello.soy.web_1.0.2 [171]
14:20:11,248 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.hello.velocity.web_2.0.3 [172]
14:20:11,251 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.hello.world.web_2.0.3 [173]
14:20:11,255 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.license.manager.web_2.0.2 [174]
14:20:11,259 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.facebook.connect.web_2.0.3 [175]
14:20:11,261 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.google.web_2.0.2 [176]
14:20:11,263 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.openid.web_2.0.2 [177]
14:20:11,266 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.login.web_1.0.7 [178]
14:20:11,281 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.map.api_2.0.1 [179]
14:20:11,283 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.map.common_2.0.1 [180]
14:20:11,284 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.map.google.maps_1.0.6 [181]
14:20:11,285 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.map.openstreetmap_2.0.2 [182]
14:20:11,287 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.map.taglib_1.0.5 [183]
14:20:11,288 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.mobile.device.rules.api_2.0.1 [184]
14:20:11,289 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.mobile.device.rules.service_1.2.1 [185]
14:20:11,314 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.mobile.device.rules.web_1.0.10 [186]
14:20:11,332 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.monitoring.web_1.0.5 [187]
14:20:11,341 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.my.account.web_1.0.3 [188]
14:20:11,352 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.api_2.0.1 [189]
14:20:11,352 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.impl_1.0.4 [190]
14:20:11,356 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.web_1.0.12 [191]
14:20:11,363 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.petra.collection_1.0.2 [192]
14:20:11,364 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.petra.content_1.0.1 [193]
14:20:11,365 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.petra.doulos_3.2.2 [194]
14:20:11,365 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.petra.encryptor_1.0.2 [195]
14:20:11,366 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.petra.io.delta_1.0.3 [196]
14:20:11,367 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.petra.log4j_1.0.2 [197]
14:20:11,367 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.petra.mail_1.0.2 [198]
14:20:11,368 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.plugins.admin.web_1.0.4 [199]
14:20:11,374 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.background.task.api_2.1.0 [200]
14:20:11,375 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.background.task.service_2.0.6 [201]
14:20:11,384 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.background.task.web_2.0.2 [202]
14:20:11,393 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.cache_2.1.1 [203]
14:20:11,399 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.ehcache_2.1.1 [204]
14:20:11,418 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.ehcache.provider_2.0.1 [205]
14:20:11,419 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.single_2.0.1 [206]
14:20:11,425 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.cluster.single_2.0.1 [207]
14:20:11,433 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.compound.session.id_2.0.1 [208]
14:20:11,442 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.cluster_2.1.0 [209]
14:20:11,445 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.extender_2.0.1 [210]
14:20:11,457 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.metatype.definitions.annotations_2.0.2 [211]
14:20:11,474 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.metatype.definitions.equinox_2.0.3 [212]
14:20:11,475 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.module.configuration_2.0.3 [213]
14:20:11,481 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.settings_2.0.3 [214]
14:20:11,484 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.dao.orm.custom.sql_1.0.3 [215]
14:20:11,485 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.executor_2.0.1 [216]
14:20:11,492 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.init.servlet.filter_2.0.2 [217]
14:20:11,499 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.instance.lifecycle_3.0.1 [218]
14:20:11,503 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.instances.web_1.0.4 [219]
14:20:11,512 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.jmx_3.0.1 [220]
14:20:11,958 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.language.extender_2.0.2 [221]
14:20:12,079 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.language.servlet.filter_2.0.2 [222]
14:20:12,082 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.license.deployer_1.0.4 [223]
14:20:12,084 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.lock.api_2.0.1 [224]
14:20:12,084 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.lock.service_2.0.4 [225]
14:20:12,095 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.messaging_3.0.1 [226]
14:20:12,218 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.mobile.device.recognition.api_1.0.1 [227]
14:20:12,230 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.monitoring_4.0.1 [228]
14:20:12,259 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.output.stream.container_2.0.1 [229]
14:20:12,266 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.pop.notifications_2.0.2 [230]
14:20:12,268 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.portlet.bridge.soy_3.0.1 [231]
14:20:12,270 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.axis.extender_1.0.3 [232]
14:20:12,302 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.http.tunnel.extender_2.0.2 [235]
14:20:12,306 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.json.web.service.extender_2.0.2 [236]
14:20:12,308 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler_3.0.1 [239]
14:20:12,321 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler.quartz_2.0.4 [240]
14:20:12,339 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler.single_2.0.2 [241]
14:20:12,343 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.api_1.0.1 [242]
14:20:12,348 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.executor_2.1.0 [243]
14:20:12,363 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.groovy_2.0.2 [244]
14:20:12,376 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.search_3.1.4 [245]
14:20:12,485 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.search.elasticsearch_2.0.5 [246]
14:20:12,763 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.search.facet_2.0.2 [247]
14:20:12,766 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.search.web_1.1.6 [248]
14:20:12,785 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.antisamy_2.0.2 [249]
14:20:12,826 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.api_2.0.1 [250]
14:20:12,831 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.wiring_2.0.1 [251]
14:20:12,838 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.auth.verifier_2.0.2 [252]
14:20:12,855 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.auto.login_2.0.3 [253]
14:20:12,869 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.exportimport.api_2.0.1 [254]
14:20:12,871 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.ldap_2.0.6 [255]
14:20:12,939 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.policy.api_2.0.2 [256]
14:20:12,943 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.policy.service_2.0.4 [257]
14:20:12,954 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.policy.web_1.0.6 [258]
14:20:12,958 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.cas_3.0.3 [259]
14:20:12,973 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.facebook.connect_3.0.1 [260]
14:20:12,987 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.google_2.0.2 [261]
14:20:12,998 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.ntlm_3.0.2 [262]
14:20:13,024 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.openid_3.0.1 [263]
14:20:13,040 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.opensso_3.0.1 [264]
14:20:13,059 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.token_3.0.1 [265]
14:20:13,083 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.api_2.0.1 [266]
14:20:13,085 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.cas.web_1.0.3 [267]
14:20:13,092 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.facebook.connect.web_1.0.3 [268]
14:20:13,098 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.google.web_1.0.2 [269]
14:20:13,103 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.ldap.web_1.0.6 [270]
14:20:13,118 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.ntlm.web_1.0.3 [271]
14:20:13,122 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.openid.web_1.0.3 [272]
14:20:13,127 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.opensso.web_1.0.3 [273]
14:20:13,133 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.lang_1.0.2 [274]
14:20:13,134 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.web_1.0.7 [275]
14:20:13,166 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.spring.extender_2.0.3 [276]
14:20:13,171 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.store.cmis_2.0.2 [277]
14:20:13,172 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.store.db_2.0.1 [278]
14:20:13,176 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.store.file.system_2.0.1 [279]
14:20:13,197 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.store.jcr_2.0.1 [280]
14:20:13,200 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.store.s3_2.0.3 [281]
14:20:13,204 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.store.safe.file.name.wrapper_1.0.1 [282]
14:20:13,208 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.template.freemarker_2.0.9 [283]
14:20:13,508 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.template.soy_2.0.3 [284]
14:20:13,534 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.template.velocity_2.0.4 [285]
14:20:13,566 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.template.xsl_2.0.2 [286]
14:20:13,573 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.upgrade_2.4.1 [287]
14:20:13,579 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.verify.extender_2.0.2 [288]
14:20:13,584 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.weblogic.support_2.0.2 [289]
14:20:13,586 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.roles.admin.api_2.0.1 [290]
14:20:13,587 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.roles.admin.impl_1.0.4 [291]
14:20:13,596 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.roles.admin.web_1.0.11 [292]
14:20:13,619 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.roles.selector.web_1.0.5 [293]
14:20:13,627 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.server.admin.web_1.0.8 [294]
14:20:13,655 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.api_2.0.1 [295]
14:20:13,656 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.impl_1.0.4 [296]
14:20:13,664 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.web_1.0.7 [297]
14:20:13,691 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.users.admin.api_2.0.1 [298]
14:20:13,692 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.users.admin.impl_1.0.4 [299]
14:20:13,705 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.users.admin.web_2.0.7 [300]
14:20:14,475 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.web.proxy.web_1.0.4 [301]
14:20:14,487 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.xstream.configurator.api_2.0.1 [302]
14:20:14,489 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED stax2-api_3.1.4 [303]
14:20:14,493 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED Liferay CE Foundation-admin-theme-wrapper_1.0.7 [304]
14:20:14,496 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED Liferay CE Foundation-classic-theme-wrapper_1.0.9 [305]
14:20:14,499 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED Liferay CE Foundation-product-app-theme-wrapper_1.0.7 [306]
14:20:14,502 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED Liferay CE Foundation-user-dashboard-theme-wrapper_1.0.7 [307]
14:20:14,506 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED Liferay CE Foundation-user-profile-theme-wrapper_1.0.7 [308]
14:20:14,507 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.ip.geocoder.sample.web_2.0.2 [310]
14:20:14,514 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.ip.geocoder_2.0.5 [311]
14:20:14,519 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.maxmind.geoip.api_1.2.14 [312]
14:20:14,520 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED org.tukaani.xz_1.5.0 [313]
14:20:14,521 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.calendar.api_2.0.1 [315]
14:20:14,523 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.calendar.service_2.1.2 [316]
14:20:14,586 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.api_2.0.3 [317]
14:20:14,599 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.service_1.1.6 [318]
14:20:14,649 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.api_3.3.0 [319]
14:20:14,666 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.data.provider_2.0.2 [320]
14:20:14,676 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.data.provider.rest_2.0.3 [321]
14:20:14,681 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.expression_2.0.2 [322]
14:20:14,689 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.evaluator_2.0.2 [323]
14:20:14,694 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.field.type_2.0.3 [324]
14:20:14,705 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.values.factory_2.0.4 [325]
14:20:14,715 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.values.query_2.0.4 [326]
14:20:14,722 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.io_2.0.7 [327]
14:20:14,733 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.lang_2.0.2 [328]
14:20:14,736 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.service_2.1.9 [329]
14:20:14,846 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.validator_2.1.0 [330]
14:20:14,859 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.polls.api_4.0.0 [331]
14:20:14,870 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.polls.service_3.0.5 [332]
14:20:14,894 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.reports.engine.api_3.0.0 [333]
14:20:14,896 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.rules.engine.api_2.0.1 [334]
14:20:14,897 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.rules.engine.wiring_2.0.1 [335]
14:20:14,900 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.definition.link.web_1.0.4 [336]
14:20:14,918 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.instance.web_1.0.6 [337]
14:20:14,941 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.api_2.0.1 [338]
14:20:14,942 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.definition.api_2.0.1 [339]
14:20:14,943 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.definition.impl_2.0.1 [340]
14:20:15,017 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.api_2.1.0 [341]
14:20:15,018 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.impl_2.0.6 [342]
14:20:15,153 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.scripting.impl_1.0.1 [343]
14:20:15,164 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.service_2.0.8 [344]
14:20:15,180 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.lang_2.0.2 [345]
14:20:15,182 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.paragraph_2.0.6 [347]
14:20:15,197 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.form.web_1.0.10 [348]
14:20:15,258 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.web_1.1.7 [349]
14:20:15,309 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.data.provider.web_1.0.5 [350]
14:20:15,323 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.renderer_2.1.1 [351]
14:20:15,332 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.taglib_2.0.3 [352]
14:20:15,335 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.captcha_2.0.3 [353]
14:20:15,342 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.checkbox_2.0.7 [354]
14:20:15,355 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.date_2.0.7 [355]
14:20:15,364 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.editor_2.0.7 [356]
14:20:15,370 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.key.value_2.0.5 [357]
14:20:15,375 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.options_2.0.5 [358]
14:20:15,380 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.radio_2.0.8 [359]
14:20:15,388 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.select_2.0.7 [360]
14:20:15,395 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.text_2.0.7 [361]
14:20:15,402 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.validation_2.0.4 [362]
14:20:15,408 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.web_1.0.10 [363]
14:20:15,442 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.definition.web_1.0.5 [365]
14:20:15,467 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.task.web_1.0.8 [366]
14:20:15,492 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.application.list.api_2.1.2 [368]
14:20:15,508 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.application.list.taglib_2.0.5 [369]
14:20:15,511 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.application.list.user.personal.site.permissions_2.0.3 [370]
14:20:15,515 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.browser.web_1.0.7 [371]
14:20:15,524 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.admin.web_1.0.10 [372]
14:20:15,539 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.navigation.web_1.0.5 [373]
14:20:15,555 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.service_1.0.6 [374]
14:20:15,562 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.display.web_1.0.2 [375]
14:20:15,569 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.publisher.layout.prototype_1.0.4 [377]
14:20:15,574 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.taglib_2.0.4 [379]
14:20:15,575 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.admin.web_1.0.4 [380]
14:20:15,581 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.compiler.web_2.0.2 [381]
14:20:15,588 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.navigation.web_2.0.3 [382]
14:20:15,604 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.service_2.0.2 [383]
14:20:15,607 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.asset.web_2.0.2 [384]
14:20:15,610 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.exportimport.api_2.1.0 [385]
14:20:15,611 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.exportimport.resources.importer_1.2.0 [386]
14:20:15,639 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.exportimport.service_3.0.3 [387]
14:20:15,755 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.exportimport.web_1.0.11 [388]
14:20:15,854 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.iframe.web_1.0.5 [389]
14:20:15,863 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.api_2.1.1 [390]
14:20:15,864 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.comments_1.0.4 [391]
14:20:15,869 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.common_2.0.3 [392]
14:20:15,874 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.conversions_2.0.2 [393]
14:20:15,879 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.locales_1.0.3 [394]
14:20:15,880 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.print_2.0.2 [395]
14:20:15,882 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.ratings_2.0.2 [396]
14:20:15,883 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.related.assets_2.0.2 [397]
14:20:15,885 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.content.search.web_1.0.4 [398]
14:20:15,896 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.content.web_1.1.1 [399]
14:20:15,917 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.editor.configuration_1.0.2 [400]
14:20:15,919 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.item.selector.api_1.0.2 [401]
14:20:15,921 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.item.selector.web_1.0.3 [402]
14:20:15,923 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.lang_2.0.2 [403]
14:20:15,925 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.ratings.definition_2.0.2 [404]
14:20:15,930 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.service_3.1.0 [405]
14:20:16,008 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.terms.of.use_2.0.8 [406]
14:20:16,011 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.journal.web_1.2.3 [407]
14:20:16,103 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.admin.web_1.0.12 [408]
14:20:16,183 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.impl_2.0.2 [409]
14:20:16,189 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.item.selector.api_1.0.2 [410]
14:20:16,191 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.item.selector.web_1.1.1 [411]
14:20:16,194 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.prototype.api_1.0.1 [412]
14:20:16,194 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.prototype.impl_1.0.3 [413]
14:20:16,199 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.prototype.web_1.0.7 [414]
14:20:16,203 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.set.prototype.api_1.0.2 [415]
14:20:16,204 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.set.prototype.impl_1.1.0 [416]
14:20:16,210 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.set.prototype.web_1.0.8 [417]
14:20:16,221 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.taglib_2.0.5 [418]
14:20:16,223 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.control.panel_2.0.2 [419]
14:20:16,229 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.full.page.application_2.0.2 [420]
14:20:16,235 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.node_2.0.2 [421]
14:20:16,237 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.shared.portlet_2.0.2 [422]
14:20:16,241 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.nested.portlets.web_2.0.3 [423]
14:20:16,248 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.css.web_2.0.3 [424]
14:20:16,255 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.close_2.0.2 [425]
14:20:16,258 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.edit_2.0.2 [426]
14:20:16,261 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.edit.defaults_2.0.2 [427]
14:20:16,263 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.edit.guest_2.0.2 [428]
14:20:16,266 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.help_2.0.2 [429]
14:20:16,269 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.locator.api_2.0.2 [430]
14:20:16,272 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.maximize_2.0.2 [431]
14:20:16,275 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.minimize_2.0.2 [432]
14:20:16,278 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.print_2.0.2 [433]
14:20:16,281 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.refresh_2.0.2 [434]
14:20:16,284 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.sharing.web_2.0.3 [435]
14:20:16,299 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.toolbar.contributor.locator.api_2.0.2 [436]
14:20:16,302 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.web_1.0.7 [437]
14:20:16,318 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.display.template_2.0.2 [438]
14:20:16,321 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.portlet.display.template.web_2.0.4 [439]
14:20:16,326 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.api_3.0.0 [440]
14:20:16,338 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.theme.contributor_2.0.3 [441]
14:20:16,343 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.web_2.0.5 [442]
14:20:16,353 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.panel_2.0.2 [443]
14:20:16,361 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.product.menu.theme.contributor_2.0.4 [444]
14:20:16,365 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.product.menu.web_2.0.4 [445]
14:20:16,373 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation_2.0.1 [446]
14:20:16,375 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.device_2.0.3 [447]
14:20:16,379 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.theme.contributor_2.0.2 [448]
14:20:16,380 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.web_2.1.0 [449]
14:20:16,383 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.site.administration_2.0.2 [450]
14:20:16,395 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.taglib_2.0.3 [451]
14:20:16,397 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.user_2.0.2 [452]
14:20:16,399 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.user.personal.bar.web_2.0.2 [453]
14:20:16,404 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.rss.util_1.0.3 [454]
14:20:16,408 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.rss.web_2.1.0 [455]
14:20:16,423 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.admin.web_1.0.11 [456]
14:20:16,474 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.api_2.0.3 [457]
14:20:16,478 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.browser.web_2.0.6 [458]
14:20:16,486 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.item.selector.api_1.0.2 [459]
14:20:16,488 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.item.selector.web_2.0.5 [460]
14:20:16,493 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.memberships.web_1.0.12 [461]
14:20:16,514 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.my.sites.web_1.0.6 [462]
14:20:16,521 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.breadcrumb.web_2.0.3 [463]
14:20:16,534 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.directory.web_2.0.3 [464]
14:20:16,543 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.language.web_2.1.0 [465]
14:20:16,555 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.menu.web_2.0.4 [466]
14:20:16,568 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.site.map.web_2.0.2 [467]
14:20:16,579 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.taglib_2.0.4 [468]
14:20:16,580 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.site.teams.web_1.0.10 [469]
14:20:16,593 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.staging.api_2.0.1 [470]
14:20:16,597 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.staging.bar.web_1.0.5 [471]
14:20:16,621 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.staging.configuration.web_1.0.5 [472]
14:20:16,630 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.staging.lang_2.0.4 [473]
14:20:16,632 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.staging.portlet.data.handler_2.0.1 [474]
14:20:16,636 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.staging.processes.web_1.0.6 [475]
14:20:16,672 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.staging.security_2.0.5 [476]
14:20:16,675 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.staging.taglib_3.1.5 [477]
14:20:16,678 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.trash.taglib_2.0.3 [478]
14:20:16,679 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.trash.web_1.0.7 [479]
14:20:16,697 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.xsl.content.web_2.0.3 [480]
14:20:16,707 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED classic-theme_1.0.9 [481]
14:20:16,709 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED user-profile-theme_1.0.7 [482]
14:20:16,711 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED user-dashboard-theme_1.0.7 [483]
14:20:16,713 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED admin-theme_1.0.7 [484]
14:20:16,715 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED product-app-theme_1.0.7 [485]
14:20:16,716 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.marketplace.api_4.1.0 [508]
14:20:16,717 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.marketplace.app.manager.web_1.0.10 [509]
14:20:16,724 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.marketplace.deployer_2.0.6 [510]
14:20:16,729 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.marketplace.service_2.1.13 [511]
14:20:16,742 INFO  [Start Level: Equinox Container: 100252b7-51c8-0016-1f0f-a17b57710c24][BundleStartStopLogger:35] STARTED com.liferay.marketplace.store.web_2.0.5 [512]
22-Dec-2016 14:20:16.758 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
14:20:29,122 INFO  [localhost-startStop-1][plugins:180] [Kiwi Black] modules [], plugins [], sites []

    __    ____________________  _____  __
   / /   /  _/ ____/ ____/ __ \/   \ \/ /
  / /    / // /_  / __/ / /_/ / /| |\  /
 / /____/ // __/ / /___/ _, _/ ___ |/ /
/_____/___/_/   /_____/_/ |_/_/  |_/_/

Starting Liferay Community Edition Portal 7.0.2 GA3 (Wilberforce / Build 7002 / August 5, 2016)

14:20:34,171 INFO  [localhost-startStop-1][StartupAction:118] There are no patches installed
14:20:34,310 INFO  [localhost-startStop-1][BaseDB:501] Database does not support case sensitive queries
14:20:35,426 INFO  [localhost-startStop-1][PluginPackageUtil:1003] Reading plugin package for the root context
14:20:35,899 INFO  [localhost-startStop-1][AutoDeployDir:185] Auto deploy scanner started for /opt/liferay-ce-portal-7.0-ga3/deploy
14:20:37,858 INFO  [liferay/scheduler_dispatch-1][PluginPackageUtil:1267] Reloading repositories
14:20:38,434 INFO  [localhost-startStop-1][BaseAutoDeployListener:42] Copying themes for /opt/liferay/tomcat-8.0.32/temp/20161222142038394OCRLKBAQ/admin-theme.war
14:20:38,485 INFO  [localhost-startStop-1][BaseDeployer:873] Deploying admin-theme.war
14:20:39,468 INFO  [localhost-startStop-1][BaseAutoDeployListener:50] Themes for /opt/liferay/tomcat-8.0.32/temp/20161222142038394OCRLKBAQ/admin-theme.war copied successfully
14:20:41,064 INFO  [localhost-startStop-1][BaseAutoDeployListener:42] Copying themes for /opt/liferay/tomcat-8.0.32/temp/20161222142041026NYMEDLQZ/product-app-theme.war
14:20:41,112 INFO  [localhost-startStop-1][BaseDeployer:873] Deploying product-app-theme.war
14:20:41,813 INFO  [localhost-startStop-1][BaseAutoDeployListener:50] Themes for /opt/liferay/tomcat-8.0.32/temp/20161222142041026NYMEDLQZ/product-app-theme.war copied successfully
14:20:43,108 INFO  [localhost-startStop-1][BaseAutoDeployListener:42] Copying themes for /opt/liferay/tomcat-8.0.32/temp/20161222142043092MQMQAEQF/user-dashboard-theme.war
14:20:43,138 INFO  [localhost-startStop-1][BaseDeployer:873] Deploying user-dashboard-theme.war
14:20:43,746 INFO  [localhost-startStop-1][BaseAutoDeployListener:50] Themes for /opt/liferay/tomcat-8.0.32/temp/20161222142043092MQMQAEQF/user-dashboard-theme.war copied successfully
14:20:44,887 INFO  [localhost-startStop-1][BaseAutoDeployListener:42] Copying themes for /opt/liferay/tomcat-8.0.32/temp/20161222142044867IESDVVQF/user-profile-theme.war
14:20:44,932 INFO  [localhost-startStop-1][BaseDeployer:873] Deploying user-profile-theme.war
14:20:45,488 INFO  [localhost-startStop-1][BaseAutoDeployListener:50] Themes for /opt/liferay/tomcat-8.0.32/temp/20161222142044867IESDVVQF/user-profile-theme.war copied successfully
14:20:46,592 INFO  [localhost-startStop-1][BaseAutoDeployListener:42] Copying themes for /opt/liferay/tomcat-8.0.32/temp/20161222142046575DKEGWMUJ/classic-theme.war
14:20:46,623 INFO  [localhost-startStop-1][BaseDeployer:873] Deploying classic-theme.war
14:20:47,074 INFO  [localhost-startStop-1][BaseAutoDeployListener:50] Themes for /opt/liferay/tomcat-8.0.32/temp/20161222142046575DKEGWMUJ/classic-theme.war copied successfully
14:20:48,386 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/war][BaseAutoDeployListener:42] Copying portlets for /opt/liferay/tomcat-8.0.32/temp/20161222142048384QRWPTYZH/language-1.0.0-SNAPSHOT.war
14:20:48,400 INFO  [fileinstall-/opt/liferay-ce-portal-7.0-ga3/osgi/war][PortletAutoDeployListener:47] Deploying package as a web application
14:21:18,654 INFO  [localhost-startStop-1][UpgradeProcess:82] Upgrading com.liferay.wiki.navigation.web.internal.upgrade.WikiNavigationWebUpgrade$1
14:21:18,752 INFO  [localhost-startStop-1][UpgradeProcess:97] Completed upgrade process com.liferay.wiki.navigation.web.internal.upgrade.WikiNavigationWebUpgrade$1 in 98ms
14:21:30,849 INFO  [localhost-startStop-1][HotDeployImpl:226] Deploying classic-theme from queue
14:21:30,852 INFO  [localhost-startStop-1][PluginPackageUtil:1006] Reading plugin package for classic-theme
22-Dec-2016 14:21:30.862 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
14:21:30,877 INFO  [localhost-startStop-1][ThemeHotDeployListener:94] Registering themes for classic-theme
14:21:33,042 INFO  [localhost-startStop-1][ThemeHotDeployListener:109] 1 theme for classic-theme is available for use
14:21:33,227 INFO  [localhost-startStop-1][HotDeployImpl:226] Deploying user-profile-theme from queue
14:21:33,228 INFO  [localhost-startStop-1][PluginPackageUtil:1006] Reading plugin package for user-profile-theme
22-Dec-2016 14:21:33.231 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
14:21:33,235 INFO  [localhost-startStop-1][ThemeHotDeployListener:94] Registering themes for user-profile-theme
14:21:33,802 INFO  [localhost-startStop-1][ThemeHotDeployListener:109] 1 theme for user-profile-theme is available for use
14:21:33,990 INFO  [localhost-startStop-1][HotDeployImpl:226] Deploying user-dashboard-theme from queue
14:21:33,991 INFO  [localhost-startStop-1][PluginPackageUtil:1006] Reading plugin package for user-dashboard-theme
22-Dec-2016 14:21:33.995 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
14:21:33,999 INFO  [localhost-startStop-1][ThemeHotDeployListener:94] Registering themes for user-dashboard-theme
14:21:34,503 INFO  [localhost-startStop-1][ThemeHotDeployListener:109] 1 theme for user-dashboard-theme is available for use
14:21:34,674 INFO  [localhost-startStop-1][HotDeployImpl:226] Deploying admin-theme from queue
14:21:34,674 INFO  [localhost-startStop-1][PluginPackageUtil:1006] Reading plugin package for admin-theme
22-Dec-2016 14:21:34.677 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
14:21:34,681 INFO  [localhost-startStop-1][ThemeHotDeployListener:94] Registering themes for admin-theme
14:21:35,173 INFO  [localhost-startStop-1][ThemeHotDeployListener:109] 1 theme for admin-theme is available for use
14:21:35,338 INFO  [localhost-startStop-1][HotDeployImpl:226] Deploying product-app-theme from queue
14:21:35,339 INFO  [localhost-startStop-1][PluginPackageUtil:1006] Reading plugin package for product-app-theme
22-Dec-2016 14:21:35.342 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
14:21:35,345 INFO  [localhost-startStop-1][ThemeHotDeployListener:94] Registering themes for product-app-theme
14:21:35,753 INFO  [localhost-startStop-1][ThemeHotDeployListener:109] 1 theme for product-app-theme is available for use
22-Dec-2016 14:21:36.251 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
22-Dec-2016 14:21:36.630 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
22-Dec-2016 14:22:01.158 INFO [localhost-startStop-1] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'Remoting Servlet'
22-Dec-2016 14:22:01.715 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor /opt/liferay-ce-portal-7.0-ga3/tomcat-8.0.32/conf/Catalina/localhost/ROOT.xml has finished in 137,257 ms
22-Dec-2016 14:22:01.720 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-apr-8080"]
22-Dec-2016 14:22:01.739 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-apr-8009"]
22-Dec-2016 14:22:01.750 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 137349 ms
14:30:13,704 WARN  [http-apr-8080-exec-5][code_jsp:181] {code="404", msg="/favicon.ico", uri=/favicon.ico}
14:30:31,587 INFO  [liferay/search_writer/SYSTEM_ENGINE-4][BaseSpellCheckIndexWriter:257] Start indexing dictionary for com/liferay/portal/search/dependencies/spellchecker/en_US.txt
14:30:53,355 INFO  [liferay/search_writer/SYSTEM_ENGINE-4][BaseSpellCheckIndexWriter:291] Finished indexing dictionary for com/liferay/portal/search/dependencies/spellchecker/en_US.txt
14:30:53,357 INFO  [liferay/search_writer/SYSTEM_ENGINE-4][BaseSpellCheckIndexWriter:257] Start indexing dictionary for com/liferay/portal/search/dependencies/spellchecker/es_ES.txt
14:31:09,986 INFO  [liferay/search_writer/SYSTEM_ENGINE-4][BaseSpellCheckIndexWriter:291] Finished indexing dictionary for com/liferay/portal/search/dependencies/spellchecker/es_ES.txt
thumbnail
Jorge Díaz, modified 7 Years ago.

RE: Elasticsearch problem

Liferay Master Posts: 753 Join Date: 1/9/14 Recent Posts
Etienne Roy:
The icon logo "The portal is currently reindexing." always apper
Clik to "Reindex all search indexes." but notting. No log on both server

Perhaps background reindex task got stuck and now reindex doesn't work.
Try stoping all Liferay nodes and check the status of background tasks:
  • execute SQLs: select * from BackgroundTask and select * from Lock_
  • all background tasks status should be distinct to "1" (in progress), see: https://docs.liferay.com/portal/6.2/javadocs/constant-values.html
  • lock table should have no locks related to backgroundTask

After reviewing this, try starting and executing a reindex.

If it doesn't work, other idea is to activate DEBUG traces at both Liferay and Elasticsearch servers

Regards