Announcement

Collapse
No announcement yet.

Admin GUI, problem to save user settings ...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Admin GUI, problem to save user settings ...

    If i would save any changes in the usersettings by push the save button the following message appears:

    Fehlermeldung: com.openexchange.admin.plugins.PluginException: com.openexchange.admin.rmi.exceptions.OXUserIMAPEx ception: javax.mail.MessagingException: Connection refused; nested exception is: java.net.ConnectException: Connection refused (SVL-0001,-7414643-475)

    and these are the logfile entrys:

    SCHWERWIEGEND: com.openexchange.admin.rmi.exceptions.OXUserIMAPEx ception: javax.mail.MessagingException: Connection refused;
    nested exception is:
    java.net.ConnectException: Connection refused
    05.11.2007 23:43:46 com.openexchange.admin.rmi.impl.OXUser change
    SCHWERWIEGEND: Error while calling change for plugin: open_xchange_admin_plugin_mailfilter
    com.openexchange.admin.plugins.PluginException: com.openexchange.admin.rmi.exceptions.OXUserIMAPEx ception: javax.mail.MessagingException: Connection refused;
    nested exception is:
    java.net.ConnectException: Connection refused
    at com.openexchange.admin.rmi.impl.OXUserMailfilterIm pl.change(OXUserMailfilterImpl.java:186)
    at com.openexchange.admin.rmi.impl.OXUser.change(OXUs er.java:292)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:294)
    at sun.rmi.transport.Transport$1.run(Transport.java:1 53)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport. java:149)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:466)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:707)
    at java.lang.Thread.run(Thread.java:595)


    i use ox ce under opensuse 10.2.

    if i use the commandline function to add or delete a user everyything is ok if
    don't use the spam flag.

    sieve is always installed.

    has anyone a tip where are the problem is ??
    Last edited by Guest; 11-06-2007, 01:40 AM.

  • #2
    Just installed OX on suse 10.2 and run into the same problem, but got everything working.
    Check the imap, pop and sieve files in /etc/pam for the next contents and Change CHANGEME to your own password.


    Greetings from the netherlands
    Miklos

    auth optional pam_mysql.so host=localhost user=openexchange passwd=CHANGEME db=open-xchange-db [table=login2user LEFT JOIN user ON login2user.id=us
    account required pam_mysql.so host=localhost user=openexchange passwd=CHANGEME db=open-xchange-db [table=login2user LEFT JOIN user ON login2user.id=us

    Comment

    Working...
    X