cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to login Alfresco Share and Explorer

hiko
Champ in-the-making
Champ in-the-making
Hi,

I have setup eclipse environment as per following urls.

http://wiki.alfresco.com/wiki/Alfresco_on_Eclipse
viewtopic.php?f=10&t=15336

I have right click build.xml and choose Run As > Ant Build
I am able to build successfully.


When use following urls

http://localhost:8080/share/
I can see login page
When i enter login:admin and password:admin
it show message as authentication fail.


http://localhost:8080/alfresco/faces/jsp/dashboards/container.jsp
It shows error "404  Not Found" in browser
1 REPLY 1

hiko
Champ in-the-making
Champ in-the-making
Hi,

I have solve the problem

Solution is

catalina.sh has to be modified to avoid Out of Memory exceptions.

Modify the line :

JAVA_OPTS="$JAVA_OPTS -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"

by the line :

JAVA_OPTS="$JAVA_OPTS -Xms256m -Xmx1024m -XX:MaxPermSize=256m -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"