Re: 3.0 M1 with MySQL

2010-11-03 Thread Eric Charles
Hi Raju, So everything is working fine now? You didn't get any exception before simply because james didn't try to access the database (it access it for mail delivery or for admin functions for example). Tks, Eric On 3/11/2010 18:55, Raju Bitter wrote: Thanks, Eric. I activated JPADomainL

Re: files gone wild

2010-11-03 Thread Norman
Hi Dave, James use the temporary files to stream the MimeMessage. So you are saying the files are never deleted ? What version of James are you using ? Which Os ? Which jdk ? Thx, Norman Am 04.11.2010 05:43, schrieb David Garvey: I am trying to track down the reason why James is placing a lo

files gone wild

2010-11-03 Thread David Garvey
I am trying to track down the reason why James is placing a lot of temp files in the following directory as defined by -Djava.io.tmpdir arg. How can these files be managed? Some of the files are not being removed by James and have become Squatters;) Thanks, Dave Garvey signature.asc Description:

Re: James 3.0-M1 fails to startup on Windows server 2003

2010-11-03 Thread Gerry Matte
Thanks Norman. I'll do that. I managed to fix the file permissions problem by changing the jmx.password owner (this time the owner is just my userid not the administrators group). This requirement was not triggered by my jboss server install procedure. Jboss uses jmx extensively but access is on

Re: James 3.0-M1 fails to startup on Windows server 2003

2010-11-03 Thread Norman Maurer
Hi Gerry, we will release once activemq-5.4.2 is out. In the meantime you can download the snapshot and test with it. https://repository.apache.org/content/groups/snapshots/org/apache/james/james-server-container-spring/3.0-M2-SNAPSHOT/ Just wait till tomorrow to be sure it has all the fixes..

Re: James 3.0-M1 fails to startup on Windows server 2003

2010-11-03 Thread Gerry Matte
Thanks Norman for your quick response. I was able to prevent the jmx error by executing run.bat with my jboss server service stopped. When port is used by james, I won't have a port conflict any more since none of my java apps seem to use that port. I still have to track down why setting fi

Re: James 3.0-M1 fails to startup on Windows server 2003

2010-11-03 Thread Norman Maurer
Hi Gerry, the other should be fixed too: https://issues.apache.org/jira/browse/JAMES-1112 Thx for the feedback, Norman 2010/11/3 Norman Maurer : > First one is fixed: > > https://issues.apache.org/jira/browse/JAMES- > > Now the jmx stuff ;) > > Bye, > Norman > > 2010/11/3 Norman Maurer : >>

Re: James 3.0-M1 fails to startup on Windows server 2003

2010-11-03 Thread Norman Maurer
First one is fixed: https://issues.apache.org/jira/browse/JAMES- Now the jmx stuff ;) Bye, Norman 2010/11/3 Norman Maurer : > Hi Gerry, > > thats another problem.. I will open a jira issue to keep track. > > Thx, > Norman > > 2010/11/3 Gerry Matte : >> Thanks very much for your comments Nor

Re: James 3.0-M1 fails to startup on Windows server 2003

2010-11-03 Thread Gerry Matte
Hi Eric. Thanks for the tips. I did set enable VirtualHosting to true and my mailserver defaultDomain is specified as gerrymatte.ca which also appears in the list of domain names in domainlist.xml. Do you see any other problems ? Thx gerry.ma...@shaw.ca true

Re: 3.0 M1 with MySQL

2010-11-03 Thread Raju Bitter
Thanks, Eric. I activated JPADomainList, and now I get a JPA exception in my wrapper.log file: org.apache.openjpa.util.UserException: A connection could not be obtained for driver class "null" and URL "null". Checking my database.properties I saw that I mispelled the database name. The only strang

Re: James 3.0-M1 fails to startup on Windows server 2003

2010-11-03 Thread Norman Maurer
Hi Gerry, thats another problem.. I will open a jira issue to keep track. Thx, Norman 2010/11/3 Gerry Matte : > Thanks very much for your comments Norman (and Eric). > I'm back to testing mode now. > Norman asked for the error info that illustrates that james is using port > 1099. > I see that l

Re: James 3.0-M1 fails to startup on Windows server 2003

2010-11-03 Thread Gerry Matte
Thanks very much for your comments Norman (and Eric). I'm back to testing mode now. Norman asked for the error info that illustrates that james is using port 1099. I see that line 73 of the run.bat that I executed appears to establish port as the jmx port but the command window illustrates

Re: 3.0 M1 with MySQL

2010-11-03 Thread Eric Charles
Hi Raju, See bottom of http://openjpa.apache.org/integration.html to have explanation of the openjpa.Runtim message. You don't have to worry about it (message is also there with derby). fyi, the mysql jdbc driver can be dropped in ./conf/lib. Is there something that doesn't work ? Have you g

3.0 M1 with MySQL

2010-11-03 Thread Raju Bitter
Hi all, I'm using 3.0 M1 with MySQL as my database. I can launch James - just see this warning: 46 James WARN [main] openjpa.Runtime - An error occurred while registering a ClassTransformer with PersistenceUnitInfo: name 'James', root URL [file:/opt/james-3.0-M1/conf/]. The error has been cons

Re: SMTP Error

2010-11-03 Thread Eric Charles
Was already done :) On 3/11/2010 09:44, Norman Maurer wrote: @Eric: could you add it to the website ? Thanks, Norman 2010/11/3 Craig Greenhalgh: Running Vista not 7, but yes that was the problem It's not fixed and up and running, Thanks for your help Craig On 03/11/2010 08:01, Norman M

Re: SMTP Error

2010-11-03 Thread Norman Maurer
@Eric: could you add it to the website ? Thanks, Norman 2010/11/3 Craig Greenhalgh : > Running Vista not 7, but yes that was the problem > > It's not fixed and up and running, > > Thanks for your help > > Craig > > > On 03/11/2010 08:01, Norman Maurer wrote: >> >> Let me guess its windows 7 ? Co

Re: SMTP Error

2010-11-03 Thread Craig Greenhalgh
Running Vista not 7, but yes that was the problem It's not fixed and up and running, Thanks for your help Craig On 03/11/2010 08:01, Norman Maurer wrote: Let me guess its windows 7 ? Could you try to run it as administrator ? See here for the explanation: http://www.java-forums.org/new-java

Re: Multiple SMTP ports

2010-11-03 Thread Eric Charles
Hi Patrick, James 3 can be configured for one socket per protocol (SMTP, POP3, IMAP4, LMTP). Each socket has some characteristics (port number, timeout,...). To achieve what you want, you would need to launch multiple James instances, but you would need also to change all used ports (activemq

Re: SMTP Error

2010-11-03 Thread Norman Maurer
Let me guess its windows 7 ? Could you try to run it as administrator ? See here for the explanation: http://www.java-forums.org/new-java/32389-file-createtempfile-throws-exception-win7.html Bye, Norman 2010/11/3 Craig Greenhalgh : > Hi I'm running 3.0M1 on windows, > > I have it all up and run

SMTP Error

2010-11-03 Thread Craig Greenhalgh
Hi I'm running 3.0M1 on windows, I have it all up and running locally, however when I send a mail (from thunderbird) i get "An (SMTP) error occurred while sending mail. The server responded: Unexpected error preparing to receive DATA." Looking in the logs I have. Can anyone point me in