<?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 Unable to login after migrating database in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296540#M249670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've installed Alfresco Community locally, then switched to my own installation of PostgreSQL. Upon attempting to login, I get the error "Your authentication details have not been recognized or Alfresco may not be available at this time." at /share, and a 404 at /alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anybody help me figure out what is going wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: At &lt;/SPAN&gt;&lt;A href="http://127.0.0.1:8080/" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8080/&lt;/A&gt;&lt;SPAN&gt; I get the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cannot find Alfresco Repository on this server. (Does this application have access to alfresco-global.properties? Does this application have cross-context permissions?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my alfresco-global.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sample custom content and index data location&lt;BR /&gt;#&lt;BR /&gt;dir.root=/srv/alfresco/alf_data&lt;BR /&gt;#dir.keystore=${dir.root}/keystore&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Sample database connection properties&lt;BR /&gt;#&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=alfresco&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.host=localhost&lt;BR /&gt;db.port=5432&lt;BR /&gt;db.pool.max=40&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# External locations&lt;BR /&gt;#————-&lt;BR /&gt;#ooo.exe=soffice&lt;BR /&gt;#ooo.enabled=false&lt;BR /&gt;#jodconverter.officeHome=./OpenOffice.org&lt;BR /&gt;#jodconverter.portNumbers=8101&lt;BR /&gt;#jodconverter.enabled=true&lt;BR /&gt;#img.root=./ImageMagick&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Windows specific environment variables (should not be set on unix) for ImageMagick&lt;BR /&gt;#&lt;BR /&gt;#img.coders=${img.root}/modules/coders&lt;BR /&gt;#img.config=${img.root}/config&lt;BR /&gt;#img.gslib=${img.root}/lib&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Property to control whether schema updates are performed automatically.&lt;BR /&gt;# Updates must be enabled during upgrades as, apart from the static upgrade scripts,&lt;BR /&gt;# there are also auto-generated update scripts that will need to be executed.&amp;nbsp; After&lt;BR /&gt;# upgrading to a new version, this can be disabled.&lt;BR /&gt;#&lt;BR /&gt;#db.schema.update=true&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# MySQL connection&lt;BR /&gt;#&lt;BR /&gt;#db.driver=org.gjt.mm.mysql.Driver&lt;BR /&gt;#db.url=jdbc:mysql://localhost/alfresco?useUnicode=yes&amp;amp;characterEncoding=UTF-8&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Oracle connection&lt;BR /&gt;#&lt;BR /&gt;#db.driver=oracle.jdbc.OracleDriver&lt;BR /&gt;#db.url=jdbc&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;racle:thin:@localhost:1521:alfresco&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# SQLServer connection&lt;BR /&gt;# Requires jTDS driver version 1.2.5 and SNAPSHOT isolation mode&lt;BR /&gt;# Enable TCP protocol on fixed port 1433&lt;BR /&gt;# Prepare the database with:&lt;BR /&gt;# ALTER DATABASE alfresco SET ALLOW_SNAPSHOT_ISOLATION ON; &lt;BR /&gt;#&lt;BR /&gt;#db.driver=net.sourceforge.jtds.jdbc.Driver&lt;BR /&gt;#db.url=jdbc:jtds:sqlserver://localhost:1433/alfresco&lt;BR /&gt;#db.txn.isolation=4096&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# PostgreSQL connection (requires postgresql-8.2-504.jdbc3.jar or equivalent)&lt;BR /&gt;#&lt;BR /&gt;db.driver=org.postgresql.Driver&lt;BR /&gt;db.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://localhost:5432/alfresco&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# DB2 connection&lt;BR /&gt;#&lt;BR /&gt;#db.driver=com.ibm.db2.jcc.DB2Driver&lt;BR /&gt;#db.url=jdbc:db2://localhost:50000/alfresco:retrieveMessagesFromServerOnGetMessage=true;&lt;BR /&gt;#&lt;BR /&gt;# When schema is used which does not match DB2 username then currentSchema and hibernate.default_schema should be set&lt;BR /&gt;#db.url=jdbc:db2://localhost:50000/alfresco:retrieveMessagesFromServerOnGetMessage=true;currentSchema=${hibernate.default_schema};&lt;BR /&gt;#hibernate.default_schema=SAMPLE_SCHEMA&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Index Recovery Mode&lt;BR /&gt;#————-&lt;BR /&gt;#index.recovery.mode=AUTO&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Outbound Email Configuration&lt;BR /&gt;#————-&lt;BR /&gt;#mail.host=&lt;BR /&gt;#mail.port=25&lt;BR /&gt;#mail.username=anonymous&lt;BR /&gt;#mail.password=&lt;BR /&gt;#mail.encoding=UTF-8&lt;BR /&gt;#mail.from.default=alfresco@alfresco.org&lt;BR /&gt;#mail.smtp.auth=false&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Alfresco Email Service and Email Server&lt;BR /&gt;#————-&lt;BR /&gt;&lt;BR /&gt;# Enable/Disable the inbound email service.&amp;nbsp; The service could be used by processes other than&lt;BR /&gt;# the Email Server (e.g. direct RMI access) so this flag is independent of the Email Service.&lt;BR /&gt;#————-&lt;BR /&gt;#email.inbound.enabled=true&lt;BR /&gt;&lt;BR /&gt;# Email Server properties &lt;BR /&gt;#————-&lt;BR /&gt;#email.server.enabled=true&lt;BR /&gt;#email.server.port=25&lt;BR /&gt;#email.server.domain=alfresco.com&lt;BR /&gt;#email.inbound.unknownUser=anonymous&lt;BR /&gt;&lt;BR /&gt;# A comma separated list of email REGEX patterns of allowed senders.&lt;BR /&gt;# If there are any values in the list then all sender email addresses&lt;BR /&gt;# must match. For example:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; .*\@alfresco\.com, .*\@alfresco\.org&lt;BR /&gt;# Allow anyone:&lt;BR /&gt;#————-&lt;BR /&gt;#email.server.allowed.senders=.*&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# The default authentication chain&lt;BR /&gt;# To configure external authentication subsystems see:&lt;BR /&gt;# &lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems&lt;/A&gt;&lt;BR /&gt;#————-&lt;BR /&gt;#authentication.chain=alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# URL Generation Parameters (The ${localname} token is replaced by the local server name)&lt;BR /&gt;#————-&lt;BR /&gt;#alfresco.context=alfresco&lt;BR /&gt;#alfresco.host=${localname}&lt;BR /&gt;#alfresco.port=8080&lt;BR /&gt;#alfresco.protocol=http&lt;BR /&gt;#&lt;BR /&gt;#share.context=share&lt;BR /&gt;#share.host=${localname}&lt;BR /&gt;#share.port=8080&lt;BR /&gt;#share.protocol=http&lt;BR /&gt;&lt;BR /&gt;#imap.server.enabled=true&lt;BR /&gt;#imap.server.port=143&lt;BR /&gt;#imap.server.host=localhost&lt;BR /&gt;&lt;BR /&gt;# Default value of alfresco.rmi.services.host is 0.0.0.0 which means 'listen on all adapters'.&lt;BR /&gt;# This allows connections to JMX both remotely and locally.&lt;BR /&gt;#&lt;BR /&gt;alfresco.rmi.services.host=0.0.0.0&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;#&lt;BR /&gt;# Assign individual ports for each service for best performance &lt;BR /&gt;# or run several services on the same port. You can even run everything on 50500 if needed.&lt;BR /&gt;#&lt;BR /&gt;# Select 0 to use a random unused port.&lt;BR /&gt;# &lt;BR /&gt;#monitor.rmi.service.port=50508&lt;BR /&gt;&lt;BR /&gt;#Smart Folders Config Properties&lt;BR /&gt;&lt;BR /&gt;smart.folders.enabled=true&lt;BR /&gt;smart.folders.model=alfresco/model/smartfolder-model.xml&lt;BR /&gt;smart.folders.model.labels=alfresco/messages/smartfolder-model&lt;BR /&gt;&lt;BR /&gt;#Smart reference config&lt;BR /&gt;&lt;BR /&gt;#smart.reference.classpath.hash=${smart.folders.config.vanilla.processor.classpath}-&amp;gt;1,${smart.folders.config.system.templates.classpath}-&amp;gt;2&lt;BR /&gt;&lt;BR /&gt;#Smart store config&lt;BR /&gt;&lt;BR /&gt;#Company home relative download associations of smart entries &lt;BR /&gt;#smart.download.associations.folder=${spaces.dictionary.childname}/${spaces.smartdownloads.childname}&lt;BR /&gt;&lt;BR /&gt;#Generic virtualization methods config&lt;BR /&gt;&lt;BR /&gt;#Vanilla JSON templates javascript processor classpath. A java script processor used to &lt;BR /&gt;#covert JSON templates to internal smart folder definitions.&lt;BR /&gt;&lt;BR /&gt;#smart.folders.config.vanilla.processor.classpath=/org/alfresco/repo/virtual/node/vanilla.js&lt;BR /&gt;&lt;BR /&gt;#System virtualization method config&lt;BR /&gt;&lt;BR /&gt;#System virtualization method aspect.&lt;BR /&gt;#smart.folders.config.system.aspect=smf:systemConfigSmartFolder&lt;BR /&gt;#System virtualization method aspect defined template location property.&lt;BR /&gt;#smart.folders.config.system.aspect.template.location.property=smf:system-template-location&lt;BR /&gt;#Classpath to be explored for *.json entries defining system templates.&lt;BR /&gt;#smart.folders.config.system.templates.classpath=/org/alfresco/repo/virtual/node&lt;BR /&gt;#A company home relative name or qname path location of repository system templates.&lt;BR /&gt;#smart.folders.config.system.templates.path=${spaces.dictionary.childname}/${spaces.smartfolders.childname}&lt;BR /&gt;#Content sub type of repository system templates.&lt;BR /&gt;#smart.folders.config.system.templates.template.type=smf:smartFolderTemplate&lt;BR /&gt;&lt;BR /&gt;#Custom virtualization method config&lt;BR /&gt;&lt;BR /&gt;#Custom virtualization method aspect.&lt;BR /&gt;#smart.folders.config.custom.aspect=smf:customConfigSmartFolder&lt;BR /&gt;#Custom virtualization method aspect template content association.&lt;BR /&gt;#smart.folders.config.custom.aspect.template.association=smf:custom-template-association&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#Type virtualization method config&lt;BR /&gt;&lt;BR /&gt;#A company home relative name or qname path location of the type mapped templates.&lt;BR /&gt;#smart.folders.config.type.templates.path=${spaces.dictionary.childname}/${spaces.smartfolders.childname}&lt;BR /&gt;#Type and aspect qname regular expression filter. &lt;BR /&gt;#smart.folders.config.type.templates.qname.filter=none&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2016 17:32:43 GMT</pubDate>
    <dc:creator>joshb</dc:creator>
    <dc:date>2016-05-09T17:32:43Z</dc:date>
    <item>
      <title>Unable to login after migrating database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296540#M249670</link>
      <description>I've installed Alfresco Community locally, then switched to my own installation of PostgreSQL. Upon attempting to login, I get the error "Your authentication details have not been recognized or Alfresco may not be available at this time." at /share, and a 404 at /alfresco.Can anybody help me figure</description>
      <pubDate>Mon, 09 May 2016 17:32:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296540#M249670</guid>
      <dc:creator>joshb</dc:creator>
      <dc:date>2016-05-09T17:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login after migrating database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296541#M249671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you installed Alfresco and started it up, then shut it down and switched the database, but you did not completely wipe out your content store, you've effectively created a corrupt repository. That's because your new database is completely empty but your content store has files in it, which is bad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try shutting down and removing everything under alf_data, making sure you've created your database in postgresql and that it is empty, then restart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, don't use /share as an indicator of whether or not Alfresco is working. Use /alfresco. Once that responds without error then you should be able to use /share to log in. When /alfresco returns an error then you need to look in $TOMCAT_HOME/logs/catalina.out to figure out why.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 20:50:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296541#M249671</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-05-09T20:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login after migrating database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296542#M249672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also check to see that the user running Alfresco has read/write access to your content store, which according to your props file is /srv/alfresco/alf_data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 20:53:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296542#M249672</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-05-09T20:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login after migrating database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296543#M249673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Removing everything under alf_data causes Tomcat to be unable to start. Should I be removing particular files?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: Here is my catalina.out:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;INFO: Deploying configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml&lt;BR /&gt;May 10, 2016 8:45:38 AM org.apache.catalina.core.StandardContext startInternal&lt;BR /&gt;SEVERE: Error listenerStart&lt;BR /&gt;May 10, 2016 8:45:38 AM org.apache.catalina.core.StandardContext startInternal&lt;BR /&gt;SEVERE: Context [/alfresco] startup failed due to previous errors&lt;BR /&gt;May 10, 2016 8:45:38 AM org.apache.catalina.startup.HostConfig deployDescriptor&lt;BR /&gt;INFO: Deployment of configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\alfresco.xml has finished in 76,041 ms&lt;BR /&gt;May 10, 2016 8:45:38 AM org.apache.catalina.startup.HostConfig deployDescriptor&lt;BR /&gt;INFO: Deploying configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\share.xml&lt;BR /&gt;May 10, 2016 8:46:22 AM org.apache.catalina.startup.HostConfig deployDescriptor&lt;BR /&gt;INFO: Deployment of configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\share.xml has finished in 44,136 ms&lt;BR /&gt;May 10, 2016 8:46:22 AM org.apache.catalina.startup.HostConfig deployDescriptor&lt;BR /&gt;INFO: Deploying configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml&lt;BR /&gt;May 10, 2016 8:46:22 AM 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;May 10, 2016 8:46:47 AM org.apache.catalina.startup.HostConfig deployDescriptor&lt;BR /&gt;INFO: Deployment of configuration descriptor C:\alfresco-community\tomcat\conf\Catalina\localhost\solr4.xml has finished in 25,070 ms&lt;BR /&gt;May 10, 2016 8:46:47 AM org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Deploying web application archive C:\alfresco-community\tomcat\webapps\ROOT.war&lt;BR /&gt;May 10, 2016 8:46:47 AM org.apache.catalina.startup.SetContextPropertiesRule begin&lt;BR /&gt;WARNING: [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.&lt;BR /&gt;May 10, 2016 8:46:48 AM org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Deployment of web application archive C:\alfresco-community\tomcat\webapps\ROOT.war has finished in 381 ms&lt;BR /&gt;May 10, 2016 8:46:48 AM org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Deploying web application archive C:\alfresco-community\tomcat\webapps\_vti_bin.war&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.catalina.startup.HostConfig deployWAR&lt;BR /&gt;INFO: Deployment of web application archive C:\alfresco-community\tomcat\webapps\_vti_bin.war has finished in 900 ms&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.catalina.startup.HostConfig deployDirectory&lt;BR /&gt;INFO: Deploying web application directory C:\alfresco-community\tomcat\webapps\host-manager&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.catalina.startup.HostConfig deployDirectory&lt;BR /&gt;INFO: Deployment of web application directory C:\alfresco-community\tomcat\webapps\host-manager has finished in 194 ms&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.catalina.startup.HostConfig deployDirectory&lt;BR /&gt;INFO: Deploying web application directory C:\alfresco-community\tomcat\webapps\manager&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.catalina.startup.HostConfig deployDirectory&lt;BR /&gt;INFO: Deployment of web application directory C:\alfresco-community\tomcat\webapps\manager has finished in 202 ms&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.coyote.AbstractProtocol start&lt;BR /&gt;INFO: Starting ProtocolHandler ["http-apr-8080"]&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.coyote.AbstractProtocol start&lt;BR /&gt;INFO: Starting ProtocolHandler ["ajp-apr-8009"]&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.coyote.AbstractProtocol start&lt;BR /&gt;INFO: Starting ProtocolHandler ["http-bio-8443"]&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.catalina.startup.Catalina start&lt;BR /&gt;INFO: Server startup in 147444 ms&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.coyote.AbstractProtocol pause&lt;BR /&gt;INFO: Pausing ProtocolHandler ["http-apr-8080"]&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.coyote.AbstractProtocol pause&lt;BR /&gt;INFO: Pausing ProtocolHandler ["ajp-apr-8009"]&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.coyote.AbstractProtocol pause&lt;BR /&gt;INFO: Pausing ProtocolHandler ["http-bio-8443"]&lt;BR /&gt;May 10, 2016 8:46:49 AM org.apache.catalina.core.StandardService stopInternal&lt;BR /&gt;INFO: Stopping service Catalina&lt;BR /&gt;May 10, 2016 8:46:50 AM org.apache.coyote.AbstractProtocol stop&lt;BR /&gt;INFO: Stopping ProtocolHandler ["http-apr-8080"]&lt;BR /&gt;May 10, 2016 8:46:50 AM org.apache.coyote.AbstractProtocol stop&lt;BR /&gt;INFO: Stopping ProtocolHandler ["ajp-apr-8009"]&lt;BR /&gt;May 10, 2016 8:46:50 AM org.apache.coyote.AbstractProtocol stop&lt;BR /&gt;INFO: Stopping ProtocolHandler ["http-bio-8443"]&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;/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;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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 12:47:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296543#M249673</guid>
      <dc:creator>joshb</dc:creator>
      <dc:date>2016-05-10T12:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to login after migrating database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296544#M249674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ended up simply reinstalling alfresco without the built in PostgreSQL module and setting it up directly, it worked fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 May 2016 17:14:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/unable-to-login-after-migrating-database/m-p/296544#M249674</guid>
      <dc:creator>joshb</dc:creator>
      <dc:date>2016-05-10T17:14:41Z</dc:date>
    </item>
  </channel>
</rss>

