Jump to content
  • BW6.X - BWCE - How to Solve the “Unable to de-serialize BW Process Error” when debugging two applications in BusinessWorks 6.X Studio


    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.

    1*TMl34sgx8M5ZbIsx6F4-Hw.jpeg

    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

    1*NiyfRhIfhovKGuoBBInF7A.jpeg

    Once done you will be able to debug your two applications without problems.


    User Feedback

    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 account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...