Created
June 6, 2011 14:08
-
-
Save oravecz/1010334 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 14:00:00,005 INFO p-8080-1 middleware.snoop: ? - | |
| Request: { | |
| "id": "1fb82bd6-ab11-47d5-849d-58eb7a122bc2", | |
| "servletRequest": { | |
| "url": "http://localhost:8080/api/cron/factory", | |
| "uri": "/api/cron/factory", | |
| "method": "GET", | |
| "protocol": "HTTP/1.1", | |
| "servletPath": "/api", | |
| "pathInfo": "/cron/factory", | |
| "pathTranslated": "/usr/share/tomcat6/webapps/ROOT/cron/factory", | |
| "queryString": "interval=3600000", | |
| "contentLength": -1, | |
| "contentType": null, | |
| "serverName": "localhost", | |
| "serverPort": 8080, | |
| "remoteUser": null, | |
| "remoteAddr": "127.0.0.1", | |
| "remoteHost": "127.0.0.1", | |
| "authType": null | |
| }, | |
| "params": { | |
| "interval": "3600000" | |
| }, | |
| "headers": { | |
| "x-rt-index": "ppkc" | |
| }, | |
| "cookies": {} | |
| } | |
| 14:00:00,121 ERROR p-8080-1 rest.rest: ? - Error while processing request: /api/cron/factory TypeError: Cannot call method "replace" of undefined (utility/util.js#590) | |
| Script stack: | |
| at utility/util.js:590 (sendAIPostCard) | |
| at api/cron.js:69 (threeDayPostcards) | |
| at api/cron.js:20 (factory) | |
| at rest/rest.js:101 (handleRequest) | |
| at middleware/method.js:33 (anonymous) | |
| at middleware/headers.js:7 (anonymous) | |
| at middleware/snoop.js:72 (anonymous) | |
| at ringo/jsgi.js:41 (handleRequest) | |
| 14:00:00,122 INFO p-8080-1 middleware.snoop: ? - | |
| Response: { | |
| "id": "1fb82bd6-ab11-47d5-849d-58eb7a122bc2", | |
| "status": 500, | |
| "headers": { | |
| "Content-Type": "application/json", | |
| "Date": "Mon Jun 06 2011 14:00:00 GMT-0000 (UTC)" | |
| } | |
| } | |
| 14:00:00,123 WARN eduler-3 .roundtable.CronJobs: 59 - Error while executing HTTP request: http://localhost:8080/api/cron/factory?interval=3600000 | |
| java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/api/cron/factory?interval=3600000 | |
| at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1403) | |
| at com.tracermedia.roundtable.CronJobs.get(CronJobs.java:50) | |
| at com.tracermedia.roundtable.CronJobs.doAggregationHour(CronJobs.java:36) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| at java.lang.reflect.Method.invoke(Method.java:616) | |
| at org.springframework.util.MethodInvoker.invoke(MethodInvoker.java:273) | |
| at org.springframework.scheduling.support.MethodInvokingRunnable.run(MethodInvokingRunnable.java:65) | |
| at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:51) | |
| at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81) | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:166) | |
| at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165) | |
| at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) | |
| at java.lang.Thread.run(Thread.java:636) | |
| 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment