Hi Terry,

I've seen such complaints on other mailing lists but not yet on the James one.

Are you sending the unsubscribe mail with exactly the same address as the one you are registred for?

Thx, Eric


On 12/01/2013 10:54, TERRY HARMER wrote:
Hi Eric,

yes, a number of times over the past few weeks.

Thanks,
Terry

Sent from my iPhone

On 12 Jan 2013, at 09:48, Eric Charles <eric.char...@u-mangate.com> wrote:

Hi Terry,
Did you try clicking on the unsuscrbie link found on 
http://james.apache.org/mail.html and send the mail?

Thx, Eric

On 11/01/2013 09:25, TERRY HARMER wrote:
please unsubscribe me from this list, the unsubscribe email doesn't work.

Thank you

Sent from my iPhone

On 11 Jan 2013, at 08:50, Eike Kettner <eike.kett...@gmail.com> wrote:

Hi,

If you are referring to "james-project:1.8.2-SNAPSHOT", I was running
into the same the other day. I found the project at
https://svn.apache.org/repos/asf/james/project/trunk/ and built it
first before building james-server.

The pom of james-server has no repositories entry for the apache
snapshots repository, but it should work if it is defined in maven's
settings.xml. Unfortunately, that didn't work for me but I did not
investigate any further, since I found a workaround by building the
project module (fyi maven was reporting an error
"'parent.relativePath' points at no local POM". I always thought the
empty <relativePath/> would take care of that...)

Regards,
Eike

2013/1/10 Johnny Minty <joh...@minty.net.nz>:
HI,

Just following on from my previous post what entries do I need to add to my pom 
to be able to address the SNAPSHOT repositories?

----------------------------------------
From: joh...@minty.net.nz
To: server-user@james.apache.org
Subject: RE: Apache James 3.0 Beta5 (Trunk) class not found
Date: Fri, 11 Jan 2013 11:04:36 +1300

Hi Eric,

Done and done this time I was able to start JAMES successfully once I change 
the following section in the POM.

 From :

<parent>
<artifactId>james-project</artifactId>
<groupId>org.apache.james</groupId>
<version>1.8.2-SNAPSHOT</version>
<relativePath/>
</parent>

To :

<parent>
<artifactId>james-project</artifactId>
<groupId>org.apache.james</groupId>
<version>1.8.1</version>
<relativePath/>
</parent>



----------------------------------------
Date: Thu, 10 Jan 2013 06:27:24 +0000
From: e...@apache.org
To: server-user@james.apache.org
Subject: Re: Apache James 3.0 Beta5 (Trunk) class not found

Thx for reporting.
Should be solved with https://issues.apache.org/jira/browse/JAMES-1467

Could you svn up and try again?

Thx, Eric

On 09/01/2013 22:37, Johnny Minty wrote:
Hi Guys,

I'm trying to use the source @ 
http://svn.apache.org/repos/asf/james/server/trunk everything is great it 
compiles perfect however when I try to launch the mail server using sh 
/bin/run.sh I receive :

java.lang.ClassNotFoundException: org.apache.james.transport.matches.All

After tracking the class down it appears this exists in the 
org.apache.james.mailet.standard.matchers.All.

So I updated the mailet configuration to reference the full path of 
org.apache.james.mailet.standard.matchers.All now I receive :

java.lang.ClassNotFoundException: 
org.apache.james.transport.mailets.PostmasterAlias

Which appears to be the same issue which would lead me to believe the 
org.apache.james.transport.matches and org.apache.james.transport.mailets has 
been re factored to org.apache.james.mailet.standard.*

Please advise the best way around this issue? Is there a patch available?

Kind regards,

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

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

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

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

--
@echarles

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


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


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

Reply via email to