I use the run.bat, here is the output that I get when I start James and let Eclipse attach its debugger:

E:\projects\james\dist\james-2.3-dev\bin>run.bat
Using PHOENIX_HOME:   E:\projects\james\dist\james-2.3-dev
Using PHOENIX_TMPDIR: E:\projects\james\dist\james-2.3-dev\temp
Using JAVA_HOME:      D:\prg\Java\jdk1.5.0_07

E:\projects\james\dist\james-2.3-dev\bin>"D:\prg\Java\jdk1.5.0_07\bin\java" -Xde bug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=y "-Djava.ext.di
rs=E:\projects\james\dist\james-2.3-dev\lib;E:\projects\james\dist\james-2.3-dev
\tools\lib" "-Dphoenix.home=E:\projects\james\dist\james-2.3-dev" "-Djava.securi
ty.policy=jar:file:E:\projects\james\dist\james-2.3-dev/bin/phoenix-loader.jar!/
META-INF/java.policy" "-Djava.security.manager" -jar "E:\projects\james\dist\ja
mes-2.3-dev\bin\phoenix-loader.jar"
Listening for transport dt_socket at address: 8000

Phoenix 4.2

James Mail Server 2.3-dev
Remote Manager Service started plain:4555
POP3 Service started plain:110
SMTP Service started plain:25
NNTP Service started plain:119
FetchMail Disabled


Evert

Stefano Bagnara wrote:
Evert Tigchelaar wrote:
I am working in Eclipse and running with the debugger enabled, when I assign a byte[] from the debugger to the content of the message to be send before its been send then I receive an empty e-mail from the postmaster where the subject is been prefixed with re: .

How do you run it via eclipse?
You should run james via its run command and maybe connect to it to debug as remote application so you are sure that eclipse does not include a bad mailcap in your classpath.

So it looks like that isn't the problem,so I think something with creating the mail that is sended back goes wrong.

I bet the problem is mailcap.

Stefano



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to