Hello,
I followed Ofbiz install instruction in http://build.ofbiz.org/ . So, I downloaded ofbiz-trunk-current.zip, and executed startofbiz in terminal. It was in 23 day in the morning. Now is 29 day and it still proceeds installation process... So it is installing 6 days and hadn't finished yet. Last lines from terminal is: ........................ ......................... 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] received job [Auto-create Fixed Asset Maintenances] from poller [org.ofbiz.service.job.JobPoller@1f15f7f] 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) [PersistedServiceJob.java:176:INFO ] org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next runtime: Fri May 29 09:55:59 EEST 2009 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ Log.java:110:INFO ] [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for primary permission ACCOUNTING_CREATE 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ ServiceEcaRule.java:133:INFO ] For Service ECA [fixedAssetPermissionCheck] on [return] got false for condition: [hasPermission][equals][false][true][Boolean] 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ ServiceDispatcher.java:586:INFO ] Sync service [JobDispatcher/createMaintsFromTimeInterval] finished in [61] milliseconds My question is: is it normal lenght of installation? How many days it takes usualy? Can I do something for shorter installation? I have installed Java SDK 1.5 OS - Linux, Ubuntu 8.04 thank you, Gintare |
What kind of hardware are you running this on? I've heard of long build/install/run times on Windows because of the synchronous IO, but usually on Linux it's not too bad. On my tiny laptop it takes about 30 minutes on Windows and about 5 minutes on Linux to do an "ant run-install" from source code only (ie nothing pre- built). -David On May 29, 2009, at 1:01 AM, Gintare Ragaisiene wrote: > Hello, > > I followed Ofbiz install instruction in http://build.ofbiz.org/ . > So, I > downloaded ofbiz-trunk-current.zip, and executed startofbiz in > terminal. It > was in 23 day in the morning. Now is 29 day and it still proceeds > installation process... So it is installing 6 days and hadn't > finished yet. > Last lines from terminal is: > > ........................ > ......................... > 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ > JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] > received > job [Auto-create Fixed Asset Maintenances] from poller > [org.ofbiz.service.job.JobPoller@1f15f7f] > 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) > [PersistedServiceJob.java:176:INFO ] > org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next > runtime: > Fri May 29 09:55:59 EEST 2009 > 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ > Log.java:110:INFO ] > [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for > primary permission ACCOUNTING_CREATE > 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ > ServiceEcaRule.java:133:INFO ] For Service ECA > [fixedAssetPermissionCheck] > on [return] got false for condition: > [hasPermission][equals][false][true][Boolean] > 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ > ServiceDispatcher.java:586:INFO ] Sync service > [JobDispatcher/createMaintsFromTimeInterval] finished in [61] > milliseconds > > > My question is: is it normal lenght of installation? How many days > it takes > usualy? Can I do something for shorter installation? > > I have installed Java SDK 1.5 > OS - Linux, Ubuntu 8.04 > > thank you, > Gintare |
Administrator
|
You may also switch the DB to PostGres to speed up things dramatically
Jacques From: "David E Jones" <[hidden email]> > > What kind of hardware are you running this on? > > I've heard of long build/install/run times on Windows because of the > synchronous IO, but usually on Linux it's not too bad. On my tiny > laptop it takes about 30 minutes on Windows and about 5 minutes on > Linux to do an "ant run-install" from source code only (ie nothing pre- > built). > > -David > > > On May 29, 2009, at 1:01 AM, Gintare Ragaisiene wrote: > >> Hello, >> >> I followed Ofbiz install instruction in http://build.ofbiz.org/ . >> So, I >> downloaded ofbiz-trunk-current.zip, and executed startofbiz in >> terminal. It >> was in 23 day in the morning. Now is 29 day and it still proceeds >> installation process... So it is installing 6 days and hadn't >> finished yet. >> Last lines from terminal is: >> >> ........................ >> ......................... >> 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ >> JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] >> received >> job [Auto-create Fixed Asset Maintenances] from poller >> [org.ofbiz.service.job.JobPoller@1f15f7f] >> 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) >> [PersistedServiceJob.java:176:INFO ] >> org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next >> runtime: >> Fri May 29 09:55:59 EEST 2009 >> 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ >> Log.java:110:INFO ] >> [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for >> primary permission ACCOUNTING_CREATE >> 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ >> ServiceEcaRule.java:133:INFO ] For Service ECA >> [fixedAssetPermissionCheck] >> on [return] got false for condition: >> [hasPermission][equals][false][true][Boolean] >> 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ >> ServiceDispatcher.java:586:INFO ] Sync service >> [JobDispatcher/createMaintsFromTimeInterval] finished in [61] >> milliseconds >> >> >> My question is: is it normal lenght of installation? How many days >> it takes >> usualy? Can I do something for shorter installation? >> >> I have installed Java SDK 1.5 >> OS - Linux, Ubuntu 8.04 >> >> thank you, >> Gintare > |
In reply to this post by Gintare Ragaisiene
On my linux box "ant run-install" takes about 3 minutes.
-- Ashish On Fri, May 29, 2009 at 12:31 PM, Gintare Ragaisiene < [hidden email]> wrote: > Hello, > > I followed Ofbiz install instruction in http://build.ofbiz.org/ . So, I > downloaded ofbiz-trunk-current.zip, and executed startofbiz in terminal. It > was in 23 day in the morning. Now is 29 day and it still proceeds > installation process... So it is installing 6 days and hadn't finished yet. > Last lines from terminal is: > > ........................ > ......................... > 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ > JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] received > job [Auto-create Fixed Asset Maintenances] from poller > [org.ofbiz.service.job.JobPoller@1f15f7f] > 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) > [PersistedServiceJob.java:176:INFO ] > org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next runtime: > Fri May 29 09:55:59 EEST 2009 > 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ > Log.java:110:INFO ] > [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for > primary permission ACCOUNTING_CREATE > 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ > ServiceEcaRule.java:133:INFO ] For Service ECA [fixedAssetPermissionCheck] > on [return] got false for condition: > [hasPermission][equals][false][true][Boolean] > 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ > ServiceDispatcher.java:586:INFO ] Sync service > [JobDispatcher/createMaintsFromTimeInterval] finished in [61] milliseconds > > > My question is: is it normal lenght of installation? How many days it takes > usualy? Can I do something for shorter installation? > > I have installed Java SDK 1.5 > OS - Linux, Ubuntu 8.04 > > thank you, > Gintare > |
In reply to this post by Gintare Ragaisiene
Those log entries are just scheduled services running, my guess is
that OFBiz isn't installing it's just up and running. Regards Scott On 29/05/2009, at 7:01 PM, Gintare Ragaisiene wrote: > Hello, > > I followed Ofbiz install instruction in http://build.ofbiz.org/ . > So, I > downloaded ofbiz-trunk-current.zip, and executed startofbiz in > terminal. It > was in 23 day in the morning. Now is 29 day and it still proceeds > installation process... So it is installing 6 days and hadn't > finished yet. > Last lines from terminal is: > > ........................ > ......................... > 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ > JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] > received > job [Auto-create Fixed Asset Maintenances] from poller > [org.ofbiz.service.job.JobPoller@1f15f7f] > 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) > [PersistedServiceJob.java:176:INFO ] > org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next > runtime: > Fri May 29 09:55:59 EEST 2009 > 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ > Log.java:110:INFO ] > [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for > primary permission ACCOUNTING_CREATE > 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ > ServiceEcaRule.java:133:INFO ] For Service ECA > [fixedAssetPermissionCheck] > on [return] got false for condition: > [hasPermission][equals][false][true][Boolean] > 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ > ServiceDispatcher.java:586:INFO ] Sync service > [JobDispatcher/createMaintsFromTimeInterval] finished in [61] > milliseconds > > > My question is: is it normal lenght of installation? How many days > it takes > usualy? Can I do something for shorter installation? > > I have installed Java SDK 1.5 > OS - Linux, Ubuntu 8.04 > > thank you, > Gintare smime.p7s (3K) Download Attachment |
In reply to this post by David E Jones-3
Hello David,
Would me more then happy to know your thoughts about such a big time consumed on Windows machine? I have the same experience with Windows box. Thanks in advance. -- Ashish On Fri, May 29, 2009 at 12:46 PM, David E Jones <[hidden email] > wrote: > > What kind of hardware are you running this on? > > I've heard of long build/install/run times on Windows because of the > synchronous IO, but usually on Linux it's not too bad. On my tiny laptop it > takes about 30 minutes on Windows and about 5 minutes on Linux to do an "ant > run-install" from source code only (ie nothing pre-built). > > -David > > |
In reply to this post by Gintare Ragaisiene
Please have a look at the messages?
this is output from jobs running in the background..... if you see the following message the server has been started up. 2009-05-29 09:26:34,444 (http-0.0.0.0-8443-1) [ UtilJ2eeCompat.java:69 :INFO ] serverInfo: apache tomcat/6.0.16 after using startofbiz it will show in about 30-60 seconds. Regards, Hans On Fri, 2009-05-29 at 10:01 +0300, Gintare Ragaisiene wrote: > Hello, > > I followed Ofbiz install instruction in http://build.ofbiz.org/ . So, I > downloaded ofbiz-trunk-current.zip, and executed startofbiz in terminal. It > was in 23 day in the morning. Now is 29 day and it still proceeds > installation process... So it is installing 6 days and hadn't finished yet. > Last lines from terminal is: > > ........................ > ......................... > 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ > JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] received > job [Auto-create Fixed Asset Maintenances] from poller > [org.ofbiz.service.job.JobPoller@1f15f7f] > 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) > [PersistedServiceJob.java:176:INFO ] > org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next runtime: > Fri May 29 09:55:59 EEST 2009 > 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ > Log.java:110:INFO ] > [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for > primary permission ACCOUNTING_CREATE > 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ > ServiceEcaRule.java:133:INFO ] For Service ECA [fixedAssetPermissionCheck] > on [return] got false for condition: > [hasPermission][equals][false][true][Boolean] > 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ > ServiceDispatcher.java:586:INFO ] Sync service > [JobDispatcher/createMaintsFromTimeInterval] finished in [61] milliseconds > > > My question is: is it normal lenght of installation? How many days it takes > usualy? Can I do something for shorter installation? > > I have installed Java SDK 1.5 > OS - Linux, Ubuntu 8.04 > > thank you, > Gintare Antwebsystems.com: Quality OFBiz services for competitive rates |
In reply to this post by Ashish Vijaywargiya
My guess is because Windows uses synchronous IO and Linux uses asynchronous IO. I'm no Windows expert so I don't know for sure, or if there is a way to improve performance on Windows. Chances are by paying money for Windows Server or some sort of third- party commercial add-on the problem can be fixed. Sorry for that comment... I guess I'm a little jaded. Actually, with the mini-laptop I got last year I SO wanted Windows Vista to work well since it supports more in theory... but I'll admit I gave up after the 5th problem that I couldn't find a reasonable solution for... so now it's Ubuntu 9.04 running native and WinXP in VMWare for me... -David On May 29, 2009, at 1:42 AM, Ashish Vijaywargiya wrote: > Hello David, > > Would me more then happy to know your thoughts about such a big time > consumed on Windows machine? > I have the same experience with Windows box. > > Thanks in advance. > -- > Ashish > > On Fri, May 29, 2009 at 12:46 PM, David E Jones <[hidden email] >> wrote: > >> >> What kind of hardware are you running this on? >> >> I've heard of long build/install/run times on Windows because of the >> synchronous IO, but usually on Linux it's not too bad. On my tiny >> laptop it >> takes about 30 minutes on Windows and about 5 minutes on Linux to >> do an "ant >> run-install" from source code only (ie nothing pre-built). >> >> -David >> >> |
Administrator
|
In reply to this post by Ashish Vijaywargiya
I guess Derby relies more on the File System when creating tables, indexex, etc. And we all know that the Windows File System (NTFS)
is not its strong point If you use PostGres (also I use it on another disk than were OFBiz run), running run-install on a new DB is only a matter of minutes on a recent desktop machine (3, IRRW) This is only for a dev environment, I prefer far more Linux for production.... Jacques From: "Ashish Vijaywargiya" <[hidden email]> > Hello David, > > Would me more then happy to know your thoughts about such a big time > consumed on Windows machine? > I have the same experience with Windows box. > > Thanks in advance. > -- > Ashish > > On Fri, May 29, 2009 at 12:46 PM, David E Jones <[hidden email] >> wrote: > >> >> What kind of hardware are you running this on? >> >> I've heard of long build/install/run times on Windows because of the >> synchronous IO, but usually on Linux it's not too bad. On my tiny laptop it >> takes about 30 minutes on Windows and about 5 minutes on Linux to do an "ant >> run-install" from source code only (ie nothing pre-built). >> >> -David >> >> > |
In reply to this post by Gintare Ragaisiene
Hi,startofbiz.sh is for starting the server after the installation.
Follow the README file in ofbiz folder for the installation steps. On Fri, May 29, 2009 at 12:31 PM, Gintare Ragaisiene < [hidden email]> wrote: > Hello, > > I followed Ofbiz install instruction in http://build.ofbiz.org/ . So, I > downloaded ofbiz-trunk-current.zip, and executed startofbiz in terminal. It > was in 23 day in the morning. Now is 29 day and it still proceeds > installation process... So it is installing 6 days and hadn't finished yet. > Last lines from terminal is: > > ........................ > ......................... > 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ > JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] received > job [Auto-create Fixed Asset Maintenances] from poller > [org.ofbiz.service.job.JobPoller@1f15f7f] > 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) > [PersistedServiceJob.java:176:INFO ] > org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next runtime: > Fri May 29 09:55:59 EEST 2009 > 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ > Log.java:110:INFO ] > [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for > primary permission ACCOUNTING_CREATE > 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ > ServiceEcaRule.java:133:INFO ] For Service ECA [fixedAssetPermissionCheck] > on [return] got false for condition: > [hasPermission][equals][false][true][Boolean] > 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ > ServiceDispatcher.java:586:INFO ] Sync service > [JobDispatcher/createMaintsFromTimeInterval] finished in [61] milliseconds > > > My question is: is it normal lenght of installation? How many days it takes > usualy? Can I do something for shorter installation? > > I have installed Java SDK 1.5 > OS - Linux, Ubuntu 8.04 > > thank you, > Gintare > -- Thanks, Krupakar. |
In reply to this post by Gintare Ragaisiene
The first time I ran OFBIZ I thought it was compiling when it was really
running and outputting to the console. You can redirect the output from the console or just us the entry in startofbiz.sh, it is the next to the last line. Uncomment it and comment the last line. # start OFBiz $JAVA $VMARGS -jar ofbiz.jar $* >>$OFBIZ_LOG 2>>$OFBIZ_LOG& #exec "$JAVA" $VMARGS -jar ofbiz.jar "$@" ^ You can also $ ps -ef | grep OFBiz and should get something like this if it is running. root 10724 1 1 May28 ? 00:11:42 java -Xms128M -Xmx512M -Dofbiz.admin.port=10523 -Dofbiz.admin.key=so3du5kasd5dn -jar ofbiz.jar bring up a browser ( look in the README in the OFBiz directory ) and look at your server! I'm running the same Linux server. Dan Dodd -----Original Message----- From: Gintare Ragaisiene [mailto:[hidden email]] Sent: Friday, May 29, 2009 2:02 AM To: [hidden email] Subject: Ofbiz instaliation is very long Hello, I followed Ofbiz install instruction in http://build.ofbiz.org/ . So, I downloaded ofbiz-trunk-current.zip, and executed startofbiz in terminal. It was in 23 day in the morning. Now is 29 day and it still proceeds installation process... So it is installing 6 days and hadn't finished yet. Last lines from terminal is: ........................ ......................... 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] received job [Auto-create Fixed Asset Maintenances] from poller [org.ofbiz.service.job.JobPoller@1f15f7f] 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) [PersistedServiceJob.java:176:INFO ] org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next runtime: Fri May 29 09:55:59 EEST 2009 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ Log.java:110:INFO ] [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for primary permission ACCOUNTING_CREATE 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ ServiceEcaRule.java:133:INFO ] For Service ECA [fixedAssetPermissionCheck] on [return] got false for condition: [hasPermission][equals][false][true][Boolean] 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ ServiceDispatcher.java:586:INFO ] Sync service [JobDispatcher/createMaintsFromTimeInterval] finished in [61] milliseconds My question is: is it normal lenght of installation? How many days it takes usualy? Can I do something for shorter installation? I have installed Java SDK 1.5 OS - Linux, Ubuntu 8.04 thank you, Gintare |
In reply to this post by David E Jones-3
windows, as such, is bloated. Most computer come with 512 of memory, but
that is not even enough to load the core OS. Then there is all the apps that someone loads, so the machine is using the virtual disk drive which is a hard disk file, Usually this file is scattered all over the disk, because someone did not set it to a fixed size at the get go, or has not used something like Norton Speed disk. The defrag on Windows will consolidate files but not move the most active files to the outside of the disk. Norton Speed disk will consolidate better and move the virtual memory to the outside of the hardisk. The virtual file needs to be at the outside of the disk plater for faster disk access. You can reduce the virtual memory usage by adding a couple gigs of memory. This speeds up a windows machine considerable. If you computer can put 4-8 gigs of memory in, then you can use the extra, that the os does not recognize as ram disk drive and put the extra virtual memory file on it. Ashish Vijaywargiya sent the following on 5/29/2009 12:42 AM: > Hello David, > > Would me more then happy to know your thoughts about such a big time > consumed on Windows machine? > I have the same experience with Windows box. > > Thanks in advance. > -- > Ashish > > On Fri, May 29, 2009 at 12:46 PM, David E Jones <[hidden email] >> wrote: > >> What kind of hardware are you running this on? >> >> I've heard of long build/install/run times on Windows because of the >> synchronous IO, but usually on Linux it's not too bad. On my tiny laptop it >> takes about 30 minutes on Windows and about 5 minutes on Linux to do an "ant >> run-install" from source code only (ie nothing pre-built). >> >> -David >> >> > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
In reply to this post by Ashish Vijaywargiya
I run OFBiz on a number of Windows XP boxes and I don't have any
performance problems. Running ant run-install on a fresh checkout takes 3 minutes. -Adrian Ashish Vijaywargiya wrote: > Hello David, > > Would me more then happy to know your thoughts about such a big time > consumed on Windows machine? > I have the same experience with Windows box. > > Thanks in advance. > -- > Ashish > > On Fri, May 29, 2009 at 12:46 PM, David E Jones <[hidden email] >> wrote: > >> What kind of hardware are you running this on? >> >> I've heard of long build/install/run times on Windows because of the >> synchronous IO, but usually on Linux it's not too bad. On my tiny laptop it >> takes about 30 minutes on Windows and about 5 minutes on Linux to do an "ant >> run-install" from source code only (ie nothing pre-built). >> >> -David >> >> > |
Administrator
|
Begin to look like a troll :D
Jacques From: "Adrian Crum" <[hidden email]> >I run OFBiz on a number of Windows XP boxes and I don't have any > performance problems. Running ant run-install on a fresh checkout takes > 3 minutes. > > -Adrian > > Ashish Vijaywargiya wrote: >> Hello David, >> >> Would me more then happy to know your thoughts about such a big time >> consumed on Windows machine? >> I have the same experience with Windows box. >> >> Thanks in advance. >> -- >> Ashish >> >> On Fri, May 29, 2009 at 12:46 PM, David E Jones <[hidden email] >>> wrote: >> >>> What kind of hardware are you running this on? >>> >>> I've heard of long build/install/run times on Windows because of the >>> synchronous IO, but usually on Linux it's not too bad. On my tiny laptop it >>> takes about 30 minutes on Windows and about 5 minutes on Linux to do an "ant >>> run-install" from source code only (ie nothing pre-built). >>> >>> -David >>> >>> >> > |
In reply to this post by Dan Dodd
It normally only takes about 0.003 days to install.
On Fri, May 29, 2009 at 7:01 AM, Dan Dodd <[hidden email]> wrote: > The first time I ran OFBIZ I thought it was compiling when it was really > running and outputting to the console. > You can redirect the output from the console or just us the entry in > startofbiz.sh, it is the next to the last line. > Uncomment it and comment the last line. > > # start OFBiz > $JAVA $VMARGS -jar ofbiz.jar $* >>$OFBIZ_LOG 2>>$OFBIZ_LOG& > #exec "$JAVA" $VMARGS -jar ofbiz.jar "$@" > ^ > > You can also $ ps -ef | grep OFBiz and should get something like > this if it is running. > root 10724 1 1 May28 ? 00:11:42 java -Xms128M -Xmx512M > -Dofbiz.admin.port=10523 -Dofbiz.admin.key=so3du5kasd5dn -jar ofbiz.jar > > bring up a browser ( look in the README in the OFBiz directory ) and > look at your server! > > I'm running the same Linux server. > > > Dan Dodd > > -----Original Message----- > From: Gintare Ragaisiene [mailto:[hidden email]] > Sent: Friday, May 29, 2009 2:02 AM > To: [hidden email] > Subject: Ofbiz instaliation is very long > > Hello, > > I followed Ofbiz install instruction in http://build.ofbiz.org/ . So, I > downloaded ofbiz-trunk-current.zip, and executed startofbiz in terminal. > It > was in 23 day in the morning. Now is 29 day and it still proceeds > installation process... So it is installing 6 days and hadn't finished > yet. > Last lines from terminal is: > > ........................ > ......................... > 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ > JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] > received > job [Auto-create Fixed Asset Maintenances] from poller > [org.ofbiz.service.job.JobPoller@1f15f7f] > 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) > [PersistedServiceJob.java:176:INFO ] > org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next > runtime: > Fri May 29 09:55:59 EEST 2009 > 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ > Log.java:110:INFO ] > [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for > primary permission ACCOUNTING_CREATE > 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ > ServiceEcaRule.java:133:INFO ] For Service ECA > [fixedAssetPermissionCheck] > on [return] got false for condition: > [hasPermission][equals][false][true][Boolean] > 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ > ServiceDispatcher.java:586:INFO ] Sync service > [JobDispatcher/createMaintsFromTimeInterval] finished in [61] > milliseconds > > > My question is: is it normal lenght of installation? How many days it > takes > usualy? Can I do something for shorter installation? > > I have installed Java SDK 1.5 > OS - Linux, Ubuntu 8.04 > > thank you, > Gintare > |
In reply to this post by Jacques Le Roux
I have a screencap if anyone doesn't believe me. ;-)
-Adrian Jacques Le Roux wrote: > Begin to look like a troll :D > > Jacques > > From: "Adrian Crum" <[hidden email]> >> I run OFBiz on a number of Windows XP boxes and I don't have any >> performance problems. Running ant run-install on a fresh checkout >> takes 3 minutes. >> >> -Adrian >> >> Ashish Vijaywargiya wrote: >>> Hello David, >>> >>> Would me more then happy to know your thoughts about such a big time >>> consumed on Windows machine? >>> I have the same experience with Windows box. >>> >>> Thanks in advance. >>> -- >>> Ashish >>> >>> On Fri, May 29, 2009 at 12:46 PM, David E Jones >>> <[hidden email] >>>> wrote: >>> >>>> What kind of hardware are you running this on? >>>> >>>> I've heard of long build/install/run times on Windows because of the >>>> synchronous IO, but usually on Linux it's not too bad. On my tiny >>>> laptop it >>>> takes about 30 minutes on Windows and about 5 minutes on Linux to do >>>> an "ant >>>> run-install" from source code only (ie nothing pre-built). >>>> >>>> -David >>>> >>>> >>> >> > > |
In reply to this post by cjhorton
I am still wondering...the question is it INSTALLING OFBiz....?? or.. is it RUNNING startofbiz.sh ?? --> startofbiz.sh can be background loading.../daemon... Charles Tj ======== > Hello, > > I followed Ofbiz install instruction in http://build.ofbiz.org/ . So, I > downloaded ofbiz-trunk-current.zip, and executed startofbiz in terminal. > It > was in 23 day in the morning. Now is 29 day and it still proceeds > installation process... So it is installing 6 days and hadn't finished > yet. > Last lines from terminal is: > > ........................ > ......................... > 2009-05-29 09:50:59,037 (default-invoker-Thread-54977) [ > JobInvoker.java:232:INFO ] Invoker [default-invoker-Thread-54977] > received > job [Auto-create Fixed Asset Maintenances] from poller > [org.ofbiz.service.job.JobPoller@1f15f7f] > 2009-05-29 09:50:59,039 (default-invoker-Thread-54977) > [PersistedServiceJob.java:176:INFO ] > org.ofbiz.service.job.PersistedServiceJob@11d8d0a[13703] -- Next > runtime: > Fri May 29 09:55:59 EEST 2009 > 2009-05-29 09:50:59,077 (default-invoker-Thread-54977) [ > Log.java:110:INFO ] > [CommonPermissionServices.xml#genericBasePermissionCheck] Checking for > primary permission ACCOUNTING_CREATE > 2009-05-29 09:50:59,078 (default-invoker-Thread-54977) [ > ServiceEcaRule.java:133:INFO ] For Service ECA > [fixedAssetPermissionCheck] > on [return] got false for condition: > [hasPermission][equals][false][true][Boolean] > 2009-05-29 09:50:59,101 (default-invoker-Thread-54977) [ > ServiceDispatcher.java:586:INFO ] Sync service > [JobDispatcher/createMaintsFromTimeInterval] finished in [61] > milliseconds > > > My question is: is it normal lenght of installation? How many days it > takes > usualy? Can I do something for shorter installation? > > I have installed Java SDK 1.5 > OS - Linux, Ubuntu 8.04 > > thank you, > Gintare > |
Administrator
|
In reply to this post by Adrian Crum
You mean 3 mins OOTB, with Derby ? What kind of XP boxes have you ? Mine is almost 15 mins, 3 mins with PostGres
Jacques From: "Adrian Crum" <[hidden email]> >I have a screencap if anyone doesn't believe me. ;-) > > -Adrian > > Jacques Le Roux wrote: >> Begin to look like a troll :D >> >> Jacques >> >> From: "Adrian Crum" <[hidden email]> >>> I run OFBiz on a number of Windows XP boxes and I don't have any >>> performance problems. Running ant run-install on a fresh checkout >>> takes 3 minutes. >>> >>> -Adrian >>> >>> Ashish Vijaywargiya wrote: >>>> Hello David, >>>> >>>> Would me more then happy to know your thoughts about such a big time >>>> consumed on Windows machine? >>>> I have the same experience with Windows box. >>>> >>>> Thanks in advance. >>>> -- >>>> Ashish >>>> >>>> On Fri, May 29, 2009 at 12:46 PM, David E Jones >>>> <[hidden email] >>>>> wrote: >>>> >>>>> What kind of hardware are you running this on? >>>>> >>>>> I've heard of long build/install/run times on Windows because of the >>>>> synchronous IO, but usually on Linux it's not too bad. On my tiny >>>>> laptop it >>>>> takes about 30 minutes on Windows and about 5 minutes on Linux to do >>>>> an "ant >>>>> run-install" from source code only (ie nothing pre-built). >>>>> >>>>> -David >>>>> >>>>> >>>> >>> >> >> > |
In reply to this post by Adrian Crum
Good to know but difficult to accept this with Windows box ;o).
-- Ashish On Fri, May 29, 2009 at 7:46 PM, Adrian Crum <[hidden email]> wrote: > I run OFBiz on a number of Windows XP boxes and I don't have any > performance problems. Running ant run-install on a fresh checkout takes 3 > minutes. > > -Adrian > > >>> >>> >> |
In reply to this post by Jacques Le Roux
I am sure its external DB (may be its Postgres) ... even installation on
Mysql too takes good amount of time as I have seen in past. -- Ashish On Fri, May 29, 2009 at 11:16 PM, Jacques Le Roux < [hidden email]> wrote: > You mean 3 mins OOTB, with Derby ? What kind of XP boxes have you ? Mine is > almost 15 mins, 3 mins with PostGres > > > Jacques > > |
Free forum by Nabble | Edit this page |