Alfresco Corruption after installing Modual Package

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2014 06:48 PM
Hello,
recently I started testing and use Alfresco community edition on a centos 6.5 64-bit system. The installation of alfresco went great, though after playing around with it for a while I decided to install some the Modual packages more specifically the Rights Management and Sharepoint packages. The following steps are the steps I took to install the packages.
Move the alfresco-rm-2.1.0-621.amp file to the amps directory.
Move the alfresco-rm-share-2.1.0-621.amp file to the amps_share directory.
Stop the Alfresco server.
Delete the tomcat\webapps\alfresco and tomcat\webapps\share folders in the Alfresco installation directory.
Change into the Alfresco .\bin directory.
java -jar alfresco-mmt.jar install ..\amps\alfresco-rm-<version>.amp ..\tomcat\webapps\alfresco.war
java -jar alfresco-mmt.jar install ..\amps_share\alfresco-rm-share-<version>.amp ..\tomcat\webapps\share.war -force
(It wouldn't install because it was going to over-right a .jar file)
Start the Alfresco server.
Start Alfresco Share by browsing to:
http://server:9090/share
Now after I start up the server I can get to it at port 9090/share but all my credentials are gone. My admin password doesn't work neither do any of my test user I set up. Just says authentication failed or alfresco not available.
I can get to 9090/alfresco also but not to /explorer with /explorer i get a 404 error. I cant login on any of theses sites.
So I decided I would just uninstall and reinstall the Alfresco community version though now /explorer and /alfresco both give a 404 after reinstalling and the /share works great.
I dont know what could be going on not unless the postsql database is not removing its tables. Any help would be great full as this is getting very frustration not being able to install alfresco again.
Thank you
recently I started testing and use Alfresco community edition on a centos 6.5 64-bit system. The installation of alfresco went great, though after playing around with it for a while I decided to install some the Modual packages more specifically the Rights Management and Sharepoint packages. The following steps are the steps I took to install the packages.
Move the alfresco-rm-2.1.0-621.amp file to the amps directory.
Move the alfresco-rm-share-2.1.0-621.amp file to the amps_share directory.
Stop the Alfresco server.
Delete the tomcat\webapps\alfresco and tomcat\webapps\share folders in the Alfresco installation directory.
Change into the Alfresco .\bin directory.
java -jar alfresco-mmt.jar install ..\amps\alfresco-rm-<version>.amp ..\tomcat\webapps\alfresco.war
java -jar alfresco-mmt.jar install ..\amps_share\alfresco-rm-share-<version>.amp ..\tomcat\webapps\share.war -force
(It wouldn't install because it was going to over-right a .jar file)
Start the Alfresco server.
Start Alfresco Share by browsing to:
http://server:9090/share
Now after I start up the server I can get to it at port 9090/share but all my credentials are gone. My admin password doesn't work neither do any of my test user I set up. Just says authentication failed or alfresco not available.
I can get to 9090/alfresco also but not to /explorer with /explorer i get a 404 error. I cant login on any of theses sites.
So I decided I would just uninstall and reinstall the Alfresco community version though now /explorer and /alfresco both give a 404 after reinstalling and the /share works great.
I dont know what could be going on not unless the postsql database is not removing its tables. Any help would be great full as this is getting very frustration not being able to install alfresco again.
Thank you
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2014 12:09 PM
Probably the best way to tackle this is to just start from scratch again. You can download the bin file and add the modules in the install. That will give you your basic setup. From there it sounds like you are using non-ssl connection for testing. (Am I right?)
I have recently found this out, but if you try and navigate to share it will still load. To test a connection more accurately use /alfresco for the extension. If you can't connect then that is the issue.
Now if after you have re-installed everything correctly and your credentials still aren't working. Then it will have to do with the ssl connection. If you search the forums there are many guides and tips on what you can do to configure not only server side, but also your windows client.
I have recently found this out, but if you try and navigate to share it will still load. To test a connection more accurately use /alfresco for the extension. If you can't connect then that is the issue.
Now if after you have re-installed everything correctly and your credentials still aren't working. Then it will have to do with the ssl connection. If you search the forums there are many guides and tips on what you can do to configure not only server side, but also your windows client.
