[jira] [Created] (JAMES-1524) Windows Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-27 Thread Uday Kari (JIRA)
Uday Kari created JAMES-1524:


 Summary: Windows Install: SMTP MessagingException: Unable to 
access mailbox, Caused By: java.io.IOException
 Key: JAMES-1524
 URL: https://issues.apache.org/jira/browse/JAMES-1524
 Project: James Server
  Issue Type: Bug
  Components: James Core
Affects Versions: 3.0.0-beta5
 Environment: Windows 7/Windows Server 2008, 64-bit.  JDK 1.7.  
PostGreSQL 9+ (optional)
Reporter: Uday Kari
Priority: Blocker
 Fix For: 3.0.0-beta5


I have now tested this on three different windows boxes, getting the exact same 
error with or without jpa configured to use database.  

Summary: When reaching Step 7 of Quickstart, I get "Mail Queued For Delivery" 
instead of "Message Received".  

Within james-server.log, I see the following stacktrace: 

ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
javax.mail.MessagingException: Unable to access mailbox. 
(org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
at 
org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
at 
org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
at 
org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
at 
org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
at 
org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
at 
org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
at 
org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
at 
org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
at 
org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
at 
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
at 
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
at 
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
at 
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
at 
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
at 
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
at 
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
at 
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
at 
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
at 
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
at 
org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
at 
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
at 
org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
at 
org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
at 
org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
at 
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
at 
org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
at 
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
at 
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
at 
org.apache.camel.processor.ChoiceProcessor.process(ChoiceProcessor.java:81)
at 
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
at 
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
at 
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
at 
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
at 
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
at 
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
at 
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
at 
org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
at 
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
at 
org.apache.camel.processor.Redeliv

[jira] [Updated] (JAMES-1524) Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-27 Thread Uday Kari (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uday Kari updated JAMES-1524:
-

Environment: Installing as NT service on Windows 7/Windows Server 2008, 
64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).  (was: Windows 7/Windows Server 
2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional))

> Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, 
> Caused By: java.io.IOException
> --
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows service.  The run.bat does not 
> gives this error.  So likely a the proprietary wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.ChoiceProcessor.process(ChoiceProcessor.java:81)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.Del

[jira] [Commented] (JAMES-1524) Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-27 Thread Uday Kari (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806514#comment-13806514
 ] 

Uday Kari commented on JAMES-1524:
--

Yes, I used icacls to give full privilege to java.io.tmpdir and create separate 
LocalSystem Account.  None of that helps.  I suspect that the proprietary 
service wrapper (Tanuki) has no unpaid support for 64-bit.  

> Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, 
> Caused By: java.io.IOException
> --
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows service.  The run.bat does not 
> gives this error.  So likely a the proprietary wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.ChoiceProcessor.process(ChoiceProcessor.java:81)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncP

[jira] [Comment Edited] (JAMES-1524) Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-27 Thread Uday Kari (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806514#comment-13806514
 ] 

Uday Kari edited comment on JAMES-1524 at 10/28/13 2:18 AM:


Yes, I used icacls to give full privilege to java.io.tmpdir and create separate 
LocalSystem Account.  None of that helps.  I suspect that the proprietary 
service wrapper (Tanuki?) has no unpaid support for 64-bit.  


was (Author: ukari):
Yes, I used icacls to give full privilege to java.io.tmpdir and create separate 
LocalSystem Account.  None of that helps.  I suspect that the proprietary 
service wrapper (Tanuki) has no unpaid support for 64-bit.  

> Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, 
> Caused By: java.io.IOException
> --
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows service.  The run.bat does not 
> gives this error.  So likely a the proprietary wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncPr

[jira] [Comment Edited] (JAMES-1524) Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-27 Thread Uday Kari (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806514#comment-13806514
 ] 

Uday Kari edited comment on JAMES-1524 at 10/28/13 2:21 AM:


Yes, I used icacls to give full privilege to java.io.tmpdir and create separate 
LocalSystem Account. 


was (Author: ukari):
Yes, I used icacls to give full privilege to java.io.tmpdir and create separate 
LocalSystem Account.  None of that helps.  I suspect that the proprietary 
service wrapper (Tanuki?) has no unpaid support for 64-bit.  

> Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, 
> Caused By: java.io.IOException
> --
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows service.  The run.bat does not 
> gives this error.  So likely a the proprietary wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncPr

[jira] [Resolved] (JAMES-1524) Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-31 Thread Uday Kari (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uday Kari resolved JAMES-1524.
--

Resolution: Fixed

Need to generate license for 64-bt windows from Tanuki Software.  Put the keys 
into conf/wrapper.conf.

http://wrapper.tanukisoftware.com/

> Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, 
> Caused By: java.io.IOException
> --
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows SERVICE install and only on 
> 64-bit.  The run.bat does not gives this error.  So likely the proprietary 
> wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.ChoiceProcessor.process(ChoiceProcessor.java:81)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncPro

[jira] [Updated] (JAMES-1524) 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-31 Thread Uday Kari (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uday Kari updated JAMES-1524:
-

Summary: 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to 
access mailbox, Caused By: java.io.IOException  (was: Windows SERVICE Install: 
SMTP MessagingException: Unable to access mailbox, Caused By: 
java.io.IOException)

> 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access 
> mailbox, Caused By: java.io.IOException
> -
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows SERVICE install and only on 
> 64-bit.  The run.bat does not gives this error.  So likely the proprietary 
> wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.ChoiceProcessor.process(ChoiceProcessor.java:81)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.p

[jira] [Comment Edited] (JAMES-1524) 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-31 Thread Uday Kari (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13810982#comment-13810982
 ] 

Uday Kari edited comment on JAMES-1524 at 11/1/13 4:31 AM:
---

Need to generate license for 64-bt windows from Tanuki Software.  Put the keys 
into conf/wrapper.conf.

http://wrapper.tanukisoftware.com/

More detail (October 31, 2013 post at following blog): 
http://apachejames.wordpress.com/2013/10/31/64-bit-wrapper-issue-solved/


was (Author: ukari):
Need to generate license for 64-bt windows from Tanuki Software.  Put the keys 
into conf/wrapper.conf.

http://wrapper.tanukisoftware.com/

More detail (October 31, 2013 post at following blog): 
http://apachejames.wordpress.com/

> 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access 
> mailbox, Caused By: java.io.IOException
> -
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows SERVICE install and only on 
> 64-bit.  The run.bat does not gives this error.  So likely the proprietary 
> wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel

[jira] [Comment Edited] (JAMES-1524) 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-31 Thread Uday Kari (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13810982#comment-13810982
 ] 

Uday Kari edited comment on JAMES-1524 at 11/1/13 4:29 AM:
---

Need to generate license for 64-bt windows from Tanuki Software.  Put the keys 
into conf/wrapper.conf.

http://wrapper.tanukisoftware.com/

More deatils: 
http://apachejames.wordpress.com/


was (Author: ukari):
Need to generate license for 64-bt windows from Tanuki Software.  Put the keys 
into conf/wrapper.conf.

http://wrapper.tanukisoftware.com/

> 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access 
> mailbox, Caused By: java.io.IOException
> -
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows SERVICE install and only on 
> 64-bit.  The run.bat does not gives this error.  So likely the proprietary 
> wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.D

[jira] [Comment Edited] (JAMES-1524) 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-31 Thread Uday Kari (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13810982#comment-13810982
 ] 

Uday Kari edited comment on JAMES-1524 at 11/1/13 4:30 AM:
---

Need to generate license for 64-bt windows from Tanuki Software.  Put the keys 
into conf/wrapper.conf.

http://wrapper.tanukisoftware.com/

More detail (October 31, 2013 post at following blog): 
http://apachejames.wordpress.com/


was (Author: ukari):
Need to generate license for 64-bt windows from Tanuki Software.  Put the keys 
into conf/wrapper.conf.

http://wrapper.tanukisoftware.com/

More detail (October 31 post): 
http://apachejames.wordpress.com/

> 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access 
> mailbox, Caused By: java.io.IOException
> -
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows SERVICE install and only on 
> 64-bit.  The run.bat does not gives this error.  So likely the proprietary 
> wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
>   at 
> org.apache.came

[jira] [Comment Edited] (JAMES-1524) 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access mailbox, Caused By: java.io.IOException

2013-10-31 Thread Uday Kari (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13810982#comment-13810982
 ] 

Uday Kari edited comment on JAMES-1524 at 11/1/13 4:30 AM:
---

Need to generate license for 64-bt windows from Tanuki Software.  Put the keys 
into conf/wrapper.conf.

http://wrapper.tanukisoftware.com/

More detail (October 31 post): 
http://apachejames.wordpress.com/


was (Author: ukari):
Need to generate license for 64-bt windows from Tanuki Software.  Put the keys 
into conf/wrapper.conf.

http://wrapper.tanukisoftware.com/

More deatils: 
http://apachejames.wordpress.com/

> 64-bit Windows SERVICE Install: SMTP MessagingException: Unable to access 
> mailbox, Caused By: java.io.IOException
> -
>
> Key: JAMES-1524
> URL: https://issues.apache.org/jira/browse/JAMES-1524
> Project: James Server
>  Issue Type: Bug
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Installing as NT service on Windows 7/Windows Server 
> 2008, 64-bit.  JDK 1.7.  PostGreSQL 9+ (optional).
>Reporter: Uday Kari
>Priority: Critical
> Fix For: 3.0.0-beta5
>
>
> When installing James as a Windows service, using james install, followed by 
> james start...I have now tested this on three different windows boxes, 
> getting the exact same error with or without jpa configured to use database.  
> IMPORTANT: Again, this applies only to Windows SERVICE install and only on 
> 64-bit.  The run.bat does not gives this error.  So likely the proprietary 
> wrapper issue...
> SUMMARY: When reaching Step 7 of Quickstart, get "Mail Queued For Delivery", 
> but message is NOT received when checking POP.
> DETAILS: Within james-server.log, I see the following stacktrace: 
> ERROR 22:15:47,019 | james.mailetcontext | Error while storing mail.
> javax.mail.MessagingException: Unable to access mailbox. 
> (org.apache.james.mailbox.exception.MailboxException: Unable to parse message)
>   at 
> org.apache.james.transport.mailets.SieveMailet.post(SieveMailet.java:225)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMessageInbox(SieveMailboxMailet.java:387)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.sieveMessage(SieveMailboxMailet.java:358)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.storeMail(SieveMailboxMailet.java:341)
>   at 
> org.apache.james.transport.mailets.SieveMailet.storeMail(SieveMailet.java:126)
>   at 
> org.apache.jsieve.mailet.SieveMailboxMailet.service(SieveMailboxMailet.java:275)
>   at 
> org.apache.james.transport.mailets.LocalDelivery.service(LocalDelivery.java:94)
>   at 
> org.apache.james.mailetcontainer.impl.camel.CamelProcessor.process(CamelProcessor.java:65)
>   at 
> org.apache.camel.util.AsyncProcessorConverterHelper$ProcessorToAsyncProcessorBridge.process(AsyncProcessorConverterHelper.java:61)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:73)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:99)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:91)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:334)
>   at 
> org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:220)
>   at 
> org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)
>   at 
> org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:90)
>   at 
> org.apache.camel.processor.interceptor.DefaultChannel.process(DefaultChannel.java:303)
>   at 
> org.apache.camel.util.AsyncProcessorHelper.process(Async

[jira] [Created] (JAMES-1526) Move wrapper.log to logs directory

2013-10-31 Thread Uday Kari (JIRA)
Uday Kari created JAMES-1526:


 Summary: Move wrapper.log to logs directory
 Key: JAMES-1526
 URL: https://issues.apache.org/jira/browse/JAMES-1526
 Project: James Server
  Issue Type: Sub-task
  Components: James Core
Affects Versions: 3.0.0-beta5
 Environment: Any
Reporter: Uday Kari
Priority: Trivial
 Fix For: 3.0.0-beta5


When starting James as a service, see the following error: 

wrapper  | Unable to write to the configured log directory: log (The system 
cannot find the path specified. (0x3))
wrapper  |   The directory does not exist.
wrapper  | Unable to write to the configured log file: log\wrapper.log (The 
system cannot find the path specified. (0x3))
wrapper  |   Falling back to the default file in the current working 
directory:wrapper.log

Just edit the wrapper.conf file and put dot, dot as follows: 
# Log file to use for wrapper output logging.
wrapper.logfile=../log/wrapper.log



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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



[jira] [Commented] (JAMES-1526) Move wrapper.log to logs directory

2013-10-31 Thread Uday Kari (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13811042#comment-13811042
 ] 

Uday Kari commented on JAMES-1526:
--

And while you are fixing this please ensure wrapper.java.library.path.1=../lib. 
 

Right now, this property is set TWICE.  First, wrong, then at the end of the 
wrapper.conf correctly (thankfully)

> Move wrapper.log to logs directory
> --
>
> Key: JAMES-1526
> URL: https://issues.apache.org/jira/browse/JAMES-1526
> Project: James Server
>  Issue Type: Sub-task
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Any
>Reporter: Uday Kari
>Priority: Trivial
> Fix For: 3.0.0-beta5
>
>
> When starting James as a service, see the following error: 
> wrapper  | Unable to write to the configured log directory: log (The system 
> cannot find the path specified. (0x3))
> wrapper  |   The directory does not exist.
> wrapper  | Unable to write to the configured log file: log\wrapper.log (The 
> system cannot find the path specified. (0x3))
> wrapper  |   Falling back to the default file in the current working 
> directory:wrapper.log
> Just edit the wrapper.conf file and put dot, dot as follows: 
> # Log file to use for wrapper output logging.
> wrapper.logfile=../log/wrapper.log



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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



[jira] [Comment Edited] (JAMES-1526) Move wrapper.log to logs directory

2013-11-05 Thread Uday Kari (JIRA)

[ 
https://issues.apache.org/jira/browse/JAMES-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13811042#comment-13811042
 ] 

Uday Kari edited comment on JAMES-1526 at 11/5/13 8:15 PM:
---

And while you are fixing this please ensure wrapper.java.library.path.1=../lib. 
 



was (Author: ukari):
And while you are fixing this please ensure wrapper.java.library.path.1=../lib. 
 

Right now, this property is set TWICE.  First, wrong, then at the end of the 
wrapper.conf correctly (thankfully)

> Move wrapper.log to logs directory
> --
>
> Key: JAMES-1526
> URL: https://issues.apache.org/jira/browse/JAMES-1526
> Project: James Server
>  Issue Type: Sub-task
>  Components: James Core
>Affects Versions: 3.0.0-beta5
> Environment: Any
>Reporter: Uday Kari
>Priority: Trivial
> Fix For: 3.0.0-beta5
>
>
> When starting James as a service, see the following error: 
> wrapper  | Unable to write to the configured log directory: log (The system 
> cannot find the path specified. (0x3))
> wrapper  |   The directory does not exist.
> wrapper  | Unable to write to the configured log file: log\wrapper.log (The 
> system cannot find the path specified. (0x3))
> wrapper  |   Falling back to the default file in the current working 
> directory:wrapper.log
> Just edit the wrapper.conf file and put dot, dot as follows: 
> # Log file to use for wrapper output logging.
> wrapper.logfile=../log/wrapper.log



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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