[Users] WeSIP part 2

Helmut Kuper helmut.kuper at ewetel.de
Mon Mar 5 12:20:48 CET 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Gines,

k, got that problem fixed. I messed around with path names of extra
properties, so it couldn't find the stack name ....

Next problem is shutdown:

hk at vm-en-test0:~/wesip/wesip$ ./bin/shutdown.sh
Stoping WESIP Application Server VozTelecom...
hk at vm-en-test0:~/wesip/wesip$ Catalina.stop: java.net.ConnectException:
Connection refused
java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at org.apache.catalina.startup.Catalina.stop(Catalina.java:540)
        at org.apache.catalina.startup.Catalina.execute(Catalina.java:360)
        at org.apache.catalina.startup.Catalina.process(Catalina.java:129)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:156)

-
-----------------------------------------------------------------------------

my server.xml config is:

<Server port="5005" shutdown="SHUTDOWN" debug="0">
        <Service name="WeSIP-Standalone">
                <Connector
className="org.apache.catalina.connector.http.HttpConnector"
                        port="8080" minProcessors="5" maxProcessors="75"
                        enableLookups="true" acceptCount="10" debug="10" />

                <Connector
className="com.voztele.sipservlet.connector.SipConnector"
                        minProcessors="5" maxProcessors="75"
                        enableLookups="true" acceptCount="10" debug="10"
                        addresses="212.6.123.118:5080"
pathName="com.voztele" protocol="udp" >
                                <ExtraProperties>
                                        <Property
key="com.voztele.javax.sip.SER_ADDRESS" value="localhost" />
                                        <Property
key="com.voztele.javax.sip.SER_PORT" value="5081" />
                                        <Property
key="com.voztele.STATISTICS" value="false" />
                                        <Property
key="javax.sip.STACK_NAME" value="wesip_app_server_1" />
                                        <Property
key="javax.sip.THREAD_POOL_SIZE" value="100" />
                                        <Property
key="com.voztele.javax.sip.THREAD_POOL_SIZE" value="10" />
                                        <Property
key="com.voztele.javax.sip.REENTRANT_LISTENER" value="true" />
                                        <Property
key="com.voztele.javax.sip.AUTOMATIC_DIALOG_SUPPORT" value="false" />
                                        <Property
key="javax.sip.TRACE_LEVEL" value="0" />
                                </ExtraProperties>
                </Connector>

        <Engine name="Standalone" defaultHost="212.6.123.118" debug="1"
className="com.voztele.sipservlet.core.ConvergedEngine">

                        <Mapper
className="org.apache.catalina.core.StandardEngineMapper"
protocol="HTTP/1.1"/>
                        <Mapper
className="org.apache.catalina.core.StandardEngineMapper"
protocol="HTTP/1.0"/>
                        <Mapper
className="com.voztele.sipservlet.core.EngineSipMapper" protocol="SIP/2.0"/>
                        <Logger
className="org.apache.catalina.logger.FileLogger" timestamp="true"/>
                        <Realm
className="org.apache.catalina.realm.MemoryRealm" />

                        <Host name="localhost"
nameSip="212.6.123.118_5080" debug="0"  appBase="wesipapps"
className="com.voztele.sipservlet.core.ConvergedHost">

-
---------------------------------------------------------------------------

sound like a firewall problem, but since it is the same machine where I
do the shutdown command this couldn't b the problem ....

regards
helmut
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF6/0P4tZeNddg3dwRAnJiAKCq3qIXSLQ1h8q/jbsBWOlWRaeFuACfWVEh
lIniSgOS96vpQahnfNPx4aA=
=ppby
-----END PGP SIGNATURE-----




More information about the sr-users mailing list