|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
SLOX4.1 to OX5 migration issuesMaintenance Key : OX-AS-MK-131124-QLE RPMs Installed : open-xchange-0.8.6-5, open-xchange-daemons-1.3.0-2, open-xchange-adminweb-1.3.0-2 Unfortunately I am having some problems with my migration from SLOX4.1. The export on the SLOX server works fine, but when I follow the instructions in the SLOX2OX Migration Guide v1.11 and run ./bin/oximport.sh I get the following errors.... [root@cypher OXImport-1.4.1]# more oximport.log OXImport: BUILDNUMBER: 1604 try to open database connection! OK! try to read mapping table! OK! try to connect to ldap server! ERROR: Internal Error: javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name '' javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name '' at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3025) at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2946) at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2752) at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1823) at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1746) at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirCon text.java:383) at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom positeDirContext.java:353) at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom positeDirContext.java:336) at javax.naming.directory.InitialDirContext.search(InitialDirContext.jav a:259) at ContextHandler.getContext(ContextHandler.java:29) at OXImport.<init>(OXImport.java:125) at OXImport.main(OXImport.java:596) OK! try to connect to ldap server as user: migration ERROR: Internal Error: javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name '' javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name '' at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3025) at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2946) at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2752) at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1823) at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1746) at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirCon text.java:383) at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom positeDirContext.java:353) at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom positeDirContext.java:336) at javax.naming.directory.InitialDirContext.search(InitialDirContext.jav a:259) at ContextHandler.getContext(ContextHandler.java:29) at OXImport.<init>(OXImport.java:139) at OXImport.main(OXImport.java:596) OK! try to connect to xmlrpc server! connection type: TLS LOADING OX_SSL native library: "$Revision: 1.1.6.2 $" SSL_thread_setup() done setup ERROR: can't connect to the xmlrpc server: com.openexchange.tools.xmlrpc.client. ConflictException: javax.naming.AuthenticationException: [LDAP: error code 49 - Invalid Credentials] The LDAP server is definitely running : [root@cypher OXImport-1.4.1]# ps -ef |grep ldap ldap 3024 1 0 Sep24 ? 00:00:07 /usr/sbin/slapd -u ldap -h ldap:/// and I created a user named "migration" successfully as per Import Step 4. Do you know what might be wrong? Many thanks in advance, Mark _______________________________________________ User mailing list User@... http://www.open-xchange.org/cgi-bin/mailman/listinfo/user |
|
|
Re: SLOX4.1 to OX5 migration issuesHi,
On Mon, Oct 08, 2007 at 12:51:11PM +0100, Maccy wrote: > Maintenance Key : OX-AS-MK-131124-QLE > RPMs Installed : open-xchange-0.8.6-5, open-xchange-daemons-1.3.0-2, > open-xchange-adminweb-1.3.0-2 > > Unfortunately I am having some problems with my migration from SLOX4.1. > The export on the SLOX server works fine, but when I follow the > instructions in the SLOX2OX Migration Guide v1.11 and run > ./bin/oximport.sh I get the following errors.... > > [root@cypher OXImport-1.4.1]# more oximport.log > OXImport: BUILDNUMBER: 1604 > try to open database connection! > OK! > try to read mapping table! > OK! > try to connect to ldap server! > ERROR: Internal Error: javax.naming.NameNotFoundException: [LDAP: error > code 32 > - No Such Object]; remaining name '' > javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such > Object]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3025) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2946) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2752) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1823) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1746) > at > com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirCon > text.java:383) > at > com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom > positeDirContext.java:353) > at > com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom > positeDirContext.java:336) > at > javax.naming.directory.InitialDirContext.search(InitialDirContext.jav > a:259) > at ContextHandler.getContext(ContextHandler.java:29) > at OXImport.<init>(OXImport.java:125) > at OXImport.main(OXImport.java:596) > OK! > try to connect to ldap server as user: migration > ERROR: Internal Error: javax.naming.NameNotFoundException: [LDAP: error > code 32 > - No Such Object]; remaining name '' > javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such > Object]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3025) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2946) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2752) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1823) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1746) > at > com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirCon > text.java:383) > at > com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom > positeDirContext.java:353) > at > com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom > positeDirContext.java:336) > at > javax.naming.directory.InitialDirContext.search(InitialDirContext.jav > a:259) > at ContextHandler.getContext(ContextHandler.java:29) > at OXImport.<init>(OXImport.java:139) > at OXImport.main(OXImport.java:596) > OK! > try to connect to xmlrpc server! > connection type: TLS > LOADING OX_SSL native library: "$Revision: 1.1.6.2 $" > SSL_thread_setup() > done setup > ERROR: can't connect to the xmlrpc server: > com.openexchange.tools.xmlrpc.client. > ConflictException: javax.naming.AuthenticationException: [LDAP: error code > 49 - Invalid Credentials] > > The LDAP server is definitely running : > > [root@cypher OXImport-1.4.1]# ps -ef |grep ldap > ldap 3024 1 0 Sep24 ? 00:00:07 /usr/sbin/slapd -u ldap -h > ldap:/// > > and I created a user named "migration" successfully as per Import Step 4. > > Do you know what might be wrong? "oximport.properties" and whether they match the correct values of your installation. Cheers, Thomas _______________________________________________ User mailing list User@... http://www.open-xchange.org/cgi-bin/mailman/listinfo/user |
|
|
Re: SLOX4.1 to OX5 migration issuesHi,
On Mon, Oct 08, 2007 at 12:51:11PM +0100, Maccy wrote: > Maintenance Key : OX-AS-MK-131124-QLE > RPMs Installed : open-xchange-0.8.6-5, open-xchange-daemons-1.3.0-2, > open-xchange-adminweb-1.3.0-2 > > Unfortunately I am having some problems with my migration from SLOX4.1. > The export on the SLOX server works fine, but when I follow the > instructions in the SLOX2OX Migration Guide v1.11 and run > ./bin/oximport.sh I get the following errors.... > > [root@cypher OXImport-1.4.1]# more oximport.log > OXImport: BUILDNUMBER: 1604 > try to open database connection! > OK! > try to read mapping table! > OK! > try to connect to ldap server! > ERROR: Internal Error: javax.naming.NameNotFoundException: [LDAP: error > code 32 > - No Such Object]; remaining name '' > javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such > Object]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3025) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2946) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2752) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1823) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1746) > at > com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirCon > text.java:383) > at > com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom > positeDirContext.java:353) > at > com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom > positeDirContext.java:336) > at > javax.naming.directory.InitialDirContext.search(InitialDirContext.jav > a:259) > at ContextHandler.getContext(ContextHandler.java:29) > at OXImport.<init>(OXImport.java:125) > at OXImport.main(OXImport.java:596) > OK! > try to connect to ldap server as user: migration > ERROR: Internal Error: javax.naming.NameNotFoundException: [LDAP: error > code 32 > - No Such Object]; remaining name '' > javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such > Object]; remaining name '' > at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3025) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2946) > at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2752) > at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1823) > at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1746) > at > com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirCon > text.java:383) > at > com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom > positeDirContext.java:353) > at > com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom > positeDirContext.java:336) > at > javax.naming.directory.InitialDirContext.search(InitialDirContext.jav > a:259) > at ContextHandler.getContext(ContextHandler.java:29) > at OXImport.<init>(OXImport.java:139) > at OXImport.main(OXImport.java:596) > OK! > try to connect to xmlrpc server! > connection type: TLS > LOADING OX_SSL native library: "$Revision: 1.1.6.2 $" > SSL_thread_setup() > done setup > ERROR: can't connect to the xmlrpc server: > com.openexchange.tools.xmlrpc.client. > ConflictException: javax.naming.AuthenticationException: [LDAP: error code > 49 - Invalid Credentials] > > The LDAP server is definitely running : > > [root@cypher OXImport-1.4.1]# ps -ef |grep ldap > ldap 3024 1 0 Sep24 ? 00:00:07 /usr/sbin/slapd -u ldap -h > ldap:/// > > and I created a user named "migration" successfully as per Import Step 4. > > Do you know what might be wrong? Please check correclty configured LDAP settings within "oximport.properties" and whether they match the correct values of your installation. Cheers, Thomas _______________________________________________ User mailing list User@... http://www.open-xchange.org/cgi-bin/mailman/listinfo/user |
|
|
Re: SLOX4.1 to OX5 migration issuesHello,
On Mon, Oct 08, 2007 at 12:51:11PM +0100, Maccy wrote: > > Maintenance Key : OX-AS-MK-131124-QLE > RPMs Installed : open-xchange-0.8.6-5, open-xchange-daemons-1.3.0-2, > open-xchange-adminweb-1.3.0-2 Please don't post Maintenance Keys to this public mailinglist. We have deactivated this key and will send you a new one. Cheers, Thomas [...] _______________________________________________ User mailing list User@... http://www.open-xchange.org/cgi-bin/mailman/listinfo/user |
| Free Forum Powered by Nabble | Forum Help |