blablalist database schema and archive of this list.
|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
blablalist database schema and archive of this list.Normally I try and pull down archive of a mialing list and slog through that for my understanding. It is not obvious to me where monthly or yearly archives of this (and the other RIFE lists) are on the Internet. I did find Nabble and that got me: http://www.nabble.com/Where-can-we-find-the-databaseschema-for-elephant-and-blablalist--tp10843234s9330p10843234.html But it did not answer my question - what is the schema for blablalist? [java] at java.lang.Thread.run(Thread.java:595) [java] Caused by: org.postgresql.util.PSQLException: FATAL: role "blablalist" does not exist (via ant run) psql template1 \l List of databases Name | Owner | Encoding -------------+---------------+---------- blablalist | marc | UTF8 blablallist | pgsql | UTF8 So I have the database - and I know it has no tables. Where do I go to find the SQL commands to create the table(s) for blablalist? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: blablalist database schema and archive of this list.Hi, the database schema is create automatically at startup through the InstallParticipant. In your case you need to create the actual database and user for postgres (since you decided to use postgres). Instructions about this can be found in the PostgreSQL manual and typically require you to use the 'createuser' and 'createdb' commands. You can however also decide to use one of the supported embedded Java database options (H2 or Derby), and then everything just happens automatically as the database is created on connect. Hope this helps, Geert On 03 May 2008, at 00:50, M Rassbach wrote: > > Normally I try and pull down archive of a mialing list and slog > through that > for my understanding. It is not obvious to me where monthly > or yearly archives of this (and the other RIFE lists) are on the > Internet. > > I did find Nabble and that got me: > http://www.nabble.com/Where-can-we-find-the-databaseschema-for-elephant-and-blablalist--tp10843234s9330p10843234.html > > But it did not answer my question - what is the schema for blablalist? > > [java] at java.lang.Thread.run(Thread.java:595) > [java] Caused by: org.postgresql.util.PSQLException: FATAL: role > "blablalist" does not exist > (via ant run) > > psql template1 > \l > List of databases > Name | Owner | Encoding > -------------+---------------+---------- > blablalist | marc | UTF8 > blablallist | pgsql | UTF8 > > > So I have the database - and I know it has no tables. Where do I > go to find the SQL > commands to create the table(s) for blablalist? > > > -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
blablalist database schema> In your case you need to create the actual database and user for > postgres Yes - but one needs to know what the database name and user name if one is creating the user and database. *smile* for future generations: createdb blablalist psql blablalist create role blablalist login; \q That gets me: blablalist=# \dt List of relations Schema | Name | Type | Owner --------+----------------------+-------+------------ public | account | table | blablalist public | authentication | table | blablalist public | authremember | table | blablalist public | authrole | table | blablalist public | authrolelink | table | blablalist public | authuser | table | blablalist public | contentattribute | table | blablalist public | contentinfo | table | blablalist public | contentproperty | table | blablalist public | contentrepository | table | blablalist public | contentstoreimage | table | blablalist public | contentstorerawchunk | table | blablalist public | contentstorerawinfo | table | blablalist public | contentstoretext | table | blablalist public | email | table | blablalist public | entry | table | blablalist public | list | table | blablalist public | sharedlist | table | blablalist (18 rows) [java] May 3, 2008 1:42:06 PM com.uwyn.rife.rep.BlockingRepository uncaught Exception [java] SEVERE: com.uwyn.rife.database.exceptions.ExecutionErrorException: E rror while executing the SQL 'UPDATE email SET queueFlag = true'. [java] at com.uwyn.rife.database.DbStatement.executeUpdate(DbStatement. java:645) [java] at com.uwyn.rife.database.DbStatement.executeUpdate(DbStatement. java:672) [java] at com.uwyn.rife.database.DbQueryManager.executeUpdate(DbQueryMa nager.java:175) [java] at com.uwyn.rife.mail.executors.DatabaseMailQueueExecutor.execut eTask(DatabaseMailQueueExecutor.java:196) [java] at com.uwyn.rife.scheduler.ExecutorThread.run(ExecutorThread.jav a:33) [java] at java.lang.Thread.run(Thread.java:595) [java] Caused by: org.postgresql.util.PSQLException: ERROR: relation "email " does not exist Running it a second time: [java] May 3, 2008 1:52:35 PM blablalist.participants.InstallParticipant ini tialize [java] WARNING: The database structure couldn't be installed, it probably a lready exists. [java] May 3, 2008 1:52:35 PM blablalist.participants.InstallParticipant in itialize [java] WARNING: Can't install the mail queue database structure.; Error whi le executing the SQL 'CREATE SEQUENCE SEQ_email'.; ERROR: relation "seq_email" a lready exists So should I be seeing A relation not exist then not see that error again? And I the below HTML, but no actual blablalist'n - no error messages so I have no idea at this time as to why. (My guess something with the flash - but considering how flash has not been open source in the past, I did not bother with flash. ) A result of pg_dump blablalist can be found at: Http://www.milestonerdl.com/blablalistsql.txt <!-- - Copyright 2005 Geert Bevin <gbevin[remove] at uwyn dot com> - Distributed under the terms of either: - * the common development and distribution license (CDDL), v1.0; or - * the GNU Lesser General Public License, v2.1 or later - $Id: blablalist.html 3477 2006-08-20 18:29:13Z gbevin $ --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <base href="http://192.168.1.1:8080/"> <title>My Bla-bla List</title> <script type="text/javascript" src="lps/includes/embed.js"></script> </head> <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" bgcolor="#dd dddd"> <div align="center"> <script type="text/javascript"> lzEmbed({url: 'blablalist.swf?registerfirst=1', bgcolor: '#fbffc 4', width: '100%', height: '100%'}); </script> </div> </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: blablalist database schemaWhich version of postgres are you using? On 03 May 2008, at 17:57, M Rassbach wrote: > >> In your case you need to create the actual database and user for >> postgres > > Yes - but one needs to know what the database name and user name if > one is > creating the user and database. *smile* > > for future generations: > createdb blablalist > psql blablalist > create role blablalist login; > \q > > > That gets me: > blablalist=# \dt > List of relations > Schema | Name | Type | Owner > --------+----------------------+-------+------------ > public | account | table | blablalist > public | authentication | table | blablalist > public | authremember | table | blablalist > public | authrole | table | blablalist > public | authrolelink | table | blablalist > public | authuser | table | blablalist > public | contentattribute | table | blablalist > public | contentinfo | table | blablalist > public | contentproperty | table | blablalist > public | contentrepository | table | blablalist > public | contentstoreimage | table | blablalist > public | contentstorerawchunk | table | blablalist > public | contentstorerawinfo | table | blablalist > public | contentstoretext | table | blablalist > public | email | table | blablalist > public | entry | table | blablalist > public | list | table | blablalist > public | sharedlist | table | blablalist > (18 rows) > > > [java] May 3, 2008 1:42:06 PM > com.uwyn.rife.rep.BlockingRepository uncaught > Exception > [java] SEVERE: > com.uwyn.rife.database.exceptions.ExecutionErrorException: E > rror while executing the SQL 'UPDATE email SET queueFlag = true'. > [java] at > com.uwyn.rife.database.DbStatement.executeUpdate(DbStatement. > java:645) > [java] at > com.uwyn.rife.database.DbStatement.executeUpdate(DbStatement. > java:672) > [java] at > com.uwyn.rife.database.DbQueryManager.executeUpdate(DbQueryMa > nager.java:175) > [java] at > com.uwyn.rife.mail.executors.DatabaseMailQueueExecutor.execut > eTask(DatabaseMailQueueExecutor.java:196) > [java] at > com.uwyn.rife.scheduler.ExecutorThread.run(ExecutorThread.jav > a:33) > [java] at java.lang.Thread.run(Thread.java:595) > [java] Caused by: org.postgresql.util.PSQLException: ERROR: > relation "email > " does not exist > > > Running it a second time: > > [java] May 3, 2008 1:52:35 PM > blablalist.participants.InstallParticipant ini > tialize > [java] WARNING: The database structure couldn't be installed, it > probably a > lready exists. > [java] May 3, 2008 1:52:35 PM > blablalist.participants.InstallParticipant in > itialize > [java] WARNING: Can't install the mail queue database > structure.; Error whi > le executing the SQL 'CREATE SEQUENCE SEQ_email'.; ERROR: relation > "seq_email" a > lready exists > > So should I be seeing A relation not exist then not see that error > again? > > And I the below HTML, but no actual blablalist'n - no error messages > so I have > no idea at this time as to why. (My guess something with the flash > - but > considering how flash has not been open source in the past, I did > not bother > with flash. ) > > A result of pg_dump blablalist can be found at: > Http://www.milestonerdl.com/blablalistsql.txt > > > <!-- > - Copyright 2005 Geert Bevin <gbevin[remove] at uwyn dot com> > - Distributed under the terms of either: > - * the common development and distribution license (CDDL), v1.0; or > - * the GNU Lesser General Public License, v2.1 or later > - $Id: blablalist.html 3477 2006-08-20 18:29:13Z gbevin $ > --> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> > > <head> > <meta http-equiv="content-type" content="text/ > html;charset=UTF-8" /> > <base href="http://192.168.1.1:8080/"> > <title>My Bla-bla List</title> > <script type="text/javascript" src="lps/includes/embed.js"></ > script> > </head> > > <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" > bgcolor="#dd > dddd"> > <div align="center"> > <script type="text/javascript"> > lzEmbed({url: 'blablalist.swf?registerfirst=1', > bgcolor: '#fbffc > 4', width: '100%', height: '100%'}); > </script> > </div> > </body> > > </html> > > > > -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: blablalist database schemaPlease try again with a fresh database by disabling the 'ParticipantMemoryScheduler' participant in rep/participants.xml (just commenting it out should be ok). On 03 May 2008, at 17:57, M Rassbach wrote: > >> In your case you need to create the actual database and user for >> postgres > > Yes - but one needs to know what the database name and user name if > one is > creating the user and database. *smile* > > for future generations: > createdb blablalist > psql blablalist > create role blablalist login; > \q > > > That gets me: > blablalist=# \dt > List of relations > Schema | Name | Type | Owner > --------+----------------------+-------+------------ > public | account | table | blablalist > public | authentication | table | blablalist > public | authremember | table | blablalist > public | authrole | table | blablalist > public | authrolelink | table | blablalist > public | authuser | table | blablalist > public | contentattribute | table | blablalist > public | contentinfo | table | blablalist > public | contentproperty | table | blablalist > public | contentrepository | table | blablalist > public | contentstoreimage | table | blablalist > public | contentstorerawchunk | table | blablalist > public | contentstorerawinfo | table | blablalist > public | contentstoretext | table | blablalist > public | email | table | blablalist > public | entry | table | blablalist > public | list | table | blablalist > public | sharedlist | table | blablalist > (18 rows) > > > [java] May 3, 2008 1:42:06 PM > com.uwyn.rife.rep.BlockingRepository uncaught > Exception > [java] SEVERE: > com.uwyn.rife.database.exceptions.ExecutionErrorException: E > rror while executing the SQL 'UPDATE email SET queueFlag = true'. > [java] at > com.uwyn.rife.database.DbStatement.executeUpdate(DbStatement. > java:645) > [java] at > com.uwyn.rife.database.DbStatement.executeUpdate(DbStatement. > java:672) > [java] at > com.uwyn.rife.database.DbQueryManager.executeUpdate(DbQueryMa > nager.java:175) > [java] at > com.uwyn.rife.mail.executors.DatabaseMailQueueExecutor.execut > eTask(DatabaseMailQueueExecutor.java:196) > [java] at > com.uwyn.rife.scheduler.ExecutorThread.run(ExecutorThread.jav > a:33) > [java] at java.lang.Thread.run(Thread.java:595) > [java] Caused by: org.postgresql.util.PSQLException: ERROR: > relation "email > " does not exist > > > Running it a second time: > > [java] May 3, 2008 1:52:35 PM > blablalist.participants.InstallParticipant ini > tialize > [java] WARNING: The database structure couldn't be installed, it > probably a > lready exists. > [java] May 3, 2008 1:52:35 PM > blablalist.participants.InstallParticipant in > itialize > [java] WARNING: Can't install the mail queue database > structure.; Error whi > le executing the SQL 'CREATE SEQUENCE SEQ_email'.; ERROR: relation > "seq_email" a > lready exists > > So should I be seeing A relation not exist then not see that error > again? > > And I the below HTML, but no actual blablalist'n - no error messages > so I have > no idea at this time as to why. (My guess something with the flash > - but > considering how flash has not been open source in the past, I did > not bother > with flash. ) > > A result of pg_dump blablalist can be found at: > Http://www.milestonerdl.com/blablalistsql.txt > > > <!-- > - Copyright 2005 Geert Bevin <gbevin[remove] at uwyn dot com> > - Distributed under the terms of either: > - * the common development and distribution license (CDDL), v1.0; or > - * the GNU Lesser General Public License, v2.1 or later > - $Id: blablalist.html 3477 2006-08-20 18:29:13Z gbevin $ > --> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> > > <head> > <meta http-equiv="content-type" content="text/ > html;charset=UTF-8" /> > <base href="http://192.168.1.1:8080/"> > <title>My Bla-bla List</title> > <script type="text/javascript" src="lps/includes/embed.js"></ > script> > </head> > > <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" > bgcolor="#dd > dddd"> > <div align="center"> > <script type="text/javascript"> > lzEmbed({url: 'blablalist.swf?registerfirst=1', > bgcolor: '#fbffc > 4', width: '100%', height: '100%'}); > </script> > </div> > </body> > > </html> > > > > -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: blablalist database schema> And I the below HTML, but no actual blablalist'n - no error messages > so I have > no idea at this time as to why. (My guess something with the flash > - but > considering how flash has not been open source in the past, I did > not bother > with flash. ) Btw, Blablalist doesn't work in OpenLaszlo's DHTML mode. Last time I tried (almost a year ago) there were too many issues to pursue it further. Might try it again some time soon. -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
blablalist database schema>Please try again with a fresh database by disabling the >'ParticipantMemoryScheduler' participant in rep/participants.xml (just >commenting it out should be ok). Well the email error is gone - but the sign up for free/open your list links still gives me a blank (looking - code posted already) pop up. Links on details/faq/developers does work. (Process to get here svn checked out blablalist then use ant run - perhaps I'm missing a part?) $ ant run Buildfile: build.xml init: [echo] === Bla-bla List 1.0 [2005] === prepare: compile: run: [java] [INFO] Credential - -Checking Resource aliases [java] [INFO] HttpServer - -Statistics on = false for org.mortbay.jetty.Ser ver@750159 [java] [INFO] HttpServer - -Version Jetty/5.1.4 [java] [INFO] Container - -Started org.mortbay.jetty.servlet.WebApplication Handler@8c1dd9 [java] May 3, 2008 4:13:10 PM com.uwyn.rife.rep.BlockingRepository runParti cipants [java] INFO: INITIALIZATION : Creating the config object ... [java] May 3, 2008 4:13:10 PM com.uwyn.rife.rep.BlockingRepository runParti cipants [java] INFO: INITIALIZATION : Creating the datasources object ... [java] May 3, 2008 4:13:10 PM com.uwyn.rife.rep.BlockingRepository runParti cipants [java] INFO: INITIALIZATION : Initializing 'blablalist.participants.OSCache Participant' ... [java] May 3, 2008 4:13:10 PM com.uwyn.rife.rep.BlockingRepository runParti cipants [java] INFO: INITIALIZATION : Initializing 'blablalist.participants.Install Participant' ... [java] May 3, 2008 4:13:10 PM com.uwyn.rife.rep.BlockingRepository runParti cipants [java] INFO: INITIALIZATION : Creating web application's site structure ... [java] [INFO] Config - -Properties {cache.algorithm=com.opensymphony.oscach e.base.algorithm.LRUCache, cache.capacity=5000} [java] [INFO] Container - -Started WebApplicationContext[/,[null, 127.0.0.1 , localhost]:/] [java] [INFO] SocketListener - -Started SocketListener on 0.0.0.0:8080 [java] [INFO] Container - -Started org.mortbay.jetty.Server@750159 [java] [INFO] GeneralCacheAdministrator - -Constructed GeneralCacheAdminist rator() [java] [INFO] GeneralCacheAdministrator - -Creating new cache --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: blablalist database schemaYou should visit http://127.0.0.1:8080/blablalist.lzx in your browser, then it'll work. Just using the popup doesn't work until you created the standalone SWF file. HTH, Geert On 03 May 2008, at 18:24, M Rassbach wrote: > >> Please try again with a fresh database by disabling the >> 'ParticipantMemoryScheduler' participant in rep/participants.xml >> (just >> commenting it out should be ok). > > Well the email error is gone - but the sign up for free/open your list > links still gives me a blank (looking - code posted already) pop up. > > Links on details/faq/developers does work. > > (Process to get here svn checked out blablalist then use ant run > - perhaps I'm missing a part?) > > $ ant run > Buildfile: build.xml > > init: > [echo] === Bla-bla List 1.0 [2005] === > > prepare: > > compile: > > run: > [java] [INFO] Credential - -Checking Resource aliases > [java] [INFO] HttpServer - -Statistics on = false for > org.mortbay.jetty.Ser > ver@750159 > [java] [INFO] HttpServer - -Version Jetty/5.1.4 > [java] [INFO] Container - -Started > org.mortbay.jetty.servlet.WebApplication > Handler@8c1dd9 > [java] May 3, 2008 4:13:10 PM > com.uwyn.rife.rep.BlockingRepository runParti > cipants > [java] INFO: INITIALIZATION : Creating the config object ... > [java] May 3, 2008 4:13:10 PM > com.uwyn.rife.rep.BlockingRepository runParti > cipants > [java] INFO: INITIALIZATION : Creating the datasources object ... > [java] May 3, 2008 4:13:10 PM > com.uwyn.rife.rep.BlockingRepository runParti > cipants > [java] INFO: INITIALIZATION : Initializing > 'blablalist.participants.OSCache > Participant' ... > [java] May 3, 2008 4:13:10 PM > com.uwyn.rife.rep.BlockingRepository runParti > cipants > [java] INFO: INITIALIZATION : Initializing > 'blablalist.participants.Install > Participant' ... > [java] May 3, 2008 4:13:10 PM > com.uwyn.rife.rep.BlockingRepository runParti > cipants > [java] INFO: INITIALIZATION : Creating web application's site > structure ... > [java] [INFO] Config - -Properties > {cache.algorithm=com.opensymphony.oscach > e.base.algorithm.LRUCache, cache.capacity=5000} > [java] [INFO] Container - -Started WebApplicationContext[/, > [null, 127.0.0.1 > , localhost]:/] > [java] [INFO] SocketListener - -Started SocketListener on > 0.0.0.0:8080 > [java] [INFO] Container - -Started org.mortbay.jetty.Server@750159 > [java] [INFO] GeneralCacheAdministrator - -Constructed > GeneralCacheAdminist > rator() > [java] [INFO] GeneralCacheAdministrator - -Creating new cache > > > > > > -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
blablalist database schema>You should visit http://127.0.0.1:8080/blablalist.lzx in your browser, >then it'll work. Just using the popup doesn't work until you created >the standalone SWF file. Well, that allows creation of a list [java] [INFO] - -LPS: Laszlo Presentation Server, 3.3.3, initialized [java] [INFO] - -LPS: Running in context:Jetty/5.1.4 [java] [INFO] - -LPS: Build: lps-3.3-001885-0001 [java] [INFO] - -LPS: Built on: 02:21 PM 19-Jul-2006 [java] [INFO] - -LPS: Running against JRE 1.5.0 (snip!) [java] [INFO] - -LPS: Running on FreeBSD 6.2-STABLE [java] [INFO] - -LPS: Running as user marc [java] [INFO] - -LPS: Max memory: 437.18 MB [java] [INFO] - -LPS: Total memory: 64.06 MB [java] [INFO] - -LPS: Available memory: 52.21 MB But that's the last of the feedback - the 'sharing of a list' via email does not happen and does not generate an error. Thank you for your help thus far Geert. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: blablalist database schemaSharing of a list via email will not work until you re-enable the participant you disabled before. I asked you to disable it since it ran at the same time as the database installation, creating the errors you saw. On 03 May 2008, at 19:00, M Rassbach wrote: > > >> You should visit http://127.0.0.1:8080/blablalist.lzx in your >> browser, >> then it'll work. Just using the popup doesn't work until you created >> the standalone SWF file. > > Well, that allows creation of a list > > [java] [INFO] - -LPS: Laszlo Presentation Server, 3.3.3, > initialized > [java] [INFO] - -LPS: Running in context:Jetty/5.1.4 > [java] [INFO] - -LPS: Build: lps-3.3-001885-0001 > [java] [INFO] - -LPS: Built on: 02:21 PM 19-Jul-2006 > [java] [INFO] - -LPS: Running against JRE 1.5.0 > (snip!) > [java] [INFO] - -LPS: Running on FreeBSD 6.2-STABLE > [java] [INFO] - -LPS: Running as user marc > [java] [INFO] - -LPS: Max memory: 437.18 MB > [java] [INFO] - -LPS: Total memory: 64.06 MB > [java] [INFO] - -LPS: Available memory: 52.21 MB > > But that's the last of the feedback - the 'sharing of a list' via > does not happen and does not generate an error. > > Thank you for your help thus far Geert. > > > -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
blablalist database schema>Sharing of a list via email will not work until you re-enable the >participant you disabled before [java] May 3, 2008 5:18:00 PM com.uwyn.rife.mail.executors.DatabaseMailQueu eExecutor$SendEmails gotBeanInstance [java] WARNING: Email not sent since no 'smtp_server' task option has not b een provided to the MailQueueExecutor. [java] Email{mId=1, mFromAddress=info@..., mToAddresses=test@tes t.net, mSubject=Welcome to Bla-bla List, mBody=Hello Testy Testor, [java] [java] Your Bla-bla List account has been set up now with the login and pas sword you provided. [java] [java] To access your lists, your need to identify yourself at: [java] http://192.168.1.1:8080/ [java] [java] Thanks for signing up. [java] [java] The Bla-bla List team, mCcAddresses=null, mBccAddresses=null} [java] May 3, 2008 5:18:00 PM com.uwyn.rife.mail.executors.DatabaseMailQueu eExecutor executeTask [java] INFO: 0 mails were sent Thus - what do I need to do to set up 'smtp_server' task option ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: blablalist database schemaEdit src/rep/scheduler.xml, uncomment the smtp_server tag and put the appropriate hostname in there. On 03 May 2008, at 19:22, M Rassbach wrote: >> Thus - what do I need to do to set up 'smtp_server' task option ? -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "rife-users" group. To post to this group, send email to rife-users@... To unsubscribe from this group, send email to rife-users-unsubscribe@... For more options, visit this group at http://groups.google.com/group/rife-users?hl=en -~----------~----~----~----~------~----~------~--~--- |
| Free Forum Powered by Nabble |
