[22:15]<petterms> Hi, I am trying Helma for the first time, and getting this error when going through the tutorial: "Error in application addressbookWrapped java.lang.RuntimeException: Error retrieving NodeIDs (C:\helma\apps\addressbook\Root\main.hac#2)" [22:15]<petterms> any ideas what I am messing up? :) using xammp btw [22:50]<zumbrunn> hi petterms [22:50]<zumbrunn> most likely it's the db connection/config that isn't right [22:51]<zumbrunn> maybe something with the jdbc driver [22:52]<zumbrunn> or just a misconfiguration in the db.properties [22:53]<zumbrunn> one thing you could try is to add the helmatools repository to your tutorial app and see if you can connect to your db using the sqlshell [22:53]<petterms> Hi there, I went through the setup one more time and found that I hadnt installed the MySQL driver and at the same time copy pasted different tutorial code: myDataSource.url vs mysql.url from the MySQL connection page, now those are sorted [22:54]<zumbrunn> http://helma.zumbrunn.com/tools/about_sqlshell [22:54]<petterms> no errors now, but no output of the two rows in my db either [22:55]<zumbrunn> not sure what else is wrong then [22:55]<petterms> i think i must have missed a section in the tutorial in terms of output, re-reading.. [23:00]<petterms> i had previousely commented out some lines in the main.hac file to see if it had any impact. Now it all works, thanks for the help zumbrunn. [23:00]<zumbrunn> :-)