cancel
Showing results for 
Search instead for 
Did you mean: 

Install up and running, can't log in to /share

bradleyland
Champ in-the-making
Champ in-the-making
With the help of my hosting provider (rimuhosting), I've got an Alfresco install running from the WAR distribution using alfresco.war, share.war, and vti-module.amp add-in using the MMT. Here's the catch. We initially installed and set up the DB without vti-module.amp installed, so I'm not sure if we have all the tables we need. So, the timeline looks like this:

* Install Alfresco using alfresco.war, share.war
* Run db_setup
* Log in successfully to /faces side of app
* Attempt login to /share, fail
* Realize vti-module.amp is required
* Apply using MMT
* Attempt login to /share, fail

Any pointers? This is a CentOS 5 VPS with no X-Windows environment, so I'm not sure if the OpenOffice requirement is a fit here. Could use some guidance on where to head next.
2 REPLIES 2

bradleyland
Champ in-the-making
Champ in-the-making
So through some research, I found that many of the Alfresco services were probably expected to be running on localhost. I updated the following files with my server's FQDN wherever I found localhost. Lines marked with # have been updated. However, after restarting Tomcat, and even a complete server reboot, my problem was not solved.

# ./wsdl/dictionary-service.wsdl:         <wsdlsoap:address location="http://localhost:8080/alfresco/api/DictionaryService'/>
# ./wsdl/authoring-service.wsdl:         <wsdlsoap:address location="http://localhost:8080/alfresco/api/AuthoringService'/>
# ./wsdl/authentication-service.wsdl:         <wsdlsoap:address location="http://localhost:8080/alfresco/api/AuthenticationService'/>
# ./wsdl/action-service.wsdl:          <wsdlsoap:address location="http://localhost:8080/alfresco/api/ActionService'/>
# ./wsdl/administration-service.wsdl:          <wsdlsoap:address location="http://localhost:8080/alfresco/api/AdministrationService'/>
# ./wsdl/access-control-service.wsdl:          <wsdlsoap:address location="http://localhost:8080/alfresco/api/AccessControlService'/>
# ./wsdl/classification-service.wsdl:         <wsdlsoap:address location="http://localhost:8080/alfresco/api/ClassificationService'/>
# ./wsdl/content-service.wsdl:         <wsdlsoap:address location="http://localhost:8080/alfresco/api/ContentService'/>
# ./wsdl/repository-service.wsdl:         <wsdlsoap:address location="http://localhost:8080/alfresco/api/RepositoryService'/>
# ./WEB-INF/classes/alfresco/module/org.alfresco.module.vti/context/vti.properties:vti.share.shareHostWithPort=http://localhost:8080
# ./WEB-INF/classes/alfresco/alfresco-shared.properties:alfresco.rmi.services.host=localhost
# ./WEB-INF/classes/alfresco/repository.properties:repo.remote.endpoint.url=http://localhost:8080/alfresco/service
./WEB-INF/classes/alfresco/webscripts/org/alfresco/indexall.get.mediawiki.ftl: [http://localhost:8080${url.serviceContext}${uri} ${desc.method} ${url.serviceContext}${uri}]
# ./WEB-INF/classes/alfresco/clt-context.xml:            <value>rmi://localhost:50500/avm</value>
# ./WEB-INF/classes/alfresco/clt-context.xml:            <value>rmi://localhost:50500/avmsync</value>
# ./WEB-INF/classes/alfresco/clt-context.xml:            <value>rmi://localhost:50500/authentication</value>
# ./WEB-INF/classes/alfresco/clt-context.xml:            <value>rmi://localhost:50500/repo</value>
# ./WEB-INF/classes/alfresco/remote-avm-test-context.xml:            <value>rmi://localhost:50500/authentication</value>
# ./WEB-INF/classes/alfresco/remote-avm-test-context.xml:         <value>rmi://localhost:50500/avm</value>
# ./WEB-INF/classes/alfresco/remote-avm-test-context.xml:            <value>rmi://localhost:50500/avmsync</value>
# ./WEB-INF/classes/alfresco/webscript-framework-config-test.xml:         <hostname>localhost</hostname>
# ./WEB-INF/classes/alfresco/webscript-framework-config-test.xml:           <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url>
# ./WEB-INF/classes/alfresco/webscript-framework-config.xml:         <hostname>localhost</hostname>
# ./WEB-INF/classes/alfresco/webscript-framework-config.xml:            <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url>
# ./WEB-INF/classes/alfresco/webscript-framework-config.xml:            <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url>
# ./WEB-INF/classes/alfresco/webscript-framework-config.xml:            <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url>
# ./WEB-INF/classes/alfresco/webscript-framework-config.xml:            <endpoint-url>http://localhost:8080/alfresco/s</endpoint-url>
# ./WEB-INF/classes/alfresco/webscript-framework-config.xml:             <endpoint-url>http://localhost:8080/alfresco/php</endpoint-url>   
# ./WEB-INF/classes/alfresco/core-services-context.xml:        <property name="serviceUrl"  value="service:jmx:rmi://localhost/jndi/rmi://localhost:${alfresco.rmi.services.port}/alfresco/jmxrmi" />
# ./WEB-INF/classes/alfresco/templates/webscripts/org/alfresco/repository/repository.get.html.ftl:        <tr><td>Service URI: <input name="url" size="50" value="http://localhost:8080/alfresco/service/api/cmis"></td></tr>
# ./WEB-INF/classes/alfresco/templates/RSS_2.0_recent_docs.ftl:      <#assign hostname="http://localhost:8080/alfresco">
# ./WEB-INF/classes/alfresco/web-client-config.xml:         <hostname>localhost</hostname>
./scripts/ajax/dojo/src/regexp.js:   //    flags.allowLocal  Allow the host to be "localhost".  Default is false.
./scripts/ajax/dojo/src/regexp.js:   if(flags.allowLocal){ hostNameRE += "|localhost"; }
./scripts/ajax/dojo/src/widget/InternetTextbox.js:      //      Allow the host to be "localhost".  Default is false.
./scripts/ajax/dojo/src/io/RepubsubIO.js:      if(cd.indexOf(".")==-1){ return; } // probably file:/// or localhost
./scripts/ajax/dojo/src/io/cometd.js:      if(cd.indexOf(".")==-1){ return; } // probably file:/// or localhost

javaexcel
Champ in-the-making
Champ in-the-making
first I set up AFL on win vista 64
and got exact same problem – does not accept un/pwd in share.
the setup on xp win32 works fine