Moderators: ScalixSupport, admin
Code: Select all
dpkg --list | grep scalix
ii scalix-mobile 11.0.3.31 Scalix Mobile Web Client
ii scalix-platform 11.0.3.31 Scalix Messaging Services
ii scalix-postgres 11.0.3.31 Scalix scripts for PostgreSQL
ii scalix-res 11.0.3.31 A Remote Execution Service for Scalix Messag
ii scalix-sac 11.0.3.31 The Ubermanager component of the Scalix Admi
ii scalix-server 11.0.3.10719 Scalix-server is an enterprise class messagi
ii scalix-sis 11.0.3.31 Scalix Search and Index Services
ii scalix-swa 11.0.3.31 Scalix Web Access
ii scalix-text-extractors 1.0-2 Helper programs to extract text from a varie
ii scalix-tomcat 5.5.16-226 Apache Tomcat is the servlet container that
ii scalix-tomcat-connector 11.0.3.31 Module for connecting Tomcat and Apache via
Code: Select all
bug:/var/log/apache2# ps ax | grep index
5353 ? Ss 0:13 indexer
5354 ? S 0:02 index.catcher
5503 ? S 0:09 /opt/scalix/bin/index.browse
5716 ? S 0:09 /opt/scalix/bin/index.browse
6741 ? S 0:08 /opt/scalix/bin/index.browse
6819 ? S 0:08 /opt/scalix/bin/index.browse
6820 ? S 0:08 /opt/scalix/bin/index.browse
6821 ? S 0:08 /opt/scalix/bin/index.browse
6822 ? S 0:09 /opt/scalix/bin/index.browse
6823 ? S 0:09 /opt/scalix/bin/index.browse
6824 ? S 0:08 /opt/scalix/bin/index.browse
6825 ? S 0:09 /opt/scalix/bin/index.browse
6827 ? S 0:09 /opt/scalix/bin/index.browse
6828 ? S 0:09 /opt/scalix/bin/index.browse
6829 ? S 0:10 /opt/scalix/bin/index.browse
6830 ? S 0:10 /opt/scalix/bin/index.browse
6831 ? S 0:09 /opt/scalix/bin/index.browse
6832 ? S 0:09 /opt/scalix/bin/index.browse
6833 ? S 0:10 /opt/scalix/bin/index.browse
6834 ? S 0:09 /opt/scalix/bin/index.browse
7322 ? S 0:10 /opt/scalix/bin/index.browse
7323 ? S 0:10 /opt/scalix/bin/index.browse
527 pts/1 R+ 0:00 grep index
Code: Select all
bug:/var/log/apache2# ps ax | grep tomcat
32545 pts/1 Sl 1:17 /usr/lib/jvm/java-1.5.0-sun/jre/bin/java -server -Xms256m -Xmx256m -Dscalix.instance=/var/opt/scalix/bg -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/var/opt/scalix/bg/tomcat/conf/logging.properties -Djava.endorsed.dirs=/opt/scalix-tomcat/common/endorsed -classpath /usr/lib/jvm/java-1.5.0-sun/jre/lib/tools.jar:/opt/scalix-tomcat/bin/bootstrap.jar:/opt/scalix-tomcat/bin/commons-logging-api.jar -Dcatalina.base=/var/opt/scalix/bg/tomcat -Dcatalina.home=/opt/scalix-tomcat -Djava.io.tmpdir=/var/opt/scalix/bg/tomcat/temp org.apache.catalina.startup.Bootstrap start
Code: Select all
Wed Apr 18 01:45:43 2007] [error] [client xx.xxx.xxx.xxx] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
[Wed Apr 18 13:59:52 2007] [error] (111)Connection refused: proxy: AJP: attempt to connect to xx.xxx.xxx.xxx:8009 (test.example.com) failed
[Wed Apr 18 13:59:53 2007] [error] ap_proxy_connect_backend disabling worker for (test.example.com)
[Wed Apr 18 13:59:53 2007] [error] proxy: AJP: failed to make connection to backend: test.example.com
[Wed Apr 18 14:20:51 2007] [error] [client xx.xxx.xxx.xxx] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:)
Code: Select all
[18/Apr/2007:15:31:32 +0200] "GET /sis/indexer?fn=delete&uid=0710000076013f54-302.78.412.58&dref=00012e088f9bcffb&pdref=00010ff524a3d4c6 HTTP/1.1" 200 4 "-" "-"
85.214.87.203 - - [18/Apr/2007:15:33:37 +0200] "GET /sis/indexer?fn=add&uid=0d10000076013f54-302.78.412.58&pdref=00011c00a616f5a9&dref=00012ced74c0e290&indexid=cb57d655-45f31067-46261e29-14bf5&flags=unseen,unflagged,unanswered,undeleted,undraft,unlabel1,unlabel2,unlabel3,unlabel4,unlabel5,unlabel6,unlabel7,unlabel8,unjunk,unnonjunk,unforwarded HTTP/1.1" 204 4 "-" "-"
Code: Select all
#
# Configuration file for Scalix Tomcat
#
# The directory where Java is installed
# (determined from /usr/bin/java managed by update-alternatives
# by default, change to hardcoded path if needed):
JAVA_HOME="`/opt/scalix-tomcat/bin/determine-java-home`"
# Additional arguments to be passed to Java:
JAVA_OPTS="-server -Xms256m -Xmx256m"
#
# Configuration file for Scalix Tomcat
#
# The directory where Java is installed:
JAVA_HOME="/usr/java/jre1.5.0_06"
# Additional arguments to be passed to Java:
JAVA_OPTS="-server -Djava.net.preferIPv4Stack=true -Xms512m -Xmx512m"
Code: Select all
ps -ef | grep java
root 6298 1 1 14:14 pts/1 00:01:45 /usr/lib/jvm/java-1.5.0-sun/jre/bin/java -server -Xms256m -Xmx256m -Djava.net.preferIPv4Stack=true -Dscalix.instance=/var/opt/scalix/bg -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/var/opt/scalix/bg/tomcat/conf/logging.properties -Djava.endorsed.dirs=/opt/scalix-tomcat/common/endorsed -classpath /usr/lib/jvm/java-1.5.0-sun/jre/lib/tools.jar:/opt/scalix-tomcat/bin/bootstrap.jar:/opt/scalix-tomcat/bin/commons-logging-api.jar -Dcatalina.base=/var/opt/scalix/bg/tomcat -Dcatalina.home=/opt/scalix-tomcat -Djava.io.tmpdir=/var/opt/scalix/bg/tomcat/temp org.apache.catalina.startup.Bootstrap start
Code: Select all
java -version
java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
Code: Select all
java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
Users browsing this forum: No registered users and 3 guests