Not all examples will work (fully)

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

Not all examples will work (fully)

RuiRosado
Hi all,

I have been playing around with orbeon-forms for a little while: Great stuff!!
I have it running on a win2k3 server. The Tomcat container runs within Apache 2.2 (xampp bundle).
On the intranet everything works fine, i.e. all examples are fully functional.
When I work from home I would like to have the same functionality, but some are not working.
I tried both: Tomcat 5.5.25 and Tomcat 6, but reverted to Tomcat 5.5.25 as this one was mentioned in the installation guide.
The problems:

1. Tomcat (5 and 6) reports it cannot find Xerces-J 2.9.1 or Xalan 2.7.1, even if I put them in the classpath or endorsed folder of tomcat or the jre.
2. After starting up and going to the orbeon example pages (from my home pc, so from outside) I get a funny behaviour: most examples work fine except for
a. Government forms, XForms Controls, XSLT Sandbox give: Connection refused. I tried the suggestion for extending tcpip maxuserports , but no succes ...
b. Form Builder(Preview) and Bookshelf give a page with an empty grid in it, so I cannot really start them ...

In Tomcat 5.5.25 I get (case a. above at least):

org.apache.commons.httpClient.HttpMethodDirector executeWithRetry
INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect
INFO: Retrying request
(3 retries with the same error)

In Tomcat 6.0.18 I see: SXXP0003: Error reported by XML parser: Content not allowed in prolog

On my office I have a firewall with port 8080 open (also 8009 and 8090) and 8080 is pointing to the correct server.

Any hints??
Thanx in advance.
Rui Rosado

Reply | Threaded
Open this post in threaded view
|

Re: Not all examples will work (fully)

Erik Bruchez
Administrator
Rui,

Not sure what's happening here. It usually works fine out of the box  
with Tomcat 5.5 and Java 5, even on a laptop.

-Erik

On Jun 1, 2009, at 2:27 PM, RuiRosado wrote:

>
> Hi all,
>
> I have been playing around with orbeon-forms for a little while: Great
> stuff!!
> I have it running on a win2k3 server. The Tomcat container runs within
> Apache 2.2 (xampp bundle).
> On the intranet everything works fine, i.e. all examples are fully
> functional.
> When I work from home I would like to have the same functionality,  
> but some
> are not working.
> I tried both: Tomcat 5.5.25 and Tomcat 6, but reverted to Tomcat  
> 5.5.25 as
> this one was mentioned in the installation guide.
> The problems:
>
> 1. Tomcat (5 and 6) reports it cannot find Xerces-J 2.9.1 or Xalan  
> 2.7.1,
> even if I put them in the classpath or endorsed folder of tomcat or  
> the jre.
> 2. After starting up and going to the orbeon example pages (from my  
> home pc,
> so from outside) I get a funny behaviour: most examples work fine  
> except for
> a. Government forms, XForms Controls, XSLT Sandbox give: Connection  
> refused.
> I tried the suggestion for extending tcpip maxuserports , but no  
> succes ...
> b. Form Builder(Preview) and Bookshelf give a page with an empty  
> grid in it,
> so I cannot really start them ...
>
> In Tomcat 5.5.25 I get (case a. above at least):
>
> org.apache.commons.httpClient.HttpMethodDirector executeWithRetry
> INFO: I/O exception (java.net.ConnectException) caught when processing
> request: Connection refused: connect
> INFO: Retrying request
> (3 retries with the same error)
>
> In Tomcat 6.0.18 I see: SXXP0003: Error reported by XML parser:  
> Content not
> allowed in prolog
>
> On my office I have a firewall with port 8080 open (also 8009 and  
> 8090) and
> 8080 is pointing to the correct server.
>
> Any hints??
> Thanx in advance.
> Rui Rosado
>
>
> --
> View this message in context: http://www.nabble.com/Not-all-examples-will-work-%28fully%29-tp23811381p23811381.html
> Sent from the ObjectWeb 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 for the Enterprise Done the Right Way
http://www.orbeon.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
Reply | Threaded
Open this post in threaded view
|

Re: Not all examples will work (fully)

RuiRosado
OK, Erik. I agree with you, although I had never tried it from an external network. But all the examples on www.orbeon.com run fine. Strange ... Must be something wrong here.
I am investigating this and will keep you informed.

Cheers,
Rui
PS: There is also another thread running on this forum: "Intranet vs Internet" that I started due to being new here. But you might have noticed that already :-))


Erik Bruchez wrote
Rui,

Not sure what's happening here. It usually works fine out of the box  
with Tomcat 5.5 and Java 5, even on a laptop.

-Erik

On Jun 1, 2009, at 2:27 PM, RuiRosado wrote:

>
> Hi all,
>
> I have been playing around with orbeon-forms for a little while: Great
> stuff!!
> I have it running on a win2k3 server. The Tomcat container runs within
> Apache 2.2 (xampp bundle).
> On the intranet everything works fine, i.e. all examples are fully
> functional.
> When I work from home I would like to have the same functionality,  
> but some
> are not working.
> I tried both: Tomcat 5.5.25 and Tomcat 6, but reverted to Tomcat  
> 5.5.25 as
> this one was mentioned in the installation guide.
> The problems:
>
> 1. Tomcat (5 and 6) reports it cannot find Xerces-J 2.9.1 or Xalan  
> 2.7.1,
> even if I put them in the classpath or endorsed folder of tomcat or  
> the jre.
> 2. After starting up and going to the orbeon example pages (from my  
> home pc,
> so from outside) I get a funny behaviour: most examples work fine  
> except for
> a. Government forms, XForms Controls, XSLT Sandbox give: Connection  
> refused.
> I tried the suggestion for extending tcpip maxuserports , but no  
> succes ...
> b. Form Builder(Preview) and Bookshelf give a page with an empty  
> grid in it,
> so I cannot really start them ...
>
> In Tomcat 5.5.25 I get (case a. above at least):
>
> org.apache.commons.httpClient.HttpMethodDirector executeWithRetry
> INFO: I/O exception (java.net.ConnectException) caught when processing
> request: Connection refused: connect
> INFO: Retrying request
> (3 retries with the same error)
>
> In Tomcat 6.0.18 I see: SXXP0003: Error reported by XML parser:  
> Content not
> allowed in prolog
>
> On my office I have a firewall with port 8080 open (also 8009 and  
> 8090) and
> 8080 is pointing to the correct server.
>
> Any hints??
> Thanx in advance.
> Rui Rosado
>
>
> --
> View this message in context: http://www.nabble.com/Not-all-examples-will-work-%28fully%29-tp23811381p23811381.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the ops-users@ow2.org  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
> For general help: mailto:sympa@ow2.org?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Not all examples will work (fully)

RuiRosado
In reply to this post by Erik Bruchez
Hi Erik,

Problem solved.
Hank indicated to me that somehow the server was not recognizing itself, and I added

127.0.0.1 <serverurl>

in the hosts file (windows).
Plse refer to the thread: "intranet vs. internet".

Thank you,

Rui

Erik Bruchez wrote
Rui,

Not sure what's happening here. It usually works fine out of the box  
with Tomcat 5.5 and Java 5, even on a laptop.

-Erik

On Jun 1, 2009, at 2:27 PM, RuiRosado wrote:

>
> Hi all,
>
> I have been playing around with orbeon-forms for a little while: Great
> stuff!!
> I have it running on a win2k3 server. The Tomcat container runs within
> Apache 2.2 (xampp bundle).
> On the intranet everything works fine, i.e. all examples are fully
> functional.
> When I work from home I would like to have the same functionality,  
> but some
> are not working.
> I tried both: Tomcat 5.5.25 and Tomcat 6, but reverted to Tomcat  
> 5.5.25 as
> this one was mentioned in the installation guide.
> The problems:
>
> 1. Tomcat (5 and 6) reports it cannot find Xerces-J 2.9.1 or Xalan  
> 2.7.1,
> even if I put them in the classpath or endorsed folder of tomcat or  
> the jre.
> 2. After starting up and going to the orbeon example pages (from my  
> home pc,
> so from outside) I get a funny behaviour: most examples work fine  
> except for
> a. Government forms, XForms Controls, XSLT Sandbox give: Connection  
> refused.
> I tried the suggestion for extending tcpip maxuserports , but no  
> succes ...
> b. Form Builder(Preview) and Bookshelf give a page with an empty  
> grid in it,
> so I cannot really start them ...
>
> In Tomcat 5.5.25 I get (case a. above at least):
>
> org.apache.commons.httpClient.HttpMethodDirector executeWithRetry
> INFO: I/O exception (java.net.ConnectException) caught when processing
> request: Connection refused: connect
> INFO: Retrying request
> (3 retries with the same error)
>
> In Tomcat 6.0.18 I see: SXXP0003: Error reported by XML parser:  
> Content not
> allowed in prolog
>
> On my office I have a firewall with port 8080 open (also 8009 and  
> 8090) and
> 8080 is pointing to the correct server.
>
> Any hints??
> Thanx in advance.
> Rui Rosado
>
>
> --
> View this message in context: http://www.nabble.com/Not-all-examples-will-work-%28fully%29-tp23811381p23811381.html
> Sent from the ObjectWeb OPS - Users mailing list archive at  
> Nabble.com.
>
>
> --
> You receive this message as a subscriber of the ops-users@ow2.org  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
> For general help: mailto:sympa@ow2.org?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws