<?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 Problems installing on Suse 10, Java 1.6, Sun App Server in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problems-installing-on-suse-10-java-1-6-sun-app-server/m-p/104885#M73290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to install Alfresco on our existing Sun Java System Application Server 9, which runs on 1.6 on SUSE 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot open the default page and get a lot of errors.&amp;nbsp; I have created the local mysql database as per the script provided.&amp;nbsp; Here are a few of the errors that come up (stack trace removed for readability), in the order they appear in the server logs after startup:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[#|2007-05-16T10:59:41.094+0800|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|10:59:41,088 ERROR [repo.transacti&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on.TransactionUtil] Error rolling back transaction&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.lang.IllegalStateException: No user transaction is active&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[#|2007-05-16T10:59:41.113+0800|INFO|sun-appserver-pe9.0|javax.enterprise.system.stream.out|_ThreadID=10;_ThreadName=main;|10:59:41,109 ERROR [web.context.Co&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntextLoader] Context initialization failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryRepositoryBootstrap' defined in class path resource [alfres&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;co/core-services-context.xml]: Initialization of bean failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.excepti&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[#|2007-05-16T10:59:41.112+0800|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=043103ec-4ad7-4edf-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b7d4-cbec70947b1a;|WebModule[/alfresco]Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoade&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rListener&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryRepositoryBootstrap' defined in class path resource [alfres&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;co/core-services-context.xml]: Initialization of bean failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.excepti&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[#|2007-05-16T10:59:41.119+0800|SEVERE|sun-appserver-pe9.0|javax.enterprise.system.container.web|_ThreadID=10;_ThreadName=main;_RequestID=043103ec-4ad7-4edf-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b7d4-cbec70947b1a;|WebModule[/alfresco]Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextListener&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dictionaryRepositoryBootstrap' defined in class path resource [alfres&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;co/core-services-context.xml]: Initialization of bean failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.excepti&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;on.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see, basically JDBC errors.&amp;nbsp; Is there something special I need to set up?&amp;nbsp; Sun App Server supports mysql connections by default.&amp;nbsp; I will freely admit I am not an expert in configuring Java apps.&amp;nbsp; I am also not familiar with Hibernate.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have checked the database "alfresco" and it is still empty of tables, so it hasn't got as far as initializing yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance for your input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rich&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2007 03:36:26 GMT</pubDate>
    <dc:creator>neobyte</dc:creator>
    <dc:date>2007-05-16T03:36:26Z</dc:date>
    <item>
      <title>Problems installing on Suse 10, Java 1.6, Sun App Server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-installing-on-suse-10-java-1-6-sun-app-server/m-p/104885#M73290</link>
      <description>Hello,I am trying to install Alfresco on our existing Sun Java System Application Server 9, which runs on 1.6 on SUSE 10.I cannot open the default page and get a lot of errors.&amp;nbsp; I have created the local mysql database as per the script provided.&amp;nbsp; Here are a few of the errors that come up (stack trac</description>
      <pubDate>Wed, 16 May 2007 03:36:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-installing-on-suse-10-java-1-6-sun-app-server/m-p/104885#M73290</guid>
      <dc:creator>neobyte</dc:creator>
      <dc:date>2007-05-16T03:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems installing on Suse 10, Java 1.6, Sun App Server</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problems-installing-on-suse-10-java-1-6-sun-app-server/m-p/104886#M73291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My apologies, it appears the mysql connector was incorrectly installed - I'm still getting errors but I will troubleshoot myself for a while.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2007 06:31:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problems-installing-on-suse-10-java-1-6-sun-app-server/m-p/104886#M73291</guid>
      <dc:creator>neobyte</dc:creator>
      <dc:date>2007-05-16T06:31:02Z</dc:date>
    </item>
  </channel>
</rss>

