05-04-2012 10:24 AM
05-04-2012 10:47 AM
05-06-2012 03:50 AM
05-06-2012 08:34 AM
SEVERE: Error initializing endpointYou need to kill the other process
java.net.BindException: Address already in use <null>:8080
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:549)
05-07-2012 03:07 AM
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:8009 *:* LISTEN
tcp 0 0 *:mysql *:* LISTEN
tcp 0 0 *:52429 *:* LISTEN
tcp 0 0 *:webcache *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 localhost:smtp *:* LISTEN
tcp 0 0 *:pcsync-https *:* LISTEN
tcp 0 0 localhost:mxi *:* LISTEN
tcp 1 0 localhost:40967 localhost:webcache CLOSE_WAIT
tcp 1 0 localhost:35080 localhost:webcache CLOSE_WAIT
tcp 0 0 localhost:pcsync-https localhost:52796 ESTABLISHED
tcp 0 0 localhost:35982 localhost:pcsync-https ESTABLISHED
tcp 1 0 localhost:51163 localhost:webcache CLOSE_WAIT
tcp 0 0 localhost:52796 localhost:pcsync-https ESTABLISHED
tcp 1 0 localhost:38433 localhost:webcache CLOSE_WAIT
tcp 0 500 nar.ville-ge.ch:ssh volcano.ville-ge.ch:50061 ESTABLISHED
tcp 1 0 localhost:46177 localhost:webcache CLOSE_WAIT
tcp 1 0 localhost:38458 localhost:webcache CLOSE_WAIT
tcp 0 0 localhost:pcsync-https localhost:35982 ESTABLISHED
05-07-2012 04:48 AM
/pathwhereyouhavelafrescofolder/alfresco.sh stop
most probable you may have java process related alfresco running you should kill the processor of the service
ps aux | grep alf
which gives result similar to
ps aux | grep alf
alfresco 9172 0.0 2.5 1024400 100948 ? Sl May02 0:02 /opt/legaldm/openoffice/program/soffice.bin -accept=socket,host=127.0.0.1,port=8100;urp;StarOffice.ServiceManager -env:UserInstallation=file:///opt/legaldm/alf_data/oouser -nologo -headless -nofirststartwizard -nocrashrep -norestore
alfresco 9666 1.7 29.4 3038284 1155664 ? Sl May02 124:15 /opt/legaldm/java/bin/java -Djava.util.logging.config.file=/opt/legaldm/tomcat/conf/logging.properties -XX:MaxPermSize=512m -Xms128m -Xmx1024m -XX:-DisableExplicitGC -Dalfresco.home=/opt/legaldm -Dcom.sun.management.jmxremote -Dsun.security.ssl.allowUnsafeRenegotiation=true -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/opt/legaldm/tomcat/endorsed -classpath /opt/legaldm/tomcat/bin/bootstrap.jar -Dcatalina.base=/opt/legaldm/tomcat -Dcatalina.home=/opt/legaldm/tomcat -Djava.io.tmpdir=/opt/legaldm/tomcat/temp org.apache.catalina.startup.Bootstrap start
kill -9 9172
kill -9 9666
the restart the alfresco service05-07-2012 05:25 AM
root 813 0.1 4.9 2871376 397364 ? Sl May04 4:15 /opt/alfresco/current/java/bin/java -Djava.util.logging.config.file=/opt/alfresco/current/tomcat/conf/logging.properties -XX:MaxPermSize=512m -Xms128m -Xmx1024m -XX:-DisableExplicitGC -Djava.awt.headless=true -Dalfresco.home=/opt/alfresco/current -Dcom.sun.management.jmxremote -Dsun.security.ssl.allowUnsafeRenegotiation=true -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/opt/alfresco/current/tomcat/endorsed -classpath /opt/alfresco/current/tomcat/bin/bootstrap.jar -Dcatalina.base=/opt/alfresco/current/tomcat -Dcatalina.home=/opt/alfresco/current/tomcat -Djava.io.tmpdir=/opt/alfresco/current/tomcat/temp org.apache.catalina.startup.Bootstrap start
ERROR [repo.content.JodConverterSharedInstance] [main] Unable to start JodConverter library. The following error is shown for informational purposes only.
org.artofsolving.jodconverter.office.OfficeException
05-07-2012 05:55 AM
So what does this mean? What will happen during the next reboot? Where does this Java process come from?
05-07-2012 06:00 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.