Changes between Initial Version and Version 1 of Ticket #95


Ignore:
Timestamp:
03/12/2012 06:17:38 PM (14 years ago)
Author:
sunxiang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #95 – Description

    initial v1  
    22== 报错 == 
    33wap_product_price改版,报价页使用r系统调用接口。在测试中发现会报com.mongodb.MongoException: norepl,具体如下: 
    4 [[Image()]] 
     4[[Image(20120312180929.jpg)]] 
     5[[BR]] 
     6 
     7== 原因 == 
     8在resin-web.xml中, 
     9{{{ 
     10<env-entry> 
     11<description>MongoConfig for 4</description> 
     12<env-entry-name>mongoConfig4RClient</env-entry-name> 
     13<env-entry-type>java.lang.String</env-entry-type> 
     14<env-entry-value>mongodb://192.168.75.100:5566/price_front_cache?slaveOk=true;maxPoolSize=256;w=2;safe=true</env-entry-value> 
     15        </env-entry> 
     16}}} 
     17 
     18== 解决 ==