cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco on linux Debian : installation probleme

gug
Champ in-the-making
Champ in-the-making
Hi,

I m trying to install the bundle.  After the installation, i try to login into http://ip:8080/alfresco but I have a 404 error.

In the tomcat log I have :

INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
6 déc. 2005 12:05:07 net.sf.joott.uno.UnoConnection connect
GRAVE: connection failed: com.sun.star.connection.NoConnectException: java.net.ConnectException: Connection refused
6 déc. 2005 12:05:08 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
6 déc. 2005 12:05:08 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/alfresco] suite aux erreurs précédentes


In the file " tomcat/webapps/alfresco/WEB-INF/classes/alfresco/file-servers.xml"

I have do :
<host name="${localname}_H" domain="TEST"/>


So I dont understand why the connection is refused …  any idea ?


thank you in advance
5 REPLIES 5

gug
Champ in-the-making
Champ in-the-making
And with alfresco-jboss I have got this error :


— Incompletely deployed packages —
org.jboss.deployment.DeploymentInfo@df0fecdf { url=file:/opt/alfresco/jboss/server/default/deploy/alfresco.war }
  deployer: org.jboss.web.tomcat.tc5.Tomcat5@168989e
  status: Deployment FAILED reason: URL file:/opt/alfresco/jboss/server/default/tmp/deploy/tmp29011alfresco.war/ deployment failed
  state: FAILED
  watch: file:/opt/alfresco/jboss/server/default/deploy/alfresco.war
  altDD: null
  lastDeployed: 1133874221935
  lastModified: 1133874221000
  mbeans:

— MBeans waiting for other MBeans —
ObjectName: jboss.web.deployment:war=alfresco.war,id=-552604449
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/opt/alfresco/jboss/server/default/tmp/deploy/tmp29011alfresco.war/ deployment failed

— MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM —
ObjectName: jboss.web.deployment:war=alfresco.war,id=-552604449
  State: FAILED
  Reason: org.jboss.deployment.DeploymentException: URL file:/opt/alfresco/jboss/server/default/tmp/deploy/tmp29011alfresco.war/ deployment failed

steve
Champ in-the-making
Champ in-the-making
In your first post the 'Connection Refused' refers to the connection to OpenOffice - this normally happens because you have not got OpenOffice running.

This error will not stop Alfresco running, but will mean that any of the services that OpenOffice provides will not be available.

As for the error in your second post, the information you provided is not complete enough to determine the cause. Do you have any more information you could provide?

Steve

gug
Champ in-the-making
Champ in-the-making
for alfresco-tomcat, when I try to connect to : http://172.16.ip/alfresco

I have in my web browser (firefox) :


Etat HTTP 404 - /alfresco/

type Rapport d'état

message /alfresco/

description La ressource demandée (/alfresco/) n'est pas disponible.
Apache Tomcat/5.5.9


I will try with openoffice but i must install a false xserver Smiley Wink

gug
Champ in-the-making
Champ in-the-making
Ok so I have install openoffice with an X11 server.

So this is the log with alfresco-tomcat (it's doesnt work better)


6 déc. 2005 18:23:19 org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
6 déc. 2005 18:23:20 org.apache.catalina.startup.HostConfig deployWAR
INFO: Déploiement de l'archive alfresco.war de l'application web
6 déc. 2005 18:23:29 net.sf.joott.uno.UnoConnection connect
INFO: connecting using "socket,host=localhost,port=8100,tcpNoDelay=1"…
6 déc. 2005 18:23:29 net.sf.joott.uno.UnoConnection connect
INFO: connected
6 déc. 2005 18:23:30 org.apache.catalina.core.StandardContext start
GRAVE: Error listenerStart
6 déc. 2005 18:23:30 org.apache.catalina.core.StandardContext start
GRAVE: Erreur de démarrage du contexte [/alfresco] suite aux erreurs précédentes
6 déc. 2005 18:23:30 org.apache.coyote.http11.Http11Protocol start
INFO: Démarrage de Coyote HTTP/1.1 sur http-8080


As we can see, the service /alfresco was not launch … Smiley Sad

dserodio
Champ in-the-making
Champ in-the-making
Did you copy the database driver to Tomcat/shared/lib ?