<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco Labs + Docasu + Ubuntu in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-labs-docasu-ubuntu/m-p/99113#M68447</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hola, una consulta please&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Estoy instalando Docasu con Alfresco labs 3.0 en una maquina Ubuntu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;y quede pegado en una parte de las instalación, si alguien me puede ayudar:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Installing_Labs_3_on_Linux_with_command_line_interface" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Installing_Labs_3_on_Linux_with_command_line_interface&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Adding Docasu to Alfresco 3.0b Lab&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Get the Docasu amp file: (Check to see if there is a new version) &lt;/SPAN&gt;&lt;A href="http://forge.alfresco.com/projects/docasu/" rel="nofollow noopener noreferrer"&gt;http://forge.alfresco.com/projects/docasu/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cd /tmp&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;wget &lt;/SPAN&gt;&lt;A href="http://downloads.sourceforge.net/docasu/docasu-1.4.1-alfresco-3.amp" rel="nofollow noopener noreferrer"&gt;http://downloads.sourceforge.net/docasu/docasu-1.4.1-alfresco-3.amp&lt;/A&gt;&lt;BR /&gt;&lt;STRONG&gt;mv /opt/alfresco/tomcat/webapps/alfresco ./&lt;BR /&gt;java -jar /opt/alfresco/bin/alfresco-mmt.jar install /tmp/docasu-1.4.1-alfresco-3.amp /opt/alfresco/tomcat/webapps/alfresco.war -force&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;—- esta linea de comando no me funciona, si alguien me puede guiar bien please este comando.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;De ante mano muchas gracias.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 15:18:04 GMT</pubDate>
    <dc:creator>gzunigainfo2000</dc:creator>
    <dc:date>2008-12-04T15:18:04Z</dc:date>
    <item>
      <title>Alfresco Labs + Docasu + Ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-labs-docasu-ubuntu/m-p/99113#M68447</link>
      <description>Hola, una consulta pleaseEstoy instalando Docasu con Alfresco labs 3.0 en una maquina Ubuntuy quede pegado en una parte de las instalación, si alguien me puede ayudar:http://wiki.alfresco.com/wiki/Installing_Labs_3_on_Linux_with_command_line_interfaceAdding Docasu to Alfresco 3.0b LabGet the Docasu</description>
      <pubDate>Thu, 04 Dec 2008 15:18:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-labs-docasu-ubuntu/m-p/99113#M68447</guid>
      <dc:creator>gzunigainfo2000</dc:creator>
      <dc:date>2008-12-04T15:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Labs + Docasu + Ubuntu</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-labs-docasu-ubuntu/m-p/99114#M68448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hola gzunigainfo2000, seguramente esta un poco desfasada la respuesta pero te contesto de igual forma (y es que estoy en proceso de cerrar post con 0 respuestas).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;El problema que tienes seguramente es debido a que java no se encuentra en el path de ubuntu (para comprobarlo abre el terminal y ejecuta "java" .. debe salir "comando no encontrado"). &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Si has seguido la guía que comentas y has tenido problemas en la parte del jdk te aconsejo que metas el directorio bin del jdk en el path añadiendo al fichero .bashrc la siguiente linea :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;export PATH=/usr/lib/jvm/jre-1.6.0-sun/bin:$PATH&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Siempre y cuando exista esa ruta (siguiendo la guía debería estar ahí).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otra posibilidad es que la versión del jvm que utiliza el sistema por defecto es inferior a la de los binarios que intentar ejecutar (alfresco-mmt.jar), en este caso debes indicar que "java" es el que utiliza el sistema por defecto haciendo uso del comando "alternatives –config java" (como explica en la guía &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Installing_Labs_3_on_Linux_with_command_line_interface#Install_JDK_1.6" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Installing_Labs_3_on_Linux_with_command_line_interface#Install_JDK_1.6&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Espero que te sirva de ayuda.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Saludos&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2009 17:19:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-labs-docasu-ubuntu/m-p/99114#M68448</guid>
      <dc:creator>venzia</dc:creator>
      <dc:date>2009-01-29T17:19:48Z</dc:date>
    </item>
  </channel>
</rss>

