Hello everybody,
I have just installed ORBEON 3.6.0 on 3 of my servers. I can connect successfully to http://servername/ops/welcome/ and I can browse around. However if I try to use an xform (for instance, /ops/xforms-hello/), I can write in the form but I don't get ANY feedback. The same happens with Calculator (no numbers appear) etc. I believe it is a very silly misconfiguration but I can't figure out what I have done wrong. Can anybody help me out? Is there a way to increase the debug? regards Alessandro ===============more details follow: Connected to tomcat 5.5.26 through mod_jk on port 8009. tomcat is on another machine, but I have tried even connecting to the local machine and is does not want to work either. another tomcat webapp (lambda probe) works perfectly. ================ workers.properties # The advanced router LB worker worker.list=router,jkstatus # Define a worker using ajp13 that points to CAT01 worker.worker1.port=8009 worker.worker1.host=10.0.0.134 worker.worker1.type=ajp13 worker.worker1.lbfactor=1 # Define prefered failover node for CAT01 to be LOCALHOST worker.worker1.redirect=worker2 # Define another worker using ajp13 that points to LOCALHOST worker.worker2.port=8009 worker.worker2.host=127.0.0.1 worker.worker2.type=ajp13 worker.worker2.lbfactor=1 # Disable worker2 for all requests except failover worker.worker2.activation=disabled # Define the LB worker worker.router.type=lb worker.router.balance_workers=worker1,worker2 # Define a 'jkstatus' worker using status worker.jkstatus.type=status ====================================== ==============OPS LOG============== 2008-06-07 11:13:41,788 INFO ProcessorService - Servlet - Servlet initialized. 2008-06-07 11:13:41,802 INFO ProcessorService - Servlet - Servlet initialized. 2008-06-07 11:13:42,025 INFO EXistServlet - EXistServlet: exist.home=/usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF 2008-06-07 11:13:42,025 INFO EXistServlet - reading configuration from /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-conf.xml 2008-06-07 11:13:42,037 INFO Configuration - Reading configuration from file /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-conf.xml 2008-06-07 11:13:42,180 INFO Configuration - data directory = /opt/ops-3.6.0/WEB-INF/exist-data 2008-06-07 11:13:42,222 INFO EXistServlet - configuring eXist instance 2008-06-07 11:13:42,238 WARN FileLock - File lock last access timestamp: Jun 7, 2008 /opt/ops-3.6.0/WEB-INF/exist-data/dbx_dir.lck 2008-06-07 11:13:42,238 WARN FileLock - Found a stale lockfile. Trying to remove it: /opt/ops-3.6.0/WEB-INF/exist-data/dbx_dir.lck 2008-06-07 11:13:42,355 INFO CacheManager - Cache settings: totalPages: 12288; maxCacheSize: 11059 2008-06-07 11:13:42,360 INFO XQueryPool - QueryPool: size = 128; maxStackSize = 5; timeout = 120000; timeoutCheckInterval = 30000 2008-06-07 11:13:42,411 WARN FileLock - File lock last access timestamp: Jun 7, 2008 /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-data/journal.lck 2008-06-07 11:13:42,411 WARN FileLock - Found a stale lockfile. Trying to remove it: /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-data/journal.lck 2008-06-07 11:13:42,723 INFO EXistServlet - registering XMLDB driver 2008-06-07 11:13:42,745 INFO EXistServlet - Using default user guest for all unauthorized requests. 2008-06-07 11:13:42,763 INFO EXistServlet - Looking for a valid Parser... Checking for Xerces, found version Xerces-J 2.8.1 OK! 2008-06-07 11:13:42,764 INFO EXistServlet - Looking for a valid Transformer... Checking for Xalan, not found! Checking for Saxon, found version 8.7.3 OK! 2008-06-07 11:37:15,876 INFO ProcessorService - / - Received request 2008-06-07 11:37:15,880 INFO ProcessorService - / - Timing: 4 - Cache hits for cache.main: 14, fault: 0, adds: 0, expirations: 0, success rate: 100% 2008-06-07 11:37:15,954 INFO ProcessorService - /welcome/ - Received request 2008-06-07 11:37:15,972 INFO ProcessorService - /welcome/ - Timing: 18 - Cache hits for cache.main: 166, fault: 0, adds: 0, expirations: 0, success rate: 100% 2008-06-07 11:38:04,257 INFO ProcessorService - /xforms-hello/ - Received request 2008-06-07 11:38:04,320 INFO ProcessorService - /xforms-hello/ - Timing: 63 - Cache hits for cache.main: 233, fault: 10, adds: 0, expirations: 0, succ ============================================================= -- Alessandro De Maria [hidden email] Life is too important to be taken seriously. Oscar Wilde Mobile: 0044 789 5092951 -- 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
|
It should work out of the box.
* What servlet container are you using? * What browser? * Do you have JavaScript and cookies enabled? -Erik On Jun 7, 2008, at 1:47 PM, Alessandro De Maria wrote: > Hello everybody, > > I have just installed ORBEON 3.6.0 on 3 of my servers. > I can connect successfully to http://servername/ops/welcome/ and I can > browse around. > > However if I try to use an xform (for instance, /ops/xforms-hello/), I > can write in the form but I don't get ANY feedback. > The same happens with Calculator (no numbers appear) etc. > > I believe it is a very silly misconfiguration but I can't figure out > what I have done wrong. > Can anybody help me out? > > Is there a way to increase the debug? > regards > Alessandro > > ===============more details follow: > > > Connected to tomcat 5.5.26 through mod_jk on port 8009. > tomcat is on another machine, but I have tried even connecting to the > local machine and is does not want to work either. > another tomcat webapp (lambda probe) works perfectly. > > ================ workers.properties > # The advanced router LB worker > worker.list=router,jkstatus > # Define a worker using ajp13 that points to CAT01 > worker.worker1.port=8009 > worker.worker1.host=10.0.0.134 > worker.worker1.type=ajp13 > worker.worker1.lbfactor=1 > # Define prefered failover node for CAT01 to be LOCALHOST > worker.worker1.redirect=worker2 > # Define another worker using ajp13 that points to LOCALHOST > worker.worker2.port=8009 > worker.worker2.host=127.0.0.1 > worker.worker2.type=ajp13 > worker.worker2.lbfactor=1 > # Disable worker2 for all requests except failover > worker.worker2.activation=disabled > # Define the LB worker > worker.router.type=lb > worker.router.balance_workers=worker1,worker2 > # Define a 'jkstatus' worker using status > worker.jkstatus.type=status > ====================================== > > > > ==============OPS LOG============== > 2008-06-07 11:13:41,788 INFO ProcessorService - Servlet - Servlet > initialized. > 2008-06-07 11:13:41,802 INFO ProcessorService - Servlet - Servlet > initialized. > 2008-06-07 11:13:42,025 INFO EXistServlet - EXistServlet: > exist.home=/usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF > 2008-06-07 11:13:42,025 INFO EXistServlet - reading configuration > from /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist- > conf.xml > 2008-06-07 11:13:42,037 INFO Configuration - Reading configuration > from file /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist- > conf.xml > 2008-06-07 11:13:42,180 INFO Configuration - data directory = > /opt/ops-3.6.0/WEB-INF/exist-data > 2008-06-07 11:13:42,222 INFO EXistServlet - configuring eXist > instance > 2008-06-07 11:13:42,238 WARN FileLock - File lock last access > timestamp: Jun 7, 2008 /opt/ops-3.6.0/WEB-INF/exist-data/dbx_dir.lck > 2008-06-07 11:13:42,238 WARN FileLock - Found a stale lockfile. > Trying to remove it: /opt/ops-3.6.0/WEB-INF/exist-data/dbx_dir.lck > 2008-06-07 11:13:42,355 INFO CacheManager - Cache settings: > totalPages: 12288; maxCacheSize: 11059 > 2008-06-07 11:13:42,360 INFO XQueryPool - QueryPool: size = 128; > maxStackSize = 5; timeout = 120000; timeoutCheckInterval = 30000 > 2008-06-07 11:13:42,411 WARN FileLock - File lock last access > timestamp: Jun 7, 2008 > /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-data/ > journal.lck > 2008-06-07 11:13:42,411 WARN FileLock - Found a stale lockfile. > Trying to remove it: > /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-data/ > journal.lck > 2008-06-07 11:13:42,723 INFO EXistServlet - registering XMLDB driver > 2008-06-07 11:13:42,745 INFO EXistServlet - Using default user guest > for all unauthorized requests. > 2008-06-07 11:13:42,763 INFO EXistServlet - Looking for a valid > Parser... > Checking for Xerces, found version Xerces-J 2.8.1 > OK! > > 2008-06-07 11:13:42,764 INFO EXistServlet - Looking for a valid > Transformer... > Checking for Xalan, not found! > Checking for Saxon, found version 8.7.3 > OK! > > 2008-06-07 11:37:15,876 INFO ProcessorService - / - Received request > 2008-06-07 11:37:15,880 INFO ProcessorService - / - Timing: 4 - > Cache hits for cache.main: 14, fault: 0, adds: 0, expirations: 0, > success rate: 100% > 2008-06-07 11:37:15,954 INFO ProcessorService - /welcome/ - > Received request > 2008-06-07 11:37:15,972 INFO ProcessorService - /welcome/ - Timing: > 18 - Cache hits for cache.main: 166, fault: 0, adds: 0, expirations: > 0, success rate: 100% > 2008-06-07 11:38:04,257 INFO ProcessorService - /xforms-hello/ - > Received request > 2008-06-07 11:38:04,320 INFO ProcessorService - /xforms-hello/ - > Timing: 63 - Cache hits for cache.main: 233, fault: 10, adds: 0, > expirations: 0, succ > ============================================================= > > > -- > Alessandro De Maria > [hidden email] > Life is too important to be taken seriously. Oscar Wilde > > Mobile: 0044 789 5092951 > > -- > 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 |
On Sat, Jun 7, 2008 at 2:15 PM, Erik Bruchez <[hidden email]> wrote:
> It should work out of the box. > > * What servlet container are you using? Tomcat 5.5.26 > * What browser? Firefox 3.0 from 2 different Linux Ubuntu Boxes (must try with internet explorer) Funny enough it works perfectly from my iphone > * Do you have JavaScript and cookies enabled? Yes I do. Also I can use Lambda probe perfectly Anything else I can provide to help you understand the problem? Shall I sent you privately the link so that you can verify it yourself? Thanks Alessandro > > -Erik > > On Jun 7, 2008, at 1:47 PM, Alessandro De Maria wrote: > >> Hello everybody, >> >> I have just installed ORBEON 3.6.0 on 3 of my servers. >> I can connect successfully to http://servername/ops/welcome/ and I can >> browse around. >> >> However if I try to use an xform (for instance, /ops/xforms-hello/), I >> can write in the form but I don't get ANY feedback. >> The same happens with Calculator (no numbers appear) etc. >> >> I believe it is a very silly misconfiguration but I can't figure out >> what I have done wrong. >> Can anybody help me out? >> >> Is there a way to increase the debug? >> regards >> Alessandro >> >> ===============more details follow: >> >> >> Connected to tomcat 5.5.26 through mod_jk on port 8009. >> tomcat is on another machine, but I have tried even connecting to the >> local machine and is does not want to work either. >> another tomcat webapp (lambda probe) works perfectly. >> >> ================ workers.properties >> # The advanced router LB worker >> worker.list=router,jkstatus >> # Define a worker using ajp13 that points to CAT01 >> worker.worker1.port=8009 >> worker.worker1.host=10.0.0.134 >> worker.worker1.type=ajp13 >> worker.worker1.lbfactor=1 >> # Define prefered failover node for CAT01 to be LOCALHOST >> worker.worker1.redirect=worker2 >> # Define another worker using ajp13 that points to LOCALHOST >> worker.worker2.port=8009 >> worker.worker2.host=127.0.0.1 >> worker.worker2.type=ajp13 >> worker.worker2.lbfactor=1 >> # Disable worker2 for all requests except failover >> worker.worker2.activation=disabled >> # Define the LB worker >> worker.router.type=lb >> worker.router.balance_workers=worker1,worker2 >> # Define a 'jkstatus' worker using status >> worker.jkstatus.type=status >> ====================================== >> >> >> >> ==============OPS LOG============== >> 2008-06-07 11:13:41,788 INFO ProcessorService - Servlet - Servlet >> initialized. >> 2008-06-07 11:13:41,802 INFO ProcessorService - Servlet - Servlet >> initialized. >> 2008-06-07 11:13:42,025 INFO EXistServlet - EXistServlet: >> exist.home=/usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF >> 2008-06-07 11:13:42,025 INFO EXistServlet - reading configuration >> from /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-conf.xml >> 2008-06-07 11:13:42,037 INFO Configuration - Reading configuration >> from file >> /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-conf.xml >> 2008-06-07 11:13:42,180 INFO Configuration - data directory = >> /opt/ops-3.6.0/WEB-INF/exist-data >> 2008-06-07 11:13:42,222 INFO EXistServlet - configuring eXist instance >> 2008-06-07 11:13:42,238 WARN FileLock - File lock last access >> timestamp: Jun 7, 2008 /opt/ops-3.6.0/WEB-INF/exist-data/dbx_dir.lck >> 2008-06-07 11:13:42,238 WARN FileLock - Found a stale lockfile. >> Trying to remove it: /opt/ops-3.6.0/WEB-INF/exist-data/dbx_dir.lck >> 2008-06-07 11:13:42,355 INFO CacheManager - Cache settings: >> totalPages: 12288; maxCacheSize: 11059 >> 2008-06-07 11:13:42,360 INFO XQueryPool - QueryPool: size = 128; >> maxStackSize = 5; timeout = 120000; timeoutCheckInterval = 30000 >> 2008-06-07 11:13:42,411 WARN FileLock - File lock last access >> timestamp: Jun 7, 2008 >> /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-data/journal.lck >> 2008-06-07 11:13:42,411 WARN FileLock - Found a stale lockfile. >> Trying to remove it: >> /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-data/journal.lck >> 2008-06-07 11:13:42,723 INFO EXistServlet - registering XMLDB driver >> 2008-06-07 11:13:42,745 INFO EXistServlet - Using default user guest >> for all unauthorized requests. >> 2008-06-07 11:13:42,763 INFO EXistServlet - Looking for a valid >> Parser... >> Checking for Xerces, found version Xerces-J 2.8.1 >> OK! >> >> 2008-06-07 11:13:42,764 INFO EXistServlet - Looking for a valid >> Transformer... >> Checking for Xalan, not found! >> Checking for Saxon, found version 8.7.3 >> OK! >> >> 2008-06-07 11:37:15,876 INFO ProcessorService - / - Received request >> 2008-06-07 11:37:15,880 INFO ProcessorService - / - Timing: 4 - >> Cache hits for cache.main: 14, fault: 0, adds: 0, expirations: 0, >> success rate: 100% >> 2008-06-07 11:37:15,954 INFO ProcessorService - /welcome/ - Received >> request >> 2008-06-07 11:37:15,972 INFO ProcessorService - /welcome/ - Timing: >> 18 - Cache hits for cache.main: 166, fault: 0, adds: 0, expirations: >> 0, success rate: 100% >> 2008-06-07 11:38:04,257 INFO ProcessorService - /xforms-hello/ - >> Received request >> 2008-06-07 11:38:04,320 INFO ProcessorService - /xforms-hello/ - >> Timing: 63 - Cache hits for cache.main: 233, fault: 10, adds: 0, >> expirations: 0, succ >> ============================================================= >> >> >> -- >> Alessandro De Maria >> [hidden email] >> Life is too important to be taken seriously. Oscar Wilde >> >> Mobile: 0044 789 5092951 >> >> -- >> 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 > > -- George Burns - "You can't help getting older, but you don't have to get old." -- 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
|
3.6.0 didn't support FF3 due to a FF bug fix. So you should try a
nightly, or another browser. -Erik On Jun 9, 2008, at 1:07 AM, Alessandro De Maria wrote: > On Sat, Jun 7, 2008 at 2:15 PM, Erik Bruchez <[hidden email]> > wrote: >> It should work out of the box. >> >> * What servlet container are you using? > Tomcat 5.5.26 >> * What browser? > Firefox 3.0 from 2 different Linux Ubuntu Boxes (must try with > internet explorer) > Funny enough it works perfectly from my iphone >> * Do you have JavaScript and cookies enabled? > Yes I do. Also I can use Lambda probe perfectly > > Anything else I can provide to help you understand the problem? > Shall I sent you privately the link so that you can verify it > yourself? > > Thanks > Alessandro > >> >> -Erik >> >> On Jun 7, 2008, at 1:47 PM, Alessandro De Maria wrote: >> >>> Hello everybody, >>> >>> I have just installed ORBEON 3.6.0 on 3 of my servers. >>> I can connect successfully to http://servername/ops/welcome/ and I >>> can >>> browse around. >>> >>> However if I try to use an xform (for instance, /ops/xforms- >>> hello/), I >>> can write in the form but I don't get ANY feedback. >>> The same happens with Calculator (no numbers appear) etc. >>> >>> I believe it is a very silly misconfiguration but I can't figure out >>> what I have done wrong. >>> Can anybody help me out? >>> >>> Is there a way to increase the debug? >>> regards >>> Alessandro >>> >>> ===============more details follow: >>> >>> >>> Connected to tomcat 5.5.26 through mod_jk on port 8009. >>> tomcat is on another machine, but I have tried even connecting to >>> the >>> local machine and is does not want to work either. >>> another tomcat webapp (lambda probe) works perfectly. >>> >>> ================ workers.properties >>> # The advanced router LB worker >>> worker.list=router,jkstatus >>> # Define a worker using ajp13 that points to CAT01 >>> worker.worker1.port=8009 >>> worker.worker1.host=10.0.0.134 >>> worker.worker1.type=ajp13 >>> worker.worker1.lbfactor=1 >>> # Define prefered failover node for CAT01 to be LOCALHOST >>> worker.worker1.redirect=worker2 >>> # Define another worker using ajp13 that points to LOCALHOST >>> worker.worker2.port=8009 >>> worker.worker2.host=127.0.0.1 >>> worker.worker2.type=ajp13 >>> worker.worker2.lbfactor=1 >>> # Disable worker2 for all requests except failover >>> worker.worker2.activation=disabled >>> # Define the LB worker >>> worker.router.type=lb >>> worker.router.balance_workers=worker1,worker2 >>> # Define a 'jkstatus' worker using status >>> worker.jkstatus.type=status >>> ====================================== >>> >>> >>> >>> ==============OPS LOG============== >>> 2008-06-07 11:13:41,788 INFO ProcessorService - Servlet - Servlet >>> initialized. >>> 2008-06-07 11:13:41,802 INFO ProcessorService - Servlet - Servlet >>> initialized. >>> 2008-06-07 11:13:42,025 INFO EXistServlet - EXistServlet: >>> exist.home=/usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF >>> 2008-06-07 11:13:42,025 INFO EXistServlet - reading configuration >>> from /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist- >>> conf.xml >>> 2008-06-07 11:13:42,037 INFO Configuration - Reading configuration >>> from file >>> /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-conf.xml >>> 2008-06-07 11:13:42,180 INFO Configuration - data directory = >>> /opt/ops-3.6.0/WEB-INF/exist-data >>> 2008-06-07 11:13:42,222 INFO EXistServlet - configuring eXist >>> instance >>> 2008-06-07 11:13:42,238 WARN FileLock - File lock last access >>> timestamp: Jun 7, 2008 /opt/ops-3.6.0/WEB-INF/exist-data/dbx_dir.lck >>> 2008-06-07 11:13:42,238 WARN FileLock - Found a stale lockfile. >>> Trying to remove it: /opt/ops-3.6.0/WEB-INF/exist-data/dbx_dir.lck >>> 2008-06-07 11:13:42,355 INFO CacheManager - Cache settings: >>> totalPages: 12288; maxCacheSize: 11059 >>> 2008-06-07 11:13:42,360 INFO XQueryPool - QueryPool: size = 128; >>> maxStackSize = 5; timeout = 120000; timeoutCheckInterval = 30000 >>> 2008-06-07 11:13:42,411 WARN FileLock - File lock last access >>> timestamp: Jun 7, 2008 >>> /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-data/ >>> journal.lck >>> 2008-06-07 11:13:42,411 WARN FileLock - Found a stale lockfile. >>> Trying to remove it: >>> /usr/local/apache-tomcat-5.5.26/webapps/ops/WEB-INF/exist-data/ >>> journal.lck >>> 2008-06-07 11:13:42,723 INFO EXistServlet - registering XMLDB >>> driver >>> 2008-06-07 11:13:42,745 INFO EXistServlet - Using default user >>> guest >>> for all unauthorized requests. >>> 2008-06-07 11:13:42,763 INFO EXistServlet - Looking for a valid >>> Parser... >>> Checking for Xerces, found version Xerces-J 2.8.1 >>> OK! >>> >>> 2008-06-07 11:13:42,764 INFO EXistServlet - Looking for a valid >>> Transformer... >>> Checking for Xalan, not found! >>> Checking for Saxon, found version 8.7.3 >>> OK! >>> >>> 2008-06-07 11:37:15,876 INFO ProcessorService - / - Received >>> request >>> 2008-06-07 11:37:15,880 INFO ProcessorService - / - Timing: 4 - >>> Cache hits for cache.main: 14, fault: 0, adds: 0, expirations: 0, >>> success rate: 100% >>> 2008-06-07 11:37:15,954 INFO ProcessorService - /welcome/ - >>> Received >>> request >>> 2008-06-07 11:37:15,972 INFO ProcessorService - /welcome/ - >>> Timing: >>> 18 - Cache hits for cache.main: 166, fault: 0, adds: 0, expirations: >>> 0, success rate: 100% >>> 2008-06-07 11:38:04,257 INFO ProcessorService - /xforms-hello/ - >>> Received request >>> 2008-06-07 11:38:04,320 INFO ProcessorService - /xforms-hello/ - >>> Timing: 63 - Cache hits for cache.main: 233, fault: 10, adds: 0, >>> expirations: 0, succ >>> ============================================================= >>> >>> >>> -- >>> Alessandro De Maria >>> [hidden email] >>> Life is too important to be taken seriously. Oscar Wilde >>> >>> Mobile: 0044 789 5092951 >>> >>> -- >>> 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 >> >> > > > > -- > George Burns - "You can't help getting older, but you don't have to > get old." > > -- > 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 tried with a nightly (Orbeon Forms 3.6.0.200806070334) and it is now working *better*, but still can't run the hello app. (but for instance I can use the forms builder) Konqueror doesn't work either. Is this a browser issue or an orbeon one? would a nightly build be stable enough to run basic xforms (PO and Invoices) with no problem? Thanks Alessandro On Mon, Jun 9, 2008 at 10:19 AM, Erik Bruchez <[hidden email]> wrote: > 3.6.0 didn't support FF3 due to a FF bug fix. So you should try a nightly, > or another browser. > > -Erik > > On Jun 9, 2008, at 1:07 AM, Alessandro De Maria wrote: -- EB White - "Genius is more often found in a cracked pot than in a whole one." -- 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
|
Probably neither ;-) If Builder works, Hello will work. Make sure you
force-refresh your page, or clear your browser cache, or deploy Orbeon into a different servlet context. We use nightlies constantly here, but there is no guarantee at all. We do our best not to destabilize the code, that's all we can say. -Erik On Jun 9, 2008, at 11:34 AM, Alessandro De Maria wrote: > Hi, > > I tried with a nightly (Orbeon Forms 3.6.0.200806070334) and it is now > working *better*, but still can't run the hello app. (but for instance > I can use the forms builder) > > Konqueror doesn't work either. > Is this a browser issue or an orbeon one? > > would a nightly build be stable enough to run basic xforms (PO and > Invoices) with no problem? > > Thanks > Alessandro > > On Mon, Jun 9, 2008 at 10:19 AM, Erik Bruchez <[hidden email]> > wrote: >> 3.6.0 didn't support FF3 due to a FF bug fix. So you should try a >> nightly, >> or another browser. >> >> -Erik >> >> On Jun 9, 2008, at 1:07 AM, Alessandro De Maria wrote: > > -- > EB White - "Genius is more often found in a cracked pot than in a > whole one." > > -- > 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 |
Thanks. It actually works now.
Any plan to come out with 3.6.1 anytime soon? :P Should I not be confident about the nightly build I will revert back to the one we currently use in production instead of using 3.6.0. Thanks a lot Alessandro On Mon, Jun 9, 2008 at 10:44 AM, Erik Bruchez <[hidden email]> wrote: > Probably neither ;-) If Builder works, Hello will work. Make sure you > force-refresh your page, or clear your browser cache, or deploy Orbeon into > a different servlet context. > > We use nightlies constantly here, but there is no guarantee at all. We do > our best not to destabilize the code, that's all we can say. > > -Erik > > On Jun 9, 2008, at 11:34 AM, Alessandro De Maria wrote: > >> Hi, >> >> I tried with a nightly (Orbeon Forms 3.6.0.200806070334) and it is now >> working *better*, but still can't run the hello app. (but for instance >> I can use the forms builder) >> >> Konqueror doesn't work either. >> Is this a browser issue or an orbeon one? >> >> would a nightly build be stable enough to run basic xforms (PO and >> Invoices) with no problem? >> >> Thanks >> Alessandro >> >> On Mon, Jun 9, 2008 at 10:19 AM, Erik Bruchez <[hidden email]> wrote: >>> >>> 3.6.0 didn't support FF3 due to a FF bug fix. So you should try a >>> nightly, >>> or another browser. >>> >>> -Erik >>> >>> On Jun 9, 2008, at 1:07 AM, Alessandro De Maria wrote: >> >> -- >> EB White - "Genius is more often found in a cracked pot than in a whole >> one." >> >> -- >> 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 > > -- George Burns - "You can't help getting older, but you don't have to get old." -- 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
|
3.7 is just around the corner, but as often, it has been like that for
a while now. However we did fix a few known regressions already, and more fixes are coming. -Erik On Jun 9, 2008, at 11:50 AM, Alessandro De Maria wrote: > Thanks. It actually works now. > > Any plan to come out with 3.6.1 anytime soon? :P > > Should I not be confident about the nightly build I will revert back > to the one we currently use in production instead of using 3.6.0. > > Thanks a lot > Alessandro > > On Mon, Jun 9, 2008 at 10:44 AM, Erik Bruchez <[hidden email]> > wrote: >> Probably neither ;-) If Builder works, Hello will work. Make sure you >> force-refresh your page, or clear your browser cache, or deploy >> Orbeon into >> a different servlet context. >> >> We use nightlies constantly here, but there is no guarantee at all. >> We do >> our best not to destabilize the code, that's all we can say. >> >> -Erik >> >> On Jun 9, 2008, at 11:34 AM, Alessandro De Maria wrote: >> >>> Hi, >>> >>> I tried with a nightly (Orbeon Forms 3.6.0.200806070334) and it is >>> now >>> working *better*, but still can't run the hello app. (but for >>> instance >>> I can use the forms builder) >>> >>> Konqueror doesn't work either. >>> Is this a browser issue or an orbeon one? >>> >>> would a nightly build be stable enough to run basic xforms (PO and >>> Invoices) with no problem? >>> >>> Thanks >>> Alessandro >>> >>> On Mon, Jun 9, 2008 at 10:19 AM, Erik Bruchez >>> <[hidden email]> wrote: >>>> >>>> 3.6.0 didn't support FF3 due to a FF bug fix. So you should try a >>>> nightly, >>>> or another browser. >>>> >>>> -Erik >>>> >>>> On Jun 9, 2008, at 1:07 AM, Alessandro De Maria wrote: >>> >>> -- >>> EB White - "Genius is more often found in a cracked pot than in a >>> whole >>> one." >>> >>> -- >>> 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 >> >> > > > > -- > George Burns - "You can't help getting older, but you don't have to > get old." > > -- > 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 |
Free forum by Nabble | Edit this page |