Skip to content

Instantly share code, notes, and snippets.

@vicnate5
Created June 26, 2018 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vicnate5/cb6521f641e9dcd48ff785d2a660048f to your computer and use it in GitHub Desktop.
Save vicnate5/cb6521f641e9dcd48ff785d2a660048f to your computer and use it in GitHub Desktop.
7.1.x-private kaleo startup
Using CATALINA_BASE: /Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6
Using CATALINA_HOME: /Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6
Using CATALINA_TMPDIR: /Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6/temp
Using JRE_HOME: /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home
Using CLASSPATH: /Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6/bin/bootstrap.jar:/Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6/bin/tomcat-juli.jar
Picked up _JAVA_OPTIONS: -Dapple.awt.UIElement=true
26-Jun-2018 16:21:06.591 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/9.0.6
26-Jun-2018 16:21:06.593 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Mar 5 2018 09:34:35 UTC
26-Jun-2018 16:21:06.594 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 9.0.6.0
26-Jun-2018 16:21:06.594 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Mac OS X
26-Jun-2018 16:21:06.594 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 10.12.6
26-Jun-2018 16:21:06.594 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: x86_64
26-Jun-2018 16:21:06.594 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre
26-Jun-2018 16:21:06.594 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_121-b13
26-Jun-2018 16:21:06.594 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Oracle Corporation
26-Jun-2018 16:21:06.594 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /Users/vicnate5/bundles/7.1.x-private-bundles/tomcat-9.0.6
26-Jun-2018 16:21:06.594 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /Users/vicnate5/bundles/7.1.x-private-bundles/tomcat-9.0.6
26-Jun-2018 16:21:06.595 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6/conf/logging.properties
26-Jun-2018 16:21:06.595 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
26-Jun-2018 16:21:06.595 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx4096m
26-Jun-2018 16:21:06.595 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms1024m
26-Jun-2018 16:21:06.595 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
26-Jun-2018 16:21:06.595 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
26-Jun-2018 16:21:06.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dfile.encoding=UTF8
26-Jun-2018 16:21:06.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.net.preferIPv4Stack=true
26-Jun-2018 16:21:06.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false
26-Jun-2018 16:21:06.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Duser.timezone=GMT
26-Jun-2018 16:21:06.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx2048m
26-Jun-2018 16:21:06.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxMetaspaceSize=512m
26-Jun-2018 16:21:06.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
26-Jun-2018 16:21:06.596 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6
26-Jun-2018 16:21:06.598 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6
26-Jun-2018 16:21:06.598 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6/temp
26-Jun-2018 16:21:06.598 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dapple.awt.UIElement=true
26-Jun-2018 16:21:06.598 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/vicnate5/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]
26-Jun-2018 16:21:06.715 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-9080"]
26-Jun-2018 16:21:06.731 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
26-Jun-2018 16:21:06.737 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["ajp-nio-9009"]
26-Jun-2018 16:21:06.738 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read
26-Jun-2018 16:21:06.738 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 466 ms
26-Jun-2018 16:21:06.755 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
26-Jun-2018 16:21:06.756 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/9.0.6
26-Jun-2018 16:21:06.761 INFO [main] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying deployment descriptor [/Users/vicnate5/bundles/7.1.x-private-bundles/tomcat-9.0.6/conf/Catalina/localhost/ROOT.xml]
26-Jun-2018 16:21:06.776 WARNING [main] org.apache.catalina.startup.HostConfig.deployDescriptor The path attribute with value [] in deployment descriptor [/Users/vicnate5/bundles/7.1.x-private-bundles/tomcat-9.0.6/conf/Catalina/localhost/ROOT.xml] has been ignored
26-Jun-2018 16:21:15.087 INFO [main] org.apache.catalina.core.ApplicationContext.log No Spring WebApplicationInitializer types detected on classpath
Loading jar:file:/Users/vicnate5/bundles/7.1.x-private-bundles/tomcat-9.0.6/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/system.properties
Loading jar:file:/Users/vicnate5/bundles/7.1.x-private-bundles/tomcat-9.0.6/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/system.properties
Loading jar:file:/Users/vicnate5/bundles/7.1.x-private-bundles/tomcat-9.0.6/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/portal.properties
Loading file:/Users/vicnate5/bundles/7.1.x-private-bundles/tomcat-9.0.6/webapps/ROOT/WEB-INF/classes/portal-ext.properties
2018-06-26 16:21:16.988 INFO [main][HikariDataSource:95] HikariPool-1 - Starting...
2018-06-26 16:21:17.062 INFO [main][PoolBase:505] HikariPool-1 - Driver does not support get/set network timeout for connections. (Method org.postgresql.jdbc.PgConnection.getNetworkTimeout() is not yet implemented.)
2018-06-26 16:21:17.082 INFO [main][HikariDataSource:107] HikariPool-1 - Start completed.
2018-06-26 16:21:17.095 INFO [main][DialectDetector:77] Determine dialect for PostgreSQL 10.4
2018-06-26 16:21:17.208 INFO [main][DialectDetector:155] Found dialect org.hibernate.dialect.PostgreSQLDialect
2018-06-26 16:21:18.455 INFO [main][HikariDataSource:95] HikariPool-2 - Starting...
2018-06-26 16:21:18.461 INFO [main][PoolBase:505] HikariPool-2 - Driver does not support get/set network timeout for connections. (Method org.postgresql.jdbc.PgConnection.getNetworkTimeout() is not yet implemented.)
2018-06-26 16:21:18.462 INFO [main][HikariDataSource:107] HikariPool-2 - Start completed.
2018-06-26 16:21:18.719 INFO [main][BundleStartStopLogger:35] STARTED org.eclipse.osgi_3.10.200.v20150831-0856 [0]
2018-06-26 16:21:18.807 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.osgi.felix.file.install.configuration.cleaner_2.0.1 [1]
2018-06-26 16:21:18.811 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.osgi.util_4.0.1 [2]
2018-06-26 16:21:18.812 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.bundle.blacklist.api_1.0.2 [3]
2018-06-26 16:21:18.814 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.bundle.blacklist.impl_1.0.2 [4]
2018-06-26 16:21:18.821 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.classloader.tracker_2.0.1 [5]
2018-06-26 16:21:18.822 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.component.blacklist.api_2.0.1 [6]
2018-06-26 16:21:18.824 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.component.blacklist.impl_2.0.2 [7]
2018-06-26 16:21:18.826 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.metatype.api_1.0.2 [8]
2018-06-26 16:21:18.827 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.persistence.api_1.0.2 [9]
2018-06-26 16:21:18.869 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.persistence.impl_1.0.3 [10]
2018-06-26 16:21:18.885 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.log4j.extender_3.0.1 [11]
2018-06-26 16:21:18.887 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.lpkg.deployer.api_1.0.2 [12]
2018-06-26 16:21:18.891 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.lpkg.deployer.impl_1.0.4 [13]
2018-06-26 16:21:18.893 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.portlet.tracker_3.0.1 [14]
2018-06-26 16:21:18.894 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.servlet.api_1.0.2 [15]
2018-06-26 16:21:18.895 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.servlet.context.helper.api_1.0.2 [16]
2018-06-26 16:21:18.897 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.servlet.context.helper.impl_1.0.3 [17]
2018-06-26 16:21:18.900 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.servlet.jsp.compiler_3.0.1 [18]
2018-06-26 16:21:18.903 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.extender_3.0.3 [19]
2018-06-26 16:21:18.905 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.generator.api_1.0.2 [20]
2018-06-26 16:21:18.911 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.generator.impl_1.0.3 [21]
2018-06-26 16:21:18.913 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.reference.support_2.0.1 [22]
2018-06-26 16:21:18.914 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.wab.spring.bridge.api_1.0.2 [23]
2018-06-26 16:21:18.915 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.profile.api_2.0.1 [24]
2018-06-26 16:21:18.916 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.profile.impl_2.0.1 [25]
2018-06-26 16:21:18.920 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.social.activity.extender_1.0.2 [26]
2018-06-26 16:21:18.921 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.target.platform.indexer.api_1.0.2 [27]
2018-06-26 16:21:18.924 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.target.platform.indexer.impl_1.0.2 [28]
2018-06-26 16:21:18.925 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.sun.el.javax.el_3.0.0 [29]
2018-06-26 16:21:18.926 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED javax.servlet.jsp-api_2.3.2.b01 [30]
2018-06-26 16:21:18.928 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED javax.servlet.jsp.jstl-api_1.2.1 [31]
2018-06-26 16:21:18.929 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED javax.servlet.jsp.jstl_1.2.3.LIFERAY-PATCHED-2 [32]
2018-06-26 16:21:18.931 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.commons.fileupload_1.3.2 [33]
2018-06-26 16:21:18.932 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.commons.io_2.2.0 [34]
2018-06-26 16:21:19.928 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.bundlerepository_2.0.2.LIFERAY-PATCHED-1 [35]
2018-06-26 16:21:19.949 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.configadmin_1.8.8 [36]
2018-06-26 16:21:19.951 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.dependencymanager_3.2.0 [37]
2018-06-26 16:21:19.955 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.dependencymanager.shell_3.2.0 [38]
2018-06-26 16:21:19.973 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.eventadmin_1.4.6 [39]
2018-06-26 16:21:20.310 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.fileinstall_3.5.4.LIFERAY-PATCHED-2 [40]
2018-06-26 16:21:20.321 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.gogo.command_0.12.0 [41]
2018-06-26 16:21:20.330 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.gogo.runtime_0.10.0 [42]
2018-06-26 16:21:20.340 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.gogo.shell_0.10.0 [43]
2018-06-26 16:21:20.486 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][DefaultLPKGDeployer:307] Start refreshing uninstalled orphan bundles
2018-06-26 16:21:20.489 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][DefaultLPKGDeployer:315] Finished refreshing uninstalled orphan bundles
2018-06-26 16:21:20.570 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.felix.scr_2.0.6 [44]
2018-06-26 16:21:20.586 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.eclipse.equinox.console_1.1.100.v20141023-1406 [45]
2018-06-26 16:21:20.589 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.eclipse.equinox.http.servlet_1.2.2.v20180612-2211 [46]
2018-06-26 16:21:20.594 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.eclipse.equinox.metatype_1.4.200.v20150715-1528 [47]
2018-06-26 16:21:20.595 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.osgi.service.http_3.5.0.LIFERAY-PATCHED-2 [48]
2018-06-26 16:21:20.595 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.osgi.service.metatype_1.3.0.201505202024 [49]
2018-06-26 16:21:20.597 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.util.taglib_3.1.2 [51]
2018-06-26 16:21:20.613 INFO [Refresh Thread: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:38] STOPPED com.liferay.portal.osgi.web.servlet.jsp.compiler_3.0.1 [18]
2018-06-26 16:21:21.908 INFO [Refresh Thread: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.web.servlet.jsp.compiler_3.0.1 [18]
2018-06-26 16:21:21.924 INFO [main][BundleStartStopLogger:38] STOPPED org.apache.felix.fileinstall_3.5.4.LIFERAY-PATCHED-2 [40]
2018-06-26 16:21:21.942 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED woodstox-core-asl_4.4.1 [52]
2018-06-26 16:21:21.942 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.apio.api_1.0.3 [53]
2018-06-26 16:21:21.943 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.apio.impl_1.0.4 [54]
2018-06-26 16:21:22.010 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.background.task.api_3.0.1 [55]
2018-06-26 16:21:22.011 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.background.task.service_4.0.2 [56]
2018-06-26 16:21:22.029 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.background.task.web_3.0.1 [57]
2018-06-26 16:21:22.031 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.api_1.0.3 [58]
2018-06-26 16:21:22.035 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.ehcache.impl_1.0.2 [59]
2018-06-26 16:21:22.102 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.ehcache.provider_3.0.1 [60]
2018-06-26 16:21:22.103 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.ehcache.spi_1.0.2 [61]
2018-06-26 16:21:22.106 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.impl_1.0.3 [62]
2018-06-26 16:21:22.111 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.multiple_2.0.0 [63]
2018-06-26 16:21:22.128 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.cache.single_3.0.1 [64]
2018-06-26 16:21:22.134 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.cluster.multiple_2.0.1 [65]
2018-06-26 16:21:22.148 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.cluster.single_3.0.1 [66]
2018-06-26 16:21:22.155 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.compound.session.id_3.0.1 [67]
2018-06-26 16:21:22.160 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.cluster_4.0.1 [68]
2018-06-26 16:21:22.164 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.extender_4.0.1 [69]
2018-06-26 16:21:22.174 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.metatype.definitions.annotations_3.0.1 [70]
2018-06-26 16:21:22.177 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.metatype.definitions.equinox_3.0.1 [71]
2018-06-26 16:21:22.177 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.module.configuration_3.0.2 [72]
2018-06-26 16:21:22.179 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.settings_3.0.3 [73]
2018-06-26 16:21:22.188 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.upgrade.api_1.0.2 [74]
2018-06-26 16:21:22.189 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.configuration.upgrade.impl_1.0.2 [75]
2018-06-26 16:21:22.192 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.custom.jsp.bag.api_2.0.1 [76]
2018-06-26 16:21:22.193 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.dao.orm.custom.sql.api_1.0.2 [77]
2018-06-26 16:21:22.193 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.dao.orm.custom.sql.impl_1.0.2 [78]
2018-06-26 16:21:22.195 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.executor_3.0.1 [79]
2018-06-26 16:21:22.236 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.inactive.request.handler_1.0.2 [80]
2018-06-26 16:21:22.244 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.init.servlet.filter_3.0.1 [81]
2018-06-26 16:21:22.249 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.instance.lifecycle.api_1.0.2 [82]
2018-06-26 16:21:22.250 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.instance.lifecycle.impl_1.0.3 [83]
2018-06-26 16:21:22.257 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.instances.api_2.0.1 [84]
2018-06-26 16:21:22.258 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.instances.service_2.0.1 [85]
2018-06-26 16:21:22.258 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.instances.web_2.0.1 [86]
2018-06-26 16:21:22.282 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.jmx.api_2.0.1 [87]
2018-06-26 16:21:22.282 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.jmx_5.0.2 [88]
2018-06-26 16:21:22.289 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.language.extender_3.0.3 [89]
2018-06-26 16:21:22.290 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.language.servlet.filter_3.0.2 [90]
2018-06-26 16:21:22.293 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.license.deployer_2.0.1 [91]
2018-06-26 16:21:22.294 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.lock.api_3.0.1 [92]
2018-06-26 16:21:22.295 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.lock.service_3.0.1 [93]
2018-06-26 16:21:22.304 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.messaging_5.0.4 [94]
2018-06-26 16:21:22.670 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.mobile.device.detection.fiftyonedegrees.api_2.0.1 [95]
2018-06-26 16:21:22.671 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.mobile.device.detection.fiftyonedegrees.enterprise_2.0.0 [96]
2018-06-26 16:21:22.674 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.mobile.device.detection.fiftyonedegrees_3.0.2 [97]
2018-06-26 16:21:25.827 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.mobile.device.recognition.impl_1.0.2 [98]
2018-06-26 16:21:25.835 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.model.relationship.document.library.impl_1.0.2 [99]
2018-06-26 16:21:25.837 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.model.relationship.dynamic.data.mapping.impl_1.0.2 [100]
2018-06-26 16:21:25.840 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.monitoring_6.0.2 [101]
2018-06-26 16:21:25.865 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.debug.api_1.0.2 [102]
2018-06-26 16:21:25.866 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.debug.declarative.service_2.0.2 [103]
2018-06-26 16:21:25.881 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.debug.impl_1.0.2 [104]
2018-06-26 16:21:25.886 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.osgi.debug.spring.extender_2.0.2 [105]
2018-06-26 16:21:25.891 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.output.stream.container.api_2.0.1 [106]
2018-06-26 16:21:25.892 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.output.stream.container_4.0.1 [107]
2018-06-26 16:21:25.896 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.pop.notifications_3.0.1 [108]
2018-06-26 16:21:25.898 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.portlet.bridge.soy.api_1.0.2 [109]
2018-06-26 16:21:25.899 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.portlet.bridge.soy.impl_1.0.3 [110]
2018-06-26 16:21:25.902 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.properties.swapper_2.0.0 [111]
2018-06-26 16:21:25.905 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.relationship.api_1.0.2 [112]
2018-06-26 16:21:25.907 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.relationship.impl_1.0.2 [113]
2018-06-26 16:21:25.949 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.axis.extender_2.0.1 [114]
2018-06-26 16:21:25.959 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.cxf.common_4.0.2 [115]
2018-06-26 16:21:25.960 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.http.tunnel.extender_3.0.1 [116]
2018-06-26 16:21:25.961 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.jaxrs.whiteboard.debug_1.0.2 [117]
2018-06-26 16:21:25.962 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.json.web.service.extender_3.0.1 [120]
2018-06-26 16:21:25.964 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.rest.extender_3.0.2 [121]
2018-06-26 16:21:25.965 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.soap.extender.api_2.0.1 [122]
2018-06-26 16:21:25.966 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.remote.soap.extender.impl_2.0.1 [123]
2018-06-26 16:21:25.971 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.reports.engine.api_4.0.1 [124]
2018-06-26 16:21:25.972 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.reports.engine.console.api_3.0.0 [125]
2018-06-26 16:21:25.972 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.reports.engine.console.service_2.0.0 [126]
2018-06-26 16:21:25.996 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.reports.engine.console.web_2.0.0 [127]
2018-06-26 16:21:26.014 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.reports.engine.jasper.impl_2.0.0 [128]
2018-06-26 16:21:26.537 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.rules.engine.api_3.0.2 [129]
2018-06-26 16:21:26.537 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.rules.engine.drools.impl_2.0.0 [130]
2018-06-26 16:21:26.548 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.rules.engine.wiring_3.0.1 [131]
2018-06-26 16:21:26.551 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler_5.0.2 [132]
2018-06-26 16:21:26.581 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler.multiple_2.0.1 [133]
2018-06-26 16:21:26.587 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler.quartz_4.0.1 [134]
2018-06-26 16:21:26.597 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scheduler.single_3.0.1 [135]
2018-06-26 16:21:26.600 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.api_2.0.2 [136]
2018-06-26 16:21:26.601 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.beanshell_3.0.2 [137]
2018-06-26 16:21:26.607 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.executor_4.0.2 [138]
2018-06-26 16:21:26.610 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.groovy.context.api_1.0.2 [139]
2018-06-26 16:21:26.611 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.groovy_3.0.1 [140]
2018-06-26 16:21:26.615 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.impl_1.0.3 [141]
2018-06-26 16:21:26.632 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.javascript_3.0.3 [142]
2018-06-26 16:21:26.638 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.python_3.0.2 [143]
2018-06-26 16:21:26.649 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.scripting.ruby_3.0.2 [144]
2018-06-26 16:21:26.766 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.admin.web_1.0.2 [145]
2018-06-26 16:21:26.776 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.api_2.0.5 [146]
2018-06-26 16:21:26.779 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.elasticsearch6.api_2.0.5 [147]
2018-06-26 16:21:26.780 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.elasticsearch6.impl_2.0.3 [148]
2018-06-26 16:21:27.031 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.elasticsearch6.xpack.monitoring.web_2.0.0 [149]
2018-06-26 16:21:27.037 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.elasticsearch6.xpack.security.impl_2.0.0 [150]
2018-06-26 16:21:27.043 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.engine.adapter.api_1.0.2 [151]
2018-06-26 16:21:27.044 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search_5.0.3 [152]
2018-06-26 16:21:27.264 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.spi_2.0.1 [153]
2018-06-26 16:21:27.264 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.web.api_2.0.2 [154]
2018-06-26 16:21:27.265 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.search.web_3.0.5 [155]
2018-06-26 16:21:27.348 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.antisamy_3.0.1 [156]
2018-06-26 16:21:27.392 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.api_3.0.1 [157]
2018-06-26 16:21:27.393 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.event.generators.api_2.0.1 [158]
2018-06-26 16:21:27.393 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.event.generators_2.0.0 [159]
2018-06-26 16:21:27.397 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.event.generators.user.management_2.0.1 [160]
2018-06-26 16:21:27.400 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.impl_1.0.2 [161]
2018-06-26 16:21:27.404 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.router_3.0.2 [162]
2018-06-26 16:21:27.425 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.storage.api_3.0.1 [163]
2018-06-26 16:21:27.426 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.storage.service_3.0.1 [164]
2018-06-26 16:21:27.432 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.web_2.0.0 [165]
2018-06-26 16:21:27.434 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.audit.wiring_3.0.1 [166]
2018-06-26 16:21:27.444 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.auth.verifier_3.0.3 [167]
2018-06-26 16:21:27.466 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.auto.login_3.0.2 [168]
2018-06-26 16:21:27.490 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.exportimport.api_3.0.1 [169]
2018-06-26 16:21:27.490 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.ldap.api_1.0.4 [170]
2018-06-26 16:21:27.491 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.ldap.impl_1.0.4 [171]
2018-06-26 16:21:27.538 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.policy.api_3.0.1 [172]
2018-06-26 16:21:27.539 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.policy.service_3.0.1 [173]
2018-06-26 16:21:27.554 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.policy.web_2.0.4 [174]
2018-06-26 16:21:27.559 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.service.access.quota.api_1.0.2 [175]
2018-06-26 16:21:27.559 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.cas.api_2.0.1 [176]
2018-06-26 16:21:27.560 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.cas.impl_1.0.2 [177]
2018-06-26 16:21:27.566 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.facebook.connect.api_2.0.2 [178]
2018-06-26 16:21:27.566 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.facebook.connect.impl_1.0.2 [179]
2018-06-26 16:21:27.575 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.google.api_2.0.2 [180]
2018-06-26 16:21:27.576 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.google.impl_1.0.2 [181]
2018-06-26 16:21:27.584 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.ntlm.api_2.0.3 [182]
2018-06-26 16:21:27.585 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.ntlm.impl_1.0.2 [183]
2018-06-26 16:21:27.592 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.openid.api_2.0.2 [184]
2018-06-26 16:21:27.592 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.openid.connect.api_1.0.4 [185]
2018-06-26 16:21:27.593 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.openid.connect.impl_1.0.4 [186]
2018-06-26 16:21:27.605 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.openid.impl_1.0.2 [187]
2018-06-26 16:21:27.615 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.opensso.api_2.0.2 [188]
2018-06-26 16:21:27.615 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.opensso.impl_1.0.2 [189]
2018-06-26 16:21:27.631 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.token.api_2.0.1 [190]
2018-06-26 16:21:27.632 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.sso.token.impl_2.0.2 [191]
2018-06-26 16:21:27.647 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.wedeploy.auth.api_2.0.1 [192]
2018-06-26 16:21:27.647 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.wedeploy.auth.service_2.0.1 [193]
2018-06-26 16:21:27.659 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.security.wedeploy.auth.web_2.0.1 [194]
2018-06-26 16:21:27.675 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.api_3.0.2 [195]
2018-06-26 16:21:27.675 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.cas.web_2.0.1 [196]
2018-06-26 16:21:27.680 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.facebook.connect.web_2.0.1 [197]
2018-06-26 16:21:27.683 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.google.web_2.0.1 [198]
2018-06-26 16:21:27.688 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.ldap.web_2.0.2 [199]
2018-06-26 16:21:27.700 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.ntlm.web_2.0.1 [200]
2018-06-26 16:21:27.705 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.openid.connect.web_1.0.2 [201]
2018-06-26 16:21:27.709 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.openid.web_2.0.1 [202]
2018-06-26 16:21:27.712 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.authentication.opensso.web_2.0.1 [203]
2018-06-26 16:21:27.715 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.lang_2.0.3 [204]
2018-06-26 16:21:27.715 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.settings.web_2.0.1 [205]
2018-06-26 16:21:27.735 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.spring.extender.api_3.0.1 [206]
2018-06-26 16:21:27.735 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.spring.extender.impl_1.0.2 [207]
2018-06-26 16:21:27.739 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.store.cmis_3.0.2 [208]
2018-06-26 16:21:27.742 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.store.db_3.0.1 [209]
2018-06-26 16:21:27.743 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.store.file.system_3.0.2 [210]
2018-06-26 16:21:27.763 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.store.ignore.duplicates.wrapper_2.0.1 [211]
2018-06-26 16:21:27.767 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.store.jcr_3.0.4 [212]
2018-06-26 16:21:27.771 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.store.s3_3.0.3 [213]
2018-06-26 16:21:27.775 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.store.safe.file.name.wrapper_2.0.1 [214]
2018-06-26 16:21:27.779 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.template.freemarker_4.0.1 [215]
2018-06-26 16:21:28.104 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.template.soy.api_1.0.2 [216]
2018-06-26 16:21:28.104 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.template.soy.context.contributor_2.0.1 [217]
2018-06-26 16:21:28.107 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.template.soy.impl_1.0.3 [218]
2018-06-26 16:21:28.276 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.template.velocity_3.0.1 [219]
2018-06-26 16:21:28.306 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.template.xsl_3.0.1 [220]
2018-06-26 16:21:28.310 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.uad_1.0.2 [221]
2018-06-26 16:21:28.312 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.upgrade.api_2.0.2 [222]
2018-06-26 16:21:28.313 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.upgrade.impl_2.0.2 [223]
2018-06-26 16:21:28.315 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.upload_1.0.3 [224]
2018-06-26 16:21:28.321 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.url.builder.api_1.0.3 [225]
2018-06-26 16:21:28.321 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.url.builder.impl_1.0.2 [226]
2018-06-26 16:21:28.322 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.validation.api_1.0.2 [227]
2018-06-26 16:21:28.322 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.verify.extender_4.0.1 [228]
2018-06-26 16:21:28.323 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.weblogic.support_3.0.1 [229]
2018-06-26 16:21:28.324 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.api_1.0.2 [230]
2018-06-26 16:21:28.325 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.api_3.1.2 [231]
2018-06-26 16:21:28.325 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.definition.api_3.0.2 [232]
2018-06-26 16:21:28.326 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.definition.impl_3.0.2 [233]
2018-06-26 16:21:28.361 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.designer.web_2.0.0 [234]
2018-06-26 16:21:28.376 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.forms.api_2.0.0 [235]
2018-06-26 16:21:28.377 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.forms.service_2.0.0 [236]
2018-06-26 16:21:28.382 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.forms.web_2.0.0 [237]
2018-06-26 16:21:28.389 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.api_3.0.2 [238]
2018-06-26 16:21:28.390 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.form.impl_1.0.2 [239]
2018-06-26 16:21:28.391 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.impl_3.0.2 [240]
2018-06-26 16:21:28.449 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.integration.impl_2.0.2 [241]
2018-06-26 16:21:28.474 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.runtime.scripting.impl_2.0.1 [242]
2018-06-26 16:21:28.485 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.kaleo.service_3.0.4 [243]
2018-06-26 16:21:28.497 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.lang_3.0.2 [244]
2018-06-26 16:21:28.498 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.task.web_2.0.1 [245]
2018-06-26 16:21:28.517 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.uad_1.0.2 [246]
2018-06-26 16:21:28.519 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portal.workflow.web_1.0.5 [247]
2018-06-26 16:21:28.544 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED javax.json-api_1.0.0 [248]
2018-06-26 16:21:28.544 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.aries.javax.annotation-api_0.0.2.201805050235 [249]
2018-06-26 16:21:28.545 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.aries.javax.jax.rs-api_0.0.1.201805141451 [250]
2018-06-26 16:21:28.610 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.aries.jax.rs.jaxb.json_0.0.1.201806080923 [251]
2018-06-26 16:21:28.668 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][CxfJaxrsBundleActivator:60] Registered ClientBuilder
2018-06-26 16:21:28.670 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][CxfJaxrsBundleActivator:60] Registered SseEventSourceFactory
2018-06-26 16:21:28.711 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.apache.aries.jax.rs.whiteboard_0.0.1.201806180959 [252]
2018-06-26 16:21:28.716 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED stax2-api_3.1.4 [253]
2018-06-26 16:21:28.717 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.osgi.service.jaxrs_1.0.0.201802012106 [254]
2018-06-26 16:21:28.717 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.osgi.util.function_1.1.0.201802012106 [255]
2018-06-26 16:21:28.718 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED org.osgi.util.promise_1.1.0.201802012106 [256]
2018-06-26 16:21:28.719 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.api_3.0.1 [257]
2018-06-26 16:21:28.719 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.blogs.editor.configuration_2.0.1 [258]
2018-06-26 16:21:28.721 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.blogs.item.selector.web_2.0.1 [259]
2018-06-26 16:21:28.723 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.blogs.web_2.0.1 [261]
2018-06-26 16:21:28.727 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.content.transformer.api_2.0.1 [262]
2018-06-26 16:21:28.728 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.content.transformer.impl_1.0.2 [263]
2018-06-26 16:21:28.732 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.demo.data.creator.api_2.0.1 [264]
2018-06-26 16:21:28.732 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.demo.data.creator.impl_2.0.1 [265]
2018-06-26 16:21:28.734 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.document.library.item.selector.web_2.0.1 [266]
2018-06-26 16:21:28.736 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.document.library_2.0.1 [267]
2018-06-26 16:21:28.739 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.document.library.thumbnails_2.0.2 [268]
2018-06-26 16:21:28.743 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.document.library.web_2.0.1 [269]
2018-06-26 16:21:28.746 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.image.api_2.0.2 [270]
2018-06-26 16:21:28.746 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.image.content.transformer.backwards.compatibility_2.0.1 [271]
2018-06-26 16:21:28.748 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.image.content.transformer_2.0.1 [272]
2018-06-26 16:21:28.749 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.image.impl_2.0.4 [273]
2018-06-26 16:21:28.780 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.image.item.selector.api_2.0.1 [274]
2018-06-26 16:21:28.780 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.image.item.selector.impl_2.0.1 [275]
2018-06-26 16:21:28.783 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.image.service_2.0.2 [277]
2018-06-26 16:21:28.791 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.image.taglib_2.0.1 [278]
2018-06-26 16:21:28.792 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.image.web_2.0.1 [279]
2018-06-26 16:21:28.794 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.item.selector.upload.web_2.0.1 [280]
2018-06-26 16:21:28.795 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.journal.editor.configuration_2.0.1 [281]
2018-06-26 16:21:28.796 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.journal.web_2.0.1 [282]
2018-06-26 16:21:28.801 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.upload_1.0.2 [283]
2018-06-26 16:21:28.803 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.adaptive.media.web_2.0.3 [284]
2018-06-26 16:21:28.850 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.aggregate.rating.apio.api_1.0.2 [285]
2018-06-26 16:21:28.851 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.aggregate.rating.apio.impl_1.0.2 [286]
2018-06-26 16:21:28.852 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.alloy.mvc_3.0.2 [287]
2018-06-26 16:21:28.854 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.amazon.rankings.web_2.0.3 [288]
2018-06-26 16:21:28.862 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.analytics.api_1.0.2 [289]
2018-06-26 16:21:28.863 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.analytics.client.osgi_1.0.0 [290]
2018-06-26 16:21:28.866 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.analytics.data.binding.impl_1.0.2 [291]
2018-06-26 16:21:29.008 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.announcements.api_2.0.1 [292]
2018-06-26 16:21:29.009 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.announcements.editor.configuration_1.0.3 [293]
2018-06-26 16:21:29.010 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.announcements.uad_1.0.3 [294]
2018-06-26 16:21:29.013 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.announcements.web_3.0.2 [295]
2018-06-26 16:21:29.032 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.apio.architect.api_1.0.2 [296]
2018-06-26 16:21:29.033 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.apio.architect.exception.mapper.impl_1.0.2 [297]
2018-06-26 16:21:29.040 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.apio.architect.impl_1.0.1 [298]
2018-06-26 16:21:29.096 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.apio.architect.uri.mapper.impl_1.0.1 [299]
2018-06-26 16:21:29.098 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.application.list.api_3.0.2 [300]
2018-06-26 16:21:29.109 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.application.list.my.account.permissions_2.0.1 [301]
2018-06-26 16:21:29.111 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.application.list.taglib_3.0.1 [302]
2018-06-26 16:21:29.113 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.application.list.user.personal.site.permissions_3.0.1 [303]
2018-06-26 16:21:29.115 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.api_1.0.2 [304]
2018-06-26 16:21:29.116 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.browser.web_2.0.3 [305]
2018-06-26 16:21:29.123 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.admin.web_2.0.5 [306]
2018-06-26 16:21:29.137 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.navigation.api_2.0.1 [307]
2018-06-26 16:21:29.137 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.navigation.web_3.0.4 [308]
2018-06-26 16:21:29.147 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.selector.web_1.0.3 [309]
2018-06-26 16:21:29.157 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.categories.service_2.0.2 [310]
2018-06-26 16:21:29.164 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.category.property.api_1.0.2 [311]
2018-06-26 16:21:29.165 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.category.property.service_1.0.2 [312]
2018-06-26 16:21:29.168 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.display.api_1.0.2 [313]
2018-06-26 16:21:29.169 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.display.impl_1.0.3 [314]
2018-06-26 16:21:29.171 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.display.page.api_2.0.1 [315]
2018-06-26 16:21:29.172 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.display.page.item.selector.api_1.0.2 [316]
2018-06-26 16:21:29.172 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.display.page.item.selector.web_1.0.3 [317]
2018-06-26 16:21:29.175 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.display.page.service_1.0.5 [318]
2018-06-26 16:21:29.182 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.display.web_2.0.1 [319]
2018-06-26 16:21:29.190 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.entry.query.processor.custom.user.attributes_3.0.1 [320]
2018-06-26 16:21:29.192 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.entry.rel.api_1.0.2 [321]
2018-06-26 16:21:29.193 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.entry.rel.service_1.0.2 [322]
2018-06-26 16:21:29.194 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.link.service_1.0.2 [323]
2018-06-26 16:21:29.197 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.publisher.api_1.0.2 [324]
2018-06-26 16:21:29.198 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.publisher.layout.prototype_2.0.2 [325]
2018-06-26 16:21:29.200 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.publisher.web_2.0.6 [326]
2018-06-26 16:21:29.301 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.service_2.0.1 [327]
2018-06-26 16:21:29.319 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.tag.stats.api_1.0.2 [328]
2018-06-26 16:21:29.319 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.tag.stats.service_1.0.2 [329]
2018-06-26 16:21:29.323 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.taglib_3.0.4 [330]
2018-06-26 16:21:29.325 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.admin.web_2.0.2 [331]
2018-06-26 16:21:29.328 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.api_2.0.1 [332]
2018-06-26 16:21:29.329 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.compiler.web_3.0.1 [333]
2018-06-26 16:21:29.332 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.navigation.api_2.0.1 [334]
2018-06-26 16:21:29.333 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.navigation.web_4.0.1 [335]
2018-06-26 16:21:29.342 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.selector.web_1.0.2 [336]
2018-06-26 16:21:29.347 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.tags.service_3.0.4 [337]
2018-06-26 16:21:29.351 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.asset.web_3.0.2 [338]
2018-06-26 16:21:29.354 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blog.apio.api_1.0.2 [339]
2018-06-26 16:21:29.354 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blog.apio.impl_1.0.2 [340]
2018-06-26 16:21:29.356 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.api_4.0.3 [341]
2018-06-26 16:21:29.356 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.editor.configuration_2.0.1 [342]
2018-06-26 16:21:29.361 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.item.selector.api_2.0.1 [343]
2018-06-26 16:21:29.361 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.item.selector.web_3.0.1 [344]
2018-06-26 16:21:29.363 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.layout.prototype_3.0.1 [345]
2018-06-26 16:21:29.366 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.reading.time_1.0.2 [346]
2018-06-26 16:21:29.371 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.recent.bloggers.api_2.0.1 [347]
2018-06-26 16:21:29.372 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.recent.bloggers.web_3.0.2 [348]
2018-06-26 16:21:29.379 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.service_2.0.3 [349]
2018-06-26 16:21:29.398 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.uad_1.0.2 [350]
2018-06-26 16:21:29.400 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.blogs.web_3.0.7 [351]
2018-06-26 16:21:29.486 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.api_3.0.3 [352]
2018-06-26 16:21:29.486 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.service_2.0.4 [353]
2018-06-26 16:21:29.522 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.uad_1.0.3 [354]
2018-06-26 16:21:29.527 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.bookmarks.web_2.0.3 [355]
2018-06-26 16:21:29.569 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.calendar.api_3.0.2 [356]
2018-06-26 16:21:29.569 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.calendar.service_3.0.4 [357]
2018-06-26 16:21:29.634 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.calendar.web_2.0.4 [358]
2018-06-26 16:21:29.646 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.captcha.api_2.0.4 [359]
2018-06-26 16:21:29.705 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.captcha.impl_1.0.2 [360]
2018-06-26 16:21:29.715 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.captcha.taglib_2.0.1 [361]
2018-06-26 16:21:29.716 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.category.apio.api_1.0.2 [362]
2018-06-26 16:21:29.717 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.category.apio.impl_1.0.2 [363]
2018-06-26 16:21:29.722 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.changeset.api_1.2.1 [364]
2018-06-26 16:21:29.722 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.changeset.service_1.0.4 [365]
2018-06-26 16:21:29.723 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.chat.api_2.0.1 [366]
2018-06-26 16:21:29.723 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.chat.service_3.0.3 [367]
2018-06-26 16:21:29.736 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.chat.web_2.0.1 [368]
2018-06-26 16:21:29.744 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.analytics_1.0.2 [369]
2018-06-26 16:21:29.745 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.api_3.0.1 [370]
2018-06-26 16:21:29.745 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.apio.api_1.0.2 [371]
2018-06-26 16:21:29.746 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.apio.impl_1.0.2 [372]
2018-06-26 16:21:29.748 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.editor.configuration_2.0.1 [373]
2018-06-26 16:21:29.750 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.page.comments.web_2.0.2 [374]
2018-06-26 16:21:29.754 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.ratings.definition_3.0.1 [375]
2018-06-26 16:21:29.757 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.sanitizer_3.0.1 [376]
2018-06-26 16:21:29.760 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.taglib_1.0.2 [377]
2018-06-26 16:21:29.765 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.comment.web_3.0.3 [378]
2018-06-26 16:21:29.775 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.configuration.admin.api_1.0.2 [379]
2018-06-26 16:21:29.775 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.configuration.admin.web_2.0.7 [380]
2018-06-26 16:21:29.881 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.contacts.api_3.0.1 [381]
2018-06-26 16:21:29.881 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.contacts.service_3.0.1 [382]
2018-06-26 16:21:29.883 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.contacts.uad_1.0.2 [383]
2018-06-26 16:21:29.884 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.contacts.web_2.0.2 [384]
2018-06-26 16:21:29.904 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.currency.converter.web_2.0.1 [385]
2018-06-26 16:21:29.911 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dictionary.web_2.0.1 [386]
2018-06-26 16:21:29.913 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.directory.web_2.0.1 [387]
2018-06-26 16:21:29.926 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.analytics_1.0.3 [388]
2018-06-26 16:21:29.928 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.api_4.0.3 [389]
2018-06-26 16:21:29.929 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.content.api_1.0.2 [390]
2018-06-26 16:21:29.929 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.content.service_1.0.2 [391]
2018-06-26 16:21:29.932 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.document.conversion_1.0.5 [392]
2018-06-26 16:21:29.952 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.file.rank.api_1.0.2 [393]
2018-06-26 16:21:29.953 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.file.rank.service_1.0.4 [394]
2018-06-26 16:21:29.958 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.google.docs_3.0.2 [395]
2018-06-26 16:21:29.964 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.item.selector.web_2.0.2 [396]
2018-06-26 16:21:29.974 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.layout.set.prototype_3.0.1 [397]
2018-06-26 16:21:29.978 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.authorization.api_2.0.1 [398]
2018-06-26 16:21:29.978 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.cmis.api_2.0.1 [399]
2018-06-26 16:21:29.982 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.cmis.impl_3.0.2 [400]
2018-06-26 16:21:29.989 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.external.api_2.0.1 [401]
2018-06-26 16:21:29.990 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.repository.search_4.0.1 [402]
2018-06-26 16:21:30.000 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.service_3.0.3 [403]
2018-06-26 16:21:30.116 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.sync.api_1.0.2 [404]
2018-06-26 16:21:30.116 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.sync.service_1.0.2 [405]
2018-06-26 16:21:30.118 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.uad_1.0.3 [406]
2018-06-26 16:21:30.122 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.document.library.web_3.0.8 [407]
2018-06-26 16:21:30.225 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.api_3.0.4 [408]
2018-06-26 16:21:30.225 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.service_2.0.4 [409]
2018-06-26 16:21:30.259 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.lists.web_3.0.4 [410]
2018-06-26 16:21:30.282 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.api_4.1.4 [411]
2018-06-26 16:21:30.289 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.data.provider.impl_2.0.2 [412]
2018-06-26 16:21:30.302 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.data.provider.instance_1.0.2 [413]
2018-06-26 16:21:30.305 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.data.provider.web_2.0.3 [414]
2018-06-26 16:21:30.314 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.expression_3.0.2 [415]
2018-06-26 16:21:30.318 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.analytics_1.0.3 [416]
2018-06-26 16:21:30.319 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.builder_1.0.10 [417]
2018-06-26 16:21:30.342 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.evaluator.impl_1.0.3 [418]
2018-06-26 16:21:30.363 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.field.type_3.0.1 [419]
2018-06-26 16:21:30.368 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.renderer_3.0.6 [420]
2018-06-26 16:21:30.376 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.taglib_1.0.2 [421]
2018-06-26 16:21:30.378 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.values.factory_3.0.1 [422]
2018-06-26 16:21:30.379 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.values.query_3.0.1 [423]
2018-06-26 16:21:30.386 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.form.web_1.0.9 [424]
2018-06-26 16:21:30.433 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.io_3.0.1 [425]
2018-06-26 16:21:30.442 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.lang_3.0.1 [426]
2018-06-26 16:21:30.442 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.service_3.0.8 [427]
2018-06-26 16:21:30.526 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.taglib_3.1.1 [428]
2018-06-26 16:21:30.528 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.captcha_3.0.2 [429]
2018-06-26 16:21:30.535 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.checkbox_3.0.2 [430]
2018-06-26 16:21:30.543 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.checkbox.multiple_2.0.2 [431]
2018-06-26 16:21:30.548 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.date_3.0.2 [432]
2018-06-26 16:21:30.555 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.document.library_1.0.5 [433]
2018-06-26 16:21:30.563 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.editor_3.0.2 [434]
2018-06-26 16:21:30.568 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.fieldset_1.0.3 [435]
2018-06-26 16:21:30.573 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.grid_1.0.3 [436]
2018-06-26 16:21:30.578 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.key.value_3.0.2 [437]
2018-06-26 16:21:30.583 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.numeric_1.0.3 [438]
2018-06-26 16:21:30.590 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.options_3.0.2 [439]
2018-06-26 16:21:30.593 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.paragraph_3.0.2 [440]
2018-06-26 16:21:30.598 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.password_2.0.2 [441]
2018-06-26 16:21:30.603 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.radio_3.0.2 [442]
2018-06-26 16:21:30.610 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.select_3.0.2 [443]
2018-06-26 16:21:30.615 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.text_3.0.2 [444]
2018-06-26 16:21:30.618 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.type.validation_3.0.2 [445]
2018-06-26 16:21:30.623 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.validator_3.0.1 [446]
2018-06-26 16:21:30.631 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.dynamic.data.mapping.web_2.0.4 [447]
2018-06-26 16:21:30.653 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.expando.taglib_2.0.1 [448]
2018-06-26 16:21:30.654 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.expando.web_2.0.1 [449]
2018-06-26 16:21:30.656 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.exportimport.api_3.0.4 [450]
2018-06-26 16:21:30.656 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.exportimport.changeset.api_1.0.2 [451]
2018-06-26 16:21:30.658 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.exportimport.changeset.service_1.0.2 [452]
2018-06-26 16:21:30.660 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.exportimport.changeset.taglib_1.0.3 [453]
2018-06-26 16:21:30.661 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.exportimport.changeset.web_1.0.5 [454]
2018-06-26 16:21:30.670 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.exportimport.resources.importer_3.0.1 [455]
2018-06-26 16:21:30.690 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.exportimport.service_5.0.5 [456]
2018-06-26 16:21:30.808 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.exportimport.web_2.0.3 [457]
2018-06-26 16:21:30.872 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.external.reference.api_1.0.2 [458]
2018-06-26 16:21:30.873 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.external.reference.service_1.0.2 [459]
2018-06-26 16:21:30.873 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.flags.api_3.0.3 [460]
2018-06-26 16:21:30.873 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.flags.service_3.0.2 [461]
2018-06-26 16:21:30.878 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.flags.taglib_3.0.4 [462]
2018-06-26 16:21:30.881 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.flags.web_3.0.3 [463]
2018-06-26 16:21:30.885 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.flash.web_2.0.1 [464]
2018-06-26 16:21:30.891 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.folder.apio.api_1.0.2 [465]
2018-06-26 16:21:30.892 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.folder.apio.impl_1.0.2 [466]
2018-06-26 16:21:30.897 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.api_1.0.3 [467]
2018-06-26 16:21:30.898 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.display.web_1.0.3 [468]
2018-06-26 16:21:30.904 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.entry.processor.editable_1.0.6 [469]
2018-06-26 16:21:30.917 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.entry.processor.nullable_1.0.2 [470]
2018-06-26 16:21:30.919 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.entry.processor.portlet_1.0.6 [471]
2018-06-26 16:21:30.921 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.impl_1.0.2 [472]
2018-06-26 16:21:30.926 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.item.selector.api_1.0.2 [473]
2018-06-26 16:21:30.926 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.item.selector.web_1.0.3 [474]
2018-06-26 16:21:30.928 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.service_1.0.5 [475]
2018-06-26 16:21:30.944 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.taglib_1.0.2 [476]
2018-06-26 16:21:30.945 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.fragment.web_1.0.7 [477]
2018-06-26 16:21:30.979 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.friendly.url.api_1.0.2 [478]
2018-06-26 16:21:30.979 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.friendly.url.service_1.0.3 [479]
2018-06-26 16:21:30.991 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.compatibility.ie_2.0.3 [480]
2018-06-26 16:21:30.994 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.common_3.0.2 [481]
2018-06-26 16:21:30.994 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.rtl.servlet_2.0.1 [482]
2018-06-26 16:21:30.996 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.css.web_2.0.1 [483]
2018-06-26 16:21:30.998 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.alloyeditor.web_2.0.4 [484]
2018-06-26 16:21:31.014 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.api_1.0.2 [485]
2018-06-26 16:21:31.015 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.ckeditor.web_2.0.4 [486]
2018-06-26 16:21:31.032 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.lang_3.0.3 [487]
2018-06-26 16:21:31.033 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.simple.web_2.0.3 [488]
2018-06-26 16:21:31.039 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.taglib_1.0.2 [489]
2018-06-26 16:21:31.040 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.editor.tinymce.web_2.0.4 [490]
2018-06-26 16:21:31.048 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.api_2.0.1 [491]
2018-06-26 16:21:31.048 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.brightness_2.0.2 [492]
2018-06-26 16:21:31.058 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.contrast_2.0.3 [493]
2018-06-26 16:21:31.067 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.crop_2.0.2 [494]
2018-06-26 16:21:31.094 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.effects_2.0.3 [495]
2018-06-26 16:21:31.103 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.resize_2.0.2 [496]
2018-06-26 16:21:31.116 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.rotate_2.0.2 [497]
2018-06-26 16:21:31.124 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.capability.saturation_2.0.3 [498]
2018-06-26 16:21:31.134 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.integration.document.library_2.0.2 [499]
2018-06-26 16:21:31.137 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.image.editor.web_2.0.2 [500]
2018-06-26 16:21:31.176 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.bundle.config.extender_2.0.1 [502]
2018-06-26 16:21:31.180 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.loader.modules.extender.api_2.0.2 [503]
2018-06-26 16:21:31.180 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.loader.modules.extender_3.0.3 [504]
2018-06-26 16:21:31.188 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.metal.web_2.0.3 [505]
2018-06-26 16:21:31.195 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.minifier_1.0.2 [506]
2018-06-26 16:21:31.202 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.node.shims_2.0.2 [507]
2018-06-26 16:21:31.202 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.polyfill.babel.web_2.0.1 [508]
2018-06-26 16:21:31.203 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.spa.web_2.0.4 [509]
2018-06-26 16:21:31.206 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.top.head.extender_1.0.2 [510]
2018-06-26 16:21:31.210 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.js.web_2.0.6 [511]
2018-06-26 16:21:31.236 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.chart_1.0.6 [512]
2018-06-26 16:21:31.247 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.chart.sample.web_1.0.0 [513]
2018-06-26 16:21:31.251 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.clay_1.0.5 [514]
2018-06-26 16:21:31.259 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.clay.sample.web_1.0.0 [515]
2018-06-26 16:21:31.260 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.dynamic.section_1.0.2 [516]
2018-06-26 16:21:31.264 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.form.navigator_2.0.3 [517]
2018-06-26 16:21:31.270 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib_3.0.3 [518]
2018-06-26 16:21:31.276 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.soy_2.0.1 [519]
2018-06-26 16:21:31.278 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.util.freemarker.contributor_2.0.1 [520]
2018-06-26 16:21:31.278 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.taglib.util_1.0.2 [521]
2018-06-26 16:21:31.279 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.contributor.extender_3.0.1 [522]
2018-06-26 16:21:31.328 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.favicon.servlet_2.0.1 [523]
2018-06-26 16:21:31.330 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.fjord.site.initializer_1.0.2 [524]
2018-06-26 16:21:31.334 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.styled_3.0.3 [525]
2018-06-26 16:21:31.335 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.frontend.theme.unstyled_3.0.4 [526]
2018-06-26 16:21:31.338 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.gogo.shell.web_2.0.1 [527]
2018-06-26 16:21:31.341 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.google.maps.web_2.0.1 [528]
2018-06-26 16:21:31.345 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.hello.soy.navigation.web_2.0.1 [529]
2018-06-26 16:21:31.359 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.hello.soy.web_2.0.1 [530]
2018-06-26 16:21:31.373 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.hello.velocity.web_3.0.1 [531]
2018-06-26 16:21:31.376 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.hello.world.web_3.0.1 [532]
2018-06-26 16:21:31.380 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.html.preview.api_1.0.2 [533]
2018-06-26 16:21:31.380 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.html.preview.processor.image_1.0.3 [534]
2018-06-26 16:21:31.384 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.html.preview.service_1.0.2 [535]
2018-06-26 16:21:31.386 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.iframe.web_2.0.1 [536]
2018-06-26 16:21:31.394 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.image.uploader.web_2.0.1 [537]
2018-06-26 16:21:31.456 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.imageio.plugins_2.0.1 [538]
2018-06-26 16:21:31.457 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.invitation.invite.members.api_3.0.3 [539]
2018-06-26 16:21:31.457 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.invitation.invite.members.service_4.0.3 [540]
2018-06-26 16:21:31.462 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.invitation.invite.members.web_2.0.3 [541]
2018-06-26 16:21:31.469 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.item.selector.api_3.0.2 [542]
2018-06-26 16:21:31.470 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.item.selector.criteria.api_3.0.2 [543]
2018-06-26 16:21:31.470 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.item.selector.criteria.impl_1.0.2 [544]
2018-06-26 16:21:31.474 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.item.selector.editor.configuration_3.0.1 [545]
2018-06-26 16:21:31.476 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.item.selector.impl_1.0.2 [546]
2018-06-26 16:21:31.478 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.item.selector.taglib_2.0.3 [547]
2018-06-26 16:21:31.479 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.item.selector.upload.web_3.0.1 [548]
2018-06-26 16:21:31.481 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.item.selector.url.web_3.0.1 [549]
2018-06-26 16:21:31.482 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.item.selector.web_4.0.1 [550]
2018-06-26 16:21:31.493 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.api_3.0.2 [551]
2018-06-26 16:21:31.494 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.api_1.0.2 [552]
2018-06-26 16:21:31.494 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.comments_2.0.1 [553]
2018-06-26 16:21:31.498 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.conversions_3.0.1 [554]
2018-06-26 16:21:31.500 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.locales_2.0.1 [555]
2018-06-26 16:21:31.500 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.print_3.0.1 [556]
2018-06-26 16:21:31.501 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.ratings_3.0.1 [557]
2018-06-26 16:21:31.502 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.content.asset.addon.entry.related.assets_3.0.1 [558]
2018-06-26 16:21:31.503 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.content.search.web_2.0.1 [559]
2018-06-26 16:21:31.512 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.content.web_3.0.3 [560]
2018-06-26 16:21:31.531 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.editor.configuration_2.0.1 [561]
2018-06-26 16:21:31.532 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.item.selector.api_2.0.1 [562]
2018-06-26 16:21:31.532 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.item.selector.web_2.0.1 [563]
2018-06-26 16:21:31.534 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.lang_3.0.5 [564]
2018-06-26 16:21:31.535 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.ratings.definition_3.0.1 [565]
2018-06-26 16:21:31.536 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.service_4.0.8 [566]
2018-06-26 16:21:31.642 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.taglib_2.0.1 [567]
2018-06-26 16:21:31.643 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.terms.of.use_3.0.1 [568]
2018-06-26 16:21:31.645 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.journal.web_2.0.7 [569]
2018-06-26 16:21:31.706 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.knowledge.base.api_5.0.6 [570]
2018-06-26 16:21:31.707 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.knowledge.base.editor.configuration_2.0.2 [571]
2018-06-26 16:21:31.709 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.knowledge.base.item.selector.api_2.0.2 [572]
2018-06-26 16:21:31.709 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.knowledge.base.item.selector.web_2.0.2 [573]
2018-06-26 16:21:31.712 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.knowledge.base.markdown.converter.api_1.0.3 [574]
2018-06-26 16:21:31.713 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.knowledge.base.markdown.converter.impl_1.0.3 [575]
2018-06-26 16:21:31.718 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.knowledge.base.service_2.0.3 [576]
2018-06-26 16:21:31.757 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.knowledge.base.web_2.0.7 [577]
2018-06-26 16:21:31.819 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.admin.api_1.0.2 [578]
2018-06-26 16:21:31.820 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.admin.web_2.0.6 [579]
2018-06-26 16:21:31.932 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.api_1.0.2 [580]
2018-06-26 16:21:31.933 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.apio.api_1.0.2 [581]
2018-06-26 16:21:31.933 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.apio.impl_1.0.2 [582]
2018-06-26 16:21:31.935 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.impl_3.0.1 [583]
2018-06-26 16:21:31.955 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.item.selector.api_2.0.1 [584]
2018-06-26 16:21:31.955 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.item.selector.web_2.0.3 [585]
2018-06-26 16:21:31.959 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.page.template.api_1.1.1 [586]
2018-06-26 16:21:31.959 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.page.template.service_1.0.4 [587]
2018-06-26 16:21:31.972 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.prototype.api_2.0.1 [588]
2018-06-26 16:21:31.973 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.prototype.impl_2.0.1 [589]
2018-06-26 16:21:31.976 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.set.prototype.api_2.0.1 [590]
2018-06-26 16:21:31.976 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.set.prototype.impl_3.0.1 [591]
2018-06-26 16:21:31.980 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.set.prototype.web_2.0.2 [592]
2018-06-26 16:21:31.987 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.taglib_3.0.5 [593]
2018-06-26 16:21:31.989 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.asset.display_1.0.4 [594]
2018-06-26 16:21:31.993 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.content_1.0.4 [595]
2018-06-26 16:21:32.002 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.control.panel_3.0.1 [596]
2018-06-26 16:21:32.005 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.full.page.application_3.0.1 [597]
2018-06-26 16:21:32.009 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.link.to.page_1.0.2 [598]
2018-06-26 16:21:32.012 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.type.controller.node_3.0.1 [599]
2018-06-26 16:21:32.013 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.layout.uad_1.0.2 [600]
2018-06-26 16:21:32.019 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.license.manager.web_3.0.1 [601]
2018-06-26 16:21:32.023 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.loan.calculator.web_2.0.1 [602]
2018-06-26 16:21:32.026 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.facebook.connect.web_3.0.1 [603]
2018-06-26 16:21:32.029 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.google.web_3.0.1 [604]
2018-06-26 16:21:32.031 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.openid.connect.web_1.0.4 [605]
2018-06-26 16:21:32.035 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.login.authentication.openid.web_3.0.1 [606]
2018-06-26 16:21:32.039 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.login.web_3.0.4 [607]
2018-06-26 16:21:32.061 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.mail.reader.api_2.0.3 [608]
2018-06-26 16:21:32.061 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.mail.reader.service_3.0.1 [609]
2018-06-26 16:21:32.075 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.mail.reader.web_2.0.2 [610]
2018-06-26 16:21:32.080 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.map.api_3.0.1 [611]
2018-06-26 16:21:32.080 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.map.common_3.0.2 [612]
2018-06-26 16:21:32.081 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.map.google.maps_2.0.4 [613]
2018-06-26 16:21:32.083 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.map.openstreetmap_3.0.3 [614]
2018-06-26 16:21:32.084 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.map.taglib_2.0.1 [615]
2018-06-26 16:21:32.086 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.marketplace.api_5.0.2 [616]
2018-06-26 16:21:32.086 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.marketplace.app.manager.web_2.0.3 [617]
2018-06-26 16:21:32.092 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.marketplace.service_4.0.2 [618]
2018-06-26 16:21:32.100 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.marketplace.store.web_4.0.1 [619]
2018-06-26 16:21:32.105 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.media.object.apio.api_1.0.2 [620]
2018-06-26 16:21:32.106 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.media.object.apio.impl_1.0.2 [621]
2018-06-26 16:21:32.113 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.mentions.api_3.0.3 [622]
2018-06-26 16:21:32.113 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.mentions.service_3.0.1 [623]
2018-06-26 16:21:32.123 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.mentions.web_3.0.2 [624]
2018-06-26 16:21:32.131 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.meris.api_1.0.2 [625]
2018-06-26 16:21:32.131 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.message.boards.api_4.0.3 [626]
2018-06-26 16:21:32.133 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.message.boards.comment_3.0.2 [627]
2018-06-26 16:21:32.135 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.message.boards.editor.configuration_2.0.1 [628]
2018-06-26 16:21:32.137 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.message.boards.layout.set.prototype_2.0.1 [629]
2018-06-26 16:21:32.140 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.message.boards.parser.bbcode_3.0.1 [630]
2018-06-26 16:21:32.142 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.message.boards.service_2.0.5 [631]
2018-06-26 16:21:32.189 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.message.boards.uad_1.0.2 [632]
2018-06-26 16:21:32.193 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.message.boards.web_2.0.7 [633]
2018-06-26 16:21:32.291 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.microblogs.api_3.0.2 [634]
2018-06-26 16:21:32.291 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.microblogs.service_3.0.2 [635]
2018-06-26 16:21:32.297 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.microblogs.web_3.0.3 [636]
2018-06-26 16:21:32.314 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.microsoft.translator_2.0.3 [637]
2018-06-26 16:21:32.318 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.mobile.device.rules.api_3.0.2 [638]
2018-06-26 16:21:32.319 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.mobile.device.rules.service_2.0.1 [639]
2018-06-26 16:21:32.335 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.mobile.device.rules.web_2.0.3 [640]
2018-06-26 16:21:32.375 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.monitoring.web_2.0.2 [641]
2018-06-26 16:21:32.385 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.my.subscriptions.web_2.0.1 [642]
2018-06-26 16:21:32.394 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.nested.portlets.web_3.0.2 [643]
2018-06-26 16:21:32.401 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.network.utilities.web_2.0.1 [644]
2018-06-26 16:21:32.403 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.notifications.uad_1.0.2 [645]
2018-06-26 16:21:32.407 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.notifications.web_2.0.1 [646]
2018-06-26 16:21:32.415 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth.api_2.0.0 [647]
2018-06-26 16:21:32.417 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth.service_2.0.0 [648]
2018-06-26 16:21:32.421 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth.web_2.0.0 [649]
2018-06-26 16:21:32.439 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.api_1.0.4 [650]
2018-06-26 16:21:32.439 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.jsonws_1.0.7 [651]
2018-06-26 16:21:32.451 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.rest_1.0.7 [652]
2018-06-26 16:21:32.482 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.rest.spi_1.0.1 [653]
2018-06-26 16:21:32.483 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.scope.api_1.0.3 [654]
2018-06-26 16:21:32.483 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.scope.impl_1.0.6 [655]
2018-06-26 16:21:32.509 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.scope.liferay.api_1.0.3 [656]
2018-06-26 16:21:32.509 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.scope.spi_1.0.2 [657]
2018-06-26 16:21:32.510 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.service_1.0.3 [658]
2018-06-26 16:21:32.515 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.oauth2.provider.web_1.0.7 [659]
2018-06-26 16:21:32.531 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.organization.apio.api_1.0.2 [660]
2018-06-26 16:21:32.531 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.organization.apio.impl_1.0.2 [661]
2018-06-26 16:21:32.533 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.organizations.api_1.0.5 [662]
2018-06-26 16:21:32.534 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.organizations.item.selector.api_1.0.2 [663]
2018-06-26 16:21:32.534 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.organizations.item.selector.web_1.0.2 [664]
2018-06-26 16:21:32.536 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.organizations.service_1.0.2 [665]
2018-06-26 16:21:32.547 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.password.generator.web_2.0.1 [666]
2018-06-26 16:21:32.550 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.api_3.0.1 [667]
2018-06-26 16:21:32.550 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.impl_2.0.2 [668]
2018-06-26 16:21:32.553 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.uad_1.0.2 [669]
2018-06-26 16:21:32.556 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.password.policies.admin.web_2.0.1 [670]
2018-06-26 16:21:32.562 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.person.apio.api_1.0.2 [671]
2018-06-26 16:21:32.562 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.person.apio.impl_1.0.2 [672]
2018-06-26 16:21:32.565 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.petra.doulos_4.0.2 [673]
2018-06-26 16:21:32.565 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.petra.io.delta_2.0.1 [674]
2018-06-26 16:21:32.567 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.petra.json.web.service.client_8.0.1 [675]
2018-06-26 16:21:32.855 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.petra.mail.template_1.0.2 [676]
2018-06-26 16:21:32.857 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.petra.model.adapter_2.0.1 [677]
2018-06-26 16:21:32.858 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.plugins.admin.web_2.0.2 [678]
2018-06-26 16:21:32.865 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.polls.api_5.0.1 [679]
2018-06-26 16:21:32.865 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.polls.service_4.0.3 [680]
2018-06-26 16:21:32.886 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.polls.web_3.0.1 [681]
2018-06-26 16:21:32.912 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.css.web_3.0.5 [682]
2018-06-26 16:21:32.926 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.close_3.0.1 [683]
2018-06-26 16:21:32.929 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.edit.defaults_3.0.1 [684]
2018-06-26 16:21:32.932 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.edit.guest_3.0.1 [685]
2018-06-26 16:21:32.935 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.edit_3.0.1 [686]
2018-06-26 16:21:32.938 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.help_3.0.1 [687]
2018-06-26 16:21:32.941 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.locator.impl_1.0.2 [688]
2018-06-26 16:21:32.944 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.maximize_3.0.1 [689]
2018-06-26 16:21:32.948 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.minimize_3.0.1 [690]
2018-06-26 16:21:32.950 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.print_3.0.1 [691]
2018-06-26 16:21:32.953 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.icon.refresh_3.0.1 [692]
2018-06-26 16:21:32.957 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.sharing.web_3.0.4 [693]
2018-06-26 16:21:32.965 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.toolbar.contributor.locator.impl_1.0.2 [694]
2018-06-26 16:21:32.967 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.configuration.web_2.0.5 [695]
2018-06-26 16:21:32.978 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.dependency.factory.impl_1.0.2 [696]
2018-06-26 16:21:32.979 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.display.template.api_1.0.3 [697]
2018-06-26 16:21:32.980 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.display.template.impl_1.0.3 [698]
2018-06-26 16:21:32.983 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.portlet.display.template.web_3.0.3 [699]
2018-06-26 16:21:32.987 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.api_4.0.1 [700]
2018-06-26 16:21:32.987 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.impl_1.0.2 [701]
2018-06-26 16:21:33.000 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.theme.contributor_3.0.1 [702]
2018-06-26 16:21:33.003 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.menu.web_3.0.2 [703]
2018-06-26 16:21:33.010 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.control.panel_3.0.1 [704]
2018-06-26 16:21:33.017 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.product.menu.api_1.0.2 [705]
2018-06-26 16:21:33.018 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.product.menu.theme.contributor_3.0.1 [706]
2018-06-26 16:21:33.021 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.product.menu.web_3.0.1 [707]
2018-06-26 16:21:33.029 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.api_2.0.1 [708]
2018-06-26 16:21:33.030 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.device_3.0.2 [709]
2018-06-26 16:21:33.034 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.theme.contributor_3.0.1 [710]
2018-06-26 16:21:33.035 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.simulation.web_4.0.1 [711]
2018-06-26 16:21:33.041 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.site.administration_3.0.1 [712]
2018-06-26 16:21:33.053 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.taglib_3.0.1 [713]
2018-06-26 16:21:33.054 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.user_3.0.1 [714]
2018-06-26 16:21:33.055 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.product.navigation.user.personal.bar.web_3.0.2 [715]
2018-06-26 16:21:33.059 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.push.notifications.api_2.0.1 [716]
2018-06-26 16:21:33.059 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.push.notifications.sender.android_2.0.3 [717]
2018-06-26 16:21:33.060 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.push.notifications.sender.apple_2.0.3 [718]
2018-06-26 16:21:33.067 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.push.notifications.sender.firebase_2.0.3 [719]
2018-06-26 16:21:33.071 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.push.notifications.sender.microsoft_2.0.1 [720]
2018-06-26 16:21:33.087 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.push.notifications.sender.sms_2.0.3 [721]
2018-06-26 16:21:33.094 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.push.notifications.service_2.0.1 [722]
2018-06-26 16:21:33.102 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.push.notifications.web_2.0.2 [723]
2018-06-26 16:21:33.129 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.quick.note.web_3.0.2 [724]
2018-06-26 16:21:33.136 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.ratings.analytics_1.0.2 [725]
2018-06-26 16:21:33.137 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.ratings.api_3.0.1 [726]
2018-06-26 16:21:33.138 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.ratings.page.ratings.web_3.0.2 [727]
2018-06-26 16:21:33.141 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.ratings.service_2.0.2 [728]
2018-06-26 16:21:33.145 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.reading.time.api_1.0.3 [729]
2018-06-26 16:21:33.146 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.reading.time.service_1.0.3 [731]
2018-06-26 16:21:33.149 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.reading.time.taglib_1.0.2 [732]
2018-06-26 16:21:33.151 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.reading.time.web_1.0.4 [733]
2018-06-26 16:21:33.159 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.recent.documents.web_3.0.2 [734]
2018-06-26 16:21:33.167 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.roles.admin.api_3.0.1 [735]
2018-06-26 16:21:33.167 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.roles.admin.impl_2.0.1 [736]
2018-06-26 16:21:33.177 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.roles.admin.web_2.0.3 [737]
2018-06-26 16:21:33.189 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.roles.item.selector.api_1.0.2 [738]
2018-06-26 16:21:33.190 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.roles.item.selector.web_1.0.2 [739]
2018-06-26 16:21:33.193 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.roles.selector.web_2.0.2 [740]
2018-06-26 16:21:33.196 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.roles.uad_1.0.2 [741]
2018-06-26 16:21:33.198 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.rss.api_2.0.1 [742]
2018-06-26 16:21:33.198 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.rss.impl_1.0.2 [743]
2018-06-26 16:21:33.208 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.rss.taglib_1.0.2 [744]
2018-06-26 16:21:33.209 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.rss.web_4.0.4 [745]
2018-06-26 16:21:33.225 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.saml.addon.keep.alive.web_2.0.0 [746]
2018-06-26 16:21:33.234 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.saml.api_2.0.0 [747]
2018-06-26 16:21:33.256 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.saml.runtime.configuration.SamlKeyStoreManagerConfiguration.virtual.bundle_1.0.0 [886]
2018-06-26 16:21:33.258 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.saml.impl_2.0.0 [748]
2018-06-26 16:21:33.282 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.saml.opensaml.integration_2.0.0 [749]
2018-06-26 16:21:34.208 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.saml.persistence.api_2.0.0 [750]
2018-06-26 16:21:34.212 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.saml.persistence.service_2.0.0 [751]
2018-06-26 16:21:34.235 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.saml.web_2.0.0 [752]
2018-06-26 16:21:34.274 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.screens.api_4.0.1 [753]
2018-06-26 16:21:34.275 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.screens.service_2.0.1 [754]
2018-06-26 16:21:34.277 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.server.admin.web_2.0.4 [755]
2018-06-26 16:21:34.303 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.sharepoint.rest.oauth2.api_2.0.0 [756]
2018-06-26 16:21:34.303 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.sharepoint.rest.oauth2.service_2.0.0 [757]
2018-06-26 16:21:34.304 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.sharepoint.rest.repository_2.0.0 [758]
2018-06-26 16:21:34.316 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.admin.web_2.0.3 [759]
2018-06-26 16:21:34.367 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.api_3.0.3 [760]
2018-06-26 16:21:34.370 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.apio.api_1.0.2 [761]
2018-06-26 16:21:34.371 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.apio.impl_1.0.2 [762]
2018-06-26 16:21:34.374 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.browser.web_3.0.1 [763]
2018-06-26 16:21:34.383 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.impl_1.0.3 [764]
2018-06-26 16:21:34.398 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.item.selector.api_2.0.1 [765]
2018-06-26 16:21:34.399 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.item.selector.web_3.0.1 [766]
2018-06-26 16:21:34.404 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.memberships.web_2.0.2 [767]
2018-06-26 16:21:34.420 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.my.sites.web_3.0.2 [768]
2018-06-26 16:21:34.426 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.admin.api_1.0.2 [769]
2018-06-26 16:21:34.426 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.admin.web_1.0.5 [770]
2018-06-26 16:21:34.442 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.api_1.1.1 [771]
2018-06-26 16:21:34.443 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.breadcrumb.web_4.0.2 [772]
2018-06-26 16:21:34.454 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.directory.web_3.0.1 [773]
2018-06-26 16:21:34.463 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.item.selector.api_1.0.2 [774]
2018-06-26 16:21:34.464 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.item.selector.web_1.0.3 [775]
2018-06-26 16:21:34.470 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.lang_1.0.7 [776]
2018-06-26 16:21:34.470 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.language.api_2.0.1 [777]
2018-06-26 16:21:34.471 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.language.web_4.0.2 [778]
2018-06-26 16:21:34.480 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.menu.item.api_1.0.2 [779]
2018-06-26 16:21:34.480 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.menu.item.layout_1.0.5 [780]
2018-06-26 16:21:34.485 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.menu.item.node_1.0.2 [781]
2018-06-26 16:21:34.487 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.menu.item.url_1.0.2 [782]
2018-06-26 16:21:34.488 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.menu.web_3.0.6 [783]
2018-06-26 16:21:34.501 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.service_1.0.6 [784]
2018-06-26 16:21:34.521 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.site.map.web_3.0.1 [785]
2018-06-26 16:21:34.531 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.navigation.taglib_3.0.2 [786]
2018-06-26 16:21:34.534 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.service_1.0.2 [787]
2018-06-26 16:21:34.536 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.taglib_1.0.2 [788]
2018-06-26 16:21:34.537 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.teams.uad_1.0.2 [789]
2018-06-26 16:21:34.538 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.site.teams.web_2.0.3 [790]
2018-06-26 16:21:34.548 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.activities.api_2.0.1 [791]
2018-06-26 16:21:34.548 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.activities.taglib_1.0.2 [792]
2018-06-26 16:21:34.550 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.activities.web_3.0.1 [793]
2018-06-26 16:21:34.557 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.activity.api_2.0.3 [794]
2018-06-26 16:21:34.558 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.activity.web_3.0.2 [795]
2018-06-26 16:21:34.567 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.bookmark.facebook_1.0.2 [796]
2018-06-26 16:21:34.568 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.bookmark.linkedin_1.0.2 [797]
2018-06-26 16:21:34.570 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.bookmark.plusone_1.0.3 [798]
2018-06-26 16:21:34.571 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.bookmark.twitter_1.0.2 [799]
2018-06-26 16:21:34.573 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.bookmarks.analytics_1.0.2 [800]
2018-06-26 16:21:34.574 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.bookmarks.api_1.0.2 [801]
2018-06-26 16:21:34.574 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.bookmarks.taglib_1.0.2 [802]
2018-06-26 16:21:34.579 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.group.statistics.web_3.0.4 [803]
2018-06-26 16:21:34.588 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.requests.web_2.0.3 [804]
2018-06-26 16:21:34.593 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.user.statistics.api_2.0.1 [805]
2018-06-26 16:21:34.593 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.social.user.statistics.web_4.0.5 [806]
2018-06-26 16:21:34.600 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.staging.api_3.0.1 [807]
2018-06-26 16:21:34.600 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.staging.bar.web_2.0.3 [808]
2018-06-26 16:21:34.996 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.staging.configuration.web_2.0.2 [809]
2018-06-26 16:21:35.003 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.staging.impl_1.0.3 [810]
2018-06-26 16:21:35.005 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.staging.lang_3.0.3 [811]
2018-06-26 16:21:35.006 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.staging.portlet.data.handler_4.0.1 [812]
2018-06-26 16:21:35.007 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.staging.processes.web_2.0.2 [813]
2018-06-26 16:21:35.030 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.staging.security_3.0.1 [814]
2018-06-26 16:21:35.034 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.staging.taglib_4.0.4 [815]
2018-06-26 16:21:35.035 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.subscription.api_1.0.2 [816]
2018-06-26 16:21:35.036 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.subscription.service_1.0.2 [817]
2018-06-26 16:21:35.043 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.subscription.web_1.0.3 [818]
2018-06-26 16:21:35.052 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.sync.api_4.0.3 [819]
2018-06-26 16:21:35.055 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.sync.oauth_2.0.0 [820]
2018-06-26 16:21:35.056 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.sync.security_3.0.1 [821]
2018-06-26 16:21:35.060 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.sync.service_2.0.2 [822]
2018-06-26 16:21:35.080 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.sync.web_2.0.2 [823]
2018-06-26 16:21:35.088 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.taxonomy.apio.api_1.0.2 [824]
2018-06-26 16:21:35.089 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.taxonomy.apio.impl_1.0.2 [825]
2018-06-26 16:21:35.091 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.text.localizer.address.api_1.0.2 [826]
2018-06-26 16:21:35.092 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.text.localizer.taglib_1.0.2 [827]
2018-06-26 16:21:35.093 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.translator.web_2.0.1 [828]
2018-06-26 16:21:35.096 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.trash.api_1.0.3 [829]
2018-06-26 16:21:35.097 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.trash.service_2.0.2 [830]
2018-06-26 16:21:35.116 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.trash.taglib_3.0.1 [831]
2018-06-26 16:21:35.117 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.trash.web_2.0.2 [832]
2018-06-26 16:21:35.129 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.unit.converter.web_2.0.1 [833]
2018-06-26 16:21:35.133 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.upload.api_2.0.1 [834]
2018-06-26 16:21:35.133 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.upload.web_2.0.1 [835]
2018-06-26 16:21:35.151 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.user.associated.data.api_1.0.2 [836]
2018-06-26 16:21:35.152 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.user.associated.data.web_1.0.8 [837]
2018-06-26 16:21:35.209 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.api_3.0.1 [838]
2018-06-26 16:21:35.210 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.impl_2.0.1 [839]
2018-06-26 16:21:35.218 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.item.selector.api_1.0.2 [840]
2018-06-26 16:21:35.219 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.item.selector.web_1.0.2 [841]
2018-06-26 16:21:35.225 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.uad_1.0.2 [842]
2018-06-26 16:21:35.227 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.user.groups.admin.web_2.0.2 [843]
2018-06-26 16:21:35.250 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.users.admin.api_3.0.1 [844]
2018-06-26 16:21:35.251 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.users.admin.impl_2.0.1 [845]
2018-06-26 16:21:35.270 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.users.admin.item.selector.api_1.0.2 [846]
2018-06-26 16:21:35.270 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.users.admin.item.selector.web_1.0.2 [847]
2018-06-26 16:21:35.274 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.users.admin.uad_1.0.2 [848]
2018-06-26 16:21:35.275 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.users.admin.web_3.0.5 [849]
2018-06-26 16:21:35.395 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.weather.web_2.0.2 [850]
2018-06-26 16:21:35.404 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.web.form.web_2.0.1 [851]
2018-06-26 16:21:35.415 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.web.page.element.apio.api_1.0.2 [852]
2018-06-26 16:21:35.415 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.web.page.element.apio.impl_1.0.2 [853]
2018-06-26 16:21:35.418 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.web.proxy.web_2.0.1 [854]
2018-06-26 16:21:35.425 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.websocket.whiteboard_2.0.1 [855]
2018-06-26 16:21:35.426 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.api_3.0.3 [856]
2018-06-26 16:21:35.427 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.editor.configuration_2.0.1 [857]
2018-06-26 16:21:35.434 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.editor.link.browse.web_1.0.2 [858]
2018-06-26 16:21:35.436 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.creole_3.0.1 [859]
2018-06-26 16:21:35.446 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.html_3.0.1 [860]
2018-06-26 16:21:35.451 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.input.editor.common_4.0.2 [861]
2018-06-26 16:21:35.452 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.lang_2.0.1 [862]
2018-06-26 16:21:35.452 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.engine.text_3.0.1 [863]
2018-06-26 16:21:35.454 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.layout.prototype_2.0.1 [864]
2018-06-26 16:21:35.460 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.navigation.web_3.0.1 [865]
2018-06-26 16:21:35.465 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.service_2.0.3 [866]
2018-06-26 16:21:35.529 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.uad_1.0.2 [867]
2018-06-26 16:21:35.533 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wiki.web_4.0.7 [868]
2018-06-26 16:21:35.708 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.wysiwyg.web_2.0.1 [869]
2018-06-26 16:21:35.716 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.xsl.content.web_3.0.3 [870]
2018-06-26 16:21:35.726 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.xstream.configurator.api_3.0.1 [871]
2018-06-26 16:21:35.729 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED com.liferay.youtube.web_2.0.1 [872]
2018-06-26 16:21:35.733 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED admin-theme_2.0.4 [874]
2018-06-26 16:21:35.735 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED classic-theme_2.0.6 [875]
2018-06-26 16:21:35.737 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED fjord-theme_2.0.4 [876]
2018-06-26 16:21:35.739 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED lcs-portlet_7.1.10.73 [877]
2018-06-26 16:21:35.744 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED opensocial-portlet_7.1.10.5 [878]
2018-06-26 16:21:35.772 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED porygon-theme_2.0.0 [879]
2018-06-26 16:21:35.773 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED powwow-portlet_7.1.10.4 [880]
2018-06-26 16:21:35.774 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED saml-hook_7.1.10.2 [881]
2018-06-26 16:21:35.775 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED sharepoint-hook_7.1.10.2 [882]
2018-06-26 16:21:35.776 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED social-bookmarks-hook_7.1.10.3 [883]
2018-06-26 16:21:35.776 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED tasks-portlet_7.1.10.3 [884]
2018-06-26 16:21:35.777 INFO [Start Level: Equinox Container: 30827bf3-5c79-0018-1026-9001f4509cc4][BundleStartStopLogger:35] STARTED westeros-bank-theme_2.0.0 [885]
2018-06-26 16:21:35.838 INFO [main][BundleStartStopLogger:35] STARTED org.apache.felix.fileinstall_3.5.4.LIFERAY-PATCHED-2 [40]
26-Jun-2018 16:21:35.849 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:21:50.210 WARN [main][EmbeddedElasticsearchConnection:321] Liferay is configured to use embedded Elasticsearch as its search engine. Do NOT use embedded Elasticsearch in production. Embedded Elasticsearch is useful for development and demonstration purposes. Remote Elasticsearch connections can be configured in the Control Panel.
[2018-06-26T16:21:50,444][INFO ][o.e.n.Node ] [] initializing ...
[2018-06-26T16:21:50,526][INFO ][o.e.e.NodeEnvironment ] [LVM9uaO] using [1] data paths, mounts [[/ (/dev/disk1)]], net usable_space [37.6gb], net total_space [464.7gb], types [hfs]
[2018-06-26T16:21:50,533][INFO ][o.e.e.NodeEnvironment ] [LVM9uaO] heap size [1.8gb], compressed ordinary object pointers [unknown]
[2018-06-26T16:21:50,541][INFO ][o.e.n.Node ] node name [LVM9uaO] derived from node ID [LVM9uaObT36kJqGGgCsHQg]; set [node.name] to override
[2018-06-26T16:21:50,542][INFO ][o.e.n.Node ] version[6.1.3], pid[46882], build[af51318/2018-01-26T18:22:55.523Z], OS[Mac OS X/10.12.6/x86_64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/1.8.0_121/25.121-b13]
[2018-06-26T16:21:50,542][INFO ][o.e.n.Node ] JVM arguments [-Djava.util.logging.config.file=/Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6/conf/logging.properties, -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager, -Xmx4096m, -Xms1024m, -Djdk.tls.ephemeralDHKeySize=2048, -Djava.protocol.handler.pkgs=org.apache.catalina.webresources, -Dfile.encoding=UTF8, -Djava.net.preferIPv4Stack=true, -Dorg.apache.catalina.loader.WebappClassLoader.ENABLE_CLEAR_REFERENCES=false, -Duser.timezone=GMT, -Xmx2048m, -XX:MaxMetaspaceSize=512m, -Dignore.endorsed.dirs=, -Dcatalina.base=/Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6, -Dcatalina.home=/Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6, -Djava.io.tmpdir=/Users/vicnate5/Bundles/7.1.x-private-bundles/tomcat-9.0.6/temp, -Dapple.awt.UIElement=true]
[2018-06-26T16:21:50,668][INFO ][o.e.p.PluginsService ] [LVM9uaO] no modules loaded
[2018-06-26T16:21:50,669][INFO ][o.e.p.PluginsService ] [LVM9uaO] loaded plugin [analysis-icu]
[2018-06-26T16:21:50,669][INFO ][o.e.p.PluginsService ] [LVM9uaO] loaded plugin [analysis-kuromoji]
[2018-06-26T16:21:50,669][INFO ][o.e.p.PluginsService ] [LVM9uaO] loaded plugin [analysis-smartcn]
[2018-06-26T16:21:50,669][INFO ][o.e.p.PluginsService ] [LVM9uaO] loaded plugin [analysis-stempel]
[2018-06-26T16:21:50,669][INFO ][o.e.p.PluginsService ] [LVM9uaO] loaded plugin [org.elasticsearch.transport.Netty4Plugin]
[2018-06-26T16:21:52,738][INFO ][o.e.d.DiscoveryModule ] [LVM9uaO] using discovery type [single-node]
[2018-06-26T16:21:53,152][INFO ][o.e.n.Node ] initialized
[2018-06-26T16:21:53,152][INFO ][o.e.n.Node ] [LVM9uaO] starting ...
[2018-06-26T16:21:53,290][INFO ][o.e.t.TransportService ] [LVM9uaO] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}
[2018-06-26T16:21:53,332][INFO ][o.e.h.n.Netty4HttpServerTransport] [LVM9uaO] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}
[2018-06-26T16:21:53,332][INFO ][o.e.n.Node ] [LVM9uaO] started
[2018-06-26T16:21:53,906][INFO ][o.e.g.GatewayService ] [LVM9uaO] recovered [2] indices into cluster_state
[2018-06-26T16:21:54,145][INFO ][o.e.c.r.a.AllocationService] [LVM9uaO] Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[liferay-0][0], [liferay-20099][0]] ...]).
__ ____________________ _____ __
/ / / _/ ____/ ____/ __ \/ \ \/ /
/ / / // /_ / __/ / /_/ / /| |\ /
/ /____/ // __/ / /___/ _, _/ ___ |/ /
/_____/___/_/ /_____/_/ |_/_/ |_/_/
Starting Liferay Digital Experience Platform 7.1.0 CE RC1 (Judson / Build 7110 / June 8, 2018)
2018-06-26 16:21:56.292 INFO [main][StartupHelper:72] There are no patches installed
2018-06-26 16:21:56.403 WARN [main][ReleaseLocalServiceImpl:239] ERROR: relation "release_" does not exist_ Position: 25 [Sanitized]
2018-06-26 16:21:56.405 INFO [main][ReleaseLocalServiceImpl:130] Create tables and populate with default data
2018-06-26 16:21:57.148 INFO [main][BaseDB:516] Database supports case sensitive queries
2018-06-26 16:21:57.211 INFO [main][UpgradeProcess:86] Upgrading com.liferay.knowledge.base.internal.activator.KnowledgeBaseServiceBundleActivator$1$1
2018-06-26 16:21:57.220 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.knowledge.base.internal.activator.KnowledgeBaseServiceBundleActivator$1$1 in 9ms
2018-06-26 16:21:57.222 INFO [main][UpgradeProcess:86] Upgrading com.liferay.saml.activator.SamlServicePersistenceBundleActivator$SamlServiceModuleRelease
2018-06-26 16:21:57.223 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.saml.activator.SamlServicePersistenceBundleActivator$SamlServiceModuleRelease in 1ms
2018-06-26 16:21:57.309 INFO [main][UpgradeProcess:86] Upgrading com.liferay.portal.security.audit.storage.internal.upgrade.AuditStorageServiceUpgrade$1
2018-06-26 16:21:57.310 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.portal.security.audit.storage.internal.upgrade.AuditStorageServiceUpgrade$1 in 1ms
2018-06-26 16:21:58.214 INFO [main][UpgradeProcess:86] Upgrading com.liferay.oauth.service.activator.OAuthServiceBundleActivator$OAuthUpgradeServiceModuleRelease
2018-06-26 16:21:58.216 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.oauth.service.activator.OAuthServiceBundleActivator$OAuthUpgradeServiceModuleRelease in 2ms
2018-06-26 16:21:58.446 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.verify.VerifyProcessSuite
2018-06-26 16:21:58.448 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.verify.VerifyProperties
2018-06-26 16:21:58.450 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyProperties#verifySystemProperties
2018-06-26 16:21:58.450 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyProperties#verifySystemProperties in 0 ms
2018-06-26 16:21:58.450 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyProperties#verifyPortalProperties
2018-06-26 16:21:58.463 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyProperties#verifyPortalProperties in 13 ms
2018-06-26 16:21:58.463 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyProperties#verifyDocumentLibrary
2018-06-26 16:21:58.464 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyProperties#verifyDocumentLibrary in 1 ms
2018-06-26 16:21:58.464 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.verify.VerifyProperties in 16ms
2018-06-26 16:21:58.465 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.verify.VerifyPermission
2018-06-26 16:21:58.466 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyPermission#checkPermissions
2018-06-26 16:21:58.786 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyPermission#checkPermissions in 321 ms
2018-06-26 16:21:58.787 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyPermission#fixOrganizationRolePermissions
2018-06-26 16:21:58.823 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyPermission#fixOrganizationRolePermissions in 36 ms
2018-06-26 16:21:58.824 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyPermission#fixUserDefaultRolePermissions
2018-06-26 16:21:58.827 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyPermission#fixUserDefaultRolePermissions in 3 ms
2018-06-26 16:21:58.829 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.verify.VerifyPermission in 364ms
2018-06-26 16:21:58.829 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.verify.VerifyGroup
2018-06-26 16:21:58.829 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyGroup#verifyOrganizationNames
2018-06-26 16:21:58.840 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyGroup#verifyOrganizationNames in 11 ms
2018-06-26 16:21:58.840 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyGroup#verifySites
2018-06-26 16:21:58.849 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyGroup#verifySites in 9 ms
2018-06-26 16:21:58.849 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyGroup#verifyStagedGroups
2018-06-26 16:21:58.901 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyGroup#verifyStagedGroups in 52 ms
2018-06-26 16:21:58.901 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyGroup#verifyTree
2018-06-26 16:21:58.902 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyGroup#verifyTree in 1 ms
2018-06-26 16:21:58.902 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.verify.VerifyGroup in 73ms
2018-06-26 16:21:58.902 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.verify.VerifyRole
2018-06-26 16:21:58.902 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.verify.VerifyRole in 0ms
2018-06-26 16:21:58.904 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.verify.VerifyAuditedModel
2018-06-26 16:21:58.907 INFO [pool-5-thread-1][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#LayoutFriendlyURL
2018-06-26 16:21:58.908 INFO [pool-5-thread-4][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#Layout
2018-06-26 16:21:58.908 INFO [pool-5-thread-3][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#LayoutSetPrototype
2018-06-26 16:21:58.908 INFO [pool-5-thread-2][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#LayoutPrototype
2018-06-26 16:21:58.909 INFO [pool-5-thread-8][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#UserGroup
2018-06-26 16:21:58.909 INFO [pool-5-thread-7][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#Role_
2018-06-26 16:21:58.909 INFO [pool-5-thread-6][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#RepositoryEntry
2018-06-26 16:21:58.908 INFO [pool-5-thread-5][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#Organization_
2018-06-26 16:21:58.912 INFO [pool-5-thread-4][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#Layout in 4 ms
2018-06-26 16:21:58.912 INFO [pool-5-thread-1][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#LayoutFriendlyURL in 5 ms
2018-06-26 16:21:58.912 INFO [pool-5-thread-3][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#LayoutSetPrototype in 4 ms
2018-06-26 16:21:58.912 INFO [pool-5-thread-2][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#LayoutPrototype in 4 ms
2018-06-26 16:21:58.913 INFO [pool-5-thread-7][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#Role_ in 4 ms
2018-06-26 16:21:58.913 INFO [pool-5-thread-8][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#UserGroup in 4 ms
2018-06-26 16:21:58.914 INFO [pool-5-thread-5][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#Organization_ in 6 ms
2018-06-26 16:21:58.914 INFO [pool-5-thread-6][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#RepositoryEntry in 5 ms
2018-06-26 16:21:58.915 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.verify.VerifyAuditedModel in 11ms
2018-06-26 16:21:58.916 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.verify.VerifyResourceActions
2018-06-26 16:21:58.917 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyResourceActions#deleteDuplicateBitwiseValuesOnResource
2018-06-26 16:21:58.922 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyResourceActions#deleteDuplicateBitwiseValuesOnResource in 5 ms
2018-06-26 16:21:58.922 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.verify.VerifyResourceActions in 6ms
2018-06-26 16:21:58.923 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.verify.VerifyResourcePermissions
2018-06-26 16:21:58.925 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.verify.VerifyResourcePermissions in 2ms
2018-06-26 16:21:58.926 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.verify.VerifyUser
2018-06-26 16:21:58.926 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyUser#verifyInactive
2018-06-26 16:21:58.929 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyUser#verifyInactive in 3 ms
2018-06-26 16:21:58.929 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.verify.VerifyUser in 3ms
2018-06-26 16:21:58.929 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.verify.VerifyProcessSuite in 483ms
2018-06-26 16:21:59.098 INFO [main][PluginPackageUtil:998] Reading plugin package for the root context
2018-06-26 16:21:59.943 INFO [main][AutoDeployDir:195] Auto deploy scanner started for /Users/vicnate5/bundles/7.1.x-private-bundles/deploy
2018-06-26 16:22:01.725 INFO [main][UpgradeProcess:86] Upgrading com.liferay.portal.reports.engine.console.internal.upgrade.ReportsServiceUpgrade$1
2018-06-26 16:22:01.727 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.portal.reports.engine.console.internal.upgrade.ReportsServiceUpgrade$1 in 2ms
2018-06-26 16:22:02.092 INFO [main][UpgradeProcess:86] Upgrading com.liferay.portal.search.web.internal.upgrade.v2_0_0.UpgradeSearchPortlet
INFO - Upgrading com.liferay.portal.search.web.internal.upgrade.v2_0_0.UpgradeSearchPortlet
2018-06-26 16:22:02.094 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.portal.search.web.internal.upgrade.v2_0_0.UpgradeSearchPortlet in 2ms
INFO - Completed upgrade process com.liferay.portal.search.web.internal.upgrade.v2_0_0.UpgradeSearchPortlet in 2ms
2018-06-26 16:22:02.232 INFO [main][UpgradeProcess:86] Upgrading com.liferay.portal.workflow.kaleo.forms.web.internal.upgrade.v1_0_3.UpgradeLayoutTypeSettings
INFO - Upgrading com.liferay.portal.workflow.kaleo.forms.web.internal.upgrade.v1_0_3.UpgradeLayoutTypeSettings
2018-06-26 16:22:02.246 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.portal.workflow.kaleo.forms.web.internal.upgrade.v1_0_3.UpgradeLayoutTypeSettings in 14ms
INFO - Completed upgrade process com.liferay.portal.workflow.kaleo.forms.web.internal.upgrade.v1_0_3.UpgradeLayoutTypeSettings in 14ms
2018-06-26 16:22:02.378 INFO [main][UpgradeProcess:86] Upgrading com.liferay.asset.publisher.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
INFO - Upgrading com.liferay.asset.publisher.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
2018-06-26 16:22:02.390 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.UpgradeProcess#alter
INFO - Starting com.liferay.portal.kernel.upgrade.UpgradeProcess#alter
2018-06-26 16:22:02.406 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.UpgradeProcess#alter in 16 ms
INFO - Completed com.liferay.portal.kernel.upgrade.UpgradeProcess#alter in 16 ms
2018-06-26 16:22:02.604 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.UpgradeProcess#alter
INFO - Starting com.liferay.portal.kernel.upgrade.UpgradeProcess#alter
2018-06-26 16:22:02.617 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.UpgradeProcess#alter in 13 ms
INFO - Completed com.liferay.portal.kernel.upgrade.UpgradeProcess#alter in 13 ms
2018-06-26 16:22:02.625 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.asset.publisher.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 247ms
INFO - Completed upgrade process com.liferay.asset.publisher.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 247ms
2018-06-26 16:22:02.669 INFO [main][UpgradeProcess:86] Upgrading com.liferay.blogs.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
INFO - Upgrading com.liferay.blogs.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
2018-06-26 16:22:02.688 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.blogs.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 19ms
INFO - Completed upgrade process com.liferay.blogs.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 19ms
2018-06-26 16:22:02.746 INFO [main][UpgradeProcess:86] Upgrading com.liferay.contacts.web.internal.upgrade.v1_0_0.UpgradePortletId
INFO - Upgrading com.liferay.contacts.web.internal.upgrade.v1_0_0.UpgradePortletId
2018-06-26 16:22:02.747 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
2018-06-26 16:22:02.778 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 31 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 31 ms
2018-06-26 16:22:02.779 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
2018-06-26 16:22:02.779 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
2018-06-26 16:22:02.780 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.contacts.web.internal.upgrade.v1_0_0.UpgradePortletId in 34ms
INFO - Completed upgrade process com.liferay.contacts.web.internal.upgrade.v1_0_0.UpgradePortletId in 34ms
2018-06-26 16:22:02.826 INFO [main][UpgradeProcess:86] Upgrading com.liferay.document.library.layout.set.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
INFO - Upgrading com.liferay.document.library.layout.set.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
2018-06-26 16:22:02.837 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.document.library.layout.set.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 11ms
INFO - Completed upgrade process com.liferay.document.library.layout.set.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 11ms
2018-06-26 16:22:02.942 INFO [main][UpgradeProcess:86] Upgrading com.liferay.layout.internal.upgrade.v1_0_0.UpgradeLayoutPermissions
INFO - Upgrading com.liferay.layout.internal.upgrade.v1_0_0.UpgradeLayoutPermissions
2018-06-26 16:22:02.942 INFO [main][LoggingTimer:73] Starting com.liferay.layout.internal.upgrade.v1_0_0.UpgradeLayoutPermissions#doUpgrade
INFO - Starting com.liferay.layout.internal.upgrade.v1_0_0.UpgradeLayoutPermissions#doUpgrade
2018-06-26 16:22:02.943 INFO [main][LoggingTimer:39] Completed com.liferay.layout.internal.upgrade.v1_0_0.UpgradeLayoutPermissions#doUpgrade in 1 ms
INFO - Completed com.liferay.layout.internal.upgrade.v1_0_0.UpgradeLayoutPermissions#doUpgrade in 1 ms
2018-06-26 16:22:02.944 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.layout.internal.upgrade.v1_0_0.UpgradeLayoutPermissions in 2ms
INFO - Completed upgrade process com.liferay.layout.internal.upgrade.v1_0_0.UpgradeLayoutPermissions in 2ms
2018-06-26 16:22:02.958 INFO [main][UpgradeProcess:86] Upgrading com.liferay.license.manager.web.internal.upgrade.v1_0_1.UpgradePortletId
INFO - Upgrading com.liferay.license.manager.web.internal.upgrade.v1_0_1.UpgradePortletId
2018-06-26 16:22:02.959 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.license.manager.web.internal.upgrade.v1_0_1.UpgradePortletId in 1ms
INFO - Completed upgrade process com.liferay.license.manager.web.internal.upgrade.v1_0_1.UpgradePortletId in 1ms
2018-06-26 16:22:02.983 INFO [main][UpgradeProcess:86] Upgrading com.liferay.message.boards.layout.set.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
INFO - Upgrading com.liferay.message.boards.layout.set.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
2018-06-26 16:22:02.994 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.message.boards.layout.set.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 11ms
INFO - Completed upgrade process com.liferay.message.boards.layout.set.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 11ms
2018-06-26 16:22:03.029 INFO [main][UpgradeProcess:86] Upgrading com.liferay.microblogs.web.internal.upgrade.v1_0_0.UpgradePortletId
INFO - Upgrading com.liferay.microblogs.web.internal.upgrade.v1_0_0.UpgradePortletId
2018-06-26 16:22:03.030 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
2018-06-26 16:22:03.040 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 10 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 10 ms
2018-06-26 16:22:03.041 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
2018-06-26 16:22:03.041 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
2018-06-26 16:22:03.042 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.microblogs.web.internal.upgrade.v1_0_0.UpgradePortletId in 13ms
INFO - Completed upgrade process com.liferay.microblogs.web.internal.upgrade.v1_0_0.UpgradePortletId in 13ms
2018-06-26 16:22:03.185 INFO [main][UpgradeProcess:86] Upgrading com.liferay.push.notifications.web.internal.upgrade.v1_0_0.UpgradePortletId
INFO - Upgrading com.liferay.push.notifications.web.internal.upgrade.v1_0_0.UpgradePortletId
2018-06-26 16:22:03.186 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
2018-06-26 16:22:03.191 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 5 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 5 ms
2018-06-26 16:22:03.191 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
2018-06-26 16:22:03.192 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 1 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 1 ms
2018-06-26 16:22:03.192 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.push.notifications.web.internal.upgrade.v1_0_0.UpgradePortletId in 7ms
INFO - Completed upgrade process com.liferay.push.notifications.web.internal.upgrade.v1_0_0.UpgradePortletId in 7ms
2018-06-26 16:22:03.276 INFO [main][UpgradeProcess:86] Upgrading com.liferay.saml.addon.keep.alive.web.internal.upgrade.v1_0_0.UpgradePortletId
INFO - Upgrading com.liferay.saml.addon.keep.alive.web.internal.upgrade.v1_0_0.UpgradePortletId
2018-06-26 16:22:03.277 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.saml.addon.keep.alive.web.internal.upgrade.v1_0_0.UpgradePortletId in 1ms
INFO - Completed upgrade process com.liferay.saml.addon.keep.alive.web.internal.upgrade.v1_0_0.UpgradePortletId in 1ms
2018-06-26 16:22:03.291 INFO [main][UpgradeProcess:86] Upgrading com.liferay.saml.web.internal.upgrade.v1_0_0.UpgradePortletId
INFO - Upgrading com.liferay.saml.web.internal.upgrade.v1_0_0.UpgradePortletId
2018-06-26 16:22:03.291 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
2018-06-26 16:22:03.297 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 6 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 6 ms
2018-06-26 16:22:03.298 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
2018-06-26 16:22:03.298 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
2018-06-26 16:22:03.298 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.saml.web.internal.upgrade.v1_0_0.UpgradePortletId in 7ms
INFO - Completed upgrade process com.liferay.saml.web.internal.upgrade.v1_0_0.UpgradePortletId in 7ms
2018-06-26 16:22:03.455 INFO [main][UpgradeProcess:86] Upgrading com.liferay.sync.web.internal.upgrade.SyncWebUpgrade$1
INFO - Upgrading com.liferay.sync.web.internal.upgrade.SyncWebUpgrade$1
2018-06-26 16:22:03.455 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
2018-06-26 16:22:03.464 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 9 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 9 ms
2018-06-26 16:22:03.465 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
2018-06-26 16:22:03.465 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
2018-06-26 16:22:03.466 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.sync.web.internal.upgrade.SyncWebUpgrade$1 in 11ms
INFO - Completed upgrade process com.liferay.sync.web.internal.upgrade.SyncWebUpgrade$1 in 11ms
2018-06-26 16:22:03.544 INFO [main][UpgradeProcess:86] Upgrading com.liferay.wiki.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
INFO - Upgrading com.liferay.wiki.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn
2018-06-26 16:22:03.563 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.wiki.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 19ms
INFO - Completed upgrade process com.liferay.wiki.layout.prototype.internal.upgrade.v1_0_0.UpgradeLocalizedColumn in 19ms
2018-06-26 16:22:03.600 INFO [main][UpgradeProcess:86] Upgrading com.liferay.document.library.document.conversion.internal.upgrade.v1_0_0.UpgradeOpenOfficeConfiguration
INFO - Upgrading com.liferay.document.library.document.conversion.internal.upgrade.v1_0_0.UpgradeOpenOfficeConfiguration
2018-06-26 16:22:03.605 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.document.library.document.conversion.internal.upgrade.v1_0_0.UpgradeOpenOfficeConfiguration in 5ms
INFO - Completed upgrade process com.liferay.document.library.document.conversion.internal.upgrade.v1_0_0.UpgradeOpenOfficeConfiguration in 5ms
2018-06-26 16:22:03.629 INFO [main][UpgradeProcess:86] Upgrading com.liferay.captcha.internal.upgrade.v1_0_0.UpgradeCaptchaConfiguration
INFO - Upgrading com.liferay.captcha.internal.upgrade.v1_0_0.UpgradeCaptchaConfiguration
2018-06-26 16:22:03.632 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.captcha.internal.upgrade.v1_0_0.UpgradeCaptchaConfiguration in 3ms
INFO - Completed upgrade process com.liferay.captcha.internal.upgrade.v1_0_0.UpgradeCaptchaConfiguration in 3ms
2018-06-26 16:22:03.662 INFO [main][UpgradeProcess:86] Upgrading com.liferay.portal.upload.internal.upgrade.v1_0_0.UpgradeUploadServletRequestConfiguration
INFO - Upgrading com.liferay.portal.upload.internal.upgrade.v1_0_0.UpgradeUploadServletRequestConfiguration
2018-06-26 16:22:03.665 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.portal.upload.internal.upgrade.v1_0_0.UpgradeUploadServletRequestConfiguration in 3ms
INFO - Completed upgrade process com.liferay.portal.upload.internal.upgrade.v1_0_0.UpgradeUploadServletRequestConfiguration in 3ms
2018-06-26 16:22:03.694 INFO [main][UpgradeProcess:86] Upgrading com.liferay.document.library.internal.upgrade.v1_0_1.UpgradeDLConfiguration
INFO - Upgrading com.liferay.document.library.internal.upgrade.v1_0_1.UpgradeDLConfiguration
2018-06-26 16:22:03.699 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.document.library.internal.upgrade.v1_0_1.UpgradeDLConfiguration in 5ms
INFO - Completed upgrade process com.liferay.document.library.internal.upgrade.v1_0_1.UpgradeDLConfiguration in 5ms
2018-06-26 16:22:03.716 INFO [main][UpgradeProcess:86] Upgrading com.liferay.document.library.internal.upgrade.v1_0_1.UpgradeDLFileEntryConfiguration
INFO - Upgrading com.liferay.document.library.internal.upgrade.v1_0_1.UpgradeDLFileEntryConfiguration
2018-06-26 16:22:03.720 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.document.library.internal.upgrade.v1_0_1.UpgradeDLFileEntryConfiguration in 4ms
INFO - Completed upgrade process com.liferay.document.library.internal.upgrade.v1_0_1.UpgradeDLFileEntryConfiguration in 4ms
2018-06-26 16:22:03.735 INFO [main][UpgradeProcess:86] Upgrading com.liferay.document.library.internal.upgrade.v1_0_2.UpgradeDLFileShortcut
INFO - Upgrading com.liferay.document.library.internal.upgrade.v1_0_2.UpgradeDLFileShortcut
2018-06-26 16:22:03.736 INFO [main][LoggingTimer:73] Starting com.liferay.document.library.internal.upgrade.v1_0_2.UpgradeDLFileShortcut#doUpgrade
INFO - Starting com.liferay.document.library.internal.upgrade.v1_0_2.UpgradeDLFileShortcut#doUpgrade
2018-06-26 16:22:03.738 INFO [main][LoggingTimer:39] Completed com.liferay.document.library.internal.upgrade.v1_0_2.UpgradeDLFileShortcut#doUpgrade in 2 ms
INFO - Completed com.liferay.document.library.internal.upgrade.v1_0_2.UpgradeDLFileShortcut#doUpgrade in 2 ms
2018-06-26 16:22:03.738 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.document.library.internal.upgrade.v1_0_2.UpgradeDLFileShortcut in 3ms
INFO - Completed upgrade process com.liferay.document.library.internal.upgrade.v1_0_2.UpgradeDLFileShortcut in 3ms
2018-06-26 16:22:03.754 INFO [main][UpgradeProcess:86] Upgrading com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlConfigurationPreferences
INFO - Upgrading com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlConfigurationPreferences
2018-06-26 16:22:03.755 INFO [main][LoggingTimer:73] Starting com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlConfigurationPreferences#doUpgrade
INFO - Starting com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlConfigurationPreferences#doUpgrade
2018-06-26 16:22:03.757 INFO [main][LoggingTimer:39] Completed com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlConfigurationPreferences#doUpgrade in 2 ms
INFO - Completed com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlConfigurationPreferences#doUpgrade in 2 ms
2018-06-26 16:22:03.757 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlConfigurationPreferences in 3ms
INFO - Completed upgrade process com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlConfigurationPreferences in 3ms
2018-06-26 16:22:03.768 INFO [main][UpgradeProcess:86] Upgrading com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlKeyStoreProperties
INFO - Upgrading com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlKeyStoreProperties
2018-06-26 16:22:03.768 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlKeyStoreProperties in 0ms
INFO - Completed upgrade process com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlKeyStoreProperties in 0ms
2018-06-26 16:22:03.777 INFO [main][UpgradeProcess:86] Upgrading com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlProviderConfigurationPreferences
INFO - Upgrading com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlProviderConfigurationPreferences
2018-06-26 16:22:03.777 INFO [main][LoggingTimer:73] Starting com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlProviderConfigurationPreferences#doUpgrade
INFO - Starting com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlProviderConfigurationPreferences#doUpgrade
2018-06-26 16:22:03.779 INFO [main][LoggingTimer:39] Completed com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlProviderConfigurationPreferences#doUpgrade in 2 ms
INFO - Completed com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlProviderConfigurationPreferences#doUpgrade in 2 ms
2018-06-26 16:22:03.780 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlProviderConfigurationPreferences in 3ms
INFO - Completed upgrade process com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlProviderConfigurationPreferences in 3ms
2018-06-26 16:22:03.791 INFO [main][UpgradeProcess:86] Upgrading com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlIdpSsoSessionMaxAgeProperty
INFO - Upgrading com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlIdpSsoSessionMaxAgeProperty
2018-06-26 16:22:03.792 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlIdpSsoSessionMaxAgeProperty in 1ms
INFO - Completed upgrade process com.liferay.saml.runtime.internal.upgrade.v1_0_0.UpgradeSamlIdpSsoSessionMaxAgeProperty in 1ms
2018-06-26 16:22:03.849 INFO [main][UpgradeProcess:86] Upgrading com.liferay.blogs.web.internal.upgrade.v1_1_0.UpgradePortletPreferences
INFO - Upgrading com.liferay.blogs.web.internal.upgrade.v1_1_0.UpgradePortletPreferences
2018-06-26 16:22:03.850 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
2018-06-26 16:22:03.850 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 0 ms
2018-06-26 16:22:03.851 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.blogs.web.internal.upgrade.v1_1_0.UpgradePortletPreferences in 2ms
INFO - Completed upgrade process com.liferay.blogs.web.internal.upgrade.v1_1_0.UpgradePortletPreferences in 2ms
2018-06-26 16:22:03.861 INFO [main][UpgradeProcess:86] Upgrading com.liferay.blogs.web.internal.upgrade.v1_2_0.UpgradePortletPreferences
INFO - Upgrading com.liferay.blogs.web.internal.upgrade.v1_2_0.UpgradePortletPreferences
2018-06-26 16:22:03.862 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
2018-06-26 16:22:03.862 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 0 ms
2018-06-26 16:22:03.862 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.blogs.web.internal.upgrade.v1_2_0.UpgradePortletPreferences in 1ms
INFO - Completed upgrade process com.liferay.blogs.web.internal.upgrade.v1_2_0.UpgradePortletPreferences in 1ms
2018-06-26 16:22:03.876 INFO [main][UpgradeProcess:86] Upgrading com.liferay.users.admin.web.internal.upgrade.v1_0_0.UpgradeFileUploadsConfiguration
INFO - Upgrading com.liferay.users.admin.web.internal.upgrade.v1_0_0.UpgradeFileUploadsConfiguration
2018-06-26 16:22:03.879 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.users.admin.web.internal.upgrade.v1_0_0.UpgradeFileUploadsConfiguration in 3ms
INFO - Completed upgrade process com.liferay.users.admin.web.internal.upgrade.v1_0_0.UpgradeFileUploadsConfiguration in 3ms
2018-06-26 16:22:03.889 INFO [main][UpgradeProcess:86] Upgrading com.liferay.users.admin.web.internal.upgrade.UsersAdminWebUpgrade$1
INFO - Upgrading com.liferay.users.admin.web.internal.upgrade.UsersAdminWebUpgrade$1
2018-06-26 16:22:03.889 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
2018-06-26 16:22:03.894 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 5 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 5 ms
2018-06-26 16:22:03.895 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
2018-06-26 16:22:03.895 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
2018-06-26 16:22:03.895 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.users.admin.web.internal.upgrade.UsersAdminWebUpgrade$1 in 6ms
INFO - Completed upgrade process com.liferay.users.admin.web.internal.upgrade.UsersAdminWebUpgrade$1 in 6ms
2018-06-26 16:22:03.919 INFO [main][UpgradeProcess:86] Upgrading com.liferay.dynamic.data.mapping.form.web.internal.upgrade.v1_0_0.UpgradeDDMFormWebPortletId
INFO - Upgrading com.liferay.dynamic.data.mapping.form.web.internal.upgrade.v1_0_0.UpgradeDDMFormWebPortletId
2018-06-26 16:22:03.920 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
2018-06-26 16:22:03.926 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 6 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 6 ms
2018-06-26 16:22:03.927 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
2018-06-26 16:22:03.927 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
2018-06-26 16:22:03.927 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.dynamic.data.mapping.form.web.internal.upgrade.v1_0_0.UpgradeDDMFormWebPortletId in 8ms
INFO - Completed upgrade process com.liferay.dynamic.data.mapping.form.web.internal.upgrade.v1_0_0.UpgradeDDMFormWebPortletId in 8ms
2018-06-26 16:22:03.947 INFO [main][UpgradeProcess:86] Upgrading com.liferay.calendar.web.internal.upgrade.v1_0_1.UpgradePortletPreferences
INFO - Upgrading com.liferay.calendar.web.internal.upgrade.v1_0_1.UpgradePortletPreferences
2018-06-26 16:22:03.948 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
2018-06-26 16:22:03.951 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 4 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 4 ms
2018-06-26 16:22:03.951 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.calendar.web.internal.upgrade.v1_0_1.UpgradePortletPreferences in 4ms
INFO - Completed upgrade process com.liferay.calendar.web.internal.upgrade.v1_0_1.UpgradePortletPreferences in 4ms
2018-06-26 16:22:03.959 INFO [main][UpgradeProcess:86] Upgrading com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortalPreferences
INFO - Upgrading com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortalPreferences
2018-06-26 16:22:03.960 INFO [main][LoggingTimer:73] Starting com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortalPreferences#populatePreferenceNamesMap
INFO - Starting com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortalPreferences#populatePreferenceNamesMap
2018-06-26 16:22:03.961 INFO [main][LoggingTimer:39] Completed com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortalPreferences#populatePreferenceNamesMap in 1 ms
INFO - Completed com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortalPreferences#populatePreferenceNamesMap in 1 ms
2018-06-26 16:22:03.961 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences
INFO - Starting com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences
2018-06-26 16:22:03.962 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences in 1 ms
INFO - Completed com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences in 1 ms
2018-06-26 16:22:03.962 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences
INFO - Starting com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences
2018-06-26 16:22:03.963 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences in 1 ms
INFO - Completed com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences in 1 ms
2018-06-26 16:22:03.963 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences
INFO - Starting com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences
2018-06-26 16:22:03.964 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences in 1 ms
INFO - Completed com.liferay.portal.kernel.upgrade.RenameUpgradePortalPreferences#updatePreferences#PortalPreferences in 1 ms
2018-06-26 16:22:03.964 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortalPreferences in 5ms
INFO - Completed upgrade process com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortalPreferences in 5ms
2018-06-26 16:22:03.973 INFO [main][UpgradeProcess:86] Upgrading com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortletId
INFO - Upgrading com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortletId
2018-06-26 16:22:03.973 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
2018-06-26 16:22:03.974 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 1 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 1 ms
2018-06-26 16:22:03.974 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
2018-06-26 16:22:03.976 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 2 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 2 ms
2018-06-26 16:22:03.977 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortletId in 4ms
INFO - Completed upgrade process com.liferay.calendar.web.internal.upgrade.v1_1_0.UpgradePortletId in 4ms
2018-06-26 16:22:04.025 INFO [main][UpgradeProcess:86] Upgrading com.liferay.calendar.web.internal.upgrade.v1_1_1.UpgradeEventsDisplayPortletId
INFO - Upgrading com.liferay.calendar.web.internal.upgrade.v1_1_1.UpgradeEventsDisplayPortletId
2018-06-26 16:22:04.025 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds
2018-06-26 16:22:04.035 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 10 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeInstanceablePortletIds in 10 ms
2018-06-26 16:22:04.036 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds
2018-06-26 16:22:04.036 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletId#upgradeUninstanceablePortletIds in 0 ms
2018-06-26 16:22:04.037 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.calendar.web.internal.upgrade.v1_1_1.UpgradeEventsDisplayPortletId in 12ms
INFO - Completed upgrade process com.liferay.calendar.web.internal.upgrade.v1_1_1.UpgradeEventsDisplayPortletId in 12ms
2018-06-26 16:22:04.123 INFO [main][UpgradeProcess:86] Upgrading com.liferay.knowledge.base.web.internal.upgrade.v1_1_0.UpgradePortletPreferences
INFO - Upgrading com.liferay.knowledge.base.web.internal.upgrade.v1_1_0.UpgradePortletPreferences
2018-06-26 16:22:04.124 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
2018-06-26 16:22:04.125 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 1 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 1 ms
2018-06-26 16:22:04.125 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.knowledge.base.web.internal.upgrade.v1_1_0.UpgradePortletPreferences in 2ms
INFO - Completed upgrade process com.liferay.knowledge.base.web.internal.upgrade.v1_1_0.UpgradePortletPreferences in 2ms
2018-06-26 16:22:04.135 INFO [main][UpgradeProcess:86] Upgrading com.liferay.knowledge.base.web.internal.upgrade.v1_2_0.UpgradePortletPreferences
INFO - Upgrading com.liferay.knowledge.base.web.internal.upgrade.v1_2_0.UpgradePortletPreferences
2018-06-26 16:22:04.136 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
2018-06-26 16:22:04.137 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 0 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 0 ms
2018-06-26 16:22:04.137 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.knowledge.base.web.internal.upgrade.v1_2_0.UpgradePortletPreferences in 2ms
INFO - Completed upgrade process com.liferay.knowledge.base.web.internal.upgrade.v1_2_0.UpgradePortletPreferences in 2ms
[2018-06-26T16:22:06,521][TRACE][i.i.s.index ] [LVM9uaO] [liferay-0/0HpHgHdpT6KQD7QmG4Q48g] took[616.6ms], took_millis[616], type[LiferayDocumentType], id[com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.SearchEngineHelperConfiguration], routing[], source[{"uid":"com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.SearchEngineHelperConfiguration","companyId":"0","configurationModelId":"com.liferay.portal.search.configuration.SearchEngineHelperConfiguration","entryClassName":"com.liferay.configuration.admin.web.internal.model.ConfigurationModel","configurationModelFactoryPid":"com.liferay.portal.search.configuration.SearchEngineHelperConfiguration","configurationCategory_zh_CN":"搜索","configurationCategory_es_ES":"Búsqueda","configurationCategory_iw_IL":"חיפוש","configurationCategory_ja_JP":"検索","configurationCategory_ca_ES":"Cerca","configurationCategory_nl_NL":"Zoeken","configurationCategory_fi_FI":"Haku","configurationCategory_hu_HU":"Keresés","configurationCategory_fr_FR":"Rechercher","configurationCategory":"Search","configurationCategory_en_US":"Search","configurationCategory_pt_BR":"Busca","configurationCategory_de_DE":"Suche","configurationModelAttributeName":"excluded-]
[2018-06-26T16:22:06,521][TRACE][i.i.s.index ] [LVM9uaO] [liferay-0/0HpHgHdpT6KQD7QmG4Q48g] took[614.8ms], took_millis[614], type[LiferayDocumentType], id[com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.DefaultSearchResultPermissionFilterConfiguration], routing[], source[{"uid":"com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.DefaultSearchResultPermissionFilterConfiguration","companyId":"0","configurationModelId":"com.liferay.portal.search.configuration.DefaultSearchResultPermissionFilterConfiguration","entryClassName":"com.liferay.configuration.admin.web.internal.model.ConfigurationModel","configurationModelFactoryPid":"com.liferay.portal.search.configuration.DefaultSearchResultPermissionFilterConfiguration","configurationModelAttributeDescription":["permission-filtered-search-result-accurate-count-threshold-help","search-query-result-window-limit-help"],"configurationCategory_zh_CN":"搜索","configurationCategory_es_ES":"Búsqueda","configurationCategory_iw_IL":"חיפוש","configurationCategory_ja_JP":"検索","configurationCategory_ca_ES":"Cerca","configurationCategory_nl_NL":"Zoeken","configurationCategory_fi_FI":"Haku","configurationCategory_hu_HU":"Keresés","configurationCategory_fr_FR":"Rech]
[2018-06-26T16:22:06,521][TRACE][i.i.s.index ] [LVM9uaO] [liferay-0/0HpHgHdpT6KQD7QmG4Q48g] took[601.8ms], took_millis[601], type[LiferayDocumentType], id[com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.IndexWriterHelperConfiguration], routing[], source[{"uid":"com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.IndexWriterHelperConfiguration","companyId":"0","configurationModelId":"com.liferay.portal.search.configuration.IndexWriterHelperConfiguration","entryClassName":"com.liferay.configuration.admin.web.internal.model.ConfigurationModel","configurationModelFactoryPid":"com.liferay.portal.search.configuration.IndexWriterHelperConfiguration","configurationModelAttributeDescription":"index-commit-immediately-help","configurationCategory_zh_CN":"搜索","configurationCategory_es_ES":"Búsqueda","configurationCategory_iw_IL":"חיפוש","configurationCategory_ja_JP":"検索","configurationCategory_ca_ES":"Cerca","configurationCategory_nl_NL":"Zoeken","configurationCategory_fi_FI":"Haku","configurationCategory_hu_HU":"Keresés","configurationCategory_fr_FR":"Rechercher","configurationCategory":"Search","configurationCategory_en_US":"Search","configurationCategory_pt_BR":"Busca","configurati]
[2018-06-26T16:22:06,521][TRACE][i.i.s.index ] [LVM9uaO] [liferay-0/0HpHgHdpT6KQD7QmG4Q48g] took[616.3ms], took_millis[616], type[LiferayDocumentType], id[com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.IndexerRegistryConfiguration], routing[], source[{"uid":"com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.IndexerRegistryConfiguration","companyId":"0","configurationModelId":"com.liferay.portal.search.configuration.IndexerRegistryConfiguration","entryClassName":"com.liferay.configuration.admin.web.internal.model.ConfigurationModel","configurationModelFactoryPid":"com.liferay.portal.search.configuration.IndexerRegistryConfiguration","configurationCategory_zh_CN":"搜索","configurationCategory_es_ES":"Búsqueda","configurationCategory_iw_IL":"חיפוש","configurationCategory_ja_JP":"検索","configurationCategory_ca_ES":"Cerca","configurationCategory_nl_NL":"Zoeken","configurationCategory_fi_FI":"Haku","configurationCategory_hu_HU":"Keresés","configurationCategory_fr_FR":"Rechercher","configurationCategory":"Search","configurationCategory_en_US":"Search","configurationCategory_pt_BR":"Busca","configurationCategory_de_DE":"Suche","configurationModelAttributeName":["buffered","buffer]
[2018-06-26T16:22:06,521][TRACE][i.i.s.index ] [LVM9uaO] [liferay-0/0HpHgHdpT6KQD7QmG4Q48g] took[615.9ms], took_millis[615], type[LiferayDocumentType], id[com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.IndexStatusManagerConfiguration], routing[], source[{"uid":"com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet_PORTLET_com.liferay.portal.search.configuration.IndexStatusManagerConfiguration","companyId":"0","configurationModelId":"com.liferay.portal.search.configuration.IndexStatusManagerConfiguration","entryClassName":"com.liferay.configuration.admin.web.internal.model.ConfigurationModel","configurationModelFactoryPid":"com.liferay.portal.search.configuration.IndexStatusManagerConfiguration","configurationCategory_zh_CN":"搜索","configurationCategory_es_ES":"Búsqueda","configurationCategory_iw_IL":"חיפוש","configurationCategory_ja_JP":"検索","configurationCategory_ca_ES":"Cerca","configurationCategory_nl_NL":"Zoeken","configurationCategory_fi_FI":"Haku","configurationCategory_hu_HU":"Keresés","configurationCategory_fr_FR":"Rechercher","configurationCategory":"Search","configurationCategory_en_US":"Search","configurationCategory_pt_BR":"Busca","configurationCategory_de_DE":"Suche","configurationModelAttributeName":"index-rea]
2018-06-26 16:22:10.206 ERROR [main][com_liferay_portal_workflow_kaleo_runtime_impl:97] [com.liferay.portal.workflow.kaleo.runtime.internal.activator.KaleoActivator(820)] The activate method has thrown an exception
com.liferay.portal.kernel.exception.ModelListenerException: com.liferay.portal.kernel.exception.NoSuchResourceActionException: There are no actions associated with the resource com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion
at com.liferay.portal.workflow.kaleo.designer.web.internal.messaging.KaleoDefinitionVersionModelListener.onAfterCreate(KaleoDefinitionVersionModelListener.java:48)
at com.liferay.portal.workflow.kaleo.designer.web.internal.messaging.KaleoDefinitionVersionModelListener.onAfterCreate(KaleoDefinitionVersionModelListener.java:33)
at com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl.update(BasePersistenceImpl.java:361)
at com.liferay.portal.workflow.kaleo.service.impl.KaleoDefinitionVersionLocalServiceImpl.addKaleoDefinitionVersion(KaleoDefinitionVersionLocalServiceImpl.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:158)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:54)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:58)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.RetryAdvice.invoke(RetryAdvice.java:47)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:51)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.cache.thread.local.ThreadLocalCacheAdvice.invoke(ThreadLocalCacheAdvice.java:48)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:145)
at com.sun.proxy.$Proxy455.addKaleoDefinitionVersion(Unknown Source)
at com.liferay.portal.workflow.kaleo.service.impl.KaleoDefinitionLocalServiceImpl.addKaleoDefinition(KaleoDefinitionLocalServiceImpl.java:135)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:158)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:54)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:58)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.RetryAdvice.invoke(RetryAdvice.java:47)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:51)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.cache.thread.local.ThreadLocalCacheAdvice.invoke(ThreadLocalCacheAdvice.java:48)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:145)
at com.sun.proxy.$Proxy454.addKaleoDefinition(Unknown Source)
at com.liferay.portal.workflow.kaleo.definition.internal.deployment.DefaultWorkflowDeployer._addOrUpdateKaleoDefinition(DefaultWorkflowDeployer.java:186)
at com.liferay.portal.workflow.kaleo.definition.internal.deployment.DefaultWorkflowDeployer.deploy(DefaultWorkflowDeployer.java:72)
at com.liferay.portal.workflow.kaleo.runtime.internal.DefaultWorkflowEngineImpl.deployWorkflowDefinition(DefaultWorkflowEngineImpl.java:155)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:158)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:54)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:58)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.RetryAdvice.invoke(RetryAdvice.java:47)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:51)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.cache.thread.local.ThreadLocalCacheAdvice.invoke(ThreadLocalCacheAdvice.java:48)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:145)
at com.sun.proxy.$Proxy474.deployWorkflowDefinition(Unknown Source)
at com.liferay.portal.workflow.kaleo.runtime.integration.impl.internal.WorkflowDefinitionManagerImpl.deployWorkflowDefinition(WorkflowDefinitionManagerImpl.java:88)
at com.liferay.portal.workflow.kaleo.runtime.internal.manager.DefaultPortalKaleoManager.deployDefaultDefinitions(DefaultPortalKaleoManager.java:166)
at com.liferay.portal.workflow.kaleo.runtime.internal.manager.DefaultPortalKaleoManager.deployDefaultDefinitions(DefaultPortalKaleoManager.java:125)
at com.liferay.portal.workflow.kaleo.runtime.internal.manager.DefaultPortalKaleoManager.deployKaleoDefaults(DefaultPortalKaleoManager.java:207)
at com.liferay.portal.workflow.kaleo.runtime.internal.activator.KaleoActivator.activate(KaleoActivator.java:35)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.felix.scr.impl.inject.BaseMethod.invokeMethod(BaseMethod.java:224)
at org.apache.felix.scr.impl.inject.BaseMethod.access$500(BaseMethod.java:39)
at org.apache.felix.scr.impl.inject.BaseMethod$Resolved.invoke(BaseMethod.java:617)
at org.apache.felix.scr.impl.inject.BaseMethod.invoke(BaseMethod.java:501)
at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:302)
at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:294)
at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:297)
at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:108)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:906)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:879)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:748)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at com.liferay.portal.spring.extender.internal.bean.ApplicationContextServicePublisher._registerService(ApplicationContextServicePublisher.java:144)
at com.liferay.portal.spring.extender.internal.bean.ApplicationContextServicePublisher.register(ApplicationContextServicePublisher.java:65)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextRegistrator.start(ModuleApplicationContextRegistrator.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.felix.dm.InvocationUtil.invokeMethod(InvocationUtil.java:111)
at org.apache.felix.dm.InvocationUtil.invokeCallbackMethod(InvocationUtil.java:66)
at org.apache.felix.dm.impl.ComponentImpl.invokeCallbackMethod(ComponentImpl.java:769)
at org.apache.felix.dm.impl.ComponentImpl.invoke(ComponentImpl.java:760)
at org.apache.felix.dm.impl.ComponentImpl.bindService(ComponentImpl.java:705)
at org.apache.felix.dm.impl.ComponentImpl.access$400(ComponentImpl.java:54)
at org.apache.felix.dm.impl.ComponentImpl$7.run(ComponentImpl.java:202)
at org.apache.felix.dm.impl.SerialExecutor.runTask(SerialExecutor.java:137)
at org.apache.felix.dm.impl.SerialExecutor.runTasks(SerialExecutor.java:119)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:85)
at org.apache.felix.dm.impl.ComponentImpl.calculateStateChanges(ComponentImpl.java:252)
at org.apache.felix.dm.impl.ComponentImpl.dependencyAvailable(ComponentImpl.java:379)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.doAddedService(ServiceDependencyImpl.java:849)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.access$200(ServiceDependencyImpl.java:60)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl$4.run(ServiceDependencyImpl.java:317)
at org.apache.felix.dm.impl.SerialExecutor.runTask(SerialExecutor.java:137)
at org.apache.felix.dm.impl.SerialExecutor.runTasks(SerialExecutor.java:119)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:85)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:104)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.addedService(ServiceDependencyImpl.java:314)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1331)
at org.apache.felix.dm.tracker.AbstractTracked.trackAdding(AbstractTracked.java:290)
at org.apache.felix.dm.tracker.AbstractTracked.track(AbstractTracked.java:236)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.serviceChangedHideAspects(ServiceTracker.java:1212)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1107)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at com.liferay.portal.spring.extender.internal.bean.ApplicationContextServicePublisher._registerService(ApplicationContextServicePublisher.java:144)
at com.liferay.portal.spring.extender.internal.bean.ApplicationContextServicePublisher.register(ApplicationContextServicePublisher.java:65)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextRegistrator.start(ModuleApplicationContextRegistrator.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.felix.dm.InvocationUtil.invokeMethod(InvocationUtil.java:111)
at org.apache.felix.dm.InvocationUtil.invokeCallbackMethod(InvocationUtil.java:66)
at org.apache.felix.dm.impl.ComponentImpl.invokeCallbackMethod(ComponentImpl.java:769)
at org.apache.felix.dm.impl.ComponentImpl.invoke(ComponentImpl.java:760)
at org.apache.felix.dm.impl.ComponentImpl.bindService(ComponentImpl.java:705)
at org.apache.felix.dm.impl.ComponentImpl.access$400(ComponentImpl.java:54)
at org.apache.felix.dm.impl.ComponentImpl$7.run(ComponentImpl.java:202)
at org.apache.felix.dm.impl.SerialExecutor.runTask(SerialExecutor.java:137)
at org.apache.felix.dm.impl.SerialExecutor.runTasks(SerialExecutor.java:119)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:85)
at org.apache.felix.dm.impl.ComponentImpl.calculateStateChanges(ComponentImpl.java:252)
at org.apache.felix.dm.impl.ComponentImpl.dependencyAvailable(ComponentImpl.java:379)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.doAddedService(ServiceDependencyImpl.java:849)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.access$200(ServiceDependencyImpl.java:60)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl$4.run(ServiceDependencyImpl.java:317)
at org.apache.felix.dm.impl.SerialExecutor.runTask(SerialExecutor.java:137)
at org.apache.felix.dm.impl.SerialExecutor.runTasks(SerialExecutor.java:119)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:85)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:104)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.addedService(ServiceDependencyImpl.java:314)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1331)
at org.apache.felix.dm.tracker.AbstractTracked.trackAdding(AbstractTracked.java:290)
at org.apache.felix.dm.tracker.AbstractTracked.track(AbstractTracked.java:236)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.serviceChangedHideAspects(ServiceTracker.java:1212)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1107)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:482)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:1001)
at com.liferay.portal.upgrade.internal.release.ReleasePublisher.publish(ReleasePublisher.java:66)
at com.liferay.portal.upgrade.internal.release.osgi.commands.ReleaseManagerOSGiCommands.executeUpgradeInfos(ReleaseManagerOSGiCommands.java:353)
at com.liferay.portal.upgrade.internal.release.osgi.commands.ReleaseManagerOSGiCommands.doExecute(ReleaseManagerOSGiCommands.java:281)
at com.liferay.portal.upgrade.internal.release.osgi.commands.ReleaseManagerOSGiCommands$UpgradeInfoServiceTrackerMapListener.keyEmitted(ReleaseManagerOSGiCommands.java:506)
at com.liferay.portal.upgrade.internal.release.osgi.commands.ReleaseManagerOSGiCommands$UpgradeInfoServiceTrackerMapListener.keyEmitted(ReleaseManagerOSGiCommands.java:496)
at com.liferay.osgi.service.tracker.collections.internal.map.ServiceTrackerMapImpl$DefaultEmitter.emit(ServiceTrackerMapImpl.java:222)
at com.liferay.osgi.service.tracker.collections.map.PropertyServiceReferenceMapper.map(PropertyServiceReferenceMapper.java:43)
at com.liferay.osgi.service.tracker.collections.internal.map.ServiceTrackerMapImpl$ServiceReferenceServiceTrackerCustomizer.addingService(ServiceTrackerMapImpl.java:261)
at com.liferay.osgi.service.tracker.collections.internal.map.ServiceTrackerMapImpl$ServiceReferenceServiceTrackerCustomizer.addingService(ServiceTrackerMapImpl.java:248)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)
at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)
at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:901)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:482)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:1001)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender$ModuleApplicationContextExtension._processInitialUpgrade(ModuleApplicationContextExtender.java:295)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender$ModuleApplicationContextExtension.start(ModuleApplicationContextExtender.java:233)
at org.apache.felix.utils.extender.AbstractExtender.createExtension(AbstractExtender.java:259)
at org.apache.felix.utils.extender.AbstractExtender.modifiedBundle(AbstractExtender.java:232)
at org.apache.felix.utils.extender.AbstractExtender.addingBundle(AbstractExtender.java:192)
at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:469)
at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:1)
at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)
at org.osgi.util.tracker.BundleTracker.open(BundleTracker.java:156)
at org.apache.felix.utils.extender.AbstractExtender.startTracking(AbstractExtender.java:150)
at org.apache.felix.utils.extender.AbstractExtender.doStart(AbstractExtender.java:142)
at org.apache.felix.utils.extender.AbstractExtender.start(AbstractExtender.java:114)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender.activate(ModuleApplicationContextExtender.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.felix.scr.impl.inject.BaseMethod.invokeMethod(BaseMethod.java:224)
at org.apache.felix.scr.impl.inject.BaseMethod.access$500(BaseMethod.java:39)
at org.apache.felix.scr.impl.inject.BaseMethod$Resolved.invoke(BaseMethod.java:617)
at org.apache.felix.scr.impl.inject.BaseMethod.invoke(BaseMethod.java:501)
at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:302)
at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:294)
at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:297)
at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:108)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:906)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:879)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:748)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:482)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:1001)
at com.liferay.registry.internal.RegistryImpl.registerService(RegistryImpl.java:355)
at com.liferay.portal.servlet.MainServlet.registerPortalInitialized(MainServlet.java:1348)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:425)
at javax.servlet.GenericServlet.init(GenericServlet.java:158)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1124)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1079)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:971)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4765)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5075)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:742)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:718)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:630)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1840)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:525)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:424)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1586)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:966)
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1427)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1417)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:943)
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:258)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:770)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.startup.Catalina.start(Catalina.java:682)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:493)
Caused by: com.liferay.portal.kernel.exception.NoSuchResourceActionException: There are no actions associated with the resource com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion
at com.liferay.portal.service.impl.ResourceLocalServiceImpl.validate(ResourceLocalServiceImpl.java:1063)
at com.liferay.portal.service.impl.ResourceLocalServiceImpl.addModelResources(ResourceLocalServiceImpl.java:718)
at com.liferay.portal.service.impl.ResourceLocalServiceImpl.addModelResources(ResourceLocalServiceImpl.java:178)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:158)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:54)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:58)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.RetryAdvice.invoke(RetryAdvice.java:47)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:51)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.cache.thread.local.ThreadLocalCacheAdvice.invoke(ThreadLocalCacheAdvice.java:48)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:145)
at com.sun.proxy.$Proxy99.addModelResources(Unknown Source)
at com.liferay.portal.workflow.kaleo.designer.web.internal.messaging.KaleoDefinitionVersionModelListener.onAfterCreate(KaleoDefinitionVersionModelListener.java:44)
... 477 more
2018-06-26 16:22:10.242 WARN [main][PortalInstanceLifecycleListenerManagerImpl:132] Unable to register portal instance {mvccVersion=1, companyId=20099, accountId=20101, webId=liferay.com, key=8WIFnyGlbsEVbegjRBEguQ==, mx=liferay.com, homeURL=, logoId=0, system=false, maxUsers=0, active=true}
com.liferay.portal.kernel.exception.ModelListenerException: com.liferay.portal.kernel.exception.NoSuchResourceActionException: There are no actions associated with the resource com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion
at com.liferay.portal.workflow.kaleo.designer.web.internal.messaging.KaleoDefinitionVersionModelListener.onAfterCreate(KaleoDefinitionVersionModelListener.java:48)
at com.liferay.portal.workflow.kaleo.designer.web.internal.messaging.KaleoDefinitionVersionModelListener.onAfterCreate(KaleoDefinitionVersionModelListener.java:33)
at com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl.update(BasePersistenceImpl.java:361)
at com.liferay.portal.workflow.kaleo.service.impl.KaleoDefinitionVersionLocalServiceImpl.addKaleoDefinitionVersion(KaleoDefinitionVersionLocalServiceImpl.java:93)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:158)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:54)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:58)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:51)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:145)
at com.sun.proxy.$Proxy455.addKaleoDefinitionVersion(Unknown Source)
at com.liferay.portal.workflow.kaleo.service.impl.KaleoDefinitionLocalServiceImpl.addKaleoDefinition(KaleoDefinitionLocalServiceImpl.java:135)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:158)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:54)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:58)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:51)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:145)
at com.sun.proxy.$Proxy454.addKaleoDefinition(Unknown Source)
at com.liferay.portal.workflow.kaleo.definition.internal.deployment.DefaultWorkflowDeployer._addOrUpdateKaleoDefinition(DefaultWorkflowDeployer.java:186)
at com.liferay.portal.workflow.kaleo.definition.internal.deployment.DefaultWorkflowDeployer.deploy(DefaultWorkflowDeployer.java:72)
at com.liferay.portal.workflow.kaleo.runtime.internal.DefaultWorkflowEngineImpl.deployWorkflowDefinition(DefaultWorkflowEngineImpl.java:155)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:158)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:54)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:58)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:51)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:145)
at com.sun.proxy.$Proxy474.deployWorkflowDefinition(Unknown Source)
at com.liferay.portal.workflow.kaleo.runtime.integration.impl.internal.WorkflowDefinitionManagerImpl.deployWorkflowDefinition(WorkflowDefinitionManagerImpl.java:88)
at com.liferay.portal.workflow.kaleo.runtime.internal.manager.DefaultPortalKaleoManager.deployDefaultDefinitions(DefaultPortalKaleoManager.java:166)
at com.liferay.portal.workflow.kaleo.runtime.internal.manager.DefaultPortalKaleoManager.deployKaleoDefaults(DefaultPortalKaleoManager.java:214)
at com.liferay.portal.workflow.kaleo.runtime.internal.instance.lifecycle.KaleoPortalInstanceLifecycleListener.portalInstanceRegistered(KaleoPortalInstanceLifecycleListener.java:41)
at com.liferay.portal.instance.lifecycle.internal.PortalInstanceLifecycleListenerManagerImpl.registerCompany(PortalInstanceLifecycleListenerManagerImpl.java:128)
at com.liferay.portal.instance.lifecycle.internal.PortalInstanceLifecycleListenerManagerImpl.addPortalInstanceLifecycleListener(PortalInstanceLifecycleListenerManagerImpl.java:88)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.felix.scr.impl.inject.BaseMethod.invokeMethod(BaseMethod.java:224)
at org.apache.felix.scr.impl.inject.BaseMethod.access$500(BaseMethod.java:39)
at org.apache.felix.scr.impl.inject.BaseMethod$Resolved.invoke(BaseMethod.java:617)
at org.apache.felix.scr.impl.inject.BaseMethod.invoke(BaseMethod.java:501)
at org.apache.felix.scr.impl.inject.BindMethod.invoke(BindMethod.java:655)
at org.apache.felix.scr.impl.manager.DependencyManager.doInvokeBindMethod(DependencyManager.java:1722)
at org.apache.felix.scr.impl.manager.DependencyManager.invokeBindMethod(DependencyManager.java:1699)
at org.apache.felix.scr.impl.manager.SingleComponentManager.invokeBindMethod(SingleComponentManager.java:371)
at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.addedService(DependencyManager.java:320)
at org.apache.felix.scr.impl.manager.DependencyManager$MultipleDynamicCustomizer.addedService(DependencyManager.java:291)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at com.liferay.portal.spring.extender.internal.bean.ApplicationContextServicePublisher._registerService(ApplicationContextServicePublisher.java:144)
at com.liferay.portal.spring.extender.internal.bean.ApplicationContextServicePublisher.register(ApplicationContextServicePublisher.java:65)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextRegistrator.start(ModuleApplicationContextRegistrator.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.felix.dm.InvocationUtil.invokeMethod(InvocationUtil.java:111)
at org.apache.felix.dm.InvocationUtil.invokeCallbackMethod(InvocationUtil.java:66)
at org.apache.felix.dm.impl.ComponentImpl.invokeCallbackMethod(ComponentImpl.java:769)
at org.apache.felix.dm.impl.ComponentImpl.invoke(ComponentImpl.java:760)
at org.apache.felix.dm.impl.ComponentImpl.bindService(ComponentImpl.java:705)
at org.apache.felix.dm.impl.ComponentImpl.access$400(ComponentImpl.java:54)
at org.apache.felix.dm.impl.ComponentImpl$7.run(ComponentImpl.java:202)
at org.apache.felix.dm.impl.SerialExecutor.runTask(SerialExecutor.java:137)
at org.apache.felix.dm.impl.SerialExecutor.runTasks(SerialExecutor.java:119)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:85)
at org.apache.felix.dm.impl.ComponentImpl.calculateStateChanges(ComponentImpl.java:252)
at org.apache.felix.dm.impl.ComponentImpl.dependencyAvailable(ComponentImpl.java:379)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.doAddedService(ServiceDependencyImpl.java:849)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.access$200(ServiceDependencyImpl.java:60)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl$4.run(ServiceDependencyImpl.java:317)
at org.apache.felix.dm.impl.SerialExecutor.runTask(SerialExecutor.java:137)
at org.apache.felix.dm.impl.SerialExecutor.runTasks(SerialExecutor.java:119)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:85)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:104)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.addedService(ServiceDependencyImpl.java:314)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1331)
at org.apache.felix.dm.tracker.AbstractTracked.trackAdding(AbstractTracked.java:290)
at org.apache.felix.dm.tracker.AbstractTracked.track(AbstractTracked.java:236)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.serviceChangedHideAspects(ServiceTracker.java:1212)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1107)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:886)
at org.apache.felix.scr.impl.manager.AbstractComponentManager$3.register(AbstractComponentManager.java:873)
at org.apache.felix.scr.impl.manager.RegistrationManager.changeRegistration(RegistrationManager.java:132)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.registerService(AbstractComponentManager.java:940)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:740)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at com.liferay.portal.spring.extender.internal.bean.ApplicationContextServicePublisher._registerService(ApplicationContextServicePublisher.java:144)
at com.liferay.portal.spring.extender.internal.bean.ApplicationContextServicePublisher.register(ApplicationContextServicePublisher.java:65)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextRegistrator.start(ModuleApplicationContextRegistrator.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.felix.dm.InvocationUtil.invokeMethod(InvocationUtil.java:111)
at org.apache.felix.dm.InvocationUtil.invokeCallbackMethod(InvocationUtil.java:66)
at org.apache.felix.dm.impl.ComponentImpl.invokeCallbackMethod(ComponentImpl.java:769)
at org.apache.felix.dm.impl.ComponentImpl.invoke(ComponentImpl.java:760)
at org.apache.felix.dm.impl.ComponentImpl.bindService(ComponentImpl.java:705)
at org.apache.felix.dm.impl.ComponentImpl.access$400(ComponentImpl.java:54)
at org.apache.felix.dm.impl.ComponentImpl$7.run(ComponentImpl.java:202)
at org.apache.felix.dm.impl.SerialExecutor.runTask(SerialExecutor.java:137)
at org.apache.felix.dm.impl.SerialExecutor.runTasks(SerialExecutor.java:119)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:85)
at org.apache.felix.dm.impl.ComponentImpl.calculateStateChanges(ComponentImpl.java:252)
at org.apache.felix.dm.impl.ComponentImpl.dependencyAvailable(ComponentImpl.java:379)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.doAddedService(ServiceDependencyImpl.java:849)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.access$200(ServiceDependencyImpl.java:60)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl$4.run(ServiceDependencyImpl.java:317)
at org.apache.felix.dm.impl.SerialExecutor.runTask(SerialExecutor.java:137)
at org.apache.felix.dm.impl.SerialExecutor.runTasks(SerialExecutor.java:119)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:85)
at org.apache.felix.dm.impl.SerialExecutor.execute(SerialExecutor.java:104)
at org.apache.felix.dm.impl.dependencies.ServiceDependencyImpl.addedService(ServiceDependencyImpl.java:314)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1331)
at org.apache.felix.dm.tracker.AbstractTracked.trackAdding(AbstractTracked.java:290)
at org.apache.felix.dm.tracker.AbstractTracked.track(AbstractTracked.java:236)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.serviceChangedHideAspects(ServiceTracker.java:1212)
at org.apache.felix.dm.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1107)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:482)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:1001)
at com.liferay.portal.upgrade.internal.release.ReleasePublisher.publish(ReleasePublisher.java:66)
at com.liferay.portal.upgrade.internal.release.osgi.commands.ReleaseManagerOSGiCommands.executeUpgradeInfos(ReleaseManagerOSGiCommands.java:353)
at com.liferay.portal.upgrade.internal.release.osgi.commands.ReleaseManagerOSGiCommands.doExecute(ReleaseManagerOSGiCommands.java:281)
at com.liferay.portal.upgrade.internal.release.osgi.commands.ReleaseManagerOSGiCommands$UpgradeInfoServiceTrackerMapListener.keyEmitted(ReleaseManagerOSGiCommands.java:506)
at com.liferay.portal.upgrade.internal.release.osgi.commands.ReleaseManagerOSGiCommands$UpgradeInfoServiceTrackerMapListener.keyEmitted(ReleaseManagerOSGiCommands.java:496)
at com.liferay.osgi.service.tracker.collections.internal.map.ServiceTrackerMapImpl$DefaultEmitter.emit(ServiceTrackerMapImpl.java:222)
at com.liferay.osgi.service.tracker.collections.map.PropertyServiceReferenceMapper.map(PropertyServiceReferenceMapper.java:43)
at com.liferay.osgi.service.tracker.collections.internal.map.ServiceTrackerMapImpl$ServiceReferenceServiceTrackerCustomizer.addingService(ServiceTrackerMapImpl.java:261)
at com.liferay.osgi.service.tracker.collections.internal.map.ServiceTrackerMapImpl$ServiceReferenceServiceTrackerCustomizer.addingService(ServiceTrackerMapImpl.java:248)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:941)
at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)
at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:229)
at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:901)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:482)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:1001)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender$ModuleApplicationContextExtension._processInitialUpgrade(ModuleApplicationContextExtender.java:295)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender$ModuleApplicationContextExtension.start(ModuleApplicationContextExtender.java:233)
at org.apache.felix.utils.extender.AbstractExtender.createExtension(AbstractExtender.java:259)
at org.apache.felix.utils.extender.AbstractExtender.modifiedBundle(AbstractExtender.java:232)
at org.apache.felix.utils.extender.AbstractExtender.addingBundle(AbstractExtender.java:192)
at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:469)
at org.osgi.util.tracker.BundleTracker$Tracked.customizerAdding(BundleTracker.java:1)
at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:256)
at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:183)
at org.osgi.util.tracker.BundleTracker.open(BundleTracker.java:156)
at org.apache.felix.utils.extender.AbstractExtender.startTracking(AbstractExtender.java:150)
at org.apache.felix.utils.extender.AbstractExtender.doStart(AbstractExtender.java:142)
at org.apache.felix.utils.extender.AbstractExtender.start(AbstractExtender.java:114)
at com.liferay.portal.spring.extender.internal.context.ModuleApplicationContextExtender.activate(ModuleApplicationContextExtender.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.felix.scr.impl.inject.BaseMethod.invokeMethod(BaseMethod.java:224)
at org.apache.felix.scr.impl.inject.BaseMethod.access$500(BaseMethod.java:39)
at org.apache.felix.scr.impl.inject.BaseMethod$Resolved.invoke(BaseMethod.java:617)
at org.apache.felix.scr.impl.inject.BaseMethod.invoke(BaseMethod.java:501)
at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:302)
at org.apache.felix.scr.impl.inject.ActivateMethod.invoke(ActivateMethod.java:294)
at org.apache.felix.scr.impl.manager.SingleComponentManager.createImplementationObject(SingleComponentManager.java:297)
at org.apache.felix.scr.impl.manager.SingleComponentManager.createComponent(SingleComponentManager.java:108)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getService(SingleComponentManager.java:906)
at org.apache.felix.scr.impl.manager.SingleComponentManager.getServiceInternal(SingleComponentManager.java:879)
at org.apache.felix.scr.impl.manager.AbstractComponentManager.activateInternal(AbstractComponentManager.java:748)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:1012)
at org.apache.felix.scr.impl.manager.DependencyManager$SingleStaticCustomizer.addedService(DependencyManager.java:968)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1215)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.customizerAdded(ServiceTracker.java:1136)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.trackAdding(ServiceTracker.java:945)
at org.apache.felix.scr.impl.manager.ServiceTracker$AbstractTracked.track(ServiceTracker.java:881)
at org.apache.felix.scr.impl.manager.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:1167)
at org.apache.felix.scr.impl.BundleComponentActivator$ListenerInfo.serviceChanged(BundleComponentActivator.java:127)
at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:109)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:917)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:862)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:801)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:127)
at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:225)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:464)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:482)
at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:1001)
at com.liferay.registry.internal.RegistryImpl.registerService(RegistryImpl.java:355)
at com.liferay.portal.servlet.MainServlet.registerPortalInitialized(MainServlet.java:1348)
at com.liferay.portal.servlet.MainServlet.init(MainServlet.java:425)
at javax.servlet.GenericServlet.init(GenericServlet.java:158)
at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1124)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1079)
at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:971)
at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4765)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5075)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:742)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:718)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:703)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:630)
at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1840)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:525)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:424)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1586)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:308)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:424)
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:367)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:966)
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:839)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1427)
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1417)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:943)
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:258)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:422)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:770)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
at org.apache.catalina.startup.Catalina.start(Catalina.java:682)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:493)
Caused by: com.liferay.portal.kernel.exception.NoSuchResourceActionException: There are no actions associated with the resource com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion
at com.liferay.portal.service.impl.ResourceLocalServiceImpl.validate(ResourceLocalServiceImpl.java:1063)
at com.liferay.portal.service.impl.ResourceLocalServiceImpl.addModelResources(ResourceLocalServiceImpl.java:718)
at com.liferay.portal.service.impl.ResourceLocalServiceImpl.addModelResources(ResourceLocalServiceImpl.java:178)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:158)
at com.liferay.portal.spring.transaction.DefaultTransactionExecutor.execute(DefaultTransactionExecutor.java:54)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:58)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.service.ServiceContextAdvice.invoke(ServiceContextAdvice.java:51)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:56)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:135)
at com.liferay.portal.spring.aop.ServiceBeanAopProxy.invoke(ServiceBeanAopProxy.java:145)
at com.sun.proxy.$Proxy99.addModelResources(Unknown Source)
at com.liferay.portal.workflow.kaleo.designer.web.internal.messaging.KaleoDefinitionVersionModelListener.onAfterCreate(KaleoDefinitionVersionModelListener.java:44)
... 443 more
2018-06-26 16:22:10.335 INFO [main][UpgradeProcess:86] Upgrading com.liferay.portal.workflow.kaleo.designer.web.internal.upgrade.v1_0_1.UpgradeKaleoDefinitionVersion
INFO - Upgrading com.liferay.portal.workflow.kaleo.designer.web.internal.upgrade.v1_0_1.UpgradeKaleoDefinitionVersion
2018-06-26 16:22:10.377 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.portal.workflow.kaleo.designer.web.internal.upgrade.v1_0_1.UpgradeKaleoDefinitionVersion in 42ms
INFO - Completed upgrade process com.liferay.portal.workflow.kaleo.designer.web.internal.upgrade.v1_0_1.UpgradeKaleoDefinitionVersion in 42ms
2018-06-26 16:22:10.867 INFO [main][UpgradeProcess:86] Upgrading com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.v1_0_0.UpgradeDocumentLibraryThumbnailsConfiguration
INFO - Upgrading com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.v1_0_0.UpgradeDocumentLibraryThumbnailsConfiguration
2018-06-26 16:22:10.869 INFO [main][LoggingTimer:73] Starting com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.v1_0_0.UpgradeDocumentLibraryThumbnailsConfiguration#doUpgrade
INFO - Starting com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.v1_0_0.UpgradeDocumentLibraryThumbnailsConfiguration#doUpgrade
2018-06-26 16:22:10.929 INFO [main][LoggingTimer:39] Completed com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.v1_0_0.UpgradeDocumentLibraryThumbnailsConfiguration#doUpgrade in 60 ms
INFO - Completed com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.v1_0_0.UpgradeDocumentLibraryThumbnailsConfiguration#doUpgrade in 60 ms
2018-06-26 16:22:10.929 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.v1_0_0.UpgradeDocumentLibraryThumbnailsConfiguration in 62ms
INFO - Completed upgrade process com.liferay.adaptive.media.document.library.thumbnails.internal.upgrade.v1_0_0.UpgradeDocumentLibraryThumbnailsConfiguration in 62ms
2018-06-26 16:22:14.379 INFO [main][UpgradeProcess:86] Upgrading com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_2.UpgradeDDMFormInstanceStructureResourceAction
INFO - Upgrading com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_2.UpgradeDDMFormInstanceStructureResourceAction
2018-06-26 16:22:14.381 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_2.UpgradeDDMFormInstanceStructureResourceAction in 2ms
INFO - Completed upgrade process com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_2.UpgradeDDMFormInstanceStructureResourceAction in 2ms
2018-06-26 16:22:14.382 INFO [main][UpgradeProcess:86] Upgrading com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_3.UpgradeDataProviderInstance
INFO - Upgrading com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_3.UpgradeDataProviderInstance
2018-06-26 16:22:14.384 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_3.UpgradeDataProviderInstance in 2ms
INFO - Completed upgrade process com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_3.UpgradeDataProviderInstance in 2ms
2018-06-26 16:22:14.386 INFO [main][UpgradeProcess:86] Upgrading com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_3.UpgradeDDMFormInstanceSettings
INFO - Upgrading com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_3.UpgradeDDMFormInstanceSettings
2018-06-26 16:22:14.387 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_3.UpgradeDDMFormInstanceSettings in 1ms
INFO - Completed upgrade process com.liferay.dynamic.data.mapping.internal.upgrade.v2_0_3.UpgradeDDMFormInstanceSettings in 1ms
2018-06-26 16:22:16.040 INFO [main][UpgradeProcess:86] Upgrading com.liferay.asset.publisher.web.upgrade.v1_0_1.UpgradePortletPreferences
INFO - Upgrading com.liferay.asset.publisher.web.upgrade.v1_0_1.UpgradePortletPreferences
2018-06-26 16:22:16.041 INFO [main][LoggingTimer:73] Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
INFO - Starting com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences
2018-06-26 16:22:16.042 INFO [main][LoggingTimer:39] Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 1 ms
INFO - Completed com.liferay.portal.kernel.upgrade.BaseUpgradePortletPreferences#updatePortletPreferences in 1 ms
2018-06-26 16:22:16.042 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.asset.publisher.web.upgrade.v1_0_1.UpgradePortletPreferences in 2ms
INFO - Completed upgrade process com.liferay.asset.publisher.web.upgrade.v1_0_1.UpgradePortletPreferences in 2ms
2018-06-26 16:22:20.468 INFO [main][UpgradeProcess:86] Upgrading com.liferay.mobile.device.rules.web.internal.upgrade.MDRActionUpgrade
INFO - Upgrading com.liferay.mobile.device.rules.web.internal.upgrade.MDRActionUpgrade
2018-06-26 16:22:20.470 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.mobile.device.rules.web.internal.upgrade.MDRActionUpgrade in 2ms
INFO - Completed upgrade process com.liferay.mobile.device.rules.web.internal.upgrade.MDRActionUpgrade in 2ms
2018-06-26 16:22:20.481 INFO [main][UpgradeProcess:86] Upgrading com.liferay.mobile.device.rules.web.internal.upgrade.MDRRuleUpgrade
INFO - Upgrading com.liferay.mobile.device.rules.web.internal.upgrade.MDRRuleUpgrade
2018-06-26 16:22:20.482 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.mobile.device.rules.web.internal.upgrade.MDRRuleUpgrade in 1ms
INFO - Completed upgrade process com.liferay.mobile.device.rules.web.internal.upgrade.MDRRuleUpgrade in 1ms
2018-06-26 16:22:20.494 INFO [main][UpgradeProcess:86] Upgrading com.liferay.mobile.device.rules.web.internal.upgrade.MDRActionUpgrade
INFO - Upgrading com.liferay.mobile.device.rules.web.internal.upgrade.MDRActionUpgrade
2018-06-26 16:22:20.496 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.mobile.device.rules.web.internal.upgrade.MDRActionUpgrade in 2ms
INFO - Completed upgrade process com.liferay.mobile.device.rules.web.internal.upgrade.MDRActionUpgrade in 2ms
2018-06-26 16:22:20.507 INFO [main][UpgradeProcess:86] Upgrading com.liferay.mobile.device.rules.web.internal.upgrade.MDRRuleUpgrade
INFO - Upgrading com.liferay.mobile.device.rules.web.internal.upgrade.MDRRuleUpgrade
2018-06-26 16:22:20.509 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.mobile.device.rules.web.internal.upgrade.MDRRuleUpgrade in 2ms
INFO - Completed upgrade process com.liferay.mobile.device.rules.web.internal.upgrade.MDRRuleUpgrade in 2ms
2018-06-26 16:22:29.476 INFO [main][UpgradeProcess:86] Upgrading com.liferay.layout.admin.web.internal.upgrade.v_1_0_1.UpgradeLayoutType
INFO - Upgrading com.liferay.layout.admin.web.internal.upgrade.v_1_0_1.UpgradeLayoutType
2018-06-26 16:22:29.478 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.layout.admin.web.internal.upgrade.v_1_0_1.UpgradeLayoutType in 2ms
INFO - Completed upgrade process com.liferay.layout.admin.web.internal.upgrade.v_1_0_1.UpgradeLayoutType in 2ms
2018-06-26 16:22:29.489 INFO [main][UpgradeProcess:86] Upgrading com.liferay.layout.admin.web.internal.upgrade.v_1_0_2.UpgradeLayoutSetTypeSettings
INFO - Upgrading com.liferay.layout.admin.web.internal.upgrade.v_1_0_2.UpgradeLayoutSetTypeSettings
2018-06-26 16:22:29.490 INFO [main][UpgradeProcess:103] Completed upgrade process com.liferay.layout.admin.web.internal.upgrade.v_1_0_2.UpgradeLayoutSetTypeSettings in 1ms
INFO - Completed upgrade process com.liferay.layout.admin.web.internal.upgrade.v_1_0_2.UpgradeLayoutSetTypeSettings in 1ms
[2018-06-26T16:22:32,301][INFO ][o.e.m.j.JvmGcMonitorService] [LVM9uaO] [gc][39] overhead, spent [888ms] collecting in the last [1s]
Executing verifiers registered for com.liferay.portal.scheduler.internal.verify
2018-06-26 16:22:33.328 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.scheduler.internal.verify.SchedulerHelperPropertiesVerifyProcess
INFO - Verifying com.liferay.portal.scheduler.internal.verify.SchedulerHelperPropertiesVerifyProcess
2018-06-26 16:22:33.329 INFO [main][LoggingTimer:73] Starting com.liferay.portal.scheduler.internal.verify.SchedulerHelperPropertiesVerifyProcess#upgradeConfiguration
INFO - Starting com.liferay.portal.scheduler.internal.verify.SchedulerHelperPropertiesVerifyProcess#upgradeConfiguration
2018-06-26 16:22:33.329 INFO [main][LoggingTimer:39] Completed com.liferay.portal.scheduler.internal.verify.SchedulerHelperPropertiesVerifyProcess#upgradeConfiguration in 0 ms
INFO - Completed com.liferay.portal.scheduler.internal.verify.SchedulerHelperPropertiesVerifyProcess#upgradeConfiguration in 0 ms
2018-06-26 16:22:33.329 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.scheduler.internal.verify.SchedulerHelperPropertiesVerifyProcess in 1ms
INFO - Completed verification process com.liferay.portal.scheduler.internal.verify.SchedulerHelperPropertiesVerifyProcess in 1ms
Executing verifiers registered for com.liferay.organizations.service
2018-06-26 16:22:33.339 INFO [main][VerifyProcess:66] Verifying com.liferay.organizations.service.internal.verify.OrganizationServiceVerifyProcess
INFO - Verifying com.liferay.organizations.service.internal.verify.OrganizationServiceVerifyProcess
2018-06-26 16:22:33.341 INFO [pool-6-thread-2][LoggingTimer:73] Starting com.liferay.organizations.service.internal.verify.OrganizationServiceVerifyProcess#updateOrganizationAssetEntries
2018-06-26 16:22:33.341 INFO [pool-6-thread-1][LoggingTimer:73] Starting com.liferay.organizations.service.internal.verify.OrganizationServiceVerifyProcess#updateOrganizationAssets
2018-06-26 16:22:33.346 INFO [pool-6-thread-2][LoggingTimer:39] Completed com.liferay.organizations.service.internal.verify.OrganizationServiceVerifyProcess#updateOrganizationAssetEntries in 5 ms
2018-06-26 16:22:33.347 INFO [pool-6-thread-1][LoggingTimer:39] Completed com.liferay.organizations.service.internal.verify.OrganizationServiceVerifyProcess#updateOrganizationAssets in 6 ms
2018-06-26 16:22:33.348 INFO [main][VerifyProcess:81] Completed verification process com.liferay.organizations.service.internal.verify.OrganizationServiceVerifyProcess in 9ms
INFO - Completed verification process com.liferay.organizations.service.internal.verify.OrganizationServiceVerifyProcess in 9ms
Executing verifiers registered for com.liferay.portal.security.sso.token.shibboleth
2018-06-26 16:22:33.351 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.sso.token.internal.verify.ShibbolethCompanySettingsVerifyProcess
INFO - Verifying com.liferay.portal.security.sso.token.internal.verify.ShibbolethCompanySettingsVerifyProcess
2018-06-26 16:22:33.352 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
INFO - Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
2018-06-26 16:22:33.356 INFO [main][BaseCompanySettingsVerifyProcess:128] Removing preference keys [shibboleth.auth.enabled, shibboleth.import.from.ldap, shibboleth.logout.url, shibboleth.user.header] for company 20099
INFO - Removing preference keys [shibboleth.auth.enabled, shibboleth.import.from.ldap, shibboleth.logout.url, shibboleth.user.header] for company 20099
2018-06-26 16:22:33.357 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 5 ms
INFO - Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 5 ms
2018-06-26 16:22:33.358 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.sso.token.internal.verify.ShibbolethCompanySettingsVerifyProcess in 7ms
INFO - Completed verification process com.liferay.portal.security.sso.token.internal.verify.ShibbolethCompanySettingsVerifyProcess in 7ms
Executing verifiers registered for com.liferay.portal.security.sso.token.siteminder
2018-06-26 16:22:33.360 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.sso.token.internal.verify.SiteMinderCompanySettingsVerifyProcess
INFO - Verifying com.liferay.portal.security.sso.token.internal.verify.SiteMinderCompanySettingsVerifyProcess
2018-06-26 16:22:33.361 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
INFO - Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
2018-06-26 16:22:33.361 INFO [main][BaseCompanySettingsVerifyProcess:128] Removing preference keys [siteminder.auth.enabled, siteminder.import.from.ldap, siteminder.user.header] for company 20099
INFO - Removing preference keys [siteminder.auth.enabled, siteminder.import.from.ldap, siteminder.user.header] for company 20099
2018-06-26 16:22:33.363 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 2 ms
INFO - Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 2 ms
2018-06-26 16:22:33.363 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.sso.token.internal.verify.SiteMinderCompanySettingsVerifyProcess in 3ms
INFO - Completed verification process com.liferay.portal.security.sso.token.internal.verify.SiteMinderCompanySettingsVerifyProcess in 3ms
Executing verifiers registered for com.liferay.portal.security.sso.ntlm
2018-06-26 16:22:33.365 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.sso.ntlm.internal.verify.NtlmCompanySettingsVerifyProcess
INFO - Verifying com.liferay.portal.security.sso.ntlm.internal.verify.NtlmCompanySettingsVerifyProcess
2018-06-26 16:22:33.366 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
INFO - Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
2018-06-26 16:22:33.367 INFO [main][BaseCompanySettingsVerifyProcess:128] Removing preference keys [ntlm.auth.enabled, ntlm.auth.domain.controller.name, ntlm.auth.domain, ntlm.auth.domain.controller, ntlm.auth.service.account, ntlm.auth.service.password, ntlm.auth.negotiate.flags] for company 20099
INFO - Removing preference keys [ntlm.auth.enabled, ntlm.auth.domain.controller.name, ntlm.auth.domain, ntlm.auth.domain.controller, ntlm.auth.service.account, ntlm.auth.service.password, ntlm.auth.negotiate.flags] for company 20099
2018-06-26 16:22:33.374 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 8 ms
INFO - Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 8 ms
2018-06-26 16:22:33.374 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.sso.ntlm.internal.verify.NtlmCompanySettingsVerifyProcess in 9ms
INFO - Completed verification process com.liferay.portal.security.sso.ntlm.internal.verify.NtlmCompanySettingsVerifyProcess in 9ms
Executing verifiers registered for com.liferay.portal.security.sso.opensso
2018-06-26 16:22:33.383 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.sso.opensso.internal.verify.OpenSSOCompanySettingsVerifyProcess
INFO - Verifying com.liferay.portal.security.sso.opensso.internal.verify.OpenSSOCompanySettingsVerifyProcess
2018-06-26 16:22:33.383 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
INFO - Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
2018-06-26 16:22:33.384 INFO [main][BaseCompanySettingsVerifyProcess:128] Removing preference keys [open.sso.last.name.attr, open.sso.auth.enabled, open.sso.ldap.import.enabled, open.sso.email.address.attr, open.sso.service.url, open.sso.first.name.attr, open.sso.login.url, open.sso.logout.url, open.sso.screen.name.attr, open.sso.logout.on.session.expiration] for company 20099
INFO - Removing preference keys [open.sso.last.name.attr, open.sso.auth.enabled, open.sso.ldap.import.enabled, open.sso.email.address.attr, open.sso.service.url, open.sso.first.name.attr, open.sso.login.url, open.sso.logout.url, open.sso.screen.name.attr, open.sso.logout.on.session.expiration] for company 20099
2018-06-26 16:22:33.385 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 2 ms
INFO - Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 2 ms
2018-06-26 16:22:33.386 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.sso.opensso.internal.verify.OpenSSOCompanySettingsVerifyProcess in 3ms
INFO - Completed verification process com.liferay.portal.security.sso.opensso.internal.verify.OpenSSOCompanySettingsVerifyProcess in 3ms
Executing verifiers registered for com.liferay.portal.security.sso.openid
2018-06-26 16:22:33.395 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.sso.openid.internal.verify.OpenIdCompanySettingsVerifyProcess
INFO - Verifying com.liferay.portal.security.sso.openid.internal.verify.OpenIdCompanySettingsVerifyProcess
2018-06-26 16:22:33.395 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
INFO - Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
2018-06-26 16:22:33.396 INFO [main][BaseCompanySettingsVerifyProcess:128] Removing preference keys [openid.auth.enabled] for company 20099
INFO - Removing preference keys [openid.auth.enabled] for company 20099
2018-06-26 16:22:33.398 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 3 ms
INFO - Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 3 ms
2018-06-26 16:22:33.398 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.sso.openid.internal.verify.OpenIdCompanySettingsVerifyProcess in 3ms
INFO - Completed verification process com.liferay.portal.security.sso.openid.internal.verify.OpenIdCompanySettingsVerifyProcess in 3ms
Executing verifiers registered for com.liferay.portal.security.sso.facebook.connect
2018-06-26 16:22:33.406 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.sso.facebook.connect.internal.verify.FacebookConnectCompanySettingsVerifyProcess
INFO - Verifying com.liferay.portal.security.sso.facebook.connect.internal.verify.FacebookConnectCompanySettingsVerifyProcess
2018-06-26 16:22:33.407 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
INFO - Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
2018-06-26 16:22:33.408 INFO [main][BaseCompanySettingsVerifyProcess:128] Removing preference keys [facebook.connect.app.secret, facebook.connect.graph.url, facebook.connect.oauth.auth.url, facebook.connect.app.id, facebook.connect.oauth.redirect.url, facebook.connect.oauth.token.url, facebook.auth.enabled, facebook.connect.verified.account.required] for company 20099
INFO - Removing preference keys [facebook.connect.app.secret, facebook.connect.graph.url, facebook.connect.oauth.auth.url, facebook.connect.app.id, facebook.connect.oauth.redirect.url, facebook.connect.oauth.token.url, facebook.auth.enabled, facebook.connect.verified.account.required] for company 20099
2018-06-26 16:22:33.410 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 3 ms
INFO - Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 3 ms
2018-06-26 16:22:33.410 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.sso.facebook.connect.internal.verify.FacebookConnectCompanySettingsVerifyProcess in 4ms
INFO - Completed verification process com.liferay.portal.security.sso.facebook.connect.internal.verify.FacebookConnectCompanySettingsVerifyProcess in 4ms
Executing verifiers registered for com.liferay.portal.security.sso.google
2018-06-26 16:22:33.418 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.sso.google.internal.verify.GoogleLoginCompanySettingsVerifyProcess
INFO - Verifying com.liferay.portal.security.sso.google.internal.verify.GoogleLoginCompanySettingsVerifyProcess
2018-06-26 16:22:33.419 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
INFO - Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
2018-06-26 16:22:33.420 INFO [main][BaseCompanySettingsVerifyProcess:128] Removing preference keys [google-auth-enabled, google-client-id, google-client-secret] for company 20099
INFO - Removing preference keys [google-auth-enabled, google-client-id, google-client-secret] for company 20099
2018-06-26 16:22:33.421 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 2 ms
INFO - Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 2 ms
2018-06-26 16:22:33.421 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.sso.google.internal.verify.GoogleLoginCompanySettingsVerifyProcess in 3ms
INFO - Completed verification process com.liferay.portal.security.sso.google.internal.verify.GoogleLoginCompanySettingsVerifyProcess in 3ms
Executing verifiers registered for com.liferay.portal.security.sso.cas
2018-06-26 16:22:33.435 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.sso.cas.internal.verify.CASCompanySettingsVerifyProcess
INFO - Verifying com.liferay.portal.security.sso.cas.internal.verify.CASCompanySettingsVerifyProcess
2018-06-26 16:22:33.435 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
INFO - Starting com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties
2018-06-26 16:22:33.436 INFO [main][BaseCompanySettingsVerifyProcess:128] Removing preference keys [cas.logout.url, cas.no.such.user.redirect.url, cas.server.name, cas.server.url, cas.service.url, cas.import.from.ldap, cas,logout.on.session.expiration, cas.auth.enabled, cas.login.url] for company 20099
INFO - Removing preference keys [cas.logout.url, cas.no.such.user.redirect.url, cas.server.name, cas.server.url, cas.service.url, cas.import.from.ldap, cas,logout.on.session.expiration, cas.auth.enabled, cas.login.url] for company 20099
2018-06-26 16:22:33.438 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 3 ms
INFO - Completed com.liferay.portal.verify.BaseCompanySettingsVerifyProcess#verifyProperties in 3 ms
2018-06-26 16:22:33.438 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.sso.cas.internal.verify.CASCompanySettingsVerifyProcess in 3ms
INFO - Completed verification process com.liferay.portal.security.sso.cas.internal.verify.CASCompanySettingsVerifyProcess in 3ms
Executing verifiers registered for com.liferay.systemevent.internal.verify
2018-06-26 16:22:33.447 INFO [main][VerifyProcess:66] Verifying com.liferay.exportimport.internal.verify.system.event.SystemEventVerifyProcess
INFO - Verifying com.liferay.exportimport.internal.verify.system.event.SystemEventVerifyProcess
2018-06-26 16:22:33.467 INFO [main][VerifyProcess:81] Completed verification process com.liferay.exportimport.internal.verify.system.event.SystemEventVerifyProcess in 20ms
INFO - Completed verification process com.liferay.exportimport.internal.verify.system.event.SystemEventVerifyProcess in 20ms
Executing verifiers registered for com.liferay.portal.security.ldap
2018-06-26 16:22:33.470 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.ldap.internal.verify.LDAPPropertiesVerifyProcess
INFO - Verifying com.liferay.portal.security.ldap.internal.verify.LDAPPropertiesVerifyProcess
2018-06-26 16:22:33.470 INFO [main][LoggingTimer:73] Starting com.liferay.portal.security.ldap.internal.verify.LDAPPropertiesVerifyProcess#verifyLDAPProperties
INFO - Starting com.liferay.portal.security.ldap.internal.verify.LDAPPropertiesVerifyProcess#verifyLDAPProperties
2018-06-26 16:22:33.471 INFO [main][LoggingTimer:39] Completed com.liferay.portal.security.ldap.internal.verify.LDAPPropertiesVerifyProcess#verifyLDAPProperties in 1 ms
INFO - Completed com.liferay.portal.security.ldap.internal.verify.LDAPPropertiesVerifyProcess#verifyLDAPProperties in 1 ms
2018-06-26 16:22:33.471 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.ldap.internal.verify.LDAPPropertiesVerifyProcess in 1ms
INFO - Completed verification process com.liferay.portal.security.ldap.internal.verify.LDAPPropertiesVerifyProcess in 1ms
Executing verifiers registered for com.liferay.portal.security.service.access.policy.service
2018-06-26 16:22:33.474 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.security.service.access.policy.internal.verify.SAPServiceVerifyProcess
INFO - Verifying com.liferay.portal.security.service.access.policy.internal.verify.SAPServiceVerifyProcess
2018-06-26 16:22:33.475 INFO [main][LoggingTimer:73] Starting com.liferay.portal.security.service.access.policy.internal.verify.SAPServiceVerifyProcess#verifyDefaultSAPEntry
INFO - Starting com.liferay.portal.security.service.access.policy.internal.verify.SAPServiceVerifyProcess#verifyDefaultSAPEntry
2018-06-26 16:22:33.494 INFO [main][LoggingTimer:39] Completed com.liferay.portal.security.service.access.policy.internal.verify.SAPServiceVerifyProcess#verifyDefaultSAPEntry in 19 ms
INFO - Completed com.liferay.portal.security.service.access.policy.internal.verify.SAPServiceVerifyProcess#verifyDefaultSAPEntry in 19 ms
2018-06-26 16:22:33.495 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.security.service.access.policy.internal.verify.SAPServiceVerifyProcess in 21ms
INFO - Completed verification process com.liferay.portal.security.service.access.policy.internal.verify.SAPServiceVerifyProcess in 21ms
Executing verifiers registered for com.liferay.portal.workflow.kaleo.designer.web
2018-06-26 16:22:33.498 INFO [main][VerifyProcess:66] Verifying com.liferay.portal.workflow.kaleo.designer.web.internal.verify.KaleoDesignerWebVerifyProcess
INFO - Verifying com.liferay.portal.workflow.kaleo.designer.web.internal.verify.KaleoDesignerWebVerifyProcess
2018-06-26 16:22:33.499 INFO [main][LoggingTimer:73] Starting com.liferay.portal.workflow.kaleo.designer.web.internal.verify.KaleoDesignerWebVerifyProcess#verifyKaleoDefinitionVersions
INFO - Starting com.liferay.portal.workflow.kaleo.designer.web.internal.verify.KaleoDesignerWebVerifyProcess#verifyKaleoDefinitionVersions
2018-06-26 16:22:33.503 INFO [main][LoggingTimer:39] Completed com.liferay.portal.workflow.kaleo.designer.web.internal.verify.KaleoDesignerWebVerifyProcess#verifyKaleoDefinitionVersions in 4 ms
INFO - Completed com.liferay.portal.workflow.kaleo.designer.web.internal.verify.KaleoDesignerWebVerifyProcess#verifyKaleoDefinitionVersions in 4 ms
2018-06-26 16:22:33.503 INFO [main][VerifyProcess:81] Completed verification process com.liferay.portal.workflow.kaleo.designer.web.internal.verify.KaleoDesignerWebVerifyProcess in 5ms
INFO - Completed verification process com.liferay.portal.workflow.kaleo.designer.web.internal.verify.KaleoDesignerWebVerifyProcess in 5ms
Executing verifiers registered for com.liferay.dynamic.data.mapping.service
2018-06-26 16:22:33.507 INFO [main][VerifyProcess:66] Verifying com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess
INFO - Verifying com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess
2018-06-26 16:22:33.508 INFO [main][LoggingTimer:73] Starting com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyStructures
INFO - Starting com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyStructures
2018-06-26 16:22:33.553 INFO [main][LoggingTimer:39] Completed com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyStructures in 45 ms
INFO - Completed com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyStructures in 45 ms
2018-06-26 16:22:33.554 INFO [main][LoggingTimer:73] Starting com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyStructureLinks
INFO - Starting com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyStructureLinks
2018-06-26 16:22:33.555 INFO [main][LoggingTimer:39] Completed com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyStructureLinks in 1 ms
INFO - Completed com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyStructureLinks in 1 ms
2018-06-26 16:22:33.556 INFO [main][LoggingTimer:73] Starting com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyTemplateLinks
INFO - Starting com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyTemplateLinks
2018-06-26 16:22:33.557 INFO [main][LoggingTimer:39] Completed com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyTemplateLinks in 1 ms
INFO - Completed com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyTemplateLinks in 1 ms
2018-06-26 16:22:33.558 INFO [main][LoggingTimer:73] Starting com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyContents
INFO - Starting com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyContents
2018-06-26 16:22:33.562 INFO [main][LoggingTimer:39] Completed com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyContents in 4 ms
INFO - Completed com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess#verifyContents in 4 ms
2018-06-26 16:22:33.562 INFO [main][VerifyProcess:81] Completed verification process com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess in 55ms
INFO - Completed verification process com.liferay.dynamic.data.mapping.verify.DDMServiceVerifyProcess in 55ms
Executing verifiers registered for com.liferay.document.library.service
2018-06-26 16:22:33.566 INFO [main][VerifyProcess:66] Verifying com.liferay.document.library.internal.verify.DLServiceVerifyProcess
INFO - Verifying com.liferay.document.library.internal.verify.DLServiceVerifyProcess
2018-06-26 16:22:33.567 INFO [main][LoggingTimer:73] Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#checkDLFileEntryMetadata
INFO - Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#checkDLFileEntryMetadata
2018-06-26 16:22:33.573 INFO [main][LoggingTimer:39] Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#checkDLFileEntryMetadata in 6 ms
INFO - Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#checkDLFileEntryMetadata in 6 ms
2018-06-26 16:22:33.573 INFO [main][LoggingTimer:73] Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#checkMimeTypes
INFO - Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#checkMimeTypes
2018-06-26 16:22:33.579 INFO [main][LoggingTimer:39] Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#checkMimeTypes in 6 ms
INFO - Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#checkMimeTypes in 6 ms
2018-06-26 16:22:33.580 INFO [main][LoggingTimer:73] Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateClassNameId
INFO - Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateClassNameId
2018-06-26 16:22:33.580 INFO [main][LoggingTimer:39] Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateClassNameId in 0 ms
INFO - Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateClassNameId in 0 ms
2018-06-26 16:22:33.581 INFO [main][LoggingTimer:73] Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateFileEntryAssets
INFO - Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateFileEntryAssets
2018-06-26 16:22:33.586 INFO [main][LoggingTimer:39] Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateFileEntryAssets in 5 ms
INFO - Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateFileEntryAssets in 5 ms
2018-06-26 16:22:33.587 INFO [main][LoggingTimer:73] Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateFolderAssets
INFO - Starting com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateFolderAssets
2018-06-26 16:22:33.594 INFO [main][LoggingTimer:39] Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateFolderAssets in 7 ms
INFO - Completed com.liferay.document.library.internal.verify.DLServiceVerifyProcess#updateFolderAssets in 7 ms
2018-06-26 16:22:33.595 INFO [main][VerifyProcess:81] Completed verification process com.liferay.document.library.internal.verify.DLServiceVerifyProcess in 29ms
INFO - Completed verification process com.liferay.document.library.internal.verify.DLServiceVerifyProcess in 29ms
Executing verifiers registered for com.liferay.message.boards.service
2018-06-26 16:22:33.615 INFO [main][VerifyProcess:66] Verifying com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess
INFO - Verifying com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess
2018-06-26 16:22:33.616 INFO [main][LoggingTimer:73] Starting com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess#verifyAuditedModels
INFO - Starting com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess#verifyAuditedModels
2018-06-26 16:22:33.618 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBDiscussion
INFO - Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBDiscussion
2018-06-26 16:22:33.619 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBDiscussion in 1 ms
INFO - Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBDiscussion in 1 ms
2018-06-26 16:22:33.619 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBThread
INFO - Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBThread
2018-06-26 16:22:33.621 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBThread in 2 ms
INFO - Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBThread in 2 ms
2018-06-26 16:22:33.621 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBThreadFlag
INFO - Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBThreadFlag
2018-06-26 16:22:33.622 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBThreadFlag in 1 ms
INFO - Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#MBThreadFlag in 1 ms
2018-06-26 16:22:33.622 INFO [main][LoggingTimer:39] Completed com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess#verifyAuditedModels in 6 ms
INFO - Completed com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess#verifyAuditedModels in 6 ms
2018-06-26 16:22:33.623 INFO [main][LoggingTimer:73] Starting com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess#verifyGroupedModels
INFO - Starting com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess#verifyGroupedModels
2018-06-26 16:22:33.624 INFO [pool-7-thread-1][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyGroupedModel#verifyGroupedModel#MBDiscussion
2018-06-26 16:22:33.624 INFO [pool-7-thread-2][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyGroupedModel#verifyGroupedModel#MBThreadFlag
2018-06-26 16:22:33.625 INFO [pool-7-thread-1][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyGroupedModel#verifyGroupedModel#MBDiscussion in 1 ms
2018-06-26 16:22:33.626 INFO [pool-7-thread-2][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyGroupedModel#verifyGroupedModel#MBThreadFlag in 2 ms
2018-06-26 16:22:33.626 INFO [main][LoggingTimer:39] Completed com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess#verifyGroupedModels in 3 ms
INFO - Completed com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess#verifyGroupedModels in 3 ms
2018-06-26 16:22:33.626 INFO [main][VerifyProcess:81] Completed verification process com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess in 11ms
INFO - Completed verification process com.liferay.message.boards.internal.verify.MessageBoardsServiceVerifyProcess in 11ms
Executing verifiers registered for com.liferay.mobile.device.rules.service
2018-06-26 16:22:33.634 INFO [main][VerifyProcess:66] Verifying com.liferay.mobile.device.rules.internal.verify.MDRServiceVerifyProcess
INFO - Verifying com.liferay.mobile.device.rules.internal.verify.MDRServiceVerifyProcess
2018-06-26 16:22:33.636 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyResourcePermissions#_verifyResourcedModel#MDRRuleGroupInstance
INFO - Starting com.liferay.portal.verify.VerifyResourcePermissions#_verifyResourcedModel#MDRRuleGroupInstance
2018-06-26 16:22:33.637 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyResourcePermissions#_verifyResourcedModel#MDRRuleGroupInstance in 1 ms
INFO - Completed com.liferay.portal.verify.VerifyResourcePermissions#_verifyResourcedModel#MDRRuleGroupInstance in 1 ms
2018-06-26 16:22:33.638 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyResourcePermissions#_verifyResourcedModel#MDRRuleGroup
INFO - Starting com.liferay.portal.verify.VerifyResourcePermissions#_verifyResourcedModel#MDRRuleGroup
2018-06-26 16:22:33.639 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyResourcePermissions#_verifyResourcedModel#MDRRuleGroup in 1 ms
INFO - Completed com.liferay.portal.verify.VerifyResourcePermissions#_verifyResourcedModel#MDRRuleGroup in 1 ms
2018-06-26 16:22:33.639 INFO [main][VerifyProcess:81] Completed verification process com.liferay.mobile.device.rules.internal.verify.MDRServiceVerifyProcess in 5ms
INFO - Completed verification process com.liferay.mobile.device.rules.internal.verify.MDRServiceVerifyProcess in 5ms
Executing verifiers registered for com.liferay.polls.service
2018-06-26 16:22:33.643 INFO [main][VerifyProcess:66] Verifying com.liferay.polls.internal.verify.PollsServiceVerifyProcess
INFO - Verifying com.liferay.polls.internal.verify.PollsServiceVerifyProcess
2018-06-26 16:22:33.643 INFO [main][LoggingTimer:73] Starting com.liferay.polls.internal.verify.PollsServiceVerifyProcess#verifyAuditedModels
INFO - Starting com.liferay.polls.internal.verify.PollsServiceVerifyProcess#verifyAuditedModels
2018-06-26 16:22:33.644 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#PollsChoice
INFO - Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#PollsChoice
2018-06-26 16:22:33.645 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#PollsChoice in 1 ms
INFO - Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#PollsChoice in 1 ms
2018-06-26 16:22:33.645 INFO [main][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#PollsVote
INFO - Starting com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#PollsVote
2018-06-26 16:22:33.646 INFO [main][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#PollsVote in 1 ms
INFO - Completed com.liferay.portal.verify.VerifyAuditedModel#verifyAuditedModel#PollsVote in 1 ms
2018-06-26 16:22:33.646 INFO [main][LoggingTimer:39] Completed com.liferay.polls.internal.verify.PollsServiceVerifyProcess#verifyAuditedModels in 3 ms
INFO - Completed com.liferay.polls.internal.verify.PollsServiceVerifyProcess#verifyAuditedModels in 3 ms
2018-06-26 16:22:33.647 INFO [main][LoggingTimer:73] Starting com.liferay.polls.internal.verify.PollsServiceVerifyProcess#verifyGroupedModels
INFO - Starting com.liferay.polls.internal.verify.PollsServiceVerifyProcess#verifyGroupedModels
2018-06-26 16:22:33.647 INFO [pool-8-thread-1][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyGroupedModel#verifyGroupedModel#PollsChoice
2018-06-26 16:22:33.648 INFO [pool-8-thread-1][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyGroupedModel#verifyGroupedModel#PollsChoice in 1 ms
2018-06-26 16:22:33.648 INFO [pool-9-thread-1][LoggingTimer:73] Starting com.liferay.portal.verify.VerifyGroupedModel#verifyGroupedModel#PollsVote
2018-06-26 16:22:33.648 INFO [pool-9-thread-1][LoggingTimer:39] Completed com.liferay.portal.verify.VerifyGroupedModel#verifyGroupedModel#PollsVote in 0 ms
2018-06-26 16:22:33.648 INFO [main][LoggingTimer:39] Completed com.liferay.polls.internal.verify.PollsServiceVerifyProcess#verifyGroupedModels in 1 ms
INFO - Completed com.liferay.polls.internal.verify.PollsServiceVerifyProcess#verifyGroupedModels in 1 ms
2018-06-26 16:22:33.649 INFO [main][VerifyProcess:81] Completed verification process com.liferay.polls.internal.verify.PollsServiceVerifyProcess in 6ms
INFO - Completed verification process com.liferay.polls.internal.verify.PollsServiceVerifyProcess in 6ms
Executing verifiers registered for com.liferay.blogs.trackbacks
2018-06-26 16:22:33.651 INFO [main][VerifyProcess:66] Verifying com.liferay.blogs.internal.verify.VerifyBlogsTrackbacks
INFO - Verifying com.liferay.blogs.internal.verify.VerifyBlogsTrackbacks
2018-06-26 16:22:33.652 INFO [main][LoggingTimer:73] Starting com.liferay.blogs.internal.verify.VerifyBlogsTrackbacks#verifyMBDiscussions
INFO - Starting com.liferay.blogs.internal.verify.VerifyBlogsTrackbacks#verifyMBDiscussions
2018-06-26 16:22:33.658 INFO [main][LoggingTimer:39] Completed com.liferay.blogs.internal.verify.VerifyBlogsTrackbacks#verifyMBDiscussions in 6 ms
INFO - Completed com.liferay.blogs.internal.verify.VerifyBlogsTrackbacks#verifyMBDiscussions in 6 ms
2018-06-26 16:22:33.658 INFO [main][VerifyProcess:81] Completed verification process com.liferay.blogs.internal.verify.VerifyBlogsTrackbacks in 7ms
INFO - Completed verification process com.liferay.blogs.internal.verify.VerifyBlogsTrackbacks in 7ms
Executing verifiers registered for com.liferay.bookmarks.service
2018-06-26 16:22:33.662 INFO [main][VerifyProcess:66] Verifying com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess
INFO - Verifying com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess
2018-06-26 16:22:33.662 INFO [main][LoggingTimer:73] Starting com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess#updateFolderAssets
INFO - Starting com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess#updateFolderAssets
2018-06-26 16:22:33.666 INFO [main][LoggingTimer:39] Completed com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess#updateFolderAssets in 4 ms
INFO - Completed com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess#updateFolderAssets in 4 ms
2018-06-26 16:22:33.667 INFO [main][LoggingTimer:73] Starting com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess#verifyTree
INFO - Starting com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess#verifyTree
2018-06-26 16:22:33.687 INFO [main][LoggingTimer:39] Completed com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess#verifyTree in 20 ms
INFO - Completed com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess#verifyTree in 20 ms
2018-06-26 16:22:33.687 INFO [main][VerifyProcess:81] Completed verification process com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess in 25ms
INFO - Completed verification process com.liferay.bookmarks.internal.verify.BookmarksServiceVerifyProcess in 25ms
2018-06-26 16:22:33.705 INFO [liferay/scheduler_dispatch-4][PluginPackageUtil:1264] Reloading repositories
2018-06-26 16:22:35.501 INFO [main][CxfJaxrsBundleActivator:60] created whiteboard from configuration: {default.application.base=/rest, default.web=false, felix.fileinstall.filename=file:/Users/vicnate5/bundles/7.1.x-private-bundles/osgi/configs/org.apache.aries.jax.rs.whiteboard.default.cfg, service.pid=org.apache.aries.jax.rs.whiteboard.default}
2018-06-26 16:22:46.701 INFO [main][HotDeployImpl:226] Deploying admin-theme from queue
2018-06-26 16:22:46.703 INFO [main][PluginPackageUtil:1001] Reading plugin package for admin-theme
26-Jun-2018 16:22:46.708 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:46.723 INFO [main][ThemeHotDeployListener:93] Registering themes for admin-theme
2018-06-26 16:22:47.765 INFO [main][ThemeHotDeployListener:108] 1 theme for admin-theme is available for use
2018-06-26 16:22:47.972 INFO [main][HotDeployImpl:226] Deploying classic-theme from queue
2018-06-26 16:22:47.972 INFO [main][PluginPackageUtil:1001] Reading plugin package for classic-theme
26-Jun-2018 16:22:47.975 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:47.979 INFO [main][ThemeHotDeployListener:93] Registering themes for classic-theme
2018-06-26 16:22:48.778 INFO [main][ThemeHotDeployListener:108] 1 theme for classic-theme is available for use
2018-06-26 16:22:48.965 INFO [main][HotDeployImpl:226] Deploying fjord-theme from queue
2018-06-26 16:22:48.966 INFO [main][PluginPackageUtil:1001] Reading plugin package for fjord-theme
26-Jun-2018 16:22:48.968 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:48.972 INFO [main][ThemeHotDeployListener:93] Registering themes for fjord-theme
2018-06-26 16:22:49.815 INFO [main][ThemeHotDeployListener:108] 1 theme for fjord-theme is available for use
2018-06-26 16:22:50.758 INFO [main][HotDeployImpl:226] Deploying lcs-portlet from queue
2018-06-26 16:22:50.759 INFO [main][PluginPackageUtil:1001] Reading plugin package for lcs-portlet
26-Jun-2018 16:22:50.797 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:51.115 INFO [main][HookHotDeployListener:457] Registering hook for lcs-portlet
2018-06-26 16:22:51.146 INFO [main][HookHotDeployListener:533] Hook for lcs-portlet is available for use
2018-06-26 16:22:51.147 INFO [main][PortletHotDeployListener:186] Registering portlets for lcs-portlet
2018-06-26 16:22:51.259 INFO [main][PortletHotDeployListener:298] 1 portlet for lcs-portlet is available for use
2018-06-26 16:22:51.449 INFO [main][HotDeployImpl:226] Deploying porygon-theme from queue
2018-06-26 16:22:51.450 INFO [main][PluginPackageUtil:1001] Reading plugin package for porygon-theme
26-Jun-2018 16:22:51.452 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:51.522 INFO [main][ThemeHotDeployListener:93] Registering themes for porygon-theme
2018-06-26 16:22:52.248 INFO [main][ThemeHotDeployListener:108] 1 theme for porygon-theme is available for use
2018-06-26 16:22:52.517 INFO [main][HotDeployImpl:226] Deploying powwow-portlet from queue
2018-06-26 16:22:52.517 INFO [main][PluginPackageUtil:1001] Reading plugin package for powwow-portlet
2018-06-26 16:22:52.533 INFO [main][ServiceComponentLocalServiceImpl:598] Running Powwow SQL scripts
26-Jun-2018 16:22:52.571 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:52.781 INFO [main][HookHotDeployListener:457] Registering hook for powwow-portlet
2018-06-26 16:22:52.789 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ar.properties
2018-06-26 16:22:52.789 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_bg.properties
2018-06-26 16:22:52.792 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_cs.properties
2018-06-26 16:22:52.792 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_da.properties
2018-06-26 16:22:52.795 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_el.properties
2018-06-26 16:22:52.799 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_et.properties
2018-06-26 16:22:52.800 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_eu.properties
2018-06-26 16:22:52.800 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_fa.properties
2018-06-26 16:22:52.806 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_gl.properties
2018-06-26 16:22:52.822 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_hr.properties
2018-06-26 16:22:52.826 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_in.properties
2018-06-26 16:22:52.826 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_it.properties
2018-06-26 16:22:52.832 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ko.properties
2018-06-26 16:22:52.832 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lo.properties
2018-06-26 16:22:52.832 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lt.properties
2018-06-26 16:22:52.833 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_nb.properties
2018-06-26 16:22:52.846 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_pl.properties
2018-06-26 16:22:52.861 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ro.properties
2018-06-26 16:22:52.862 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ru.properties
2018-06-26 16:22:52.862 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sk.properties
2018-06-26 16:22:52.863 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sl.properties
2018-06-26 16:22:52.889 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sv.properties
2018-06-26 16:22:52.890 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_th.properties
2018-06-26 16:22:52.891 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_tr.properties
2018-06-26 16:22:52.892 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_uk.properties
2018-06-26 16:22:52.892 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_vi.properties
2018-06-26 16:22:52.905 INFO [main][HookHotDeployListener:533] Hook for powwow-portlet is available for use
2018-06-26 16:22:52.908 INFO [main][PortletHotDeployListener:186] Registering portlets for powwow-portlet
2018-06-26 16:22:53.078 INFO [main][PortletHotDeployListener:303] 2 portlets for powwow-portlet are available for use
2018-06-26 16:22:53.342 INFO [main][HotDeployImpl:226] Deploying saml-hook from queue
2018-06-26 16:22:53.342 INFO [main][PluginPackageUtil:1001] Reading plugin package for saml-hook
26-Jun-2018 16:22:53.346 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:53.349 INFO [main][HookHotDeployListener:457] Registering hook for saml-hook
2018-06-26 16:22:53.355 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ar.properties
2018-06-26 16:22:53.356 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_bg.properties
2018-06-26 16:22:53.360 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_cs.properties
2018-06-26 16:22:53.360 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_da.properties
2018-06-26 16:22:53.365 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_el.properties
2018-06-26 16:22:53.370 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_et.properties
2018-06-26 16:22:53.370 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_eu.properties
2018-06-26 16:22:53.371 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_fa.properties
2018-06-26 16:22:53.376 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_gl.properties
2018-06-26 16:22:53.379 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_hr.properties
2018-06-26 16:22:53.381 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_in.properties
2018-06-26 16:22:53.382 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_it.properties
2018-06-26 16:22:53.386 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ko.properties
2018-06-26 16:22:53.386 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lo.properties
2018-06-26 16:22:53.387 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lt.properties
2018-06-26 16:22:53.387 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_nb.properties
2018-06-26 16:22:53.393 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_pl.properties
2018-06-26 16:22:53.398 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ro.properties
2018-06-26 16:22:53.398 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ru.properties
2018-06-26 16:22:53.399 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sk.properties
2018-06-26 16:22:53.399 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sl.properties
2018-06-26 16:22:53.403 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sv.properties
2018-06-26 16:22:53.404 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_th.properties
2018-06-26 16:22:53.404 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_tr.properties
2018-06-26 16:22:53.405 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_uk.properties
2018-06-26 16:22:53.405 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_vi.properties
2018-06-26 16:22:53.415 INFO [main][HookHotDeployListener:533] Hook for saml-hook is available for use
2018-06-26 16:22:53.977 INFO [main][HotDeployImpl:226] Deploying sharepoint-hook from queue
2018-06-26 16:22:53.978 INFO [main][PluginPackageUtil:1001] Reading plugin package for sharepoint-hook
26-Jun-2018 16:22:53.981 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:53.985 INFO [main][HookHotDeployListener:457] Registering hook for sharepoint-hook
2018-06-26 16:22:53.997 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ar.properties
2018-06-26 16:22:53.998 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_bg.properties
2018-06-26 16:22:54.000 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_cs.properties
2018-06-26 16:22:54.001 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_da.properties
2018-06-26 16:22:54.003 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_el.properties
2018-06-26 16:22:54.008 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_et.properties
2018-06-26 16:22:54.008 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_eu.properties
2018-06-26 16:22:54.009 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_fa.properties
2018-06-26 16:22:54.013 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_gl.properties
2018-06-26 16:22:54.015 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_hr.properties
2018-06-26 16:22:54.017 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_in.properties
2018-06-26 16:22:54.017 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_it.properties
2018-06-26 16:22:54.021 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ko.properties
2018-06-26 16:22:54.022 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lo.properties
2018-06-26 16:22:54.022 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lt.properties
2018-06-26 16:22:54.023 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_nb.properties
2018-06-26 16:22:54.029 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_pl.properties
2018-06-26 16:22:54.033 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ro.properties
2018-06-26 16:22:54.034 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ru.properties
2018-06-26 16:22:54.035 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sk.properties
2018-06-26 16:22:54.035 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sl.properties
2018-06-26 16:22:54.039 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sv.properties
2018-06-26 16:22:54.039 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_th.properties
2018-06-26 16:22:54.040 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_tr.properties
2018-06-26 16:22:54.041 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_uk.properties
2018-06-26 16:22:54.042 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_vi.properties
2018-06-26 16:22:54.047 INFO [main][HookHotDeployListener:533] Hook for sharepoint-hook is available for use
2018-06-26 16:22:54.222 INFO [main][HotDeployImpl:226] Deploying social-bookmarks-hook from queue
2018-06-26 16:22:54.223 INFO [main][PluginPackageUtil:1001] Reading plugin package for social-bookmarks-hook
26-Jun-2018 16:22:54.227 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:54.230 INFO [main][HookHotDeployListener:457] Registering hook for social-bookmarks-hook
2018-06-26 16:22:54.236 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ar.properties
2018-06-26 16:22:54.237 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_bg.properties
2018-06-26 16:22:54.240 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_cs.properties
2018-06-26 16:22:54.241 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_da.properties
2018-06-26 16:22:54.245 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_el.properties
2018-06-26 16:22:54.248 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_et.properties
2018-06-26 16:22:54.249 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_eu.properties
2018-06-26 16:22:54.249 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_fa.properties
2018-06-26 16:22:54.253 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_gl.properties
2018-06-26 16:22:54.255 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_hr.properties
2018-06-26 16:22:54.259 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_in.properties
2018-06-26 16:22:54.259 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_it.properties
2018-06-26 16:22:54.264 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ko.properties
2018-06-26 16:22:54.264 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lo.properties
2018-06-26 16:22:54.265 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lt.properties
2018-06-26 16:22:54.265 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_nb.properties
2018-06-26 16:22:54.268 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_pl.properties
2018-06-26 16:22:54.272 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ro.properties
2018-06-26 16:22:54.272 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ru.properties
2018-06-26 16:22:54.272 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sk.properties
2018-06-26 16:22:54.273 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sl.properties
2018-06-26 16:22:54.276 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sv.properties
2018-06-26 16:22:54.276 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_th.properties
2018-06-26 16:22:54.276 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_tr.properties
2018-06-26 16:22:54.277 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_uk.properties
2018-06-26 16:22:54.277 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_vi.properties
2018-06-26 16:22:54.288 INFO [main][HookHotDeployListener:533] Hook for social-bookmarks-hook is available for use
2018-06-26 16:22:54.508 INFO [main][HotDeployImpl:226] Deploying tasks-portlet from queue
2018-06-26 16:22:54.508 INFO [main][PluginPackageUtil:1001] Reading plugin package for tasks-portlet
2018-06-26 16:22:54.514 INFO [main][ServiceComponentLocalServiceImpl:598] Running TMS SQL scripts
26-Jun-2018 16:22:54.627 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:54.761 INFO [main][HookHotDeployListener:457] Registering hook for tasks-portlet
2018-06-26 16:22:54.764 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ar.properties
2018-06-26 16:22:54.765 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_bg.properties
2018-06-26 16:22:54.767 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_cs.properties
2018-06-26 16:22:54.767 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_da.properties
2018-06-26 16:22:54.769 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_el.properties
2018-06-26 16:22:54.773 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_et.properties
2018-06-26 16:22:54.774 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_eu.properties
2018-06-26 16:22:54.774 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_fa.properties
2018-06-26 16:22:54.792 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_gl.properties
2018-06-26 16:22:54.795 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_hr.properties
2018-06-26 16:22:54.798 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_in.properties
2018-06-26 16:22:54.798 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_it.properties
2018-06-26 16:22:54.802 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ko.properties
2018-06-26 16:22:54.803 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lo.properties
2018-06-26 16:22:54.803 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_lt.properties
2018-06-26 16:22:54.804 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_nb.properties
2018-06-26 16:22:54.807 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_pl.properties
2018-06-26 16:22:54.811 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ro.properties
2018-06-26 16:22:54.812 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_ru.properties
2018-06-26 16:22:54.812 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sk.properties
2018-06-26 16:22:54.812 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sl.properties
2018-06-26 16:22:54.816 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_sv.properties
2018-06-26 16:22:54.817 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_th.properties
2018-06-26 16:22:54.817 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_tr.properties
2018-06-26 16:22:54.817 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_uk.properties
2018-06-26 16:22:54.818 INFO [main][HookHotDeployListener:1172] Ignoring content/Language_vi.properties
2018-06-26 16:22:54.821 INFO [main][HookHotDeployListener:533] Hook for tasks-portlet is available for use
2018-06-26 16:22:54.822 INFO [main][PortletHotDeployListener:186] Registering portlets for tasks-portlet
2018-06-26 16:22:54.948 INFO [main][PortletHotDeployListener:303] 2 portlets for tasks-portlet are available for use
2018-06-26 16:22:55.146 INFO [main][HotDeployImpl:226] Deploying westeros-bank-theme from queue
2018-06-26 16:22:55.147 INFO [main][PluginPackageUtil:1001] Reading plugin package for westeros-bank-theme
26-Jun-2018 16:22:55.149 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring root WebApplicationContext
2018-06-26 16:22:55.151 INFO [main][ThemeHotDeployListener:93] Registering themes for westeros-bank-theme
2018-06-26 16:22:55.848 INFO [main][ThemeHotDeployListener:108] 1 theme for westeros-bank-theme is available for use
2018-06-26 16:23:12.165 INFO [main][SystemCheckOSGiCommands:58] Running system check. You can run this with command "system:check" in gogo shell.
2018-06-26 16:23:12.167 INFO [main][SystemCheckOSGiCommands:91] Available checkers :[Declarative Service Soft Circular Dependency Checker, Declarative Service Unsatisfied Component Checker, Spring Extender Unavailable Component Checker]
2018-06-26 16:23:12.167 INFO [main][SystemCheckOSGiCommands:107] Running "Declarative Service Soft Circular Dependency Checker". You can run this by itself with command "ds:softCircularDependency" in gogo shell.
2018-06-26 16:23:13.463 INFO [main][SystemCheckOSGiCommands:119] Declarative Service Soft Circular Dependency Checker check result: No issue is found.
2018-06-26 16:23:13.463 INFO [main][SystemCheckOSGiCommands:107] Running "Declarative Service Unsatisfied Component Checker". You can run this by itself with command "ds:unsatisfied" in gogo shell.
2018-06-26 16:23:13.688 INFO [main][SystemCheckOSGiCommands:119] Declarative Service Unsatisfied Component Checker check result: No issue is found.
2018-06-26 16:23:13.688 INFO [main][SystemCheckOSGiCommands:107] Running "Spring Extender Unavailable Component Checker". You can run this by itself with command "dm na" in gogo shell.
2018-06-26 16:23:13.690 INFO [main][SystemCheckOSGiCommands:119] Spring Extender Unavailable Component Checker check result: No issue is found.
26-Jun-2018 16:23:14.446 INFO [main] org.apache.catalina.core.ApplicationContext.log Initializing Spring FrameworkServlet 'Remoting Servlet'
26-Jun-2018 16:23:14.716 INFO [main] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of deployment descriptor [/Users/vicnate5/bundles/7.1.x-private-bundles/tomcat-9.0.6/conf/Catalina/localhost/ROOT.xml] has finished in [127,955] ms
26-Jun-2018 16:23:14.719 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-9080"]
26-Jun-2018 16:23:14.730 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-9009"]
26-Jun-2018 16:23:14.731 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 127997 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment