cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

javax.naming.NamingException: [LDAP: error code 1 - The provided value "cn=Manager;com.kirloskar.kgc.plmdev5.ldap-pending" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name]

nsamatkar
1-Newbie

javax.naming.NamingException: [LDAP: error code 1 - The provided value "cn=Manager;com.kirloskar.kgc.plmdev5.ldap-pending" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name]

HI,

     After successful update to Windchill M050 from M040 when I was trying to start Windchill, The method server fails to start giving following error.

2016-06-16 08:51:08,574 FATAL [main] wt.method.server  - MethodServerMain abort

wt.services.ManagerException: Unable to start all managers.

Nested exception is: (wt.services.servicesResource/21) wt.services.ManagerException: Unable to start manager: "wt.audit.AuditService" with implementation class: "wt.audit.StandardAuditService"

Nested exception is: wt.services.ManagerException: Could not initialize Auditing service.

Nested exception is: wt.util.WTException: com.infoengine.exception.adapter.IEAdapterException; nested exception is:

javax.naming.NamingException: [LDAP: error code 1 - The provided value "cn=Manager;com.kirloskar.kgc.plmdev5.ldap-pending" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name]

Nested exception is: com.infoengine.exception.adapter.IEAdapterException; nested exception is:

javax.naming.NamingException: [LDAP: error code 1 - The provided value "cn=Manager;com.kirloskar.kgc.plmdev5.ldap-pending" could not be parsed as a valid distinguished name because it contained an RDN containing an empty attribute name]

    at com.infoengine.jndi.JNDIAdapterImpl.processRequest(JNDIAdapterImpl.java:254)

    at com.infoengine.procunit.adapter.Adapter.send(Adapter.java:391)

    at com.infoengine.SAK.ObjectWebject.invoke(ObjectWebject.java:262)

     Does anyone has any idea on this??

     Please find attached log for Method server.

1 REPLY 1

Did you clear the Info*Engine cache after the update? The error is coming from a compiled Info*Engine task. It's possible that Windchill is using a cached version of the M040 task, and that's what's causing the error. Try clearing the cache by deleting the contents of the below directory, and then see if you can start Windchill:
<Windchill>/tasks/codebase/com/infoengine/compiledTasks/

Top Tags