Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M4
-
Component/s: WCM
-
Labels:
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Similar Issues:
Description
1.) HookHotDeployListener uses the pattern XyzFactory.setInstance(null) to tell it to reset to the original implementation. But if another thread is calling XyzFactory.getInstance before the instance is reset to the original implementation, you get a null pointer excepton.
2.) Setting log level to DEBUG will do the same thing because it will try to call getClass().getName() on a null object.

Committed on:
Portal 6.2.x GIT ID: 8948213a990b69e56f81de4060747401a40eed3d.