I was wondering if I'm the only one experiencing download error.
tar -xvzf activemq-19032012-Linux.tgz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are you still having this error? If so, I noticed today that the archives are no longer zipped. So just drop the "z" from your tar command and change the archive filenames to be just tar. Like so:
tar -xvf activemq-19032012-Linux.tar
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone.
I need your help, I am desperate. I spent this weekend trying to get smartpos demo to work with only a couple of hours of sleep a day, but no success. Before trying, I read everything I could find in this forum and other relative forums like Redhuan's (that is how I landed here) as well. I have even read „Adempiere Cookbook“ again.
I must make clear, I am quite fit with linux, I understand ERP and POS quite well, but I have practically no programming experience.
I followed the instructions in this topic to the letter, I even experimented a little bit with the „host“ file. I also googled every error in the log files I could.
At the end I was so exhausted that I gave up.
Therefore I kindly and most humbly ask for your help.
For my tests I used every time a fresh setup of ubuntu-servers in Virtualbox on an Ubuntu 12.04 machine. I startet with images of Ubuntu 12.04, then 11.04 and finally 10.04 servers, both 32 bit as well as 64bit.
The only deviation from your instructions here was that I had to use
instead of the smart*-demo-rest-19032012.backup versions since these are no longer available for download and of course postgresql-9.1.
I personally suspect my problem is here to find or at my locale since I am in Austria and use German/Austrian setups and locale.
Which means you are trying to reach a host called: adempiere, that doesn´t exists; perhaps defined in your adempiereEnv.properties, then if you want to point this host to your ip address please create a new host definition in your /ect/hosts or change the adempiere config to point to the rigth server
Regards,
Pedro Rozo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just made another test. This time I used a host file just like Andy Graybeal suggested, at the same time I defined my servers IP to 192.168.0.169 because some file demanded so.
This time I got some progress I think.
I attach the new logfiles and host-file.
Could you please have a look at my new log files and make suggestions to make everything run as it should? I would be grateful as I am for the great job you and your team did with SmartPOS and SmartERP.
By the way, you twittered that you are going to release a new version shortly. Do you have a date in the meanwhile?
You adempiere logs shows that the ERP is up , running, and listening (connected) to the activemq queue called: ERP1000003 ----- did you get access to the SmartERP screen or not ? your description is not clear ...
Regarding our next release, we are finishing testing and documentation, so I guessti will be available by the end of this week ....
Regards,
Pedro R
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you Pedro. I will be waiting impatiently for the new release ;-)
In the meanwhile I got everything running. I suppose I can ignore some errors I found.
I will take a rest now and then I will try to reinstall everything on a 12.04 server just to make sure I can reproduce a fresh install and then I will test as much as possible the communication between the windows POS and the ERP.
I hope you will include a linux POS in the new release. I am sure many of us will be very happy about that.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was wondering if I'm the only one experiencing download error.
Are you still having this error? If so, I noticed today that the archives are no longer zipped. So just drop the "z" from your tar command and change the archive filenames to be just tar. Like so:
tar -xvf activemq-19032012-Linux.tar
Alright, it's my step-by-step instructions so far, that work for me.
Now to get the client up and running :)
Last edit: Andy Graybeal 2012-03-29
Hello everyone.
I need your help, I am desperate. I spent this weekend trying to get smartpos demo to work with only a couple of hours of sleep a day, but no success. Before trying, I read everything I could find in this forum and other relative forums like Redhuan's (that is how I landed here) as well. I have even read „Adempiere Cookbook“ again.
I must make clear, I am quite fit with linux, I understand ERP and POS quite well, but I have practically no programming experience.
I followed the instructions in this topic to the letter, I even experimented a little bit with the „host“ file. I also googled every error in the log files I could.
At the end I was so exhausted that I gave up.
Therefore I kindly and most humbly ask for your help.
For my tests I used every time a fresh setup of ubuntu-servers in Virtualbox on an Ubuntu 12.04 machine. I startet with images of Ubuntu 12.04, then 11.04 and finally 10.04 servers, both 32 bit as well as 64bit.
The only deviation from your instructions here was that I had to use
smarterp-demo-rest-16042012.backup
smartpos-demo-rest-16042012.backup
instead of the smart*-demo-rest-19032012.backup versions since these are no longer available for download and of course postgresql-9.1.
I personally suspect my problem is here to find or at my locale since I am in Austria and use German/Austrian setups and locale.
When I check ActiveMQ @ http://localhost:8161/admin/ or
http://192.168.0.196:8161/admin/ from another local host, everything works great, but...
when I check Adempiere @ http://localhost:8086/webui or
http://192.168.0.196::8086/webui
I get a lot of errors in the terminal where I start „/app/java/SmartERP/sube „ as well as in my logs.
It seems I cannot get a DB-connection. Unfortenately I cannot resolve the problem myself.
So please help me with this one.
I attache the logs and the host file from my last attempts on a 10.04 64bit Ubuntu-server.
I am looking desperately hearing from you people.
Best thanks and Regards in advance
Last edit: Ulli_H 2013-02-18
Hi, kind you share with me that how you fixed the issue. Because I am facing the same issue as When I check ActiveMQ @ http://localhost:8161/admin/ or
http://192.168.0.196:8161/admin/ so it working fine and don't show any kind of issue but when I check http://192.168.0.196::8086/- gta vice city apk so I face bundles of issue and even though it not loading.
Last edit: Alston 2022-04-04
Hi ... your log is quite descriptive,
Caused by: java.net.UnknownHostException: adempiere
Which means you are trying to reach a host called: adempiere, that doesn´t exists; perhaps defined in your adempiereEnv.properties, then if you want to point this host to your ip address please create a new host definition in your /ect/hosts or change the adempiere config to point to the rigth server
Regards,
Pedro Rozo
Hello Pedro.
Thank you for your fast response.
I just made another test. This time I used a host file just like Andy Graybeal suggested, at the same time I defined my servers IP to 192.168.0.169 because some file demanded so.
This time I got some progress I think.
I attach the new logfiles and host-file.
When I try http://localhost:8086/webui/ or http://smartpos:8086/webui/ I get an error but when I try http://192.168.0.169:8086/webui/ I get the SmartERP login mask.
Could you please have a look at my new log files and make suggestions to make everything run as it should? I would be grateful as I am for the great job you and your team did with SmartPOS and SmartERP.
By the way, you twittered that you are going to release a new version shortly. Do you have a date in the meanwhile?
Thank you again
Last edit: Ulli_H 2013-02-18
You adempiere logs shows that the ERP is up , running, and listening (connected) to the activemq queue called: ERP1000003 ----- did you get access to the SmartERP screen or not ? your description is not clear ...
Regarding our next release, we are finishing testing and documentation, so I guessti will be available by the end of this week ....
Regards,
Pedro R
Thank you Pedro. I will be waiting impatiently for the new release ;-)
In the meanwhile I got everything running. I suppose I can ignore some errors I found.
I will take a rest now and then I will try to reinstall everything on a 12.04 server just to make sure I can reproduce a fresh install and then I will test as much as possible the communication between the windows POS and the ERP.
I hope you will include a linux POS in the new release. I am sure many of us will be very happy about that.
what should id do to setup the activemq on another machine
When I check http://localhost: 8161/admin/ or http://192.168.0.196:8161/admin/ it shows error. what should I do?