Hi all,
I am newbie in james, I tried to use mailRepository on Hypersonic is failed,
now I tried to use SQLServer as part in the docs. Do Hypersonic or Oracle is
supported?
I have change var\maildatabase ( I have use maildatabase-sql failed, now I
tried to use jdbc-odbc) as is:
jdbcDriver=sun.jdbc.odbc.JdbcOdbcDriver
jdbcURL=jdbc:odbc:JAMES
jdbcUsername=sa
jdbcPassword=
minconn=1
maxconn=2
and In james.conf.xml
!-- These are optional in case you'd like to store the mail spool and POP3
messages in the database. Simply uncomment these and remove the
ones above.-->
<spoolRepository> town://mainspool </spoolRepository>
<inboxRepository> town://inbox </inboxRepository>
The error occur:
Avalon runner
parser : org.apache.xerces.parsers.SAXParser
configurationPath : ../conf/
logFile : ../logs/avalon.log
libPath : ../lib/
blockPath : ./blocks/
Scanning jars for new Blocks...
Reading configuration
Avalon 2.2-dev
2001.02.02 10:49:43 387 Channel default opened
loading broker properties from file://../var/maildatabase
java.net.UnknownHostException: ..
at java.net.InetAddress.getAllByName0(InetAddress.java:571)
at java.net.InetAddress.getAllByName0(InetAddress.java:540)
at java.net.InetAddress.getByName(InetAddress.java:449)
at java.net.Socket.<init>(Socket.java:100)
at sun.net.NetworkClient.doConnect(NetworkClient.java:50)
at sun.net.NetworkClient.openServer(NetworkClient.java:38)
at sun.net.ftp.FtpClient.openServer(FtpClient.java:267)
at sun.net.ftp.FtpClient.<init>(FtpClient.java:381)
at
sun.net.www.protocol.ftp.FtpURLConnection.connect(FtpURLConnection.ja
va:77)
Thanks for in advance.
Regards
Johnson
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives: <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]