<?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: Trouble logging into the web client in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163107#M116925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well the schema doesn't appear to be the problem anymore. I dug up an old post on the boards that suggested I drop the table alf_bootstrap_lock and that solved that problem. I am still getting an error though. I don't know if I have stated it before but I am using Alfresco 2.9B on a Windows 2003 server. I always use to start up alfresco by using a "start alfresco" command from the start menu. When I would click that a CLI window would open and Tomcat would start. This is where I fould the schema error before. Now the error that is appearing in the CLI window is: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"13:05:57,015 User&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;ystem ERROR [web.context.ContextLoader] Context initialization failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usageQuotaProtector' defined in class path resource [alfresco/usage-services-context.xml]: Invocation of init method failed; nexted exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.Generic JDBCExpection: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.springframwork.transaction.CannotCreateTransactionException:Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.hibernate.exception.SQLStateConverter.handledNonSpecificException &amp;lt;SQLStateConverter.java:103&amp;gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and Then it just keep going with at least one hundred lines (when I hit pause it said 57 more lines) of lines similar to the "at" line at the end there. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer gavinc's questions, No, I don't think I have used nightly builds, but that is because I am not sure what they are. If they are new builds of alfresco made each night, then no. If they are something else, maybe. As for the other question, I think the problem was the alf_bootstrap_lock because after dropping it, the schema problem went away. Wether or not it went away because this error though is a different question. I just hope I didn't cause this new error by "fixing" the other one. Thanks for any help in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2008 18:20:29 GMT</pubDate>
    <dc:creator>a_weed096</dc:creator>
    <dc:date>2008-02-13T18:20:29Z</dc:date>
    <item>
      <title>Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163101#M116919</link>
      <description>Whenever I go to start up alfresco, it tells me that the guest user failed to authenticate. I am a little confused by this since I have had the client up and working very successfully over the last few days. I checked around and it looks like the most common cause of this is not starting alfresco fr</description>
      <pubDate>Tue, 05 Feb 2008 18:47:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163101#M116919</guid>
      <dc:creator>a_weed096</dc:creator>
      <dc:date>2008-02-05T18:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163102#M116920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This happens if the "Guest Home" space gets deleted or moved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A fix actually went into the 2.2 branch for this yesterday, if you want to apply it yourself you just need to add a check for null in org.alfresco.web.app.servlet.AuthenticationHelper on line 172 i.e. change it to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;if (guestHomeRef == null || nodeService.exists(guestHomeRef) == false)&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, 06 Feb 2008 14:09:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163102#M116920</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-06T14:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163103#M116921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have to admit that I am totally a noobie to all of this. First, I have the community 2.9B. I don't if that makes a difference, but you said the fix was for 2.2. Also, I can not find the file org.alfresco.web.app.servlet.AuthenticationHelper. If this isn't the fix for 2.9B, something that would work would be appreciated (reinstalling doesn't seem to work, but I am going to try it again). If it still is what I need to do, if you could please help me locate the file that would also be appreciated. Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to get around this though by going to &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/login.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/login.jsp&lt;/A&gt;&lt;SPAN&gt;? rather than just &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 18:34:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163103#M116921</guid>
      <dc:creator>a_weed096</dc:creator>
      <dc:date>2008-02-06T18:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163104#M116922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have managed to get round it, login as admin, create a new Guest Home space, then go to the Admin Console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Go to manage system users and edit the details for the Guest User. On the 2nd step choose the space you just created as the home space for the guest user and click OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This should hopefully resolve the error next time you access the app as guest.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 14:15:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163104#M116922</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-08T14:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163105#M116923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a new problem logging in now. I keep getting an error about 'schema auto update failed'. It goes on to say that a previous update failed as well, which I am assuming is the last auto update from when I tried to log in before. I will admit that I have been trying to make a custom content model and have been messing around in the tomcat/shared/classes/alfresco/extension folder. I don't know if that matters or not, but I tried removing the file I added and that didn't help the situation. As always, any help would be appreciated. Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 20:05:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163105#M116923</guid>
      <dc:creator>a_weed096</dc:creator>
      <dc:date>2008-02-11T20:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163106#M116924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'd get this error if a database upgrade script has failed, you shouldn't have got this from attempting a login!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried using a nightly build? Can you post the source of the schema update failure?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2008 21:58:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163106#M116924</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-02-12T21:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163107#M116925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well the schema doesn't appear to be the problem anymore. I dug up an old post on the boards that suggested I drop the table alf_bootstrap_lock and that solved that problem. I am still getting an error though. I don't know if I have stated it before but I am using Alfresco 2.9B on a Windows 2003 server. I always use to start up alfresco by using a "start alfresco" command from the start menu. When I would click that a CLI window would open and Tomcat would start. This is where I fould the schema error before. Now the error that is appearing in the CLI window is: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"13:05:57,015 User&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;ystem ERROR [web.context.ContextLoader] Context initialization failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'usageQuotaProtector' defined in class path resource [alfresco/usage-services-context.xml]: Invocation of init method failed; nexted exception is org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.Generic JDBCExpection: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.springframwork.transaction.CannotCreateTransactionException:Could not open Hibernate Session for transaction; nested exception is org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.hibernate.exception.GenericJDBCException: Cannot open connection&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;at org.hibernate.exception.SQLStateConverter.handledNonSpecificException &amp;lt;SQLStateConverter.java:103&amp;gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and Then it just keep going with at least one hundred lines (when I hit pause it said 57 more lines) of lines similar to the "at" line at the end there. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer gavinc's questions, No, I don't think I have used nightly builds, but that is because I am not sure what they are. If they are new builds of alfresco made each night, then no. If they are something else, maybe. As for the other question, I think the problem was the alf_bootstrap_lock because after dropping it, the schema problem went away. Wether or not it went away because this error though is a different question. I just hope I didn't cause this new error by "fixing" the other one. Thanks for any help in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2008 18:20:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163107#M116925</guid>
      <dc:creator>a_weed096</dc:creator>
      <dc:date>2008-02-13T18:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163108#M116926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yea, I am still very stuck with this problem. I can't sign into alfresco at all. Everytime I go to sign in, I keep getting this error and then when I browse to alfresco I get a 404 error. Any help would be appreciated. Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 18:23:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163108#M116926</guid>
      <dc:creator>a_weed096</dc:creator>
      <dc:date>2008-02-14T18:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163109#M116927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yea, I could use any advise anyone wants to offer. I am completely out of ideas. I can't even log in. I posted the error I was receiving a few posts back. Thanks in advance for any help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2008 17:54:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163109#M116927</guid>
      <dc:creator>a_weed096</dc:creator>
      <dc:date>2008-02-18T17:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163110#M116928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I've been told to halt all work on the alfresco project I have been working on because of this issue. I suppose someone else may have an issue like this and need an answer, but I do not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 18:12:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163110#M116928</guid>
      <dc:creator>a_weed096</dc:creator>
      <dc:date>2008-02-19T18:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble logging into the web client</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163111#M116929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Caused by:org.hibernate.exception.GenericJDBCException: Cannot open connection&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;Looks like your database wasn't running perhaps… or a firewall was preventing Alfresco from connecting to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2008 20:28:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/trouble-logging-into-the-web-client/m-p/163111#M116929</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2008-02-19T20:28:21Z</dc:date>
    </item>
  </channel>
</rss>

