Re: sqlResources.xml

2019-03-26 Thread cryptearth
cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 2:31 PM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, if something runs on UDP/110 - you should still be able to bind to TCP/110 - as TCP and UDP are independent, unless the "portreserve"

RE: sqlResources.xml

2019-03-26 Thread Marans . Jeffrey
...@cryptearth.de] Sent: Tuesday, March 26, 2019 2:31 PM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, if something runs on UDP/110 - you should still be able to bind to TCP/110 - as TCP and UDP are independent, unless the "portreserve" you speak about also binds/bloc

Re: sqlResources.xml

2019-03-26 Thread cryptearth
d in-depth knowledge. Regards, Jeffrey Marans -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 1:16 PM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, the "error" you got is "cannot bind - address alrea

RE: sqlResources.xml

2019-03-26 Thread Marans . Jeffrey
...@cryptearth.de] Sent: Tuesday, March 26, 2019 1:16 PM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, the "error" you got is "cannot bind - address already in use" - this usually means, that there is already something bound to the port you try to use.

RE: sqlResources.xml

2019-03-26 Thread Marans . Jeffrey
line. Out of curiosity I tried bringing up james using port 222 and it seemed to run ok. But I need it to use 110. Jeff. -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 1:16 PM To: server-user@james.apache.org Subject: Re: sqlResources

Re: sqlResources.xml

2019-03-26 Thread cryptearth
tearth.de] Sent: Tuesday, March 26, 2019 9:03 AM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, first: the stack is incomplete - there should be an IOException as lowest exception. second: this stack doesn't fit to the config you send earlier. So somethings blocking TC

RE: sqlResources.xml

2019-03-26 Thread Marans . Jeffrey
popserver bind code the same in 3.2 and 3.3? I've attached the wrapper log. -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 9:03 AM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, first: the stack is incomplete - th

RE: sqlResources.xml

2019-03-26 Thread Marans . Jeffrey
Thanks, I'll try the reboot. -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 9:03 AM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, first: the stack is incomplete - there should be an IOException as lowest

Re: sqlResources.xml

2019-03-26 Thread cryptearth
19 2:13 AM To: server-user@james.apache.org Subject: Re: sqlResources.xml Hey Jeffrey, hey Garry, as I look through the source from 3.4 it seems this is already fixed, at least it was in master-branch as of Feb 28th 08:05 UTC (a quick check: 3.2.x doesn't contain the fix, but the 3.3.x does). Once I e

RE: sqlResources.xml

2019-03-26 Thread Marans . Jeffrey
exception is org.jboss.netty.channel.ChannelException: Failed to bind to: nsep1u9254/10.33.117.54:110 -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 8:24 AM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, I don't

RE: sqlResources.xml

2019-03-26 Thread Marans . Jeffrey
Subject: Re: sqlResources.xml Well, the issue is, that you have anything else already running on TCP/110 - like another POP3 server. Check your system what other POP3 server is running ... Matt Am 26.03.2019 um 13:38 schrieb Marans.Jeffrey: > The error is > WrapperSimpleApp: Encountered an

Re: sqlResources.xml

2019-03-26 Thread cryptearth
[mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 8:24 AM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, I don't use pop3 - but looks like an config issue. Please post your conf/pop3server.xml Matt Am 26.03.2019 um 11:57 schrieb Marans.Jeffrey: Thanks guys

RE: sqlResources.xml

2019-03-26 Thread Marans . Jeffrey
by: java.net.BindException: Address already in use -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 8:24 AM To: server-user@james.apache.org Subject: Re: sqlResources.xml Well, I don't use pop3 - but looks like an config issue. Please post your conf

Re: sqlResources.xml

2019-03-26 Thread cryptearth
@james.apache.org Subject: Re: sqlResources.xml Hey Jeffrey, hey Garry, as I look through the source from 3.4 it seems this is already fixed, at least it was in master-branch as of Feb 28th 08:05 UTC (a quick check: 3.2.x doesn't contain the fix, but the 3.3.x does). Once I encountered a similar

RE: sqlResources.xml

2019-03-26 Thread Marans . Jeffrey
is java.lang.ArrayIndexOutOfBoundsException: 1 Jeff. -Original Message- From: cryptearth [mailto:cryptea...@cryptearth.de] Sent: Tuesday, March 26, 2019 2:13 AM To: server-user@james.apache.org Subject: Re: sqlResources.xml Hey Jeffrey, hey Garry, as I look through the source from 3.4 it seems this is already fixed, at least

Re: sqlResources.xml

2019-03-26 Thread cryptearth
Hey Jeffrey, hey Garry, as I look through the source from 3.4 it seems this is already fixed, at least it was in master-branch as of Feb 28th 08:05 UTC (a quick check: 3.2.x doesn't contain the fix, but the 3.3.x does). Once I encountered a similar issue as I once didn't set database type

Re: sqlResources.xml

2019-03-25 Thread Garry Hurley
Yeah, I had put up a bug report on that issue. I had to fix that in the source code. The problem is the MailboxAnnotation class uses the column name ‘KEY’ which is a reserved word in SQL, so most real SQL databases balk at it. I thought that had been fixed before the 3.3 tag was finalized. All