Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4706 | minor | always | 08-09-11 10:15 | 08-09-11 14:23 | |
|
|||||
Reporter: | cowan | Platform: | |||
Assigned To: | cowan | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.20 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.21 | ||
|
|||||
Summary: | 0004706: NPE using health:Or with health:OnStp | ||||
Description: |
Combining predicates with event predicates as children cause an NPE. <health:Snapshot> <health:Or> <health:OnStart/> <health:OnStop/> </health:Or> </health:Snapshot> [11-08-09 13:13:17.137] {main} null failed: java.lang.NullPointerException java.lang.NullPointerException at com.caucho.health.predicate.EventPredicate.doAction(EventPredicate.java:63) at com.caucho.health.predicate.LifecyclePredicate.lifecycleEvent(LifecyclePredicate.java:44) at com.caucho.lifecycle.Lifecycle.notifyListeners(Lifecycle.java:757) at com.caucho.lifecycle.Lifecycle.toActive(Lifecycle.java:521) at com.caucho.env.service.ResinSystem.start(ResinSystem.java:485) at com.caucho.server.resin.Resin.start(Resin.java:1031) at com.caucho.server.resin.Resin.initMain(Resin.java:1167) at com.caucho.server.resin.Resin.main(Resin.java:1469) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|