Home > Mobile >  WebSphere 9.0 is out of sync
WebSphere 9.0 is out of sync

Time:08-04

I'm running WebSphere 9.0 (WAS) with eclipse and when I run the ear in the debug's pespective, I note that a out of sync. The steps are different the code line. I builded the project and I deploy severals time and this behaver persist. Does anyone have any idea? It's look like a cache, but I don't know where.

CodePudding user response:

The solution to this behavior is:

  1. Check the ear's path.
  2. Using the console's WAS to delete the application and install again.
  3. Stop/start the WAS.

I lost so much time to find the problem and I think the WebSphere was out of sync.

  • Related