Hi all
I can't get Orbeon installed and working.
First i installed Turnkey software appliance(ubuntu 8.04, tomcat 5.5, and supporting files)
then i used tomcat web application manager to deploy orbeon war file (nightly build)
then i used tomcat web server manager to setup additional users and roles including orbeon-users and orbeon-admin.
I see Orbeon in application manager with path /orbeon but when i try to start it i get a message
Fail - Application at context path /orbeon could not be started.
-CTC
-- 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 |
Clayton Cox wrote:
> Hi all > > I can't get Orbeon installed and working. > First i installed Turnkey software appliance(ubuntu 8.04, tomcat 5.5, > and supporting files) > then i used tomcat web application manager to deploy orbeon war file > (nightly build) > then i used tomcat web server manager to setup additional users and > roles including orbeon-users and orbeon-admin. > > I see Orbeon in application manager with path /orbeon but when i try > to start it i get a message > Fail - Application at context path /orbeon could not be started. > > -CTC TOMCAT5_SECURITY=yes by TOMCAT5_SECURITY=no You should be on your way... Marco -- 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 |
Thanks Marco
I didn't see this in the documentation is it there?
now i have another problem
Firefox can't connect to server on port 8080
-CTC
>>> Marco Lebel <[hidden email]> 5/15/2009 2:32 PM >>> Clayton Cox wrote: > Hi all > > I can't get Orbeon installed and working. > First i installed Turnkey software appliance(ubuntu 8.04, tomcat 5.5, > and supporting files) > then i used tomcat web application manager to deploy orbeon war file > (nightly build) > then i used tomcat web server manager to setup additional users and > roles including orbeon-users and orbeon-admin. > > I see Orbeon in application manager with path /orbeon but when i try > to start it i get a message > Fail - Application at context path /orbeon could not be started. > > -CTC modify the /etc/init/d/tomcat5.5 startup script and replace TOMCAT5_SECURITY=yes by TOMCAT5_SECURITY=no You should be on your way... Marco -- 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 |
Clayton,
Yeap it will not connect on 8080, since tomcat5.5 on Ubuntu is configure to run on port 8180 You can probably find this information in the archives Marco Clayton Cox wrote: > Thanks Marco > > I didn't see this in the documentation is it there? > > now i have another problem > Firefox can't connect to server on port 8080 > > -CTC > > >>> Marco Lebel <[hidden email]> 5/15/2009 2:32 PM >>> > Clayton Cox wrote: > > Hi all > > > > I can't get Orbeon installed and working. > > First i installed Turnkey software appliance(ubuntu 8.04, tomcat 5.5, > > and supporting files) > > then i used tomcat web application manager to deploy orbeon war file > > (nightly build) > > then i used tomcat web server manager to setup additional users and > > roles including orbeon-users and orbeon-admin. > > > > I see Orbeon in application manager with path /orbeon but when i try > > to start it i get a message > > Fail - Application at context path /orbeon could not be started. > > > > -CTC > The startup script for tomcat 5.5 on Ubuntu has security enable. Simply > modify the /etc/init/d/tomcat5.5 startup script and replace > TOMCAT5_SECURITY=yes by > TOMCAT5_SECURITY=no > > You should be on your way... > > Marco -- 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 |
thanks again Marco
I get the same result on 8180
Am i reading the wrong documentation, because it says access http://localhost:8080/orbeon/ to test your installation
Should i start over?
-CTC
>>> Marco Lebel <[hidden email]> 5/15/2009 3:05 PM >>> Clayton, Yeap it will not connect on 8080, since tomcat5.5 on Ubuntu is configure to run on port 8180 You can probably find this information in the archives Marco Clayton Cox wrote: > Thanks Marco > > I didn't see this in the documentation is it there? > > now i have another problem > Firefox can't connect to server on port 8080 > > -CTC > > >>> Marco Lebel <[hidden email]> 5/15/2009 2:32 PM >>> > Clayton Cox wrote: > > Hi all > > > > I can't get Orbeon installed and working. > > First i installed Turnkey software appliance(ubuntu 8.04, tomcat 5.5, > > and supporting files) > > then i used tomcat web application manager to deploy orbeon war file > > (nightly build) > > then i used tomcat web server manager to setup additional users and > > roles including orbeon-users and orbeon-admin. > > > > I see Orbeon in application manager with path /orbeon but when i try > > to start it i get a message > > Fail - Application at context path /orbeon could not be started. > > > > -CTC > The startup script for tomcat 5.5 on Ubuntu has security enable. Simply > modify the /etc/init/d/tomcat5.5 startup script and replace > TOMCAT5_SECURITY=yes by > TOMCAT5_SECURITY=no > > You should be on your way... > > Marco -- 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 |
Ummmm...
It should work, bottom line tomcat 5.5 on Ubuntu is configured to run on port 8180 by default as set by server.xml in ~tomcat5.5/conf directory as oppose to 8080 when downloaded from Apache!!! Just to make sure that all is fine restart your tomcat environment. Marco Clayton Cox wrote: > thanks again Marco > > I get the same result on 8180 > Am i reading the wrong documentation, because it says access > http://localhost:8080/orbeon/ to test your installation > > Should i start over? > -CTC > > >>> Marco Lebel <[hidden email]> 5/15/2009 3:05 PM >>> > Clayton, > > Yeap it will not connect on 8080, since tomcat5.5 on Ubuntu is configure > to run on port 8180 > > You can probably find this information in the archives > > Marco > > Clayton Cox wrote: > > Thanks Marco > > > > I didn't see this in the documentation is it there? > > > > now i have another problem > > Firefox can't connect to server on port 8080 > > > > -CTC > > > > >>> Marco Lebel <[hidden email]> 5/15/2009 2:32 PM >>> > > Clayton Cox wrote: > > > Hi all > > > > > > I can't get Orbeon installed and working. > > > First i installed Turnkey software appliance(ubuntu 8.04, tomcat 5.5, > > > and supporting files) > > > then i used tomcat web application manager to deploy orbeon war file > > > (nightly build) > > > then i used tomcat web server manager to setup additional users and > > > roles including orbeon-users and orbeon-admin. > > > > > > I see Orbeon in application manager with path /orbeon but when i try > > > to start it i get a message > > > Fail - Application at context path /orbeon could not be started. > > > > > > -CTC > > The startup script for tomcat 5.5 on Ubuntu has security enable. Simply > > modify the /etc/init/d/tomcat5.5 startup script and replace > > TOMCAT5_SECURITY=yes by > > TOMCAT5_SECURITY=no > > > > You should be on your way... > > > > Marco > -- 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 |
ok, I searched my mails but didn't find anything....
What happened to the Validation? I tried the bookform example on orbeon.com and nothing happens when I put in wrong data into the "link" field. I tried with firefox and safari.... I wrote my own example and nothing happens... The thing is, that no hint appears when I enter not valid data... The validation with my schema, to prevent saving wrong data into exist, does work fine but "A user-facing side, which tells the user which form fields are invalid." does not work.... Any help? -- 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 |
Administrator
|
Mmmh, if you go to http://localhost:8080/orbeon/fr/orbeon/bookshelf/new/ and enter an invalid link (say the string "gaga"), when you tab to another field you should see: You don't see that? Are you using a recent nightly build? Alex |
right, but I was testing http://www.orbeon.com/ops/xforms-bookcast/
and there nothing happens Am 16.05.2009 um 02:32 schrieb Alessandro Vernet: > > > masjab wrote: >> >> ok, I searched my mails but didn't find anything.... >> >> What happened to the Validation? I tried the bookform example on >> orbeon.com and nothing happens when I put in wrong data into the >> "link" field. >> I tried with firefox and safari.... >> > > Mmmh, if you go to http://localhost:8080/orbeon/fr/orbeon/bookshelf/new/ > and > enter an invalid link (say the string "gaga"), when you tab to > another field > you should see: > > http://www.nabble.com/file/p23569203/invalid-link.png > > You don't see that? Are you using a recent nightly build? > > Alex > > ----- > Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise > Orbeon's Blog: http://www.orbeon.com/blog/ > Personal Blog: http://avernet.blogspot.com/ > Twitter - http://twitter.com/avernet > -- > View this message in context: http://www.nabble.com/Orbeon-won%27t-start-tp23565011p23569203.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 -- 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 |
Administrator
|
At some point adding explicit xforms:alert elements has become
mandatory in order to see the validation icons. Try the following: <xforms:input ref="title"> <xforms:label class="books-label">Title</xforms:label> <xforms:alert>The title is required</xforms:alert> </xforms:input> ... <xforms:input ref="author"> <xforms:label class="books-label">Author</xforms:label> <xforms:alert>The author is required</xforms:alert> </xforms:input> ... <xforms:input ref="link"> <xforms:label class="books-label">Link</xforms:label> <xforms:alert>The link is incorrect</xforms:alert> </xforms:input> We have now updated the tutorial in CVS. -Erik On May 16, 2009, at 12:50 AM, MJ wrote: > right, but I was testing http://www.orbeon.com/ops/xforms-bookcast/ > > and there nothing happens > > > Am 16.05.2009 um 02:32 schrieb Alessandro Vernet: > >> >> >> masjab wrote: >>> >>> ok, I searched my mails but didn't find anything.... >>> >>> What happened to the Validation? I tried the bookform example on >>> orbeon.com and nothing happens when I put in wrong data into the >>> "link" field. >>> I tried with firefox and safari.... >>> >> >> Mmmh, if you go to http://localhost:8080/orbeon/fr/orbeon/bookshelf/new/ >> and >> enter an invalid link (say the string "gaga"), when you tab to >> another field >> you should see: >> >> http://www.nabble.com/file/p23569203/invalid-link.png >> >> You don't see that? Are you using a recent nightly build? >> >> Alex >> >> ----- >> Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise >> Orbeon's Blog: http://www.orbeon.com/blog/ >> Personal Blog: http://avernet.blogspot.com/ >> Twitter - http://twitter.com/avernet >> -- >> View this message in context: http://www.nabble.com/Orbeon-won%27t-start-tp23565011p23569203.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 > > > -- > 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 |
Hi,
I just tested this again on bookcast and concur that since "At some point" the <xforms:alert>Tag</xforms:alert> function produces the validation icons and throws error if not filled. Thanks for your great development, -- einar At some point adding explicit xforms:alert elements has become mandatory in order to see the validation icons. Try the following: -- 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 |
Free forum by Nabble | Edit this page |