Fórumok

so-welcome-theme is still in queue because it is missing so-hook

thumbnail
Blake Jones, módosítva 10 év-val korábban

so-welcome-theme is still in queue because it is missing so-hook

Junior Member Bejegyzések: 39 Csatlakozás dátuma: 2012.08.17. Legújabb bejegyzések
After a clean installation of Liferay Portal 6.1.2 GA3 with Social Office 2.0

I started the $LIFERAY_HOME/bin/startup.sh and then tailed the catalina.out file and keep getting the following error message:

"so-welcome-theme is still in queue because it is missing so-hook"

I'm assuming that so-hook is not in the directory where it's expected to be during startup and somehow getting copied into the correct directory, because eventually the server starts up, I can log in, my Social Office Welcome Theme is enabled and working, my Social Office Profile, Dashboard, and all Social Office Features are available and working.

can any one help me solve this issue?

I have spent over 12 hours non-stop, searching through Forums, Wiki's, Posts from other Liferay users trying to find a solution.

My goal is to troubleshoot and fix any and all ERRORS that tail -f catalina.out is producing verbosely during startup.

So far I successfully installed and tested:

1. Open Office Document Converter
2. ImageMagick
3. Apache Portable Runtime

Any help with this would be awesome!

Thanks,

Blake Jones
Oliver Bayer, módosítva 10 év-val korábban

RE: so-welcome-theme is still in queue because it is missing so-hook

Liferay Master Bejegyzések: 894 Csatlakozás dátuma: 2009.02.18. Legújabb bejegyzések
Hi Blake,

it seems as if you're missing the required social office hook (so-hook). So after deploying it the theme should be deployed too.

HTH Oli
thumbnail
Blake Jones, módosítva 10 év-val korábban

RE: so-welcome-theme is still in queue because it is missing so-hook

Junior Member Bejegyzések: 39 Csatlakozás dátuma: 2012.08.17. Legújabb bejegyzések
Thank you for the REPLY!

My goal is to get LIFERAY PORTAL 6.1.2 with Social Office 2.0 Installed with Apache Portable Runtime, Open Office Document Converter, ImageMagick, and Xuggler.

Booting Perfectly with out any Errors.

I have got everything working perfectly except this missing so-hook, and a /bin/shutdown.sh causing a "Memory Leak"

I agree that liferay is looking for the so-hook, is it possible that a configuration file isn't pointing to the correct location?

I have a very conceptional understanding of the hooks and /temp directory during boot. Do you know how the /temp directory is used during initial boot?

/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps# ls -a
. ROOT contacts-portlet events-display-portlet microblogs-portlet private-messaging-portlet so-hook so-theme tasks-portlet
.. chat-portlet deploy-listener-hook marketplace-portlet portal-compat-hook resources-importer-web so-portlet so-welcome-theme wysiwyg-portlet


Also the SERVER eventually boots up.

Here is a tail -f catalina.out

I will bold all errors that I see so far.

Thank You so much for Helping!

Oct 17, 2013 12:37:25 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.8.
Oct 17, 2013 12:37:25 PM org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
Oct 17, 2013 12:37:26 PM org.apache.catalina.core.AprLifecycleListener initializeSSL
INFO: OpenSSL successfully initialized (OpenSSL 1.0.1 14 Mar 2012)
Oct 17, 2013 12:37:26 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-apr-8080"]
Oct 17, 2013 12:37:26 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
Oct 17, 2013 12:37:26 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1942 ms
Oct 17, 2013 12:37:26 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
Oct 17, 2013 12:37:26 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.40
Oct 17, 2013 12:37:26 PM org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/conf/Catalina/localhost/ROOT.xml
Loading jar:file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/system.properties
Loading jar:file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/ROOT/WEB-INF/lib/portal-impl.jar!/portal.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/ROOT/WEB-INF/classes/portal-ext.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/portal-ext.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/portal-setup-wizard.properties
Oct 17, 2013 12:37:47 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
12:37:55,540 INFO [localhost-startStop-1][DialectDetector:71] Determine dialect for MySQL 5
12:37:55,636 INFO [localhost-startStop-1][DialectDetector:136] Found dialect org.hibernate.dialect.MySQLDialect
Starting Liferay Portal Community Edition 6.1.2 CE (Paton / Build 6102 / August 2, 2013)
12:38:41,615 INFO [localhost-startStop-1][BaseDB:481] Database does not support case sensitive queries
12:38:42,447 INFO [localhost-startStop-1][ServerDetector:169] Server supports hot deploy
12:38:42,452 INFO [localhost-startStop-1][PluginPackageUtil:1046] Reading plugin package for the root context
12:38:51,420 INFO [localhost-startStop-1][AutoDeployDir:144] Auto deploy scanner started for /var/www/liferay-portal-6.1.2-ce-ga3/deploy
12:38:54,482 INFO [liferay/scheduler_dispatch-1][PluginPackageUtil:1308] Reloading repositories
Oct 17, 2013 12:38:59 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring FrameworkServlet 'Remoting Servlet'
Oct 17, 2013 12:39:06 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/events-display-portlet
12:39:09,391 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying events-display-portlet from queue
12:39:09,393 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for events-display-portlet
Oct 17, 2013 12:39:09 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
12:39:09,545 INFO [localhost-startStop-1][PortletHotDeployListener:295] Registering portlets for events-display-portlet
12:39:09,784 INFO [localhost-startStop-1][PortletHotDeployListener:454] 1 portlet for events-display-portlet is available for use
Oct 17, 2013 12:39:09 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/chat-portlet
12:39:12,023 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying chat-portlet from queue
12:39:12,024 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for chat-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/1-chat-portlet/WEB-INF/classes/portlet.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/1-chat-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/1-chat-portlet/WEB-INF/classes/portlet.properties
Oct 17, 2013 12:39:12 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/1-chat-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/1-chat-portlet/WEB-INF/classes/service.properties
12:39:13,752 INFO [localhost-startStop-1][HookHotDeployListener:584] Registering hook for chat-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/1-chat-portlet/WEB-INF/classes/portal.properties
12:39:13,816 INFO [localhost-startStop-1][HookHotDeployListener:711] Hook for chat-portlet is available for use
12:39:13,826 INFO [localhost-startStop-1][PortletHotDeployListener:295] Registering portlets for chat-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/1-chat-portlet/WEB-INF/classes/portlet.properties
12:39:14,046 INFO [localhost-startStop-1][PortletHotDeployListener:454] 1 portlet for chat-portlet is available for use
Oct 17, 2013 12:39:14 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/private-messaging-portlet
12:39:15,501 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying private-messaging-portlet from queue
12:39:15,501 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for private-messaging-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/2-private-messaging-portlet/WEB-INF/classes/portlet.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/2-private-messaging-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/2-private-messaging-portlet/WEB-INF/classes/portlet.properties
Oct 17, 2013 12:39:15 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/2-private-messaging-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/2-private-messaging-portlet/WEB-INF/classes/service.properties
12:39:15,958 INFO [localhost-startStop-1][HookHotDeployListener:584] Registering hook for private-messaging-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/2-private-messaging-portlet/WEB-INF/classes/portal.properties
12:39:15,993 INFO [localhost-startStop-1][HookHotDeployListener:711] Hook for private-messaging-portlet is available for use
12:39:15,994 INFO [localhost-startStop-1][PortletHotDeployListener:295] Registering portlets for private-messaging-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/2-private-messaging-portlet/WEB-INF/classes/portlet.properties
12:39:16,073 INFO [localhost-startStop-1][PortletHotDeployListener:454] 1 portlet for private-messaging-portlet is available for use
Oct 17, 2013 12:39:16 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/microblogs-portlet
12:39:17,374 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying microblogs-portlet from queue
12:39:17,374 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for microblogs-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/3-microblogs-portlet/WEB-INF/classes/portlet.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/3-microblogs-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/3-microblogs-portlet/WEB-INF/classes/portlet.properties
Oct 17, 2013 12:39:17 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/3-microblogs-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/3-microblogs-portlet/WEB-INF/classes/service.properties
12:39:18,971 INFO [localhost-startStop-1][PortletHotDeployListener:295] Registering portlets for microblogs-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/3-microblogs-portlet/WEB-INF/classes/portlet.properties
12:39:19,290 INFO [localhost-startStop-1][PortletHotDeployListener:459] 2 portlets for microblogs-portlet are available for use
Oct 17, 2013 12:39:19 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/so-theme
12:39:20,778 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying so-theme from queue
12:39:20,778 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for so-theme
Oct 17, 2013 12:39:20 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
12:39:20,918 INFO [localhost-startStop-1][ThemeHotDeployListener:89] Registering themes for so-theme
12:39:21,148 INFO [localhost-startStop-1][ThemeHotDeployListener:102] 1 theme for so-theme is available for use
Oct 17, 2013 12:39:21 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/so-welcome-theme
12:39:21,838 INFO [localhost-startStop-1][HotDeployEvent:109] Plugin so-welcome-theme requires resources-importer-web, so-hook
12:39:21,867 INFO [localhost-startStop-1][HotDeployImpl:239] Queueing so-welcome-theme for deploy because it is missing resources-importer-web, so-hook
Oct 17, 2013 12:39:21 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/tasks-portlet
12:39:23,150 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying tasks-portlet from queue
12:39:23,151 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for tasks-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/4-tasks-portlet/WEB-INF/classes/portlet.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/4-tasks-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/4-tasks-portlet/WEB-INF/classes/portlet.properties
Oct 17, 2013 12:39:23 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/4-tasks-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/4-tasks-portlet/WEB-INF/classes/service.properties
12:39:23,597 INFO [localhost-startStop-1][PortletHotDeployListener:295] Registering portlets for tasks-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/4-tasks-portlet/WEB-INF/classes/portlet.properties
12:39:23,724 INFO [localhost-startStop-1][PortletHotDeployListener:459] 2 portlets for tasks-portlet are available for use
12:39:23,725 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing resources-importer-web, so-hook
Oct 17, 2013 12:39:23 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/resources-importer-web
12:39:24,622 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying resources-importer-web from queue
12:39:24,623 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for resources-importer-web
Oct 17, 2013 12:39:24 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
12:39:24,760 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-hook
Oct 17, 2013 12:39:24 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/contacts-portlet
12:39:25,897 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying contacts-portlet from queue
12:39:25,898 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for contacts-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/6-contacts-portlet/WEB-INF/classes/portlet.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/6-contacts-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/6-contacts-portlet/WEB-INF/classes/portlet.properties
Oct 17, 2013 12:39:26 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/6-contacts-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/6-contacts-portlet/WEB-INF/classes/service.properties
12:39:26,520 INFO [localhost-startStop-1][HookHotDeployListener:584] Registering hook for contacts-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/6-contacts-portlet/WEB-INF/classes/portal.properties
12:39:26,533 INFO [localhost-startStop-1][HookHotDeployListener:711] Hook for contacts-portlet is available for use
12:39:26,534 INFO [localhost-startStop-1][PortletHotDeployListener:295] Registering portlets for contacts-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/6-contacts-portlet/WEB-INF/classes/portlet.properties
12:39:26,868 INFO [localhost-startStop-1][PortletHotDeployListener:459] 4 portlets for contacts-portlet are available for use
12:39:26,874 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-hook
Oct 17, 2013 12:39:26 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/marketplace-portlet
12:39:28,172 INFO [localhost-startStop-1][HotDeployEvent:109] Plugin marketplace-portlet requires portal-compat-hook
12:39:28,259 INFO [localhost-startStop-1][HotDeployImpl:239] Queueing marketplace-portlet for deploy because it is missing portal-compat-hook
Oct 17, 2013 12:39:28 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/portal-compat-hook
12:39:29,408 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying portal-compat-hook from queue
12:39:29,414 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for portal-compat-hook
Oct 17, 2013 12:39:29 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
12:39:29,648 INFO [localhost-startStop-1][HookHotDeployListener:584] Registering hook for portal-compat-hook
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/8-portal-compat-hook/WEB-INF/classes/portal.properties
12:39:29,719 INFO [localhost-startStop-1][HookHotDeployListener:711] Hook for portal-compat-hook is available for use
12:39:29,720 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-hook
12:39:29,720 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing
12:39:29,720 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying marketplace-portlet from queue
12:39:29,721 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for marketplace-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/7-marketplace-portlet/WEB-INF/classes/portlet.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/7-marketplace-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/7-marketplace-portlet/WEB-INF/classes/portlet.properties
Oct 17, 2013 12:39:29 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/7-marketplace-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/7-marketplace-portlet/WEB-INF/classes/service.properties
12:39:30,323 INFO [localhost-startStop-1][HookHotDeployListener:584] Registering hook for marketplace-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/7-marketplace-portlet/WEB-INF/classes/portal.properties
12:39:30,454 INFO [localhost-startStop-1][HookHotDeployListener:711] Hook for marketplace-portlet is available for use
12:39:30,455 INFO [localhost-startStop-1][PortletHotDeployListener:295] Registering portlets for marketplace-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/7-marketplace-portlet/WEB-INF/classes/portlet.properties
12:39:30,533 INFO [localhost-startStop-1][PortletHotDeployListener:459] 2 portlets for marketplace-portlet are available for use
12:39:30,534 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-hook
Oct 17, 2013 12:39:30 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/so-hook
12:39:31,371 INFO [localhost-startStop-1][HotDeployEvent:109] Plugin so-hook requires contacts-portlet, deploy-listener-hook, events-display-portlet, microblogs-portlet, portal-compat-hook, private-messaging-portlet, so-portlet, so-theme, tasks-portlet, wysiwyg-portlet
12:39:31,422 INFO [localhost-startStop-1][HotDeployImpl:239] Queueing so-hook for deploy because it is missing deploy-listener-hook, so-portlet, wysiwyg-portlet
Oct 17, 2013 12:39:31 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/deploy-listener-hook
12:39:32,213 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying deploy-listener-hook from queue
12:39:32,213 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for deploy-listener-hook
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/10-deploy-listener-hook/WEB-INF/classes/portlet.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/10-deploy-listener-hook/WEB-INF/classes/portlet.properties
Oct 17, 2013 12:39:32 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
12:39:32,429 INFO [localhost-startStop-1][HookHotDeployListener:584] Registering hook for deploy-listener-hook
12:39:32,431 INFO [localhost-startStop-1][HookHotDeployListener:711] Hook for deploy-listener-hook is available for use
12:39:32,432 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-hook
12:39:32,432 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-portlet, wysiwyg-portlet

12:39:32,433 INFO [localhost-startStop-1][HotDeployImpl:257] so-hook is still in queue because it is missing so-hook
12:39:32,433 INFO [localhost-startStop-1][HotDeployImpl:257] so-hook is still in queue because it is missing so-portlet, wysiwyg-portlet

Oct 17, 2013 12:39:32 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/wysiwyg-portlet
12:39:33,380 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying wysiwyg-portlet from queue
12:39:33,380 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for wysiwyg-portlet
Oct 17, 2013 12:39:33 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
12:39:33,489 INFO [localhost-startStop-1][PortletHotDeployListener:295] Registering portlets for wysiwyg-portlet
12:39:33,530 INFO [localhost-startStop-1][PortletHotDeployListener:454] 1 portlet for wysiwyg-portlet is available for use
12:39:33,531 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-hook
12:39:33,531 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-portlet
12:39:33,532 INFO [localhost-startStop-1][HotDeployImpl:257] so-hook is still in queue because it is missing so-hook
12:39:33,532 INFO [localhost-startStop-1][HotDeployImpl:257] so-hook is still in queue because it is missing so-portlet

Oct 17, 2013 12:39:33 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/webapps/so-portlet
12:39:34,959 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying so-portlet from queue
12:39:34,960 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for so-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/12-so-portlet/WEB-INF/classes/portlet.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/12-so-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/12-so-portlet/WEB-INF/classes/portlet.properties
Oct 17, 2013 12:39:35 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/12-so-portlet/WEB-INF/classes/service.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/12-so-portlet/WEB-INF/classes/service.properties
12:39:36,173 INFO [localhost-startStop-1][HookHotDeployListener:584] Registering hook for so-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/12-so-portlet/WEB-INF/classes/portal.properties
12:39:36,191 INFO [localhost-startStop-1][HookHotDeployListener:711] Hook for so-portlet is available for use
12:39:36,192 INFO [localhost-startStop-1][PortletHotDeployListener:295] Registering portlets for so-portlet
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/12-so-portlet/WEB-INF/classes/portlet.properties
12:39:36,371 INFO [localhost-startStop-1][PortletHotDeployListener:459] 6 portlets for so-portlet are available for use
12:39:36,378 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-hook
12:39:36,378 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing

12:39:36,378 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying so-hook from queue
12:39:36,378 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for so-hook
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/9-so-hook/WEB-INF/classes/portlet.properties
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/9-so-hook/WEB-INF/classes/portlet.properties
Oct 17, 2013 12:39:36 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
12:39:36,523 INFO [localhost-startStop-1][HookHotDeployListener:584] Registering hook for so-hook
Loading file:/var/www/liferay-portal-6.1.2-ce-ga3/tomcat-7.0.40/temp/9-so-hook/WEB-INF/classes/portal.properties
12:39:37,616 INFO [localhost-startStop-1][HookHotDeployListener:711] Hook for so-hook is available for use
12:39:37,618 INFO [localhost-startStop-1][HotDeployImpl:185] Deploying so-welcome-theme from queue
12:39:37,618 INFO [localhost-startStop-1][PluginPackageUtil:1049] Reading plugin package for so-welcome-theme
Oct 17, 2013 12:39:37 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring root WebApplicationContext
12:39:37,877 INFO [localhost-startStop-1][ThemeHotDeployListener:89] Registering themes for so-welcome-theme
12:39:38,227 INFO [localhost-startStop-1][ThemeHotDeployListener:102] 1 theme for so-welcome-theme is available for use
12:39:38,380 INFO [liferay/hot_deploy-1][HotDeployMessageListener:152] Group or layout set prototype already exists for company liferay.com
Oct 17, 2013 12:39:38 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-apr-8080"]
Oct 17, 2013 12:39:38 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-apr-8009"]
Oct 17, 2013 12:39:38 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 131800 ms
12:41:35,473 INFO [com.liferay.portal.plugin.PluginPackageUtil][PluginPackageUtil:1438] Checking for available updates
12:41:35,540 INFO [com.liferay.portal.plugin.PluginPackageUtil][PluginPackageUtil:1482] Finished checking for available updates in 62 ms
Aaron Delani, módosítva 10 év-val korábban

RE: so-welcome-theme is still in queue because it is missing so-hook

thumbnail
Blake Jones, módosítva 10 év-val korábban

RE: so-welcome-theme is still in queue because it is missing so-hook

Junior Member Bejegyzések: 39 Csatlakozás dátuma: 2012.08.17. Legújabb bejegyzések
Aaron Delani:
Hey Blake,

12:39:37,877 INFO [localhost-startStop-1][ThemeHotDeployListener:89] Registering themes for so-welcome-theme
12:39:38,227 INFO [localhost-startStop-1][ThemeHotDeployListener:102] 1 theme for so-welcome-theme is available for use


Looks like it deployed just fine.


12:39:36,378 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-hook
12:39:36,378 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing


Arron Delani,

Thank you for responding,

My hope for gain is to use the ./startup.sh & ./shutdown.sh script, and have Liferay Successfully Boot Up without Error and Issues.

Is it normal for so-welcome-theme to be in queue because it is missing so-hook?

I don't get that error in catalina.out with a Clean Installation before installing Social Office 2.0, and I have verified that Social Office 2.0 is installed correctly and all themes, and features are available.

Any help would be awesome.

My NEW CLEAN INSTALL is almost Perfect, I just need to resolve this and a shutdown memory leak issue.

Thanks,

Blake Jones
thumbnail
Vicki Lea Tsang, módosítva 10 év-val korábban

RE: so-welcome-theme is still in queue because it is missing so-hook

Junior Member Bejegyzések: 49 Csatlakozás dátuma: 2011.04.18. Legújabb bejegyzések
Blake Jones:


My goal is to troubleshoot and fix any and all ERRORS that tail -f catalina.out is producing verbosely during startup.




Hi Blake,

These are informational messages and NOT error messages that are being reported. SO is made of a collection of plugins that have certain dependancies. We cannot determine the order in which the portal tries to deploy the plugins, however, we can check that a dependency has been fulfilled before continuing with the deployment. Therefore, some plugins get queued up waiting for other plugins to finish deploying.

Best Wishes, Vicki
thumbnail
Blake Jones, módosítva 10 év-val korábban

RE: so-welcome-theme is still in queue because it is missing so-hook

Junior Member Bejegyzések: 39 Csatlakozás dátuma: 2012.08.17. Legújabb bejegyzések
Vicki Lea Tsang,

Thank you so much for the reply. I understand the deployment dependencies a lot better now that you explained it to me.

After reading your reply I don't consider this an error or issue, just an information message.

However just to be sure, Is this message common for all deployments of Liferay and Social Office?

12:39:36,378 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing so-hook
12:39:36,378 INFO [localhost-startStop-1][HotDeployImpl:257] so-welcome-theme is still in queue because it is missing


I the future I will refrain from posting my entire catalina.out file

Thanks again

thumbnail
Vicki Lea Tsang, módosítva 10 év-val korábban

RE: so-welcome-theme is still in queue because it is missing so-hook

Junior Member Bejegyzések: 49 Csatlakozás dátuma: 2011.04.18. Legújabb bejegyzések
Hi Blake,

This would be common for Liferay with any plugins that have dependencies on other plugins (as you have seen, MP depends on portal-compat-hook).

Cheers, Vicki