23 août 2010 22:08:56 org.apache.coyote.http11.Http11Protocol start
GRAVE: Erreur au d�marrage du point de contact
java.net.BindException: Address already in use<null>:8080
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:502)
at org.apache.tomcat.util.net.JIoEndpoint.start(JIoEndpoint.java:519)
at org.apache.coyote.http11.Http11Protocol.start(Http11Protocol.java:203)
at org.apache.catalina.connector.Connector.start(Connector.java:1131)
at org.apache.catalina.core.StandardService.start(StandardService.java:531)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
23 août 2010 22:08:56 org.apache.catalina.startup.Catalina start
GRAVE: Catalina.start:
LifecycleException: service.getName(): "Catalina"; Le d�marrage du gestionnaire de protocole a �chou�: java.net.BindException: Address already in use<null>:8080
at org.apache.catalina.connector.Connector.start(Connector.java:1138)
at org.apache.catalina.core.StandardService.start(StandardService.java:531)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
23 août 2010 22:08:56 org.apache.catalina.startup.Catalina start
INFO: Server startup in 160690 ms
#!/bin/sh
# Start or stop Alfresco server
# Set the following to where Tomcat is installed
ALF_HOME=/opt/Alfresco
cd "$ALF_HOME"
APPSERVER="${ALF_HOME}/tomcat"
export JAVA_HOME="/usr/lib/jvm/java-6-sun/"
# Set any default JVM values
export JAVA_OPTS='-Xms128m -Xmx512m -XX:MaxPermSize=128m -server'
export JAVA_OPTS="${JAVA_OPTS} -Dalfresco.home=${ALF_HOME} -Dcom.sun.management.jmxremote"
Il se peut que ce soit une instance précédente d'Alfresco qui n'a pas bien été arrêtée. Regarde si tu as n'a pas de process Java qui tourne encore et relance Alfesco.GRAVE: Erreur au d�marrage du point de contact
java.net.BindException: Address already in use<null>:8080
Exception in thread "DefaultScheduler_Worker-10" java.lang.OutOfMemoryError: PermGen space
Exception in thread "DefaultScheduler_QuartzSchedulerThread" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[94.23.13.57:50506]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[94.23.13.57:50503]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[94.23.13.57:50504]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[94.23.13.57:50505]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "RMI RenewClean-[94.23.13.57:50502]" java.lang.OutOfMemoryError: PermGen space
Exception in thread "AlfrescoJbpmJobExecutor:94.23.13.57:1" java.lang.OutOfMemoryError: PermGen space
13:50:25,919 ERROR [post.lookup.PostLookup] Exception during update of posts
13:50:33,266 ERROR [quartz.core.JobRunShell] Job DEFAULT.postLookupJobDetail threw an unhandled Exception:
13:51:37,858 ERROR [job.executor.JobExecutorThread] exception in job executor thread. waiting 90000 milliseconds
13:51:45,231 ERROR [transaction.SpringAwareUserTransaction.trace] Detected first UserTransaction which is being garbage collected without a commit() or rollback()
#!/bin/sh
# Start or stop Alfresco server
# Set the following to where Tomcat is installed
ALF_HOME=/opt/Alfresco
cd "$ALF_HOME"
APPSERVER="${ALF_HOME}/tomcat"
export JAVA_HOME="/usr/lib/jvm/java-6-sun/"
# Set any default JVM values
export JAVA_OPTS='-Xms1024m -Xmx1024m -XX:MaxPermSize=128m -server'
export JAVA_OPTS="${JAVA_OPTS} -Dalfresco.home=${ALF_HOME} -Dcom.sun.management.jmxremote"
# Set any default JVM values
export JAVA_OPTS='-Xms128M -Xmx1024M -XX:PermSize=64M -XX:MaxPermSize=128M -server'
j'ai ouvert les logs (alfresco.log) voici les seuls WARN et ERROR que j'ai :15:05:36,931 WARN [org.springframework.beans.GenericTypeAwarePropertyDescriptor] Invalid JavaBean property 'blockedSenders' being accessed! Ambiguous write methods found next to actually used [public void org.alfresco.email.server.EmailServer.setBlockedSenders(java.util.List)]: [public void org.alfresco.email.server.EmailServer.setBlockedSenders(java.lang.String)]
15:05:36,931 WARN [org.springframework.beans.GenericTypeAwarePropertyDescriptor] Invalid JavaBean property 'allowedSenders' being accessed! Ambiguous write methods found next to actually used [public void org.alfresco.email.server.EmailServer.setAllowedSenders(java.util.List)]: [public void org.alfresco.email.server.EmailServer.setAllowedSenders(java.lang.String)]
et15:05:35,527 ERROR [org.alfresco.fileserver] Failed to get local domain/workgroup name, using default of WORKGROUP
15:05:35,528 ERROR [org.alfresco.fileserver] (This may be due to firewall settings or incorrect <broadcast> setting)
Pour cette erreur je pense que c'est normal car je suis sur un serveur dédié chez ovh.#!/bin/sh
# Start or stop Alfresco server
# Set the following to where Tomcat is installed
ALF_HOME=/opt/Alfresco
cd "$ALF_HOME"
APPSERVER="${ALF_HOME}/tomcat"
export JAVA_HOME="/usr/lib/jvm/java-6-sun/"
# Set any default JVM values
export JAVA_OPTS='-Xms512M -Xmx1024M -XX:PermSize=256M -XX:MaxPermSize=512M -server'
export JAVA_OPTS="${JAVA_OPTS} -Dalfresco.home=${ALF_HOME} -Dcom.sun.management.jmxremote"
[code]
Merci à Christophe qui m'a mis sur la bonne voie!
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.