BusinessWorks 6.6 introduced some useful optimizations to reduce the start-up time of applications using shared modules. A side effect of this is that you sometime get a strange “Unable to de-serialize BW Process Error” message in Studio when starting multiple applications at the same time in the debugger.
The good news is that there is a simple solution to this problem.
You just have to disable the optimization by adding the following argument in the JVM environment tab of the Debug Configuration :
-Dbw.engine.stop.adding.bundles.parallel=true
Once done you will be able to debug your two applications without problems.
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now