Announcement

Collapse
No announcement yet.

Cannot resolve server id

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

  • Cannot resolve server id

    Hi there,

    I'm trying to install OX with the official guide on Debian. When I try to create the context, I get the error "Cannot resolve server id for server customservername."
    "SELECT * FROM configdb.context_server2db_pool;" gives back an empty row.

    Any guess for a solution?

    Thank you!

    Java:

    java version "1.8.0_131"
    Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
    Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)




    A list of all installed packages

    ii open-xchange 7.8.3-20 all The Open-Xchange backend
    ii open-xchange-admin 7.8.3-20 all The Open-Xchange backend administration extension
    ii open-xchange-appsuite 7.8.3-18 all OX App Suite HTML5 client
    ii open-xchange-appsuite-backend 7.8.3-20 all Backend extensions to serve OX App Suite frontend
    ii open-xchange-appsuite-l10n-en-us 7.8.3-18 all Translation of the OX App Suite HTML5 client (en_US)
    ii open-xchange-appsuite-manifest 7.8.3-18 all Manifest and apps included in the OX App Suite HTML5 client
    ii open-xchange-authentication-database 7.8.3-20 all Module for authenticating users using the password stored in MySQL
    ii open-xchange-authorization-standard 7.8.3-20 all Module implementing the default authorization
    ii open-xchange-core 7.8.3-20 all The essential core of an Open-Xchange backend
    ii open-xchange-grizzly 7.8.3-20 all The Open-Xchange HTTP Server and Servlet Container
    ii open-xchange-halo 7.8.3-20 all The Open-Xchange backend halo extension
    ii open-xchange-imap 7.8.3-20 all The Open-Xchange IMAP Bundle
    ii open-xchange-l10n-en-us 7.8.3-20 all Package containing Open-Xchange backend localization for en_US
    ii open-xchange-oauth 7.8.3-20 all The Open-Xchange OAuth implementation
    ii open-xchange-osgi 7.8.3-20 all 3rd party OSGi bundles used by the Open-Xchange backend
    ii open-xchange-smtp 7.8.3-20 all The Open-Xchange Server SMTP Bundle
    ii open-xchange-system 7.8.3-20 all system integration specific infrastructure
    ii open-xchange-xerces-sun 7.8.3-20 all Xerces Compat for Sun Java



    List of running Open-Xchange Server processes

    31269 pts/1 S+ 0:00 \_ grep open-xchange
    30619 ? Ssl 0:39 /usr/bin/java -Dsun.net.inetaddr.ttl=3600 -Dnetworkaddress.cache.ttl=3600 -Dnetworkaddress.cache.negative.ttl=10 -Dlogback.threadlocal.put.duplicate=false -server -Djava.awt.headless=true -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -XX:NewRatio=3 -XX:+UseTLAB -Dosgi.compatibility.bootdelegation=false -XX:-OmitStackTraceInFastThrow -Xmx756m -Djava.awt.headless=true -Dopenexchange.propdir=/opt/open-xchange/etc -jar /opt/open-xchange/bundles/org.eclipse.osgi_3.11.0.v20160603-1336.jar -configuration file:/opt/open-xchange/osgi


    Log

    2017-04-27T14:40:46,825+0200 ERROR [RMI TCP Connection(21)-10.240.0.3] com.openexchange.admin.rmi.impl.OXContextCommonImp l.createcommon(OXContextCommonImpl.java:191)

    com.openexchange.admin.rmi.exceptions.StorageExcep tion: DBP-0019 Categories=CONFIGURATION Message='Cannot resolve server id for server customservername.' exceptionID=-308052685-5
    at com.openexchange.admin.storage.mysqlStorage.OXCont extMySQLStorageCommon.deleteEmptySchema(OXContextM ySQLStorageCommon.java:360)
    at com.openexchange.admin.storage.mysqlStorage.OXCont extMySQLStorageCommon.deleteEmptySchema(OXContextM ySQLStorageCommon.java:330)
    at com.openexchange.admin.storage.mysqlStorage.OXCont extMySQLStorage.create(OXContextMySQLStorage.java: 1224)
    at com.openexchange.admin.rmi.impl.OXContext.createma incall(OXContext.java:1201)
    at com.openexchange.admin.rmi.impl.OXContextCommonImp l.createcommon(OXContextCommonImpl.java:179)
    at com.openexchange.admin.rmi.impl.OXContext.create(O XContext.java:432)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastSe rverRef.java:346)
    at sun.rmi.transport.Transport$1.run(Transport.java:2 00)
    at sun.rmi.transport.Transport$1.run(Transport.java:1 97)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport. java:196)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages( TCPTransport.java:568)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run0(TCPTransport.java:826)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.lambda$run$0(TCPTransport.java:683)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandl er.run(TCPTransport.java:682)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:748)
    Caused by: com.openexchange.admin.rmi.exceptions.PoolExceptio n: DBP-0019 Categories=CONFIGURATION Message='Cannot resolve server id for server customservername.' exceptionID=-308052685-5
    at com.openexchange.admin.storage.sqlStorage.OXAdminP oolDBPool.getContextInSchema(OXAdminPoolDBPool.jav a:314)
    at com.openexchange.admin.storage.mysqlStorage.OXCont extMySQLStorageCommon.deleteEmptySchema(OXContextM ySQLStorageCommon.java:357)
    ... 22 common frames omitted

  • #2
    Second part:

    A list of all available bundles and their status

    bundlename: org.eclipse.osgi status: ACTIVE
    bundlename: com.ctc.wstx status: ACTIVE
    bundlename: com.eclipsesource.jaxrs.provider.multipart status: ACTIVE
    bundlename: com.eclipsesource.jaxrs.publisher status: ACTIVE
    bundlename: com.google.android.gcm status: ACTIVE
    bundlename: com.google.api.client status: ACTIVE
    bundlename: com.google.gdata status: ACTIVE
    bundlename: com.google.guava status: ACTIVE
    bundlename: com.hazelcast status: ACTIVE
    bundlename: org.apache.commons.cli status: ACTIVE
    bundlename: org.apache.commons.lang3 status: ACTIVE
    bundlename: com.openexchange.admin.console.common status: ACTIVE
    bundlename: com.openexchange.admin status: ACTIVE
    bundlename: com.openexchange.admin.plugin.hosting status: ACTIVE
    bundlename: com.openexchange.admin.rmi status: ACTIVE
    bundlename: com.openexchange.annotation status: ACTIVE
    bundlename: com.openexchange.apps.manifests.json status: ACTIVE
    bundlename: com.openexchange.appsuite status: ACTIVE
    bundlename: com.openexchange.authentication.database status: ACTIVE
    bundlename: com.openexchange.authentication.driver.basic status: ACTIVE
    bundlename: com.openexchange.authorization.standard status: ACTIVE
    bundlename: com.openexchange.caching.events status: ACTIVE
    bundlename: com.openexchange.caching.events.ms status: ACTIVE
    bundlename: com.openexchange.caching status: ACTIVE
    bundlename: com.openexchange.calendar status: ACTIVE
    bundlename: com.openexchange.calendar.json status: ACTIVE
    bundlename: com.openexchange.capabilities.impl status: ACTIVE
    bundlename: com.openexchange.capabilities status: ACTIVE
    bundlename: com.openexchange.capabilities.json status: ACTIVE
    bundlename: com.openexchange.charset status: ACTIVE
    bundlename: com.openexchange.cluster.lock status: ACTIVE
    bundlename: com.openexchange.cluster.timer status: ACTIVE
    bundlename: com.openexchange.common status: ACTIVE
    bundlename: com.openexchange.config.cascade.context status: ACTIVE
    bundlename: com.openexchange.config.cascade status: ACTIVE
    bundlename: com.openexchange.config.cascade.user status: ACTIVE
    bundlename: com.openexchange.configread status: ACTIVE
    bundlename: com.openexchange.contactcollector.impl status: ACTIVE
    bundlename: com.openexchange.contactcollector status: ACTIVE
    bundlename: com.openexchange.contact.similarity status: ACTIVE
    bundlename: com.openexchange.contacts.json status: ACTIVE
    bundlename: com.openexchange.contact.storage.rdb status: ACTIVE
    bundlename: com.openexchange.contact.vcard.impl status: ACTIVE
    bundlename: com.openexchange.contact.vcard.storage.impl status: ACTIVE
    bundlename: com.openexchange.contact.vcard.storage status: ACTIVE
    bundlename: com.openexchange.continuation status: ACTIVE
    bundlename: com.openexchange.continuation.json status: ACTIVE
    bundlename: com.openexchange.control status: ACTIVE
    bundlename: com.openexchange.conversion.engine status: ACTIVE
    bundlename: com.openexchange.conversion status: ACTIVE
    bundlename: com.openexchange.conversion.servlet status: ACTIVE
    bundlename: com.openexchange.conversion.simple status: ACTIVE
    bundlename: com.openexchange.crypto status: ACTIVE
    bundlename: com.openexchange.database status: ACTIVE
    bundlename: com.openexchange.database.migration status: ACTIVE
    bundlename: com.openexchange.data.conversion.ical.ical4j status: ACTIVE
    bundlename: com.openexchange.dataretention status: ACTIVE
    bundlename: com.openexchange.datatypes.genericonf status: ACTIVE
    bundlename: com.openexchange.datatypes.genericonf.storage status: ACTIVE
    bundlename: com.openexchange.documentation status: ACTIVE
    bundlename: com.openexchange.dovecot.doveadm.client status: ACTIVE
    bundlename: com.openexchange.download.limit status: ACTIVE
    bundlename: com.openexchange.events.remote status: ACTIVE
    bundlename: com.openexchange.file.storage.composition status: ACTIVE
    bundlename: com.openexchange.file.storage.config status: ACTIVE
    bundlename: com.openexchange.file.storage.generic status: ACTIVE
    bundlename: com.openexchange.file.storage.infostore status: ACTIVE
    bundlename: com.openexchange.file.storage status: ACTIVE
    bundlename: com.openexchange.file.storage.json status: ACTIVE
    bundlename: com.openexchange.file.storage.oauth status: ACTIVE
    bundlename: com.openexchange.file.storage.rdb status: ACTIVE
    bundlename: com.openexchange.filestore.impl status: ACTIVE
    bundlename: com.openexchange.filestore status: ACTIVE
    bundlename: com.openexchange.filestore.utils status: ACTIVE
    bundlename: com.openexchange.find.basic status: ACTIVE
    bundlename: com.openexchange.find status: ACTIVE
    bundlename: com.openexchange.find.json status: ACTIVE
    bundlename: com.openexchange.folder.json status: ACTIVE
    bundlename: com.openexchange.freebusy status: ACTIVE
    bundlename: com.openexchange.frontend.uwa status: ACTIVE
    bundlename: com.openexchange.frontend.uwa.json status: ACTIVE
    bundlename: com.openexchange.global status: ACTIVE
    bundlename: com.openexchange.google.api.client status: ACTIVE
    bundlename: com.openexchange.groupware.settings.extensions status: ACTIVE
    bundlename: com.openexchange.groupware.tools status: ACTIVE
    bundlename: com.openexchange.guard.api status: ACTIVE
    bundlename: com.openexchange.guest.impl status: ACTIVE
    bundlename: com.openexchange.halo.appointments status: ACTIVE
    bundlename: com.openexchange.halo status: ACTIVE
    bundlename: com.openexchange.halo.json status: ACTIVE
    bundlename: com.openexchange.halo.mail status: ACTIVE
    bundlename: com.openexchange.halo.pictures status: ACTIVE
    bundlename: com.openexchange.halo.xing status: ACTIVE
    bundlename: com.openexchange.hazelcast.configuration status: ACTIVE
    bundlename: com.openexchange.hazelcast status: ACTIVE
    bundlename: com.openexchange.hazelcast.serialization status: ACTIVE
    bundlename: com.openexchange.html status: ACTIVE
    bundlename: com.openexchange.http.client status: ACTIVE
    bundlename: com.openexchange.http.client.json status: ACTIVE
    bundlename: com.openexchange.http.client.xml status: ACTIVE
    bundlename: com.openexchange.http.deferrer status: ACTIVE
    bundlename: com.openexchange.http.grizzly status: ACTIVE
    bundlename: com.openexchange.http.requestwatcher status: ACTIVE
    bundlename: com.openexchange.http.testservlet status: ACTIVE
    bundlename: com.openexchange.i18n status: ACTIVE
    bundlename: com.openexchange.i18n.yaml status: ACTIVE
    bundlename: com.openexchange.imagetransformation status: ACTIVE
    bundlename: com.openexchange.imagetransformation.java status: ACTIVE
    bundlename: com.openexchange.imap status: ACTIVE
    bundlename: com.openexchange.importexport status: ACTIVE
    bundlename: com.openexchange.itip.json status: ACTIVE
    bundlename: com.openexchange.java status: ACTIVE
    bundlename: com.openexchange.jcharset status: ACTIVE
    bundlename: com.openexchange.jolokia status: ACTIVE
    bundlename: com.openexchange.jslob.config status: ACTIVE
    bundlename: com.openexchange.jslob status: ACTIVE
    bundlename: com.openexchange.jslob.json status: ACTIVE
    bundlename: com.openexchange.jslob.storage.db status: ACTIVE
    bundlename: com.openexchange.jump status: ACTIVE
    bundlename: com.openexchange.jump.json status: ACTIVE
    bundlename: com.openexchange.log.audit.slf4j status: ACTIVE
    bundlename: com.openexchange.logback.classic.extensions status: RESOLVED
    bundlename: com.openexchange.logback.configuration status: RESOLVED
    bundlename: com.openexchange.logback.core.extensions status: RESOLVED
    bundlename: com.openexchange.logging status: ACTIVE
    bundlename: com.openexchange.mail.attachment.impl status: ACTIVE
    bundlename: com.openexchange.mail.autoconfig.impl status: ACTIVE
    bundlename: com.openexchange.mail.autoconfig status: ACTIVE
    bundlename: com.openexchange.mail.autoconfig.json status: ACTIVE
    bundlename: com.openexchange.mail.categories status: ACTIVE
    bundlename: com.openexchange.mailmapping status: ACTIVE
    bundlename: com.openexchange.mailmapping.spi status: ACTIVE
    bundlename: com.openexchange.mail.oauth.google status: ACTIVE
    bundlename: com.openexchange.mail.oauth status: ACTIVE
    bundlename: com.openexchange.management.impl status: ACTIVE
    bundlename: com.openexchange.management status: ACTIVE
    bundlename: com.openexchange.message.timeline status: ACTIVE
    bundlename: com.openexchange.messaging status: ACTIVE
    bundlename: com.openexchange.modules.json status: ACTIVE
    bundlename: com.openexchange.modules.model status: ACTIVE
    bundlename: com.openexchange.modules.storage status: ACTIVE
    bundlename: com.openexchange.monitoring status: ACTIVE
    bundlename: com.openexchange.ms status: ACTIVE
    bundlename: com.openexchange.net status: ACTIVE
    bundlename: com.openexchange.net.ssl.config.impl status: ACTIVE
    bundlename: com.openexchange.net.ssl.config status: ACTIVE
    bundlename: com.openexchange.net.ssl status: ACTIVE
    bundlename: com.openexchange.notification status: ACTIVE
    bundlename: com.openexchange.oauth.boxcom status: ACTIVE
    bundlename: com.openexchange.oauth.dropbox status: ACTIVE
    bundlename: com.openexchange.oauth.flickr status: ACTIVE
    bundlename: com.openexchange.oauth.google status: ACTIVE
    bundlename: com.openexchange.oauth.http status: ACTIVE
    bundlename: com.openexchange.oauth.impl status: ACTIVE
    bundlename: com.openexchange.oauth status: ACTIVE
    bundlename: com.openexchange.oauth.json status: ACTIVE
    bundlename: com.openexchange.oauth.msliveconnect status: ACTIVE
    bundlename: com.openexchange.oauth.provider status: ACTIVE
    bundlename: com.openexchange.oauth.tumblr status: ACTIVE
    bundlename: com.openexchange.oauth.twitter status: ACTIVE
    bundlename: com.openexchange.oauth.xing status: ACTIVE
    bundlename: com.openexchange.oauth.yahoo status: ACTIVE
    bundlename: com.openexchange.objectusecount.impl status: ACTIVE
    bundlename: com.openexchange.objectusecount status: ACTIVE
    bundlename: com.openexchange.osgi status: ACTIVE
    bundlename: com.openexchange.passwordchange.servlet status: ACTIVE
    bundlename: com.openexchange.plist status: ACTIVE
    bundlename: com.openexchange.pns status: ACTIVE
    bundlename: com.openexchange.pns.monitoring status: ACTIVE
    bundlename: com.openexchange.preview status: ACTIVE
    bundlename: com.openexchange.printing status: ACTIVE
    bundlename: com.openexchange.proxy status: ACTIVE
    bundlename: com.openexchange.proxy.servlet status: ACTIVE
    bundlename: com.openexchange.publish.basic status: ACTIVE
    bundlename: com.openexchange.publish status: ACTIVE
    bundlename: com.openexchange.publish.online.infostore status: ACTIVE
    bundlename: com.openexchange.push.impl status: ACTIVE
    bundlename: com.openexchange.push status: ACTIVE
    bundlename: com.openexchange.push.ms status: ACTIVE
    bundlename: com.openexchange.push.udp status: ACTIVE
    bundlename: com.openexchange.quartz status: ACTIVE
    bundlename: com.openexchange.quota status: ACTIVE
    bundlename: com.openexchange.rdiff status: ACTIVE
    bundlename: com.openexchange.report.appsuite status: ACTIVE
    bundlename: com.openexchange.report.appsuite.serialization status: ACTIVE
    bundlename: com.openexchange.reseller status: ACTIVE
    bundlename: com.openexchange.rest.client status: ACTIVE
    bundlename: com.openexchange.rmi status: ACTIVE
    bundlename: com.openexchange.scripting.rhino.apiBridge status: ACTIVE
    bundlename: com.openexchange.scripting.rhino status: ACTIVE
    bundlename: com.openexchange.search status: ACTIVE
    bundlename: com.openexchange.secret status: ACTIVE
    bundlename: com.openexchange.secret.recovery status: ACTIVE
    bundlename: com.openexchange.secret.recovery.json status: ACTIVE
    bundlename: com.openexchange.secret.recovery.mail status: ACTIVE
    bundlename: com.openexchange.serverconfig.impl status: ACTIVE
    bundlename: com.openexchange.serverconfig status: ACTIVE
    bundlename: com.openexchange.server status: ACTIVE
    bundlename: com.openexchange.sessiond status: ACTIVE
    bundlename: com.openexchange.session.reservation.impl status: ACTIVE
    bundlename: com.openexchange.sessionstorage.hazelcast.serializ ation status: ACTIVE
    bundlename: com.openexchange.sessionstorage status: ACTIVE
    bundlename: com.openexchange.share.core status: ACTIVE
    bundlename: com.openexchange.share.handler.download status: ACTIVE
    bundlename: com.openexchange.share.handler.ical status: ACTIVE
    bundlename: com.openexchange.share.impl status: ACTIVE
    bundlename: com.openexchange.share status: ACTIVE
    bundlename: com.openexchange.share.json status: ACTIVE
    bundlename: com.openexchange.share.notification status: ACTIVE
    bundlename: com.openexchange.share.servlet status: ACTIVE
    bundlename: com.openexchange.sms status: ACTIVE
    bundlename: com.openexchange.sms.tools status: ACTIVE
    bundlename: com.openexchange.smtp status: ACTIVE
    bundlename: com.openexchange.snippet status: ACTIVE
    bundlename: com.openexchange.snippet.json status: ACTIVE
    bundlename: com.openexchange.snippet.mime status: ACTIVE
    bundlename: com.openexchange.snippet.rdb status: ACTIVE
    bundlename: com.openexchange.socketio status: ACTIVE
    bundlename: com.openexchange.sql status: ACTIVE
    bundlename: com.openexchange.startup.impl status: ACTIVE
    bundlename: com.openexchange.subscribe status: ACTIVE
    bundlename: com.openexchange.system.extension status: RESOLVED
    bundlename: com.openexchange.tasks.json status: ACTIVE
    bundlename: com.openexchange.templating.impl status: ACTIVE
    bundlename: com.openexchange.templating status: ACTIVE
    bundlename: com.openexchange.textxtraction status: ACTIVE
    bundlename: com.openexchange.threadpool status: ACTIVE
    bundlename: com.openexchange.tokenlogin.impl status: ACTIVE
    bundlename: com.openexchange.tokenlogin status: ACTIVE
    bundlename: com.openexchange.tokenlogin.json status: ACTIVE
    bundlename: com.openexchange.tx status: ACTIVE
    bundlename: com.openexchange.uadetector status: ACTIVE
    bundlename: com.openexchange.upload status: ACTIVE
    bundlename: com.openexchange.user.json status: ACTIVE
    bundlename: com.openexchange.utils status: ACTIVE
    bundlename: com.openexchange.version status: ACTIVE
    bundlename: com.openexchange.websockets.cap status: ACTIVE
    bundlename: com.openexchange.websockets status: ACTIVE
    bundlename: com.openexchange.websockets.monitoring status: ACTIVE
    bundlename: com.openexchange.xerces.sun status: ACTIVE
    bundlename: com.openexchange.xing.access status: ACTIVE
    bundlename: com.openexchange.xing status: ACTIVE
    bundlename: com.openexchange.xml status: ACTIVE
    bundlename: edu.umd.cs.findbugs.annotations status: ACTIVE
    bundlename: com.google.gson status: ACTIVE
    bundlename: org.apache.httpcomponents.httpclient status: ACTIVE
    bundlename: org.apache.httpcomponents.httpcore status: ACTIVE
    bundlename: com.fasterxml.jackson.core.jackson-annotations status: ACTIVE
    bundlename: com.fasterxml.jackson.core.jackson-core status: ACTIVE
    bundlename: com.fasterxml.jackson.core.jackson-databind status: ACTIVE
    bundlename: com.fasterxml.jackson.dataformat.jackson-dataformat-xml status: ACTIVE
    bundlename: com.fasterxml.jackson.jaxrs.jackson-jaxrs-base status: ACTIVE
    bundlename: com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider status: ACTIVE
    bundlename: com.fasterxml.jackson.jaxrs.jackson-jaxrs-xml-provider status: ACTIVE
    bundlename: com.fasterxml.jackson.module.jackson-module-jaxb-annotations status: ACTIVE
    bundlename: javapns.notification.management status: ACTIVE
    bundlename: javassist status: ACTIVE
    bundlename: javax.annotation-api status: ACTIVE
    bundlename: javax.annotation.concurrent status: ACTIVE
    bundlename: javax.mail status: ACTIVE
    bundlename: javax.servlet status: ACTIVE
    bundlename: javax.validation.api status: ACTIVE
    bundlename: javax.ws.rs-api status: ACTIVE
    bundlename: jcl.over.slf4j status: ACTIVE
    bundlename: org.glassfish.jersey.connectors.jersey-apache-connector status: ACTIVE
    bundlename: joda-time status: ACTIVE
    bundlename: jul.to.slf4j status: ACTIVE
    bundlename: liquibase.core status: ACTIVE
    bundlename: log4j.over.slf4j status: ACTIVE
    bundlename: ch.qos.logback.classic status: ACTIVE
    bundlename: ch.qos.logback.core status: ACTIVE
    bundlename: com.openexchange.java-commons.logback-extensions status: ACTIVE
    bundlename: net.fortuna.ical4j status: ACTIVE
    bundlename: org.apache.commons.codec status: ACTIVE
    bundlename: org.apache.commons.io status: ACTIVE
    bundlename: org.apache.commons.lang status: ACTIVE
    bundlename: org.apache.commons.net status: ACTIVE
    bundlename: org.apache.felix.eventadmin status: ACTIVE
    bundlename: org.apache.felix.eventadmin.monitoring status: ACTIVE
    bundlename: org.apache.felix.gogo.command status: ACTIVE
    bundlename: org.apache.felix.gogo.runtime status: ACTIVE
    bundlename: org.apache.felix.gogo.shell status: ACTIVE
    bundlename: org.apache.tika status: ACTIVE
    bundlename: org.eclipse.equinox.cm status: ACTIVE
    bundlename: org.eclipse.equinox.console status: ACTIVE
    bundlename: org.eclipse.osgi.services status: ACTIVE
    bundlename: org.eclipse.osgi.util status: ACTIVE
    bundlename: org.fishwife.jrugged status: ACTIVE
    bundlename: org.glassfish.hk2.api status: ACTIVE
    bundlename: org.glassfish.hk2.external.aopalliance-repackaged status: ACTIVE
    bundlename: org.objectweb.asm.all.debug status: ACTIVE
    bundlename: org.glassfish.hk2.external.javax.inject status: ACTIVE
    bundlename: org.glassfish.hk2.locator status: ACTIVE
    bundlename: org.glassfish.hk2.osgi-resource-locator status: ACTIVE
    bundlename: org.glassfish.hk2.utils status: ACTIVE
    bundlename: org.glassfish.jersey.bundles.repackaged.jersey-guava status: ACTIVE
    bundlename: org.glassfish.jersey.containers.jersey-container-servlet-core status: ACTIVE
    bundlename: org.glassfish.jersey.core.jersey-client status: ACTIVE
    bundlename: org.glassfish.jersey.core.jersey-common status: ACTIVE
    bundlename: org.glassfish.jersey.core.jersey-server status: ACTIVE
    bundlename: org.glassfish.jersey.media.jersey-media-multipart status: ACTIVE
    bundlename: org.javasimon status: ACTIVE
    bundlename: org.json status: ACTIVE
    bundlename: org.jvnet.mimepull status: ACTIVE
    bundlename: org.magicwerk.brownies.collections status: ACTIVE
    bundlename: osgi.annotation status: ACTIVE
    bundlename: org.w3c.css.sac status: ACTIVE
    bundlename: org.xmlpull status: ACTIVE
    bundlename: org.yaml.snakeyaml status: ACTIVE
    bundlename: org.slf4j.osgi-over-slf4j status: ACTIVE
    bundlename: slf4j.api status: ACTIVE
    bundlename: stax2-api status: ACTIVE

    Comment


    • #3
      db install part missing?

      Hi,
      maybe an incomplete installation. Have you any log informations? Because it's empty, how have you installed the Open-Xchange configdb database? IMHO just try it again.

      Comment

      Working...
      X