<?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 Screwed up my install. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/screwed-up-my-install/m-p/245121#M198251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had Alfresco Labs 3 running beautifully on an Ubuntu 9.04 install. Then I screwed it up.&amp;nbsp; Here's the problem…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;15:14:46,945 INFO&amp;nbsp; [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]&lt;BR /&gt;15:15:26,497 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'luceneIndexBackupComponent' defined in class path resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;BR /&gt;Caused by: org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;BR /&gt;Caused by: org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; ETC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First thing I did was change the hostname for the server and changed from a DHCP assigned address to a static address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second thing is use these instructions for get Alfresco to start at system boot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;create a file&lt;BR /&gt;&lt;BR /&gt;vi initialize.sh&lt;BR /&gt;&lt;BR /&gt;Add these lines&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;ALF_HOME=/opt/Alfresco&lt;BR /&gt;echo "Creating init.d links"&lt;BR /&gt;ln -s $ALF_HOME/alfresco.sh /etc/init.d/alfresco&lt;BR /&gt;ln -s $ALF_HOME/virtual_alf.sh /etc/init.d/virtual_alf&lt;BR /&gt;update-rc.d alfresco defaults&lt;BR /&gt;ln -s $ALF_HOME/alfresco.sh /etc/init.d/alfresco&lt;BR /&gt;ln -s $ALF_HOME/virtual_alf.sh /etc/init.d/virtual_alf&lt;BR /&gt;update-rc.d alfresco defaults&lt;BR /&gt;update-rc.d virtual_alf defaults&lt;BR /&gt;&lt;BR /&gt;Lets make it executable&lt;BR /&gt;&lt;BR /&gt;chmod 777 initialize.sh&lt;BR /&gt;&lt;BR /&gt;Run it&lt;BR /&gt;&lt;BR /&gt;./initialize.sh&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Could either of these actions have affected the file-server.properties? I think that's where the problem lies.&amp;nbsp; Also, how do I reverse the actions done by the above script? I've already deleted /etc.init.d/alfresco and virtual_alf.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2009 21:23:44 GMT</pubDate>
    <dc:creator>dc41</dc:creator>
    <dc:date>2009-06-26T21:23:44Z</dc:date>
    <item>
      <title>Screwed up my install.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/screwed-up-my-install/m-p/245121#M198251</link>
      <description>I had Alfresco Labs 3 running beautifully on an Ubuntu 9.04 install. Then I screwed it up.&amp;nbsp; Here's the problem…15:14:46,945 INFO&amp;nbsp; [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]15:15:26,497 ERROR [org.s</description>
      <pubDate>Fri, 26 Jun 2009 21:23:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/screwed-up-my-install/m-p/245121#M198251</guid>
      <dc:creator>dc41</dc:creator>
      <dc:date>2009-06-26T21:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Screwed up my install.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/screwed-up-my-install/m-p/245122#M198252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Solved it. I had somehow deleted 127.0.0.1 localhost.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good as new!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 22:32:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/screwed-up-my-install/m-p/245122#M198252</guid>
      <dc:creator>dc41</dc:creator>
      <dc:date>2009-06-26T22:32:08Z</dc:date>
    </item>
  </channel>
</rss>

