You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Robert Gurule' <rg...@lanl.gov> on 2010/02/23 15:55:01 UTC

config file problems

 I am working with james-server-spring-deployment-3.0-M1 and am getting a
bounce message the server output looks like:

INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
domain JAMESServersConfigSetting.com.
ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
host JAMESServersConfigSetting.com.
ERROR 16:54:25,140 | james.spoolmanager | Exception in processor <bounces>
java.lang.NullPointerException

The DNSServer log looks like:

INFO  16:51:14,140 | james.dnsserver | Registered cache, resolver and
search paths as DNSJava defaults
INFO  16:53:31,031 | james.dnsserver | Couldn't resolve MX records for
domain syncrhonicity.lanl.gov.
INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
domain JAMESServersConfigSetting.com.
ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
host JAMESServersConfigSetting.com.


I don't actually know which config files to modify for JAMES 3.0 M1

-Robert



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: config file problems

Posted by Norman Maurer <no...@apache.org>.
Hi Robert,

I just committed the fix for this. Please checkout trunk and try again.

Thx for the report.

Bye,
Norman

2010/2/23 Norman Maurer <no...@apache.org>:
> Hi Robert,
>
> that's 100% a bug. I will have a look later.
>
> Bye
> Norman
>
> 2010/2/23, Robert Gurule <rg...@lanl.gov>:
>> Hi Norman,
>>   I am checking out my source from http://svn.apache.org/repos/asf
>> revision 906632
>>
>> The spoolmanger.log is as follows:
>>
>> NFO  12:47:44,029 | james.spoolmanager |
>> Spool=org.apache.james.mailrepository.MailStoreSpoolRepository
>> ERROR 12:50:44,060 | james.spoolmanager | Exception in processor <bounces>
>> java.lang.NullPointerException
>>     at
>> org.apache.james.transport.mailets.DSNBounce.service(DSNBounce.java:155)
>>     at
>> org.apache.james.transport.LinearProcessor.service(LinearProcessor.java:456)
>>     at
>> org.apache.james.transport.StateAwareProcessorList.service(StateAwareProcessorList.java:161)
>>     at
>> org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.java:197)
>>     at java.lang.Thread.run(Unknown Source)
>> ERROR 12:50:44,060 | james.spoolmanager | An error occurred processing
>> Mail1266868190810-1-to-jamesserversconfigsetting.com through bounces
>> ERROR 12:50:44,060 | james.spoolmanager | Result was error
>>
>>
>> Thanks for your help...
>>
>> Robert
>>
>>
>> Norman Maurer wrote:
>>> Hi Robert,
>>>
>>> could you please show us the spoolmanager.log ... Sounds like a bug to
>>> me. Btw which revision you are using ?
>>>
>>> Thx,
>>> Norman
>>>
>>> 2010/2/23, Robert Gurule' <rg...@lanl.gov>:
>>>
>>>>  I am working with james-server-spring-deployment-3.0-M1 and am getting a
>>>> bounce message the server output looks like:
>>>>
>>>> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
>>>> domain JAMESServersConfigSetting.com.
>>>> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
>>>> host JAMESServersConfigSetting.com.
>>>> ERROR 16:54:25,140 | james.spoolmanager | Exception in processor
>>>> <bounces>
>>>> java.lang.NullPointerException
>>>>
>>>> The DNSServer log looks like:
>>>>
>>>> INFO  16:51:14,140 | james.dnsserver | Registered cache, resolver and
>>>> search paths as DNSJava defaults
>>>> INFO  16:53:31,031 | james.dnsserver | Couldn't resolve MX records for
>>>> domain syncrhonicity.lanl.gov.
>>>> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
>>>> domain JAMESServersConfigSetting.com.
>>>> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
>>>> host JAMESServersConfigSetting.com.
>>>>
>>>>
>>>> I don't actually know which config files to modify for JAMES 3.0 M1
>>>>
>>>> -Robert
>>>>
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>>
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-dev-help@james.apache.org
>>>
>>>
>>
>>
>> --
>> Robert L. Gurule'
>> High Performance Computing
>> Scientific Software Engineering  (HPC-1)
>> Los Alamos National Laboratory, MS B295
>> Los Alamos, New Mexico 87545
>> 505-665-3538 (office)
>> 505-690-1011 (cell)
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: config file problems

Posted by Norman Maurer <no...@apache.org>.
Hi Robert,

that's 100% a bug. I will have a look later.

Bye
Norman

2010/2/23, Robert Gurule <rg...@lanl.gov>:
> Hi Norman,
>   I am checking out my source from http://svn.apache.org/repos/asf
> revision 906632
>
> The spoolmanger.log is as follows:
>
> NFO  12:47:44,029 | james.spoolmanager |
> Spool=org.apache.james.mailrepository.MailStoreSpoolRepository
> ERROR 12:50:44,060 | james.spoolmanager | Exception in processor <bounces>
> java.lang.NullPointerException
>     at
> org.apache.james.transport.mailets.DSNBounce.service(DSNBounce.java:155)
>     at
> org.apache.james.transport.LinearProcessor.service(LinearProcessor.java:456)
>     at
> org.apache.james.transport.StateAwareProcessorList.service(StateAwareProcessorList.java:161)
>     at
> org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.java:197)
>     at java.lang.Thread.run(Unknown Source)
> ERROR 12:50:44,060 | james.spoolmanager | An error occurred processing
> Mail1266868190810-1-to-jamesserversconfigsetting.com through bounces
> ERROR 12:50:44,060 | james.spoolmanager | Result was error
>
>
> Thanks for your help...
>
> Robert
>
>
> Norman Maurer wrote:
>> Hi Robert,
>>
>> could you please show us the spoolmanager.log ... Sounds like a bug to
>> me. Btw which revision you are using ?
>>
>> Thx,
>> Norman
>>
>> 2010/2/23, Robert Gurule' <rg...@lanl.gov>:
>>
>>>  I am working with james-server-spring-deployment-3.0-M1 and am getting a
>>> bounce message the server output looks like:
>>>
>>> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
>>> domain JAMESServersConfigSetting.com.
>>> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
>>> host JAMESServersConfigSetting.com.
>>> ERROR 16:54:25,140 | james.spoolmanager | Exception in processor
>>> <bounces>
>>> java.lang.NullPointerException
>>>
>>> The DNSServer log looks like:
>>>
>>> INFO  16:51:14,140 | james.dnsserver | Registered cache, resolver and
>>> search paths as DNSJava defaults
>>> INFO  16:53:31,031 | james.dnsserver | Couldn't resolve MX records for
>>> domain syncrhonicity.lanl.gov.
>>> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
>>> domain JAMESServersConfigSetting.com.
>>> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
>>> host JAMESServersConfigSetting.com.
>>>
>>>
>>> I don't actually know which config files to modify for JAMES 3.0 M1
>>>
>>> -Robert
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-user-help@james.apache.org
>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-dev-help@james.apache.org
>>
>>
>
>
> --
> Robert L. Gurule'
> High Performance Computing
> Scientific Software Engineering  (HPC-1)
> Los Alamos National Laboratory, MS B295
> Los Alamos, New Mexico 87545
> 505-665-3538 (office)
> 505-690-1011 (cell)
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: config file problems

Posted by Robert Gurule <rg...@lanl.gov>.
Hi Norman,
  I am checking out my source from http://svn.apache.org/repos/asf  
revision 906632

The spoolmanger.log is as follows:

NFO  12:47:44,029 | james.spoolmanager | 
Spool=org.apache.james.mailrepository.MailStoreSpoolRepository
ERROR 12:50:44,060 | james.spoolmanager | Exception in processor <bounces>
java.lang.NullPointerException
    at 
org.apache.james.transport.mailets.DSNBounce.service(DSNBounce.java:155)
    at 
org.apache.james.transport.LinearProcessor.service(LinearProcessor.java:456)
    at 
org.apache.james.transport.StateAwareProcessorList.service(StateAwareProcessorList.java:161)
    at 
org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.java:197)
    at java.lang.Thread.run(Unknown Source)
ERROR 12:50:44,060 | james.spoolmanager | An error occurred processing 
Mail1266868190810-1-to-jamesserversconfigsetting.com through bounces
ERROR 12:50:44,060 | james.spoolmanager | Result was error


Thanks for your help...

Robert


Norman Maurer wrote:
> Hi Robert,
>
> could you please show us the spoolmanager.log ... Sounds like a bug to
> me. Btw which revision you are using ?
>
> Thx,
> Norman
>
> 2010/2/23, Robert Gurule' <rg...@lanl.gov>:
>   
>>  I am working with james-server-spring-deployment-3.0-M1 and am getting a
>> bounce message the server output looks like:
>>
>> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
>> domain JAMESServersConfigSetting.com.
>> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
>> host JAMESServersConfigSetting.com.
>> ERROR 16:54:25,140 | james.spoolmanager | Exception in processor <bounces>
>> java.lang.NullPointerException
>>
>> The DNSServer log looks like:
>>
>> INFO  16:51:14,140 | james.dnsserver | Registered cache, resolver and
>> search paths as DNSJava defaults
>> INFO  16:53:31,031 | james.dnsserver | Couldn't resolve MX records for
>> domain syncrhonicity.lanl.gov.
>> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
>> domain JAMESServersConfigSetting.com.
>> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
>> host JAMESServersConfigSetting.com.
>>
>>
>> I don't actually know which config files to modify for JAMES 3.0 M1
>>
>> -Robert
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>   


-- 
Robert L. Gurule'
High Performance Computing
Scientific Software Engineering  (HPC-1)
Los Alamos National Laboratory, MS B295
Los Alamos, New Mexico 87545
505-665-3538 (office)
505-690-1011 (cell)


Re: config file problems

Posted by Norman Maurer <no...@apache.org>.
Hi Robert,

could you please show us the spoolmanager.log ... Sounds like a bug to
me. Btw which revision you are using ?

Thx,
Norman

2010/2/23, Robert Gurule' <rg...@lanl.gov>:
>  I am working with james-server-spring-deployment-3.0-M1 and am getting a
> bounce message the server output looks like:
>
> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
> domain JAMESServersConfigSetting.com.
> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
> host JAMESServersConfigSetting.com.
> ERROR 16:54:25,140 | james.spoolmanager | Exception in processor <bounces>
> java.lang.NullPointerException
>
> The DNSServer log looks like:
>
> INFO  16:51:14,140 | james.dnsserver | Registered cache, resolver and
> search paths as DNSJava defaults
> INFO  16:53:31,031 | james.dnsserver | Couldn't resolve MX records for
> domain syncrhonicity.lanl.gov.
> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
> domain JAMESServersConfigSetting.com.
> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
> host JAMESServersConfigSetting.com.
>
>
> I don't actually know which config files to modify for JAMES 3.0 M1
>
> -Robert
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: config file problems

Posted by Norman Maurer <no...@apache.org>.
Hi Robert,

could you please show us the spoolmanager.log ... Sounds like a bug to
me. Btw which revision you are using ?

Thx,
Norman

2010/2/23, Robert Gurule' <rg...@lanl.gov>:
>  I am working with james-server-spring-deployment-3.0-M1 and am getting a
> bounce message the server output looks like:
>
> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
> domain JAMESServersConfigSetting.com.
> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
> host JAMESServersConfigSetting.com.
> ERROR 16:54:25,140 | james.spoolmanager | Exception in processor <bounces>
> java.lang.NullPointerException
>
> The DNSServer log looks like:
>
> INFO  16:51:14,140 | james.dnsserver | Registered cache, resolver and
> search paths as DNSJava defaults
> INFO  16:53:31,031 | james.dnsserver | Couldn't resolve MX records for
> domain syncrhonicity.lanl.gov.
> INFO  16:54:25,125 | james.dnsserver | Couldn't resolve MX records for
> domain JAMESServersConfigSetting.com.
> ERROR 16:54:25,125 | james.dnsserver | Couldn't resolve IP address for
> host JAMESServersConfigSetting.com.
>
>
> I don't actually know which config files to modify for JAMES 3.0 M1
>
> -Robert
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org