cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with installing Alfresco Entreprise in Suse Linux erreur : HTTP Status 404 - /share/

noussaireljaz
Champ in-the-making
Champ in-the-making
I have installed alfresco enterprise following these instructions:

http://docs.alfresco.com/4.0/tasks/simpleinstall-enterprise-lin.html

but when I run http://127.0.0.1:8080/share I have displayed :




The error:

-HTTP Status 404 - /share/

-type Status report

-message /share/

description The requested resource (/share/) is not available.




I'm a beginner in Alfresco and I really don't know how to solve this problem.

Your immediate reply will be much appreciated Smiley Happy

Please have a look to the attached file

Thanks~

5 REPLIES 5

abarisone
Star Contributor
Star Contributor
Hi,
the source of the error is here:
<blockquote>
Caused by: java.net.UnknownHostException: linux-x5m8: linux-x5m8: Name or service not known
   at java.net.InetAddress.getLocalHost(InetAddress.java:1466)
   at org.alfresco.repo.domain.node.AbstractNodeDAOImpl$ServerIdCallback.getWithWriteLock(AbstractNodeDAOImpl.java:461)
   … 91 more
Caused by: java.net.UnknownHostException: linux-x5m8: Name or service not known
   at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
   at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:894)
   at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1286)
   at java.net.InetAddress.getLocalHost(InetAddress.java:1462)
   … 92 more
</blockquote>
Check your /etc/hosts file.

Regards,
Andrea

noussaireljaz
Champ in-the-making
Champ in-the-making
Hi,

Thank you for your repply, I check my hosts file, but I don't really see what's wrong.

I was thinking the mapping was wrong but everything is correct for me.

I will appreciate you help.

Please have a look to the attached file

Thanks

noussaireljaz
Champ in-the-making
Champ in-the-making
Hi

I check my hosts file and everything is fine for me. I was thinking that the mapping was wrong but it looks fine.

This is my hosts file:

#
# hosts         This file describes a number of hostname-to-address
#               mappings for the TCP/IP subsystem.  It is mostly
#               used at boot time, when no name servers are running.
#               On small systems, this file can be used instead of a
#               "named" name server.
# Syntax:
#   
# IP-Address  Full-Qualified-Hostname  Short-Hostname
#

127.0.0.1   localhost

# special IPv6 addresses
::1             localhost ipv6-localhost ipv6-loopback

fe00::0         ipv6-localnet

ff00::0         ipv6-mcastprefix
ff02::1         ipv6-allnodes
ff02::2         ipv6-allrouters
ff02::3         ipv6-allhosts

Please I need your help

Thanks

abarisone
Star Contributor
Star Contributor
Hi,
try setting in your /etc/hosts an entry like
127.0.0.1 linux-x5m8

This issue happend when the local machine name is not correctly set up.

Regards,
Andrea

noussaireljaz
Champ in-the-making
Champ in-the-making
Thank you so much it solve my problem !!