Timestamps are in EET.
[0:46] * DMA03 (n=foo@91.142.57.20) has joined #openbravo
[0:52] * DMA02 (n=foo@91.142.57.20) Quit (Nick collision from services.)
[0:52] * DMA03 is now known as DMA02
[1:02] * DMA02 (n=foo@91.142.57.20) Quit ("I am of the needing to be of the quit")
[1:03] * DavidV (i=55a1c184@gateway/web/ajax/mibbit.com/x-c0658de318696599) Quit ("http://www.mibbit.com ajax IRC Client")
[1:31] * mtaa1 (n=mtaal@ip5650ded8.direct-adsl.nl) Quit (Read error: 110 (Connection timed out))
[2:30] * ruoso (i=ruoso@189.97.244.7) has joined #openbravo
[3:06] -ci-update- erp_devel_main-obxpress build failed (http://builds.openbravo.com/job/erp_devel_main-obxpress/17/)
[3:37] * DrkShadow (n=andrew@host-72-175-240-62.static.bresnan.net) has joined #openbravo
[3:38] <DrkShadow> can someone help me out? I'm using netbeans, just downloaded the 2.30 source with mercurial (devel/main branch), and loaded it up it Netbeans.. in TicketLineInfo.java, line 84 (pid = product.getID();), it has error: cannot find symbol: getID; location: class com.openbravo.pos.ticket.ProductInfoExt.getID . wtf?
[5:40] * elopio (n=elopio@190.10.98.224) Quit ("Leaving.")
[6:52] * sparkydeee2 (n=mark@200.32.235.37) has joined #openbravo
[7:02] <sparkydeee2> Why is it that when I want to go through the Initial Client setup, it just closes my left pane, and nothing happens?
[8:27] * mtaal (n=mtaal@ip5650ded8.direct-adsl.nl) has joined #openbravo
[8:30] * manish84 (n=manish84@125.99.193.206) has joined #openbravo
[8:32] <sparkydeee2> I found out it had something to do with firefox that the Client Initialization did not work. Tried it in Opera and it works, though the whole GUI seems to be broken in Opera
[9:49] * nebajoth is now known as nebaway
[9:50] <katratxo> sparkydeee2: do you have adblock plugin installed?
[9:50] <katratxo> that's the problem
[9:51] <katratxo> http://wiki.openbravo.com/wiki/Virtual_appliances#Client_System_Requirements
[10:04] * DMA02 (n=foo@91.142.57.20) has joined #openbravo
[10:37] * manish84 (n=manish84@125.99.193.206) Quit (kornbluth.freenode.net irc.freenode.net)
[10:37] * echo^ (i=Elsemiek@85.17.156.249) Quit (kornbluth.freenode.net irc.freenode.net)
[10:38] * manish84 (n=manish84@125.99.193.206) has joined #openbravo
[10:38] * echo^ (i=Elsemiek@85.17.156.249) has joined #openbravo
[11:09] * DMA02 (n=foo@91.142.57.20) Quit (Read error: 110 (Connection timed out))
[12:07] * goldwin (n=goldwin@125.99.193.206) has joined #openbravo
[13:20] * sparkydeee3 (n=mark@200.32.232.150) has joined #openbravo
[13:20] * sparkydeee2 (n=mark@200.32.235.37) Quit (Read error: 110 (Connection timed out))
[13:27] * DMA02 (n=foo@91.142.57.20) has joined #openbravo
[14:35] <sparkydeee3> katratxo: THank you.. I do have Adblock installed, so will try without it and see.
[15:51] * andreiutz (n=alexandr@92.83.246.74) has joined #openbravo
[16:10] <andreiutz> hello, I want to install openbravopos 2.30. I downloaded the file openbravopos-2.30-linux-x64-installer.bin but I don't know what to do with this file. I have Ubuntu 9.04
[16:17] * DMA02 (n=foo@91.142.57.20) Quit (Remote closed the connection)
[16:48] <iarwain> andreiutz: chmod +x openbravopos-2.30-linux-x64-installer.bin; ./openbravopos-2.30-linux-x64-installer.bin
[16:49] <andreiutz> iarwain, thank you
[16:49] <iarwain> andreiutz: you're welcome.
[16:50] <iarwain> andreiutz: you've downloaded the 64bit version. You need the 64bit version of ubuntu to run that.
[16:50] <andreiutz> iarwain, yes it is the 64bit version
[16:50] <iarwain> andreiutz: ok, just wanted to make sure.
[16:51] <andreiutz> iarwain, but i have another problem
[16:51] <andreiutz> i configured the first panel but i still get the error: Cannot connect to database. Database not available.
[16:51] <andreiutz> iarwain, com.mysql.jdbc.CommunicationsException: Communications link failure
[16:52] <andreiutz> iarwain, why ?
[16:52] <iarwain> andreiutz: I work on ERP, not POS, so I can't give you many details. However, the wiki says: "The first time Openbravo POS starts and there isn't a database, it display a warning alerting that it has found an empty database. If you click OK, Openbravo POS will create for you the database structure necessary to run."
[16:54] <andreiutz> iarwain, I have done that but after restart I get the same message
[16:54] <iarwain> andreiutz: dumb question: is mysql started?
[16:56] <andreiutz> iarwain, how can I find out :) ?
[16:57] <iarwain> andreiutz: you can run "nmap -p 3306 localhost" in a terminal.
[16:57] <iarwain> andreiutz: do you want to use mysql as database? you can also use derby, does not require installing anything. It depends on what your needs are.
[16:58] <andreiutz> iarwain,output: nmap -p 3306 localhost
[16:59] <andreiutz> sorry
[16:59] <andreiutz> iarwain, 3306/tcp closed mysql
[16:59] <iarwain> you can paste in http://rafb.net/paste
[16:59] <andreiutz> ok
[16:59] <iarwain> ok, then mysql is not started
[16:59] <andreiutz> how can I start mysql ?
[16:59] <iarwain> do you have it installed?
[16:59] <andreiutz> yes
[16:59] <andreiutz> I installed LAMP
[17:00] <iarwain> sudo /etc/init.d/mysql start
[17:01] <andreiutz> iarwain, http://rafb.net/p/0EOabF96.html
[17:04] <iarwain> Output of "ps aux | grep mysqld"?
[17:05] <andreiutz> iarwain, http://rafb.net/p/JoMUhy88.html
[17:07] <iarwain> can you post the contents of /etc/mysql/my.cnf and /etc/hosts?
[17:08] <andreiutz> yes
[17:10] <andreiutz> iarwain, http://rafb.net/p/NM7o3311.html
[17:10] <andreiutz> iarwain, http://rafb.net/p/a9l1Ua21.html
[17:11] <iarwain> andreiutz: ok, then try "nmap -p 3306 192.168.2.5
[17:11] <andreiutz> iarwain, 3306/tcp open mysql
[17:11] <iarwain> you have apparently configured mysql to run bind to the interface with that IP.
[17:11] <iarwain> So you should tell openbravo POS that mysql is in that ip
[17:12] <andreiutz> ok, so i have to substitute localhost with local ip address ?
[17:13] <iarwain> yes
[17:13] <iarwain> or change mysql to run on localhost.
[17:14] <andreiutz> the modified line looks like this: jdbc:mysql://192.168.2.5:3306/openbravopos
[17:14] <iarwain> ok
[17:14] <andreiutz> damn, i get the same message
[17:14] <andreiutz> ava.sql.SQLException: null, message from server: "Host 'Pericos-Comenzi-LX.local' is not allowed to connect to this MySQL server"
[17:15] <iarwain> that's a mysql configuration issue
[17:17] <iarwain> let me download the installer and try
[17:17] <andreiutz> ok, thank you very much
[17:18] * mtaal (n=mtaal@ip5650ded8.direct-adsl.nl) Quit (Read error: 110 (Connection timed out))
[17:22] * goldwin (n=goldwin@125.99.193.206) has left #openbravo
[17:30] <iarwain> andreiutz: ok, I see that by default it select derby automatically.
[17:31] <andreiutz> okay, i'll use derby
[17:32] <andreiutz> thank you very much for your time
[17:32] <iarwain> andreiutz: if you want to use mysql you should create a database and a user
[17:32] <iarwain> and then it will work.
[17:33] <andreiutz> ok, I will read a mysql tutorial for creating a user and a database
[17:35] <iarwain> andreiutz: ok. it should be enough with 3 commands: http://rafb.net/p/SVIoOJ78.html
[17:35] * iarwain has to leave
[17:37] <andreiutz> ok, thank you very much
[17:44] * andreiutz (n=alexandr@92.83.246.74) Quit ("Leaving")
[18:17] <rosenwla> What is "Line No." in Tax Rate in OBERP
[18:18] * manish84 (n=manish84@125.99.193.206) Quit ("Leaving")
[19:32] * mtaal (n=mtaal@ip5650ded8.direct-adsl.nl) has joined #openbravo
[19:51] * kickfliph (n=Harold@190.142.157.12) has joined #openbravo
[19:58] * sparkydeee3 (n=mark@200.32.232.150) Quit (Read error: 110 (Connection timed out))
[22:23] * kickfliph (n=Harold@190.142.157.12) Quit ("Saliendo")
[23:28] * jmas (n=jordi@108.Red-88-16-142.dynamicIP.rima-tde.net) has joined #openbravo
[23:47] * nebaway is now known as nebajoth
These logs were automatically created by LogBot-vl on irc.freenode.net using the Java IRC LogBot.