cancel
Showing results for 
Search instead for 
Did you mean: 

cannot login to Alfresco 5.0c

jeffgerth
Champ in-the-making
Champ in-the-making
Hi I'm new to Alfresco and am evaluating it for deployment.  I have installed on a Win 8 vm with 5GB ram/40GB disk and installed as a service.  I chose a password during the advanced install but cannot seem to login at the prompt with admin/my unique pw 

What should I try next?

Many thanks in advance!
5 REPLIES 5

douglascrp
World-Class Innovator
World-Class Innovator
Check if there are errors into files catalina.out and alfresco.log

jeffgerth
Champ in-the-making
Champ in-the-making
In the alfresco.log several exceptions were thrown:
<lots of other non-warnings above>
15:32:39,726 ERROR [org.springframework.web.context.ContextLoader] [localhost-startStop-1] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiUrlHelper' defined in class path resource [alfresco/module/org.alfresco.module.vti/context/vti-context.xml]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: Unable to construct valid Sharepoint URL.

<more stuff then>
Caused by: java.net.URISyntaxException: Illegal character in hostname at index 11: http://win8_vm:7070/alfresco

I didn't find a catalina.out file per se but in the file alfrescotomcat-stdout.2015-02-04.log I find:

2015-02-09 15:31:56,680  INFO  [solr.component.AsyncBuildSuggestComponent] [Suggestor-alfresco-1] Loaded suggester shingleBasedSuggestions, took 47 ms
2015-02-09 15:32:25,289  INFO  [alfresco.repo.admin] [localhost-startStop-1] Using database URL 'jdbcSmiley Tongueostgresql://localhost:5432/alfresco' with user 'alfresco'.
2015-02-09 15:32:25,632  INFO  [alfresco.repo.admin] [localhost-startStop-1] Connected to database PostgreSQL version 9.3.5
2015-02-09 15:32:32,492  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
2015-02-09 15:32:32,523  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
2015-02-09 15:32:32,523  INFO  [domain.schema.SchemaBootstrap] [localhost-startStop-1] Ignoring script patch (post-Hibernate): patch.db-V4.2-metadata-query-indexes
2015-02-09 15:32:39,554  WARN  [factory.support.DisposableBeanAdapter] [localhost-startStop-1] Invocation of destroy method 'close' failed on bean with name 'solrSqlSessionTemplate': java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession
2015-02-09 15:32:39,554  WARN  [factory.support.DisposableBeanAdapter] [localhost-startStop-1] Invocation of destroy method 'close' failed on bean with name 'activitiesSqlSessionTemplate': java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession
2015-02-09 15:32:39,726  WARN  [factory.support.DisposableBeanAdapter] [localhost-startStop-1] Invocation of destroy method 'close' failed on bean with name 'locksSqlSessionTemplate': java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession
2015-02-09 15:32:39,726  WARN  [factory.support.DisposableBeanAdapter] [localhost-startStop-1] Invocation of destroy method 'close' failed on bean with name 'propertyValueSqlSessionTemplate': java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession
2015-02-09 15:32:39,726  WARN  [factory.support.DisposableBeanAdapter] [localhost-startStop-1] Invocation of destroy method 'close' failed on bean with name 'auditSqlSessionTemplate': java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession
2015-02-09 15:32:39,726  WARN  [factory.support.DisposableBeanAdapter] [localhost-startStop-1] Invocation of destroy method 'close' failed on bean with name 'contentSqlSessionTemplate': java.lang.UnsupportedOperationException: Manual close is not allowed over a Spring managed SqlSession
2015-02-09 15:32:39,726  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopping 'sysAdmin' subsystem, ID: [sysAdmin, default]
2015-02-09 15:32:39,726  INFO  [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Stopped 'sysAdmin' subsystem, ID: [sysAdmin, default]

So I see that there are a few problems but I can only guess the significance.  Ideas please?

Thanks,
Jeff


douglascrp
World-Class Innovator
World-Class Innovator
It seems the problem is on your server name.
Remove the "_" from the url and I guess it will work.
http://win8_vm:7070/alfresco becomes http://win8vm:7070/alfresco

fransley
Champ in-the-making
Champ in-the-making
Hello All,

I am completely new to Alfresco Community. I installed it on a Windows Server 2012 R2 VM using the "Easy" option. I set a password, like jeffgerth above, but now cannot log in. I get an error "Your authentication details have not been recognized or Alfresco may not be available at this time".

I did a search for "catalina.out" and "alfresco.log" and those files do not exist.

Any assistance is appreciated.

Never mind, restarted server (3rd time) and now I can get in using admin and the PW I created during setup.

jeffgerth
Champ in-the-making
Champ in-the-making
I posted my errors above but I'm curious how you did your restart.  Just within the manager window or full system reboot?
Thx