> On Apr 8, 2015, at 11:26 PM, Kiran Ayyagari <[email protected]> wrote: > > On Tue, Apr 7, 2015 at 10:22 PM, Shawn McKinney <[email protected]> wrote: > > > On Apr 7, 2015, at 4:21 AM, Kiran Ayyagari <[email protected]> wrote: > > > > thanks for making it easier, I now able to run the test* and the test > > always gets blocked after > > > > [info] FT SETUP CreateSession, User: loadtestuser25, key: 25, TID: 37 > > [info] ThreadId:37, createSession user: loadtestuser25 > > > > I didn't see anything interesting in ApacheDS's thread dump(which I > > expected to find), but saw > > below in fortress test processes test http://apaste.info/JQU . > > > > I will debug further and see. > > Guessing there is something amiss in the connection info for the ldap server. > Can you send the fortress.properties, under the /config folder? > > sorry for the delay, here it is http://paste.ubuntu.com/10779406/
assuming this is all correct for you env, I can see nothing wrong: *** # Host name and port of LDAP DIT: host=localhost port=10389 # These credentials are used for read/write access to all nodes under suffix: admin.user=uid=admin,ou=system # LDAP admin root pass is encrypted using 'encrypt' target in build.xml: admin.pw=secret config.root=ou=Config,dc=apache,dc=org *** Let’s try a simpler test, using the fortress console app: mvn test -Pconsole Choose option 2 (review) followed by option 0 (search users). Hit enter when it asks for search criteria, should pull back all users. Shawn
