the problem been solved when i removed this commentary.

<!--
      <inboxRepository>
         <repository destinationURL="dbfile://maildb/inbox/" type="MAIL"/>
      </inboxRepository>
-->

thanks you!


Norman Maurer wrote:
> 
> Please show use the stacktrace you get when try to start..
> 
> Are you sure the mysql server is listen on the port ?
> 
> BTW, maybe you want  to try the latest 2.3.0 RC .. It was just released
> 1 minute ago. You can get it from:
> 
> http://people.apache.org/dist/james/server/
> 
> bye
> Norman
> myepoch schrieb:
>> I had config:
>>
>>          <data-source name="maildb"
>> class="org.apache.james.util.dbcp.JdbcDataSource">
>>             <!--<driver>org.gjt.mm.mysql.Driver</driver>-->
>>             <driver>com.mysql.jdbc.Driver</driver>
>>             <dburl>jdbc:mysql://127.0.0.1/mail?autoReconnect=true</dburl>
>>             <user>root</user>
>>             <password>root</password>
>>             <max>20</max>
>>          </data-source>
>>
>>
>> but it does not successfully yet.
>>
>>
>> Norman Maurer wrote:
>>   
>>> Please try to change:
>>>
>>> <driver>org.gjt.mm.mysql.Driver</driver>
>>>
>>>
>>> to:
>>>
>>> <driver>com.mysql.jdbc.Driver</driver>
>>>
>>>
>>> I think the wrong connector is used to connect.  If your problems still
>>> persisist, post the exception you get again..
>>>
>>>
>>> bye
>>> Norman
>>>
>>>
>>> myepoch schrieb:
>>>     
>>>> mysql connector is mysql-connector-java-3.1.13-bin.jar and add it to 
>>>> james/lib/ 
>>>>
>>>> mysql version is 4.1
>>>>
>>>>
>>>> You need to upgrade to a new mysql connector to get it workin with
>>>> mysql
>>>> 4.1 or 5.x..  (if im not wrong).
>>>>
>>>>
>>>> bye
>>>> Norman
>>>>
>>>>   
>>>>       
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>>     
>>
>>   
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/store-emakl-data-by-MySQL%2Coccur-error-when-run.bat-tf2427782.html#a6774307
Sent from the James - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to