<?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 as a windows service in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-windows-service/m-p/236685#M189815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, i have install and configure alfresco and it work perfectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The version i use is the 3.2r2 on windows server 2003.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only problem i have is that i want to run alfresco as a windows service and dont know how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have try the command on this page&amp;nbsp; :&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Configuring_Alfresco_as_a_Windows_Service" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Configuring_Alfresco_as_a_Windows_Service&lt;/A&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;cd c:\alfresco\tomcat\bin&lt;BR /&gt;service.bat install Alfresco&lt;BR /&gt;tomcat6 //US//Alfresco –JvmMs=128 –JvmMx=512 –JvmSs=96 ++JvmOptions "-XX:MaxPermSize=128m"&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;But it not work&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;did i miss something?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe there something else to setup, or maybe this command is not good and i need to do something completly different?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I really dont know where to look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jan 2010 19:12:00 GMT</pubDate>
    <dc:creator>micdy</dc:creator>
    <dc:date>2010-01-29T19:12:00Z</dc:date>
    <item>
      <title>Alfresco as a windows service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-windows-service/m-p/236685#M189815</link>
      <description>Hello, i have install and configure alfresco and it work perfectly.The version i use is the 3.2r2 on windows server 2003.The only problem i have is that i want to run alfresco as a windows service and dont know how to do this.i have try the command on this page&amp;nbsp; :&amp;nbsp; http://wiki.alfresco.com/wiki/Conf</description>
      <pubDate>Fri, 29 Jan 2010 19:12:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-windows-service/m-p/236685#M189815</guid>
      <dc:creator>micdy</dc:creator>
      <dc:date>2010-01-29T19:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco as a windows service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-windows-service/m-p/236686#M189816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I find more info.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here the messagebox i get when i start the service&amp;nbsp; : "Windows could not start the Apache Tomcat Alfresco on Local computer. For more information, review the system Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 0"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here the content of the log file : jakarta_service_20100129.log&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;[2010-01-29 14:38:05] [info] Procrun (2.0.4.0) started&lt;BR /&gt;[2010-01-29 14:38:05] [info] Running Service…&lt;BR /&gt;[2010-01-29 14:38:05] [info] Starting service…&lt;BR /&gt;[2010-01-29 14:38:05] [994&amp;nbsp; prunsrv.c] [error] Failed creating java &lt;BR /&gt;[2010-01-29 14:38:05] [1269 prunsrv.c] [error] ServiceStart returned 1&lt;BR /&gt;[2010-01-29 14:38:05] [info] Run service finished.&lt;BR /&gt;[2010-01-29 14:38:05] [info] Procrun finished.&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I anderstand nothing of this,&amp;nbsp;&amp;nbsp; what is the error code 0,&amp;nbsp;&amp;nbsp; and why the log show "Failed creating java"?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i make this service run&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your time&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jan 2010 19:55:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-windows-service/m-p/236686#M189816</guid>
      <dc:creator>micdy</dc:creator>
      <dc:date>2010-01-29T19:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco as a windows service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-windows-service/m-p/236687#M189817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, i have make more test.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the system where i was tryin to make it work was a windows 2003 64bit.&amp;nbsp; and each time i was trying to start the service i had the error code 0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i have install Alfresco 3.2r2 on a windows xp 32bit system to make more tests, and it work perfectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe there is just a problem with the service on 64 bit system?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;someone had any success with 64 bit system?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if so,&amp;nbsp; how?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 18:39:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-windows-service/m-p/236687#M189817</guid>
      <dc:creator>micdy</dc:creator>
      <dc:date>2010-02-02T18:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco as a windows service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-windows-service/m-p/236688#M189818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To install Alfresco as a Windows Service on a 64 bits platform (using Java 64 bits), you cannot use the Tomcat6 and Tomcat6w (32 bits version) bundled with Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to download the 64 bits version from the Apache SVN : &lt;/SPAN&gt;&lt;A href="http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_20/res/procrun/amd64/" rel="nofollow noopener noreferrer"&gt;http://svn.apache.org/repos/asf/tomcat/tc6.0.x/tags/TOMCAT_6_0_20/res/procrun/amd64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did it without any problem on a Windows Server 2008 64 bits.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 15:30:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-as-a-windows-service/m-p/236688#M189818</guid>
      <dc:creator>sylvain78</dc:creator>
      <dc:date>2010-02-03T15:30:15Z</dc:date>
    </item>
  </channel>
</rss>

