warning messages in orbeon logs

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

warning messages in orbeon logs

Hithesh
We are seeing WARN messages in orbeon logs a lot. Can anyone tell what this mean and does it have any impact to performance?

2010-05-25 11:32:39,308 WARN  XFormsServer  -   xxforms:instance() - instance not found {instance id: "fr-uuid"}
2010-05-25 11:32:39,309 WARN  XFormsServer  -   xxforms:instance() - instance not found {instance id: "fr-save-locally-file-name"}
....
....
2010-05-25 13:34:12,334 WARN  XFormsServer  - exception copying stream {throwable: "java.io.PrintWriter@72eae5"}
Reply | Threaded
Open this post in threaded view
|

Re: warning messages in orbeon logs

Alessandro  Vernet
Administrator
Hithesh,

Most likely this is nothing to be worried about, but I'd like to
double check that. How can I reproduce this? When are you getting
those warning messages?

Alex

On Tue, May 25, 2010 at 11:36 AM, Hithesh <[hidden email]> wrote:

>
> We are seeing WARN messages in orbeon logs a lot. Can anyone tell what this
> mean and does it have any impact to performance?
>
> 2010-05-25 11:32:39,308 WARN  XFormsServer  -   xxforms:instance() -
> instance not found {instance id: "fr-uuid"}
> 2010-05-25 11:32:39,309 WARN  XFormsServer  -   xxforms:instance() -
> instance not found {instance id: "fr-save-locally-file-name"}
>
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/warning-messages-in-orbeon-logs-tp2230481p2230481.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: warning messages in orbeon logs

Hithesh
Alex

We are seeing following warning messages almost whenever you open form(using form runner) to add new,edit, click on any form field.

2010-05-26 11:22:01,085 INFO  ProcessorService  - /xforms-server - Received request
2010-05-26 11:22:01,409 WARN  XFormsServer  -   xxforms:instance() - instance not found {instance id: "fr-uuid"}
2010-05-26 11:22:01,409 WARN  XFormsServer  -   xxforms:instance() - instance not found {instance id: "fr-save-locally-file-name"}


We are getting stream exception warning; I guess when session is created when form is opened, But Its happening on only on server and not other

2010-05-26 08:01:52,983 INFO  OrbeonSessionListener  - Session Listener - Session created.
2010-05-26 08:01:53,008 WARN  XFormsServer  - exception copying stream {throwable: "java.io.PrintWriter@1b60e5d"}
Reply | Threaded
Open this post in threaded view
|

Re: Re: warning messages in orbeon logs

Alessandro  Vernet
Administrator
Hithesh,

I wouldn't worry about those "instance not found" warnings in Form
Runner. Most likely we need to do some cleanup there, but it shouldn't
really cause any hard problem. For now, I created this bug to track
this:

http://forge.ow2.org/tracker/index.php?func=detail&aid=315048&group_id=168&atid=350207

As far as the "exception copying stream", do you have the full
exception (or at least the first 20 lines or so)? Do end users see an
error in the browser when this happens, or does it seem that this
exception is without consequence?

Alex

On Wed, May 26, 2010 at 9:33 AM, Hithesh <[hidden email]> wrote:

>
> Alex
>
> We are seeing following warning messages almost whenever you open form(using
> form runner) to add new,edit, click on any form field.
>
> 2010-05-26 11:22:01,085 INFO  ProcessorService  - /xforms-server - Received
> request
> 2010-05-26 11:22:01,409 WARN  XFormsServer  -   xxforms:instance() -
> instance not found {instance id: "fr-uuid"}
> 2010-05-26 11:22:01,409 WARN  XFormsServer  -   xxforms:instance() -
> instance not found {instance id: "fr-save-locally-file-name"}
>
>
> We are getting stream error and I guess when session is created when form is
> opened, But Its happening on only on server and not other
>
> 2010-05-26 08:01:52,983 INFO  OrbeonSessionListener  - Session Listener -
> Session created.
> 2010-05-26 08:01:53,008 WARN  XFormsServer  - exception copying stream
> {throwable: "java.io.PrintWriter@1b60e5d"}
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/warning-messages-in-orbeon-logs-tp2230481p2231969.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: warning messages in orbeon logs

Hithesh
Alex

Thanks for t he reply regarding "instance not found"


Regarding "exception copying stream". This is happening in one sever and so far no complains from end user. This only get recorded in the logs.I am copying few lines


2010-06-01 10:11:47,603 INFO  ProcessorService  - /fr/service/oracle/crud/patedu/mpfer/form/form.xhtml - Received request
2010-06-01 10:11:48,084 INFO  DatabaseContext  - Committing JDBC connection for datasource: jdbc/oracle.
2010-06-01 10:11:48,085 INFO  ProcessorService  - /fr/service/oracle/crud/patedu/mpfer/form/form.xhtml - Timing: 482 - Cache hits for cache.main: 250, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:48,441 INFO  OrbeonSessionListener  - Session Listener - Session created.
2010-06-01 10:11:49,498 WARN  XFormsServer  -   xxforms:instance() - instance not found {instance id: "fr-uuid"}
2010-06-01 10:11:49,499 WARN  XFormsServer  -   xxforms:instance() - instance not found {instance id: "fr-save-locally-file-name"}
2010-06-01 10:11:50,025 INFO  ProcessorService  - /fr/patedu/mpfer/new - Timing: 2571 - Cache hits for cache.main: 1074, fault: 13, adds: 12, expirations: 8, success rate: 98%
2010-06-01 10:11:50,114 INFO  ProcessorService  - /ops/yui/reset-fonts-grids/reset-fonts-grids.css - Received request
2010-06-01 10:11:50,114 INFO  ProcessorService  - /xforms-server/xforms-dialog-yuicalendar-min.css - Received request
2010-06-01 10:11:50,137 INFO  ProcessorService  - /ops/yui/reset-fonts-grids/reset-fonts-grids.css - Timing: 23 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,150 INFO  ProcessorService  - /apps/fr/style/form-runner-base.css - Received request
2010-06-01 10:11:50,153 INFO  ProcessorService  - /xforms-server/xforms-dialog-yuicalendar-min.css - Timing: 39 - Cache hits for cache.main: 7, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,163 INFO  ProcessorService  - /apps/fr/style/form-runner-base.css - Timing: 13 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,193 INFO  ProcessorService  - /ops/images/xforms/section-opened.png - Received request
2010-06-01 10:11:50,196 INFO  ProcessorService  - /xforms-server/dynamic/8a141ed32c2c775a18d8bcd792960188 - Received request
2010-06-01 10:11:50,208 INFO  ProcessorService  - /ops/images/xforms/section-opened.png - Timing: 15 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,219 INFO  OrbeonSessionListener  - Session Listener - Session created.
2010-06-01 10:11:50,243 WARN  XFormsServer  - exception copying stream {throwable: "java.io.PrintWriter@167dfe5"}
2010-06-01 10:11:50,243 INFO  ProcessorService  - /xforms-server/dynamic/8a141ed32c2c775a18d8bcd792960188 - Timing: 47 - Cache hits for cache.main: 7, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,245 INFO  ProcessorService  - /apps/fr/style/images/mozilla/arrow-rit-hov.gif - Received request
2010-06-01 10:11:50,252 INFO  ProcessorService  - /apps/fr/style/images/mozilla/arrow-dn-hov.gif - Received request
2010-06-01 10:11:50,258 INFO  ProcessorService  - /apps/fr/style/images/mozilla/arrow-rit-hov.gif - Timing: 13 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,264 INFO  ProcessorService  - /apps/fr/style/images/mozilla/arrow-dn-hov.gif - Timing: 12 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,267 INFO  ProcessorService  - /apps/fr/style/form-runner-orbeon.css - Received request
2010-06-01 10:11:50,272 INFO  ProcessorService  - /apps/fr/style/images/silk/exclamation.png - Received request
2010-06-01 10:11:50,279 INFO  ProcessorService  - /apps/fr/style/form-runner-orbeon.css - Timing: 13 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,283 INFO  ProcessorService  - /apps/fr/style/images/silk/exclamation.png - Timing: 12 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,294 INFO  ProcessorService  - /apps/fr/style/images/silk/tick.png - Received request
2010-06-01 10:11:50,298 INFO  ProcessorService  - /apps/fr/style/images/silk/disk.png - Received request
2010-06-01 10:11:50,307 INFO  ProcessorService  - /apps/fr/style/images/silk/tick.png - Timing: 12 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,311 INFO  ProcessorService  - /apps/fr/style/images/silk/disk.png - Timing: 13 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,318 INFO  ProcessorService  - /apps/fr/style/images/silk/application_go.png - Received request
2010-06-01 10:11:50,323 INFO  ProcessorService  - /apps/fr/style/clear.gif - Received request
2010-06-01 10:11:50,331 INFO  ProcessorService  - /apps/fr/style/images/silk/application_go.png - Timing: 13 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,335 INFO  ProcessorService  - /apps/fr/style/clear.gif - Timing: 12 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,342 INFO  ProcessorService  - /apps/fr/style/question-large.gif - Received request
2010-06-01 10:11:50,345 INFO  ProcessorService  - /ops/yui/button/assets/skins/sam/button.css - Received request
2010-06-01 10:11:50,354 INFO  ProcessorService  - /apps/fr/style/question-large.gif - Timing: 13 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,358 INFO  ProcessorService  - /ops/yui/button/assets/skins/sam/button.css - Timing: 13 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,365 INFO  ProcessorService  - /ops/images/xforms/section-closed.png - Received request
2010-06-01 10:11:50,369 INFO  ProcessorService  - /ops/images/xforms/help.png - Received request
2010-06-01 10:11:50,380 INFO  ProcessorService  - /ops/images/xforms/help.png - Timing: 11 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,382 INFO  ProcessorService  - /ops/images/xforms/section-closed.png - Timing: 16 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,413 INFO  ProcessorService  - /xforms-server/xforms-dialog-yuicalendar-min.js - Received request
2010-06-01 10:11:50,415 INFO  ProcessorService  - /apps/fr/style/close.gif - Received request
2010-06-01 10:11:50,431 INFO  ProcessorService  - /apps/fr/style/close.gif - Timing: 16 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,449 INFO  ProcessorService  - /apps/fr/style/logo-bg.gif - Received request
2010-06-01 10:11:50,461 INFO  ProcessorService  - /apps/fr/style/logo-bg.gif - Timing: 12 - Cache hits for cache.main: 12, fault: 0, adds: 0, expirations: 0, success rate: 100%
2010-06-01 10:11:50,472 INFO  ProcessorService  - /ops/yui/assets/skins/sam/sprite.png - Received request