edalzell
8th October 2002, 23:49
Hi there,

We aresing the b3.jar that comes with OW2.2. We call a manager (i.e. GoodsReceiptManager from the group1 BOI pack) from within a Java program.

The problem is that the program does not exit. When I get a listing of the active threads, it shows several socket threads in the read() state. These should be in the wait() or accept() state.

When I switch to using the b3 from OW2.1 everything works fine.

There is a new classes in the 2.2 b3...LDAPDirectory$Timer (inner class).

Could this be causing the problem?

Thoughts? Ideas?

Help!

cpvbabu
9th October 2002, 22:14
When you use b3.jar from ow2.2 you need to have bclm server installed and make it up and running.

also, you need to have a bclm client installed.

I guess you dont have bclm done yet, how ever for ow2.1 bclm is not required, and it works.

Hope this helps.

Thanx,
Venkatesh.

edalzell
9th October 2002, 22:18
We do have all of that installed. And working. The BOI call succeeds, there is just an open socket somewhere from withing the B3 LDAP stuff.