*** crazyziv1 has joined #gnuenterprise *** crazyziv1 has left #gnuenterprise *** crazyziv1 has joined #gnuenterprise *** sjc has joined #gnuenterprise *** ncjp has joined #gnuenterprise *** ncjp_ has quit IRC *** crazyziv1 has left #gnuenterprise *** sjc has quit IRC *** mnemoc has quit IRC *** mnemoc has joined #gnuenterprise *** wt has joined #gnuenterprise *** wt has left #gnuenterprise *** crazyzivi has joined #gnuenterprise *** tiredbones has joined #gnuenterprise *** crazyzivi has quit IRC *** tiredbones has quit IRC *** btami has joined #gnuenterprise *** tiredbones has joined #gnuenterprise *** tiredbones has quit IRC *** tiredbones has joined #gnuenterprise *** btami has quit IRC I'm running module vendor_maint.gfd; after I enter the user "test" and pw "test" I get the following error from module Connection.py - ProgrammingError:Error relation "vendor" does not exist I did run the shell script setupdb.py. *** crazyzivi has joined #gnuenterprise that should have been /usr/bin/setupdb ok, /usr/bin/gnue-setupdb *** crazyzivi has left #gnuenterprise *** lekma has joined #gnuenterprise hi everyone good morning lekma. I think there is a mismatch between what gnue.setupdb does and running the module vendor_maint.gfd I don't see any values for vendor in the gnue db. I assuming that gnue.gsd is the only file that is pulled in. *** siesel has joined #gnuenterprise hi *** siesel has quit IRC some more info on the error from running vendor_maint.gfd. It looks like it's destine to fail SELECT city,phone_work,zip,address1,company,state,phone_fax,address2 FROM vendor WHERE((1=0)) *** tiredbones has quit IRC *** titopbs has joined #gnuenterprise *** SachaS has joined #gnuenterprise *** titopbs has quit IRC *** titopbs has joined #gnuenterprise *** mdean has quit IRC *** tiredbones has joined #gnuenterprise *** reinhard has joined #gnuenterprise tiredbones: if you read this sample.gfd is under /usr/share/doc/examples but you have to unzip it (debian packages have samples zipped for space saving reasons) gzip -d sample.gfd will create a sample.gfd from sample.gfd.gz reinhard: I do not have that path . sorry typo /usr/share/doc/gnue-appserver/examples *** titopbs has quit IRC reinhard: whrn I run gnue-forms sample.gfd I get the following error, the module is ConfigParder.py line 240 raise NoSectioError(section) NoSectionError: No Section: 'appserver' my gnue.conf does have this section the module name should have been ConfigParser.py. typo can you paste the last 10 lines or so of the traceback here? *** siesel has joined #gnuenterprise it seems that I can't highlight the traceback to paste here. Is there another way to get at the traceback? you can if you start gnue-forms with -u gtk2 *** mnemoc has quit IRC hey siesel! hi reinhard :) how are you? fine, today, I'm chilling out. Do you have such a storm too, down there in Austria? no not at all I'm using Xchat, I'm able to highlight, but Xchat wouldn't let me paste. can you send me in a mail? reinhard at gnue dot org tiredbones, do you've tried right mouse button? usually it's middle mouse button? File "/usr/lib/gnue/python/gnue/common/datasources/GConnections.py", line 330, in requestConnection self.loginToConnection(dataObject._connection) File "/usr/lib/gnue/python/gnue/common/datasources/GConnections.py", line 394, in loginToConnection checkFields = connection.getLoginFields () File "/usr/lib/gnue/python/gnue/common/datasources/drivers/appserver/appserver/Connection.py", line 71, in getLoginFields cfg = gConfigDict (section = 'appserver') File "/usr/lib/gnue/python/gnue/common/apps/GConfig.py", line 173, in gConfigDict for option in self._loadedConfigs[configFilename].options(section): File "/usr/lib/python2.3/ConfigParser.py", line 240, in options raise NoSectionError(section) NoSectionError: No section: 'appserver' it worked that time. the reason it worked that ime is because I didn't kill the window before pasting. interesting tiredbones: if you add --debug-level=2 you should get information, from which file you are reading right you might want to redirect output to a file because it might get long :) then search for "gnue.conf" in the output so the command looks like this, "gnue-forms -u gtk2 --debug-level=2" yes reinhard: I've read, you got your first gnue customer? not yet but somebody who seems interested great * siesel is reading appserver roadmap siesel: you might want to read appserver NEWS file beforehand ;-) hello all hi dimas hello dimas hello siesel, reinhard is this correct: gnue-forms -u gtk2 --debug-level=2 sample.gfd > errorlog reinhard: bah, NEWS, cvs commit email are much more interessting tiredbones: yes well then, nothing in errorlog. tiredbones: is this the windows-no debug build? siesel: i got some problem on a machime with python2.2 and not very new wxPython no tiredbones uses debian siesel: will check now when it starts tiredbones: you got stuff dumped on the screen? can I ask why all the messages that are direct to in Xchat are in red. reinhard: yes they are dump to the window tiredbones: the debian installation of mine is searching for gnue.conf in the following locations: Configuration files were read in this order: ['/etc/gnue/gnue.conf', '/home/jan/.gnue/gnue.conf', '/etc/gnue/gnue.conf.fixed'] *** btami has joined #gnuenterprise hi btami hi all hi siesel thx for fixing configfile driver! :) :) siesel: my path is /usr/local/gnu-conf/etc/gnue.conf tiredbones: then you have to do 2> instead of > tiredbones: huh? tiredbones: I thought you installed the debian packages? I did. tiredbones: it seems you have two gnue-forms lying around? tiredbones: there is a --debug-file= option too maybe some remains from your previous install? No, I completely whip it out. do you have that file you gave above? yes, I'm looking now. I have the same info that siesel in his search of gnue-conf, except for my home directory. Anthing else I should look for in the output?\ siesel: after revision 6918 it does not work here with wxPythonGTK-2.3.3 Modified: trunk/gnue-forms/src/uidrivers/wx/UIWXSplashScreen.py trunk/gnue-forms/src/uidrivers/wx/common.py Log: Adapt code to work with wxWidgets Ver > 2.4 in Unicode mode from Date: 2005-01-23 16:24:53 -0600 (Sun, 23 Jan 2005) reinhard: lots of these types of errors- DB002: 0:00:00.334 [UIdriver:163] gtk2.widgets.box.pyc doesn't appear to be a valid ui widget dimas: thats bad dimas: which error do you get? I'll try to fix it *** mnemoc has joined #gnuenterprise *** sjc has joined #gnuenterprise reinhard: i need --silent to appserver after all *** johannesV has joined #gnuenterprise only this way can "pythonw.exe gnue-appserver-win.py" work (without console) tiredbones: you can ignore them for now reinhard: or can we use --loglevel or --debug-level for this ? tiredbones: can you double check you have read access to gnue.conf? btami: I'm ok with --silent ok, thx tiredbones: siesel: my path is /usr/local/gnu-conf/etc/gnue.conf tiredbones, don't you have an appserver running ? tiredbones: ^^^^^ you wrote this just ago can you look at the path of gnue.conf when you start appserver ? what is this "gnu-conf"? bbl back back siesel: it gives just: gnue-forms: Unknown UI driver specified: wx siesel: i will test and report more info tomorrow ok, on the phone *** siesel has quit IRC *** johannesV has quit IRC bbl reinhard: appserver is running. I say that appserver is running because if I try to start it I get an error indicating that the address is already in use. kill it :) Is there a nice way to kill it? Does gnue-appserver check to see if it's up and running already? That is, does it allow other copies of itself to start another process? reinhard: fyi . I killed all the processes for gnue-appserver, I then restarted gnue-appserver. I next tried to run sample.gfd. I still get the error, NoSectionError: No Section: 'appserver'. I'm running everthing as root. *** SachaS has quit IRC Does gnue-appserver keep a pid file? Something like Apache or Postgresql. *** sss has joined #gnuenterprise *** wendall911 has joined #gnuenterprise *** SachaS has joined #gnuenterprise *** sss has quit IRC back tiredbones: i will set up a sarge box to test if i can reproduce on my current system I have installed development version and that will most likely interfere somehow with an installed version so I'll set up a clean machine for testing I'll let you know what I found out thanks anyway for your patience the pid files are usually done by the /etc/init.d script and as appserver does not *yet* have such a script, there's also no pid file again bbl Ok, I'll see if I can break something else in the mean time. To all, am I the only person running from an installed version? *** tiredbones has quit IRC * ajmitch gets the hint to work on appserver ;) ajmitch: :) ajmitch: it would be cool to get at least 0.4.0 into sarge with no major changes and then have a 0.4.0-2 or so with an /etc/init.d script und such stuff yeah, I was waiting for 0.3.5 to get into sarge if possible but sarge probably won't freeze for another 6 months anyway ;) I am beginning to ask myself if sarge will ever freeze I'll try & get the more recent versions of the gnue tools into ubuntu or if some people hold back sarge forever on purpose because they don't want those things to happen that are scheduled for "after sarge release" like removal of all gfdl docs etc yeah as far as I know it's allowed for gfdl docs to be quietlly ignored before sarge is released which is good since the GNUe docs are GFDL yes plus other "non-free" (in debian's definition) stuff like logos yup even the debian logo is considered non-free for debian because they are trademarked it's an issue with mozilla so etch won't even contain a debian logo any more are you sure? I remember that discussion and it sounds logical (if you adhere to their logic) sure :) you are not allowed to change the debian logo so it's not free also I'm not sure if the fonts we are all used to would be "free" in that sense you aren't allowed to change the text of the GPL, they should throw it out *lol* interesting point do you want to bring it up on debian-legal? ;) not really I'm not *that* bored :) or that mischievous *** btami has quit IRC *** tiredbones has joined #gnuenterprise tiredbones: meanwhile I was able to reproduce exactly the behaviour you see on my developer system by removing the [appserver] line from gnue.conf so I very much suspect that either your gnue.conf is broken, or gnue-forms reads another gnue.conf than you expect it to to make sure please mail me your /etc/gnue/gnue.conf and the output of --debug-level=2 will look at it tomorrow thanks good night all *** reinhard has quit IRC *** tiredbones has quit IRC *** siesel has joined #gnuenterprise *** sjc has quit IRC *** siesel has quit IRC *** titopbs has joined #gnuenterprise *** jcater has quit IRC *** wendall911 has left #gnuenterprise *** jcater has joined #gnuenterprise *** trbl has joined #gnuenterprise help Hello, is anyone online? yes * trbl looks at trbl * trbl types '/kick trbl' as fast as he can... I have a question about GnuEnterprise. ask, if you're lucky I may be able to answer OK! I am a developer thinking of creating a new relational database application to be used by real users (!) Is GNUe ready for me to be able to do such work? it should be but it's a vague description you gave :) And is development actually going on now? It's not clear from the web site, and the last update was about a year ago. Don't mean to be vague. I am developing an application to track insurance premiums and payments for a medical concern. yes, development is certainly still going on if you looked at the page in the topic here, you'd see that there are new tool releases quite often I'd rather get things going with free software than with MicroStuff. Excuse my dumbness .. . which page is that? http://www.gnuenterprise.org/project/news Well, shame on me. Thanx muchly. I suspect we'll be in touch again. :) I hope that helped Yup. Salutary for the ego as well :-) *** trbl has left #gnuenterprise *** Amorphous has quit IRC *** Amorphous has joined #gnuenterprise