Added null check on AbstractSSLAwareChannelPipelineFactory part of
james-protocols project, seems that enabledCipherSuites could be null
this.enabledCipherSuites = new
String[enabledCipherSuites.length];
for (int i = 0; i < enabledCipherSuites.length; i++) {
I built james from the source code and tried to run it, I got the following
exception
jvm 1| org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'smtpserver': Invocation of init method failed;
nested exception is java.lang.NullPointerException
jvm 1| at
o
Sounds quite good to me, thank you!!
Best Regards, Ralph.
2011/3/7 Norman Maurer
> Hi there,
>
> in current trunk (upcomming 3.0) we removed the interface at all ( so no
> telnet / ssh). All the management stuff need to get done via JMX or
> james-cli.
>
> Bye,
> Norman
>
>
> 2011/3/6 F P
>
>
Hi there,
in current trunk (upcomming 3.0) we removed the interface at all ( so no
telnet / ssh). All the management stuff need to get done via JMX or
james-cli.
Bye,
Norman
2011/3/6 F P
> Hello Com,
>
> Is it possible to access the Admin Console of Apache via SSH as an
> alternative to
> the