Problem with installing Alfresco Entreprise in Suse Linux erreur : HTTP Status 404 - /share/
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 06:54 AM
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
Please have a look to the attached file
Thanks~
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

Please have a look to the attached file
Thanks~
Labels:
- Labels:
-
Archive
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2014 09:14 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2014 03:56 AM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2014 04:04 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2014 04:36 AM
Hi,
try setting in your /etc/hosts an entry like
This issue happend when the local machine name is not correctly set up.
Regards,
Andrea
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2014 06:27 AM
Thank you so much it solve my problem !!
