Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2475 | minor | always | 03-02-08 20:41 | 03-04-08 09:52 | |
|
|||||
Reporter: | netsql3 | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.5 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.6 | ||
|
|||||
Summary: | 0002475: Respirce Cron NPE | ||||
Description: |
Using http://www.caucho.com/resin-3.0/resource/cron.xtp [^] I set up a hello world job (not bean). I get a NPE in CronResource, it seems that "set work" was not called in resin code. I'd give you example, but it mirrors the hello world you have on the docs there. Nice feature to build in cron. Let me know when this might get fixed or if I can help. |
||||
Steps To Reproduce: | |||||
Additional Information: |
Resin Professional 3.1.s080111 (built Fri, 11 Jan 2008 12:48:22 PST) [20:38:30.612] {main} Resin started in 1201ms [20:39:00.096] {resin-18} java.lang.NullPointerException [20:39:00.096] {resin-18} at com.caucho.resources.CronResource.handleAlarm(CronResource.java:145) [20:39:00.096] {resin-18} at com.caucho.util.Alarm.handleAlarm(Alarm.java:375) [20:39:00.096] {resin-18} at com.caucho.util.Alarm.run(Alarm.java:345) [20:39:00.096] {resin-18} at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:721) [20:39:00.096] {resin-18} at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:643) [20:39:00.096] {resin-18} at java.lang.Thread.run(Thread.java:619) |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|