07-10-2006 02:56 PM
07-11-2006 06:28 AM
07-12-2006 03:23 AM
07-26-2006 04:36 AM
<faces-context-factory>com.liferay.util.jsf.apache.myfaces.context.MyFacesContextFactoryImpl</faces-context-factory> I use <faces-context-factory>org.apache.myfaces.context.FacesContextFactoryImpl</faces-context-factory>since I'm not sure I have the first one, and the second one lives in C:\alfresco_temp\WEB-INF\lib\myfaces-impl.jar26-jul-2006 9:09:35 org.apache.catalina.startup.HostConfig deployWAR
INFO: Despliegue del archivo alfresco.war de la aplicaci?n web
26-jul-2006 9:10:01 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
26-jul-2006 9:10:02 net.sf.joott.uno.UnoConnection connect
[size=75]GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect[/size]
26-jul-2006 9:10:02 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
26-jul-2006 9:10:03 net.sf.joott.uno.UnoConnection connect
GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connect
26-jul-2006 9:10:41 org.apache.catalina.core.StandardContext start
[size=75]GRAVE: Error listenerStart[/size]
26-jul-2006 9:10:41 org.apache.catalina.core.StandardContext start
[size=75]GRAVE: Fall? en arranque del Contexto [/alfresco] debido a errores previos[/size]
26-jul-2006 9:11:01 org.apache.catalina.loader.WebappClassLoader loadClass
INFO: Acceso ilegal: esta instancia de aplicaci?n web ya ha sido parada. Could not load org.quartz.StatefulJob. La eventual traza de pila que sigue ha sido motivada por un error lanzado con motivos de depuraci?n as? como para intentar terminar el hilo que motiv? el acceso ilegal y no tiene impacto funcional.
java.lang.IllegalStateException
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1238)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:164)
at org.quartz.JobDetail.class$(JobDetail.java:59)
at org.quartz.JobDetail.isStateful(JobDetail.java:396)
at org.quartz.simpl.RAMJobStore.triggerFired(RAMJobStore.java:1207)
at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:307)
2006-07-26 09:10:32,109 [http-8080-Processor25] ERROR org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/jetspeed].[jsp] - Servlet.service() para servlet jsp lanz? excepci?n
java.lang.OutOfMemoryError: Java heap space
2006-07-26 09:41:13,859 [ContainerBackgroundProcessor[StandardEngine[Catalina]]] DEBUG org.apache.jetspeed.portalsite.impl.PortalSiteSessionContextImpl - Session unbound event: clear page manager listener and session context state
07-26-2006 10:39 AM
07-26-2006 04:10 PM
We have not tried JetSpeed ourselves so i'm only guessing here:
You may not need step 4 - it depends, does JetSpeed have a JSF bridge?I guess it does… see this page. I took a look to the jsf sample application that comes out-of-the-box with Jetspeed2 when setting up descriptors… but I didn't get anything clear… =/
>GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused: connectOk.
This is because you don't have openoffice server running (for document transformations) - it is not a problem.
>java.lang.OutOfMemoryError: Java heap spaceI can't remember very well right now… but i would say it is set to 65MB and there is a log4j logger for Spring. Until this moment, I haven't had problems with this issue… but I will try.
What is the default JVM memory size for Jetspeed? I suggest you set it to at least 128MB and turn off any log4j debugging for Spring/Hibernate (if you have any).
07-27-2006 04:25 AM
You may not need step 4 - it depends, does JetSpeed have a JSF bridge?I guess it does… see this page. I took a look to the jsf sample application that comes out-of-the-box with Jetspeed2 when setting up descriptors… but I didn't get anything clear… =/
Then if there's a jsf bridge, what factory should I use??
As I can see from the logs, there is a problem initializing Listeners. Are these two issues related?? Should I "uncomment" those lines in the web.xml??
The Spring logger may only be an issue if it's set to DEBUG. 64MB is a bit low for a portal+alfresco.>java.lang.OutOfMemoryError: Java heap spaceI can't remember very well right now… but i would say it is set to 65MB and there is a log4j logger for Spring. Until this moment, I haven't had problems with this issue… but I will try.
What is the default JVM memory size for Jetspeed? I suggest you set it to at least 128MB and turn off any log4j debugging for Spring/Hibernate (if you have any).
07-31-2006 12:03 PM
<servlet>
<servlet-name>AlfrescoClient</servlet-name>
<servlet-class>[size=109]org.apache.jetspeed.container.JetspeedContainerServlet[/size]</servlet-class>
<init-param>
<param-name>portlet-class</param-name>
<param-value>org.alfresco.web.app.portlet.AlfrescoFacesPortlet</param-value>
</init-param>
<load-on-startup>0</load-on-startup>
</servlet>
<servlet>
<servlet-name>AlfrescoClient</servlet-name>
<servlet-class>[size=109]com.liferay.portal.shared.servlet.PortletServlet[/size]</servlet-class>
<init-param>
<param-name>portlet-class</param-name>
<param-value>org.alfresco.web.app.portlet.AlfrescoFacesPortlet</param-value>
</init-param>
<load-on-startup>0</load-on-startup>
</servlet>
08-03-2006 06:36 AM
08-30-2006 10:57 AM
I see the Alfresco integration is never happen, because you never integrate the login between Alfresco and Liferay/JBoss Portal
I think your integration right now is useless..
but problem happen, we try to implement Liferay SSO using CAS, but Alfresco using another mechanism.
can help?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.