Announcement

Collapse
No announcement yet.

registerserver error

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

  • registerserver error

    Hello,
    I get an error if I try to do this command:

    /opt/open-xchange/sbin/registerserver -n FF-Networks.net -A oxadminmaster -P pass

    Here is the error:

    server could not be registered:
    Server response:
    com.openexchange.admin.rmi.exceptions.PoolExceptio n: DBP-0001 Category=5 Message=Cannot get connection to config DB. exceptionID=-1193141197-1

    Can somebody help?
    I tried out to edit the /opt/open-xchange/sbin/initconfigdb
    But that don't changed anything.

  • #2
    Hi,

    could you please check if the "initconfigdb" script created the "configdb" database?
    initconfigdb must be executed before all other scripts.

    Greetings

    Comment


    • #3
      Got the same problem here

      Hi, I got the same problem here,

      I checked and the database is created by initconfigdb, all the tables are empty except "configdb_sequence" which has a "1" entry in it.

      Did I do something wrong?
      If you need more info, just ask or send me an email, I'll be more than willing to help... THANKS!

      Martin

      Here's my console log:

      Code:
      [root@vin-mtl-mx-01 opt]# /opt/open-xchange/sbin/initconfigdb --configdb-pass=secret
      [root@vin-mtl-mx-01 opt]# /opt/open-xchange/sbin/oxinstaller --servername=vin-mtl-mx-01 --configdb-pass=secret \
      > --master-pass=secret
      setting up groupware configuration /opt/open-xchange/etc/groupware
      ......................................
      groupware daemon must now be restarted if already running
      setting up admin daemon configuration /opt/open-xchange/etc/admindaemon
      ....................
      *** RMI authentication is enabled
      using oxadminmaster as master account
      admin daemon must now be restarted if already running
      [root@vin-mtl-mx-01 opt]# /etc/init.d/open-xchange-admin start
      Starting open-xchange-admin daemon [root@vin-mtl-mx-01 opt]# 
      [root@vin-mtl-mx-01 opt]# ps -ef | grep java
      [root@vin-mtl-mx-01 opt]# ps -ef|grep java
      root     16549     1  1 15:51 pts/1    00:00:07 /usr/bin/java -Djava.net.preferIPv4Stack=true -Xms50M -Xmx50M -Dopenexchange.propdir=/opt/open-xchange/etc/admindaemon -Dconfigdir=/opt/open-xchange/etc/admindaemon -Djava.util.logging.config.file=/opt/open-xchange/etc/admindaemon/file-logging.properties -Duser.timezone=GMT -Dlibdir=/opt/open-xchange/bundles/com.openexchange.common/lib -jar /opt/open-xchange/bundles/org.eclipse.osgi_3.3.0.v20070530.jar -configuration file:/opt/open-xchange/etc/admindaemon/osgi/
      root     16976 11117  0 15:59 pts/1    00:00:00 grep java
      [root@vin-mtl-mx-01 opt]# /opt/open-xchange/sbin/registerserver -n vin-mtl-mx-01 -A oxadminmaster -P secret
      server could not be registered: 
      Server response:
       com.openexchange.admin.rmi.exceptions.PoolException: DBP-0001 Category=5 Message=Cannot get connection to config DB. exceptionID=-107742694-1
      
      [root@vin-mtl-mx-01 opt]# mysql -p
      Enter password: 
      Welcome to the MySQL monitor.  Commands end with ; or \g.
      Your MySQL connection id is 31138
      Server version: 5.0.45 Source distribution
      
      Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
      
      mysql> use configdb
      Database changed
      mysql> show tables;
      +------------------------+
      | Tables_in_configdb     |
      +------------------------+
      | configdb_sequence      | 
      | context                | 
      | context_server2db_pool | 
      | db_cluster             | 
      | db_pool                | 
      | filestore              | 
      | login2context          | 
      | reason_text            | 
      | server                 | 
      +------------------------+
      9 rows in set (0.00 sec)

      Here's what's in the log file (/var/log/open-xchange/open-xchange-admin.log.0):
      Code:
      ...
      Jul 24, 2008 7:51:57 PM com.openexchange.admin.storage.sqlStorage.OXAdminPoolDBPool getConnectionForConfigDB
      SEVERE: Error pickup configdb database write connection from ox pool!
      DBP-0001 Category=5 Message=Cannot get connection to config DB. exceptionID=-107742694-1
              at com.openexchange.database.Database.get(Database.java:118)
              at com.openexchange.server.impl.DBPool.pickupWriteable(DBPool.java:74)
              at com.openexchange.admin.storage.sqlStorage.OXAdminPoolDBPool.getConnectionForConfigDB(OXAdminPoolDBPool.java:75)
              at com.openexchange.admin.tools.AdminCache.getConnectionForConfigDB(AdminCache.java:338)
              at com.openexchange.admin.storage.mysqlStorage.OXToolMySQLStorage.existsServerName(OXToolMySQLStorage.java:2033)
              at com.openexchange.admin.storage.mysqlStorage.OXToolMySQLStorage.existsServerName(OXToolMySQLStorage.java:2066)
              at com.openexchange.admin.rmi.impl.OXUtil.registerServer(OXUtil.java:387)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:585)
              at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
              at sun.rmi.transport.Transport$1.run(Transport.java:153)
              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$ConnectionHandler.run(TCPTransport.java:707)
              at java.lang.Thread.run(Thread.java:595)
      Caused by: com.openexchange.pooling.PoolingException: Cannot create pooled object.
              at com.openexchange.pooling.ReentrantLockPool.get(ReentrantLockPool.java:387)
              at com.openexchange.database.Database.get(Database.java:116)
              ... 17 more
      Caused by: com.mysql.jdbc.exceptions.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
              at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:980)
              at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
              at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
              at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2253)
              at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:718)
              at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:298)
              at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
              at java.sql.DriverManager.getConnection(DriverManager.java:525)
              at java.sql.DriverManager.getConnection(DriverManager.java:140)
              at com.openexchange.database.ConnectionPool$ConnectionLifecycle.create(ConnectionPool.java:217)
              at com.openexchange.database.ConnectionPool$ConnectionLifecycle.create(ConnectionPool.java:158)
              at com.openexchange.pooling.ReentrantLockPool.get(ReentrantLockPool.java:379)
              ... 18 more
      Caused by: java.net.ConnectException: Connection refused
              at java.net.PlainSocketImpl.socketConnect(Native Method)
              at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
              at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
              at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
              at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
              at java.net.Socket.connect(Socket.java:520)
              at java.net.Socket.connect(Socket.java:470)
              at java.net.Socket.<init>(Socket.java:367)
              at java.net.Socket.<init>(Socket.java:209)
              at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:253)
              at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:280)
              at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2177)
              ... 26 more
      Jul 24, 2008 7:51:57 PM com.openexchange.admin.storage.mysqlStorage.OXToolMySQLStorage existsServerName
      SEVERE: Pool Error
      com.openexchange.admin.rmi.exceptions.PoolException: DBP-0001 Category=5 Message=Cannot get connection to config DB. exceptionID=-107742694-1
              at com.openexchange.admin.storage.sqlStorage.OXAdminPoolDBPool.getConnectionForConfigDB(OXAdminPoolDBPool.java:80)
              at com.openexchange.admin.tools.AdminCache.getConnectionForConfigDB(AdminCache.java:338)
              at com.openexchange.admin.storage.mysqlStorage.OXToolMySQLStorage.existsServerName(OXToolMySQLStorage.java:2033)
              at com.openexchange.admin.storage.mysqlStorage.OXToolMySQLStorage.existsServerName(OXToolMySQLStorage.java:2066)
              at com.openexchange.admin.rmi.impl.OXUtil.registerServer(OXUtil.java:387)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:585)
              at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
              at sun.rmi.transport.Transport$1.run(Transport.java:153)
              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$ConnectionHandler.run(TCPTransport.java:707)
              at java.lang.Thread.run(Thread.java:595)
      Jul 24, 2008 7:51:57 PM com.openexchange.database.Database back
      SEVERE: DBP-0009 Category=8 Message=Cannot return connection to pool -2. exceptionID=-107742694-2
      DBP-0009 Category=8 Message=Cannot return connection to pool -2. exceptionID=-107742694-2
              at com.openexchange.database.Database.back(Database.java:243)
              at com.openexchange.database.Database.back(Database.java:200)
              at com.openexchange.server.impl.DBPool.pushWrite(DBPool.java:92)
              at com.openexchange.admin.storage.sqlStorage.OXAdminPoolDBPool.pushConnectionForConfigDB(OXAdminPoolDBPool.java:106)
              at com.openexchange.admin.tools.AdminCache.pushConnectionForConfigDB(AdminCache.java:342)
              at com.openexchange.admin.storage.mysqlStorage.OXToolMySQLStorage.existsServerName(OXToolMySQLStorage.java:2054)
              at com.openexchange.admin.storage.mysqlStorage.OXToolMySQLStorage.existsServerName(OXToolMySQLStorage.java:2066)
              at com.openexchange.admin.rmi.impl.OXUtil.registerServer(OXUtil.java:387)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:585)
              at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
              at sun.rmi.transport.Transport$1.run(Transport.java:153)
              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$ConnectionHandler.run(TCPTransport.java:707)
              at java.lang.Thread.run(Thread.java:595)
      Caused by: com.openexchange.pooling.PoolingException: A null reference was returned to pool.
              at com.openexchange.pooling.ReentrantLockPool.back(ReentrantLockPool.java:219)
              at com.openexchange.database.Database.back(Database.java:241)
              ... 18 more

      Comment


      • #4
        Never mind...

        Do'h!

        We just got it working. We had the "skip-networking" flag in the mysql configuration and removing it made it work... JDBC can't use mysql sockets it seems...

        So much for security...

        Martin

        Nothing to see here move along...

        Comment


        • #5
          maybe some input:

          Comment


          • #6
            thanks

            Thanks, we've been looking at the same place.
            Now! Everything seems to be working.

            Excepted that I will need some guidance, I'm kinda lost here.

            I created a context with the admin user and I also was able to create my own user with my existing password and was able to access my IMAP account (not sieve tough) properly.

            Now my questions:
            1. I don't know if it's possible, but can we use the IMAP server as the authenticating service instead of the database, currently if I create a user with a different password than the one in the IMAP server we cannot see the email, but can log in OX. But if I create the same user with the same password as the IMAP server, I can see the emails. I'm asking, because we can't have two password databases for the same service (mail) that would be a mess to manage. What would be your proposed configuration or what's considered best practice in that situation? My IMAP server is Cyrus with virtdomains enabled (so our users are "user@domain.com")
            2. Is it possible to use an email address as a username? I was able to create the user but not log in the interface using it.
            3. I looked about everywhere, and I'm sure it's going to be right in my face, but, where does a user can change his password in OX?
            4. The Cyrus email daemon is on the same server, after reading a couple of posts I think I'm supposed to be able to access the SIEVE scripts. Any idea why I get an authentication error? Does OX logs in the sieve service using the same imaplogin and imapserver flags?

            Thanks a lot for you support.
            Martin Masson
            Montreal, Quebec

            Comment


            • #7
              Originally posted by martinmasson View Post
              Now! Everything seems to be working.
              Great

              Originally posted by martinmasson View Post
              1. I don't know if it's possible, but can we use the IMAP server as the authenticating service instead of the database, currently if I create a user with a different password than the one in the IMAP server we cannot see the email, but can log in OX. But if I create the same user with the same password as the IMAP server, I can see the emails. I'm asking, because we can't have two password databases for the same service (mail) that would be a mess to manage. What would be your proposed configuration or what's considered best practice in that situation? My IMAP server is Cyrus with virtdomains enabled (so our users are "user@domain.com")
              Well, authenticating against a IMAP server is possible and we did a implementation for this with SP3 of the Hosting Edition (=OX 6.4) -> http://www.open-xchange.com/wiki/ind...SP3_example.29
              I am not sure if and how it will work with OX 6.5 but anyway - it's possible. On the other Hand, the IMAP Server itself authenticates against a internal database, that's okay for this case because groupware depends on IMAP but when adding more services this may become a issue. Nearly all popular IMAP Servers are able to auth against mysql - but the choice is yours, whatever fits best to your environment.

              2. Is it possible to use an email address as a username? I was able to create the user but not log in the interface using it.
              Yes, we "fake" E-Mail address logins . For example:
              masson@montreal.ca is your E-Mail address, where masson is your "user" and montreal.ca is the domain you or your mail provider owns. Now the mail provider sets up a OX server with a context "1" for user "masson". When setting the hardcoded mapping "defaultcontext", user masson can login simply with the username "masson". The "real" username is masson@contextid though, in this case masson@1. By using the "--addmapping" parameter of the context tools, it's possible to create contexts with names that are equal to domain names. This has nothing to do with E-Mail at all, it's just a alias for the contextid.
              In this example the "final" login would be "masson@montreal.ca" which is mapped to masson@1 but for the user it looks like a real E-Mail based login

              3. I looked about everywhere, and I'm sure it's going to be right in my face, but, where does a user can change his password in OX?
              We're currently implementing a GUI and Server plugin for users to change their passwords right at the groupware UI, thats under development as we speak and planed for 6.5 final.

              4. The Cyrus email daemon is on the same server, after reading a couple of posts I think I'm supposed to be able to access the SIEVE scripts. Any idea why I get an authentication error? Does OX logs in the sieve service using the same imaplogin and imapserver flags?
              Well, did you took a look at /opt/open-xchange/etc/groupware/mailfilter.properties yet? There is some stuff to configure, for example the SIEVE_CREDSRC attribute which should be "imapLogin" in your case i guess. First of all, try to access the SIEVE service via telnet on port 2000, as it don't works out-of-the-box with cyrus.

              Greetings

              Comment


              • #8
                Thanks for the replies. It answered all my questions.

                Thanks to your answers I was able to use sieve (great sieve engine by the way, compared to the others) by changing those 2 lines in the mailfilter config:

                SIEVE_LOGIN_TYPE=user (from global)
                SIEVE_CREDSRC=imapLogin (from session)

                We already are using a database with the web-cyradm frontend to manage our cyrus mail users, so if I understand you correctly, the best course would be to move these users from the web-cyradm database to the open-xchange one.

                What about LDAP? I saw an LDAP authentication package that was available but I did not find any documentation about it in the Wiki. Could I move my cyrus user to an LDAP database and be able to authenticate against it? That would also solve my "access to password" changing problem and also open up a lot more possibilities. I would only have to change the cyrus configuration to use the LDAP server instead of the web-cyradmin database.

                Thanks for your patience
                Martin Masson
                Montreal, Quebec

                Comment


                • #9
                  Same Issue needs different solution.

                  I also receive an error when running "/opt/open-xchange/sbin/registerserver -n oxserver -A oxadminmaster -P secret"

                  I'm running openSUSE 11.1

                  ~output from registerserver~

                  server could not be registered:
                  Server response:
                  com.openexchange.admin.rmi.exceptions.PoolExceptio n: DBP-0001 Category=5 Message=Cannot get connection to config DB. exceptionID=-870093702-27

                  ~output from log~
                  SEVERE: Error creating RMI registry!
                  java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
                  java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
                  java.lang.ClassNotFoundException: com.openexchange.admin.rmi.OXUserInterface
                  at sun.rmi.server.UnicastServerRef.oldDispatch(Unicas tServerRef.java:413)
                  at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:267)
                  at sun.rmi.transport.Transport$1.run(Transport.java:1 77)
                  at java.security.AccessController.doPrivileged(Native Method)
                  at sun.rmi.transport.Transport.serviceCall(Transport. java:173)
                  at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:553)
                  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run0(TCPTransport.java:808)
                  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:667)
                  at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1110)
                  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:603)
                  at java.lang.Thread.run(Thread.java:636)
                  at sun.rmi.transport.StreamRemoteCall.exceptionReceiv edFromServer(StreamRemoteCall.java:273)
                  at sun.rmi.transport.StreamRemoteCall.executeCall(Str eamRemoteCall.java:251)
                  at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:3 77)
                  at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
                  at com.openexchange.admin.daemons.AdminDaemon.initRMI (AdminDaemon.java:224)
                  at com.openexchange.admin.daemons.Activator.start(Act ivator.java:94)
                  at org.eclipse.osgi.framework.internal.core.BundleCon textImpl$2.run(BundleContextImpl.java:999)
                  at java.security.AccessController.doPrivileged(Native Method)
                  at org.eclipse.osgi.framework.internal.core.BundleCon textImpl.startActivator(BundleContextImpl.java:993 )
                  at org.eclipse.osgi.framework.internal.core.BundleCon textImpl.start(BundleContextImpl.java:974)
                  at org.eclipse.osgi.framework.internal.core.BundleHos t.startWorker(BundleHost.java:346)
                  at org.eclipse.osgi.framework.internal.core.AbstractB undle.resume(AbstractBundle.java:350)
                  at org.eclipse.osgi.framework.internal.core.Framework .resumeBundle(Framework.java:1118)
                  at org.eclipse.osgi.framework.internal.core.StartLeve lManager.resumeBundles(StartLevelManager.java:634)
                  at org.eclipse.osgi.framework.internal.core.StartLeve lManager.incFWSL(StartLevelManager.java:508)
                  at org.eclipse.osgi.framework.internal.core.StartLeve lManager.doSetStartLevel(StartLevelManager.java:28 2)
                  at org.eclipse.osgi.framework.internal.core.StartLeve lManager.dispatchEvent(StartLevelManager.java:468)
                  at org.eclipse.osgi.framework.eventmgr.EventManager.d ispatchEvent(EventManager.java:195)
                  at org.eclipse.osgi.framework.eventmgr.EventManager$E ventThread.run(EventManager.java:297)
                  Caused by: java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
                  java.lang.ClassNotFoundException: com.openexchange.admin.rmi.OXUserInterface
                  at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknow n Source)
                  at sun.rmi.server.UnicastServerRef.oldDispatch(Unicas tServerRef.java:403)
                  at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:267)
                  at sun.rmi.transport.Transport$1.run(Transport.java:1 77)
                  at java.security.AccessController.doPrivileged(Native Method)
                  at sun.rmi.transport.Transport.serviceCall(Transport. java:173)
                  at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:553)
                  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run0(TCPTransport.java:808)
                  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:667)
                  at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1110)
                  at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:603)
                  at java.lang.Thread.run(Thread.java:636)
                  Caused by: java.lang.ClassNotFoundException: com.openexchange.admin.rmi.OXUserInterface
                  at java.net.URLClassLoader$1.run(URLClassLoader.java: 217)
                  at java.security.AccessController.doPrivileged(Native Method)
                  at java.net.URLClassLoader.findClass(URLClassLoader.j ava:205)
                  at java.lang.ClassLoader.loadClass(ClassLoader.java:3 23)
                  at java.lang.ClassLoader.loadClass(ClassLoader.java:2 68)
                  at java.lang.ClassLoader.loadClassInternal(ClassLoade r.java:336)
                  at java.lang.Class.forName0(Native Method)
                  at java.lang.Class.forName(Class.java:264)
                  at sun.rmi.server.LoaderHandler.loadProxyInterfaces(L oaderHandler.java:728)
                  at sun.rmi.server.LoaderHandler.loadProxyClass(Loader Handler.java:672)
                  at sun.rmi.server.LoaderHandler.loadProxyClass(Loader Handler.java:609)
                  at java.rmi.server.RMIClassLoader$2.loadProxyClass(RM IClassLoader.java:646)
                  at java.rmi.server.RMIClassLoader.loadProxyClass(RMIC lassLoader.java:311)
                  at sun.rmi.server.MarshalInputStream.resolveProxyClas s(MarshalInputStream.java:255)
                  at java.io.ObjectInputStream.readProxyDesc(ObjectInpu tStream.java:1548)
                  at java.io.ObjectInputStream.readClassDesc(ObjectInpu tStream.java:1510)
                  at java.io.ObjectInputStream.readOrdinaryObject(Objec tInputStream.java:1749)
                  at java.io.ObjectInputStream.readObject0(ObjectInputS tream.java:1346)
                  at java.io.ObjectInputStream.readObject(ObjectInputSt ream.java:368)
                  ... 12 more





                  ~MySql~
                  I have logged in as openexchange user using tcp and the configdb exists:

                  shante@linux-6ki2:~> mysql --host 127.0.0.1 -u openexchange -p
                  Enter password:
                  Welcome to the MySQL monitor. Commands end with ; or \g.
                  Your MySQL connection id is 77
                  Server version: 5.0.67 SUSE MySQL RPM

                  Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

                  mysql> status
                  --------------
                  mysql Ver 14.12 Distrib 5.0.67, for suse-linux-gnu (i686) using readline 5.2

                  Connection id: 77
                  Current database:
                  Current user: openexchange@localhost
                  SSL: Not in use
                  Current pager: less
                  Using outfile: ''
                  Using delimiter: ;
                  Server version: 5.0.67 SUSE MySQL RPM
                  Protocol version: 10
                  Connection: 127.0.0.1 via TCP/IP
                  Server characterset: latin1
                  Db characterset: latin1
                  Client characterset: latin1
                  Conn. characterset: latin1
                  TCP port: 3306
                  Uptime: 19 hours 49 min 58 sec

                  Threads: 1 Questions: 212 Slow queries: 0 Opens: 59 Flush tables: 1 Open tables: 26 Queries per second avg: 0.003
                  --------------

                  mysql> use configdb
                  Reading table information for completion of table and column names
                  You can turn off this feature to get a quicker startup with -A

                  Database changed
                  mysql> show tables;
                  +------------------------+
                  | Tables_in_configdb |
                  +------------------------+
                  | configdb_sequence |
                  | context |
                  | context_server2db_pool |
                  | db_cluster |
                  | db_pool |
                  | filestore |
                  | login2context |
                  | reason_text |
                  | server |
                  +------------------------+
                  9 rows in set (0.00 sec)

                  Comment

                  Working...
                  X