Liferay打开社交部署错误

时间:2011-11-08 08:38:18

标签: liferay portlet opensocial

您好我搜索了许多解决方案并尝试了它们,现在如果遇到一个我根本不理解的新错误。主要问题是Portlet没有运行,控制台告诉我们portlet已经启动但是找不到你自己:

INFO: Deploying web application directory opensocial-portlet
INFO [main] (WebApplication.java:757) - [OntopolyApplication] Started Wicket version 1.4.15 in deployment mode
08:21:50,949 WARN  [SAXReaderImpl:429] XSD validation is diasabled because org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration
Loading file:/C:/liferay-portal-6.0.6/tomcat-6.0.29/webapps/opensocial-portlet/WEB-INF/classes/service.properties
08:21:51,075 WARN  [SAXReaderImpl:429] XSD validation is diasabled because org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration
08:21:54,359 INFO  [PortletHotDeployListener:220] Registering portlets for opensocial-portlet
08:21:54,361 WARN  [SAXReaderImpl:429] XSD validation is diasabled because org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration
08:21:54,372 WARN  [SAXReaderImpl:429] XSD validation is diasabled because org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration
08:21:54,441 WARN  [SAXReaderImpl:429] XSD validation is diasabled because org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration
08:21:54,458 WARN  [SAXReaderImpl:429] XSD validation is diasabled because org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration
Loading file:/C:/liferay-portal-6.0.6/tomcat-6.0.29/webapps/opensocial-portlet/WEB-INF/classes/portlet.properties
08:21:54,471 INFO  [PortletHotDeployListener:374] 2 portlets for opensocial-portlet are available for use
Loading file:/C:/liferay-portal-6.0.6/tomcat-6.0.29/webapps/opensocial-portlet/WEB-INF/classes/service.properties
08:21:54,588 INFO  [DialectDetector:69] Determining dialect for HSQL Database Engine 1
08:21:54,589 WARN  [DialectDetector:84] Liferay is configured to use Hypersonic as its database. Do NOT use Hypersonic in production. Hypersonic is an embedded database useful for development and demo'ing purposes. The database settings can be changed in portal.properties.
08:21:54,589 INFO  [DialectDetector:49] Using dialect org.hibernate.dialect.HSQLDialect
Loading file:/C:/liferay-portal-6.0.6/tomcat-6.0.29/webapps/opensocial-portlet/WEB-INF/classes/service.properties
08.11.2011 08:21:57 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Error listenerStart
08.11.2011 08:21:57 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Context [/opensocial-portlet] startup failed due to previous errors
08:21:57,586 WARN  [SAXReaderImpl:429] XSD validation is diasabled because org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration
08:21:57,591 WARN  [SAXReaderImpl:429] XSD validation is diasabled because org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration
08:21:57,610 INFO  [ExtHotDeployListener:205] Extension environment for opensocial-portlet will not be undeployed
08:21:57,611 INFO  [PortletHotDeployListener:404] Unregistering portlets for opensocial-portlet
08:21:57,614 INFO  [PortletHotDeployListener:440] 2 portlets for opensocial-portlet was unregistered
08.11.2011 08:21:57 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SCHWERWIEGEND: The web application [/opensocial-portlet] appears to have started a thread named [com.google.inject.internal.Finalizer] but has failed to stop it. This is very likely to create a memory leak.
08.11.2011 08:21:57 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SCHWERWIEGEND: The web application [/opensocial-portlet] created a ThreadLocal with key of type [null] (value [org.apache.shindig.common.xml.XmlUtil$2@47370e]) and a value of type [org.apache.xerces.jaxp.DocumentBuilderImpl] (value [org.apache.xerces.jaxp.DocumentBuilderImpl@16f7e6e]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
08.11.2011 08:21:57 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SCHWERWIEGEND: The web application [/opensocial-portlet] created a ThreadLocal with key of type [null] (value [com.google.inject.InjectorImpl$1@d573c7]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@1a41a8d]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
08.11.2011 08:21:57 org.apache.catalina.startup.HostConfig deployDirectory

感谢您的回答。

1 个答案:

答案 0 :(得分:0)

我知道我的回复迟了但是我在最后一天遇到了这个问题,最后,我找到了问题的根源:

基本上,我在tomcat / lib / ext中有gwt-dev.jar和gwt-user.jar。启动我的服务器时,我收到以下警告,导致我的门户无法正常启动。

  

12:59:08,117 WARN [SAXReaderImpl:429] XSD验证是可扩展的   因为org.apache.xerces.parsers.XIncludeAwareParserConfiguration   无法转换为org.apache.xerces.xni.parser.XMLParserConfiguration

通过从tomcat / lib / ext中移除我的罐子,删除了警告和我的门户网站。

如果您需要jar,请将它们部署在您的portlet中。