SLOX4.1 to OX5 migration issues

View: New views
3 Messages — Rating Filter:   Alert me  

SLOX4.1 to OX5 migration issues

by Maccy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


RPMs Installed : open-xchange-0.8.6-5, open-xchange-daemons-1.3.0-2,
open-xchange-adminweb-1.3.0-2

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 issues

by Thomas Schweiger-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hola,

On Tue, Feb 26, 2008 at 01:52:06PM +0000, Maccy wrote:

> RPMs Installed : open-xchange-0.8.6-5, open-xchange-daemons-1.3.0-2,
> open-xchange-adminweb-1.3.0-2
>
> 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 ''

[...]

>  Do you know what might be wrong?

It seems you would not have configured the LDAP baseDN within the import
configuration.

Cheers,

    Thomas

_______________________________________________
User mailing list
User@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/user

Re: SLOX4.1 to OX5 migration issues

by Maccy-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Tue, 26 Feb 2008, Thomas Schweiger wrote:
>>  Do you know what might be wrong?
> It seems you would not have configured the LDAP baseDN within the import
> configuration.

Thank you, yes it was. My silly mistake. I am getting much further now.

Cheers

Mark

_______________________________________________
User mailing list
User@...
http://www.open-xchange.org/cgi-bin/mailman/listinfo/user