Error in orbeon log

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

Error in orbeon log

srikanth.prodigy

Hello All,

 

I have done an application to favourite an event in orbeon xforms which works on my machine

But the same application does not work on different machine.

It displays following errors in orbeon log   

 

1) 2009-05-25 21:22:04,359 ERROR ProcessorService  - Exception at line 33, column 106 of oxf:/page-flow.xml (reading page model data output: page id='apps', model='apps/${1}/page-flow.xml')

org.orbeon.oxf.resources.ResourceNotFoundException: Cannot load "/apps/images/page-flow.xml" with webapp loader

 

2) 2009-05-25 21:22:04,468 ERROR ProcessorService  - Exception at oxf:/config/error.xpl (executing XSLT transformation)

java.net.SocketException: Connection reset by peer: socket write error

 

I don’t know why the first error is displaying because I did not use this URL  /apps/images/page-flow.xml any where in my application

I don’t know  how to debug this problem.

 

The only difference I see the other machine is accessed by external ip address 203.xx.x.x:8080

 

Please help me how to fix this issue

 

Thanks,

Srikanth A

 

 

 

 



--
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
Reply | Threaded
Open this post in threaded view
|

Re: Error in orbeon log

Alessandro Vernet
Administrator
Srikanth,

srikanth.prodigy wrote
I have done an application to favourite an event in orbeon xforms which
works on my machine
It is quite hard to help on this type of issues (works on machine A, but not machine B) through the mailing list. But let's give a try anyway! :)

srikanth.prodigy wrote
1) 2009-05-25 21:22:04,359 ERROR ProcessorService  - Exception at line 33,
column 106 of oxf:/page-flow.xml (reading page model data output: page
id='apps', model='apps/${1}/page-flow.xml')

org.orbeon.oxf.resources.ResourceNotFoundException: Cannot load
"/apps/images/page-flow.xml" with webapp loader
This could be caused by a request coming in for a URL like http://localhost:8080/orbeon/images/gaga. I recommend you use an HTTP sniffer to see what requests are coming in. If you're on Mac you can use HTTPScoop; on Windows I heard good things about EffeTech HTTP Sniffer.

srikanth.prodigy wrote
2) 2009-05-25 21:22:04,468 ERROR ProcessorService  - Exception at
oxf:/config/error.xpl (executing XSLT transformation)

java.net.SocketException: Connection reset by peer: socket write error
This can happen for a number of reasons (timeout in proxy, user pressing cancel, or clicking on a link before the page is fully loaded), and it is usually nothing to worry about.

Alex