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

We are happy to announce the new Windchill Customization board! Learn more.

I am getting a LDAP response read timed out while triggering ESI RTM Worklfow.

psampath
1-Newbie

I am getting a LDAP response read timed out while triggering ESI RTM Worklfow.

The transactions are stuck in pending and no ESIOutput is generated. Workfow is in running state as well.

Full Stack Trace:

See attachment.

1 REPLY 1

It looks like its searching the LDAP for a user/group, but the response is timing out. The odd thing is it shows 'timeout used:-1ms', which should mean an unlimited timeout.

You could try turning on the wt.org debug logger, which will log information about the LDAP request. You could check that to see if there are any problems with the LDAP query that Windchill is using. To turn on the wt.org debug logger, just run the below from a Windchill shell:

windchill wt.util.jmx.SetLogLevel -ms wt.org debug

After recreating the error, run the below to disable it:

windchill wt.util.jmx.SetLogLevel -ms wt.org error

Top Tags