<?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 Re: Alfresco Install Via Custom RPM in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308963#M262093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did some further experimentation and added a 60 second sleep after the start-up. The Alfresco start-up got further, but still did not complete. This made me wonder if I could throw the startup into the background, so that it would continue to run as the RPM install completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;service alfresco start &amp;amp;&amp;gt; ${installDir}/alfresco-start.out &amp;amp;&lt;SPAN class="line-numbers-rows"&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;This did not work either. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something that I can monitor, waiting for the start-up to finish, before exiting the RPM?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2015 18:46:00 GMT</pubDate>
    <dc:creator>rednevals</dc:creator>
    <dc:date>2015-04-21T18:46:00Z</dc:date>
    <item>
      <title>Alfresco Install Via Custom RPM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308960#M262090</link>
      <description>I have created an RPM for installing Alfresco. It pulls the installer from a local Nexus repository. At the end of the postinstallScriptlet, it does a "service alfresco start":service alfresco start &amp;amp;&amp;gt; ${installDir}/alfresco-start.out‍‍‍The output seems to indicate that is started, but it act</description>
      <pubDate>Mon, 20 Apr 2015 14:52:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308960#M262090</guid>
      <dc:creator>rednevals</dc:creator>
      <dc:date>2015-04-20T14:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Install Via Custom RPM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308961#M262091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Alfresco takes some time to start up for the first time.&amp;nbsp; Are you simply being impatient?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 11:17:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308961#M262091</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-04-21T11:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Install Via Custom RPM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308962#M262092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, I don't think its a matter of time. The start-up when run from inside the RPM results in the following output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.catalina.core.AprLifecycleListener init&lt;BR /&gt;INFO: Loaded APR based Apache Tomcat Native library 1.1.29 using APR version 1.4.6.&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.catalina.core.AprLifecycleListener init&lt;BR /&gt;INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.catalina.core.AprLifecycleListener initializeSSL&lt;BR /&gt;INFO: OpenSSL successfully initialized (OpenSSL 0.9.8y 5 Feb 2013)&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.coyote.AbstractProtocol init&lt;BR /&gt;INFO: Initializing ProtocolHandler ["http-apr-8080"]&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.coyote.AbstractProtocol init&lt;BR /&gt;INFO: Initializing ProtocolHandler ["ajp-apr-8009"]&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.coyote.AbstractProtocol init&lt;BR /&gt;INFO: Initializing ProtocolHandler ["http-bio-8443"]&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.catalina.startup.Catalina load&lt;BR /&gt;INFO: Initialization processed in 1055 ms&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.catalina.core.StandardService startInternal&lt;BR /&gt;INFO: Starting service Catalina&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.catalina.core.StandardEngine startInternal&lt;BR /&gt;INFO: Starting Servlet Engine: Apache Tomcat/7.0.53&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.catalina.startup.HostConfig deployDescriptor&lt;BR /&gt;INFO: Deploying configuration descriptor /opt/pet-cms-alfresco/alfresco/tomcat/conf/Catalina/localhost/solr4.xml&lt;BR /&gt;Apr 21, 2015 1:00:49 PM org.apache.catalina.startup.SetContextPropertiesRule begin&lt;BR /&gt;WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '0' did not find a matching property.&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;/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;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;/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;Waiting any amount of time after the RPM install completes, and Alfresco is still not running. I know that it can take up to 15 minutes with a fresh install. So patients is not the problem. Running the same startup command again works as expected.This is being done as root in each case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I am looking at some environmental difference between the two runs, inside/outside RPM. Attached are the environments. I have been looking at the diff and cannot see what night be causing this. Has anyone else tried to package the Alfresco installer in this way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 13:52:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308962#M262092</guid>
      <dc:creator>rednevals</dc:creator>
      <dc:date>2015-04-21T13:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Install Via Custom RPM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308963#M262093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did some further experimentation and added a 60 second sleep after the start-up. The Alfresco start-up got further, but still did not complete. This made me wonder if I could throw the startup into the background, so that it would continue to run as the RPM install completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;service alfresco start &amp;amp;&amp;gt; ${installDir}/alfresco-start.out &amp;amp;&lt;SPAN class="line-numbers-rows"&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;This did not work either. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something that I can monitor, waiting for the start-up to finish, before exiting the RPM?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2015 18:46:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308963#M262093</guid>
      <dc:creator>rednevals</dc:creator>
      <dc:date>2015-04-21T18:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Install Via Custom RPM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308964#M262094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If anyone is interested, I found the solution. I had to use nohup to allow the start to complete as a background task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;nohup service alfresco start &amp;gt;${installDir}/alfresco-start-std.out 2&amp;gt;${installDir}/alfresco-start-err.out &amp;amp;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 19:42:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-install-via-custom-rpm/m-p/308964#M262094</guid>
      <dc:creator>rednevals</dc:creator>
      <dc:date>2015-04-22T19:42:00Z</dc:date>
    </item>
  </channel>
</rss>

