Ok we're trying to setup our CFMX server in distributed mode (we have to if
we're to upgrade production) and we've got an issue...anyone done this yet?:

Im getting this remotely...

 

[Tue Jun 18 16:11:02 2002] [notice] jrApache[2849] JRun is busy. [6] dropped
while sending command

[Tue Jun 18 16:11:02 2002] [notice] jrApache[2849] initProxy failed to fetch
server properties

[Tue Jun 18 16:11:02 2002] [notice] jrApache[2849] could not initialize
Server_1:172.16.61.121:51010

[Tue Jun 18 16:11:02 2002] [notice] jrApache[2849] Couldn't initialize from
remote server, JRun server(s) probably down.

 

 

Here's my configuration over the Web Server (ssl turned off) :

 

# JRun Settings

LoadModule jrun_module /opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun.so

<IfModule mod_jrun.c>

    JRunConfig Verbose false

    JRunConfig Apialloc false

    JRunConfig Ssl false

    JRunConfig Ignoresuffixmap false

    JRunConfig Serverstore
/opt/coldfusionmx/runtime/lib/wsconfig/1/jrunserver.store

    JRunConfig Bootstrap 172.16.61.121:51010

    #JRunConfig Errorurl <optionally redirect to this URL on errors>

    AddHandler jrun-handler .jsp .jws

</IfModule>

 

 

 

Here's my configuration over the Application Server :

 

<service class="jrun.servlet.jrpp.JRunProxyService" name="ProxyService">

    <attribute name="port">51010</attribute>

    <attribute name="deactivated">false</attribute>

    <attribute name="activeHandlerThreads">10</attribute>

    <attribute name="minHandlerThreads">20</attribute>

    <attribute name="threadWaitTimeout">300</attribute>

    <!-- set this to false for multi-hosted sites -->

    <attribute name="cacheRealPath">true</attribute>

  </service>

 

 

The traffic goes in/out :

 

Using device /dev/hme (promiscuous mode)

mod-cmx-web-01.dev.sfcommerce.com -> MOD-CMX-APP-01 TCP D=51010 S=32855 Syn
Seq=646423370 Len=0 Win=24820 Options=<nop,nop,sackOK,mss 1460>

MOD-CMX-APP-01 -> mod-cmx-web-01.dev.sfcommerce.com TCP D=32855 S=51010 Syn
Ack=646423371 Seq=1728202368 Len=0 Win=24820 Options=<nop,nop,sackOK,mss
1460>

mod-cmx-web-01.dev.sfcommerce.com -> MOD-CMX-APP-01 TCP D=51010 S=32855
Ack=1728202369 Seq=646423371 Len=0 Win=24820

mod-cmx-web-01.dev.sfcommerce.com -> MOD-CMX-APP-01 TCP D=51010 S=32855
Ack=1728202369 Seq=646423371 Len=20 Win=24820

MOD-CMX-APP-01 -> mod-cmx-web-01.dev.sfcommerce.com TCP D=32855 S=51010
Ack=646423391 Seq=1728202369 Len=0 Win=24800

MOD-CMX-APP-01 -> mod-cmx-web-01.dev.sfcommerce.com TCP D=32855 S=51010 Fin
Ack=646423391 Seq=1728202369 Len=0 Win=24820

mod-cmx-web-01.dev.sfcommerce.com -> MOD-CMX-APP-01 TCP D=51010 S=32855
Ack=1728202370 Seq=646423391 Len=0 Win=24820

 

 

Data  (with weird caracters ..., encrypted ?):

 

B'UA

B'UA

UUUUUU

B'UA

server-props

B'UA

UUUUUU


AVIS IMPORTANT: 
-------------------------------
Les informations contenues dans le present document et ses pieces jointes sont 
strictement confidentielles et reservees a l'usage de la (des) personne(s) a qui il 
est adresse. Si vous n'etes pas le destinataire, soyez avise que toute divulgation, 
distribution, copie, ou autre utilisation de ces informations est strictement 
prohibee.  Si vous avez recu ce document par erreur, veuillez s'il vous plait 
communiquer immediatement avec l'expediteur et detruire ce document sans en faire de 
copie sous quelque forme.

WARNING:  
-------------------------------
The information contained in this document and attachments is confidential and 
intended only for the person(s) named above.  If you are not the intended recipient 
you are hereby notified that any disclosure, copying, distribution, or any other use 
of the information is strictly prohibited.  If you have received this document by 
mistake, please notify the sender immediately and destroy this document and 
attachments without making any copy of any kind.


______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to