[kepler-users] A question on Kepler startup

Daniel Crawl danielcrawl at gmail.com
Mon Nov 3 10:34:46 PST 2014


Hi Dario,

Kepler checks for updates when it starts. You can turn this
off by editing 
module-manager-2.2/resources/configurations/configuration.xml and setting:

<check-for-patches>false</check-for-patches>

If you still have the delay after changing this, let me know.

   --dan


On 11/3/14 8:33 AM, Giaiotti Dario wrote:
> Dear list,
>
> I am new in kepler and I have installed kepler version 2.2
> on the master node of  linux clsuter
>
> Linux  2.6.18-164.6.1.el5 #1 SMP Tue Nov 3 16:12:36 EST 2009 x86_64
> x86_64 x86_64 GNU/Linux
>
> It works, but it takes a while, one or two minutes, when it is launched.
>    Kepler is called by means of the following script
>
> ========================================
> #!/bin/bash
> # This script starts Kepler.
> # Run with -h to see all command-line options.
> # This script is auto-generated.
>
> CUR_DIR=`pwd`
> SCRIPT_DIR=`dirname $BASH_SOURCE`
> cd $SCRIPT_DIR
> #java -classpath build-area/lib/ant.jar:kepler.jar
> org.kepler.build.runner.Kepler  "$@"
> java -verbose   -classpath build-area/lib/ant.jar:kepler.jar
> org.kepler.build.runner.Kepler  "$@"
> cd $CUR_DIR
> =========================================
>
> Is it normal it takes that time before to prompt the interface?
> May be there is some configuration I have to set up to avoid all cluster
> users wait for that time every time they call Kepler.
>
> Many thanks in advance,
>
> Dario
>
>
> Here below some further details.
>
> The master node is a 6 cores machine with the following featueres.
>
> $ cat /proc/cpuinfo
> processor       : 0
> vendor_id       : AuthenticAMD
> cpu family      : 16
> model           : 8
> model name      : Six-Core AMD Opteron(tm) Processor 2427
> stepping        : 0
> cpu MHz         : 2200.000
> cache size      : 512 KB
> physical id     : 0
> siblings        : 6
> core id         : 0
> cpu cores       : 6
> apicid          : 0
> fpu             : yes
> fpu_exception   : yes
> cpuid level     : 5
> wp              : yes
> flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
> mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext
> fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc pni
> cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy altmovcr8 abm
> sse4a misalignsse 3dnowprefetch osvw
> bogomips        : 4400.17
> TLB size        : 1024 4K pages
> clflush size    : 64
> cache_alignment : 64
> address sizes   : 48 bits physical, 48 bits virtual
> power management: ts ttp tm stc 100mhzsteps hwpstate [8]
>
>
>
> The stdout after the kepler script launch is the following. I removed
> the first part
>
> ......
> org.apache.tools.ant.taskdefs.ProcessDestroyer$ProcessDestroyerImpl from
> file:/home/giaiottid/tmp/KEPLER/build-area/lib/ant.jar]
> [Loaded java.lang.ApplicationShutdownHooks from
> /usr/java/jdk1.6.0_16/jre/lib/rt.jar]
> [Loaded java.lang.ApplicationShutdownHooks$1 from
> /usr/java/jdk1.6.0_16/jre/lib/rt.jar]
> [Loaded java.lang.Shutdown from /usr/java/jdk1.6.0_16/jre/lib/rt.jar]
> [Loaded java.lang.Shutdown$Lock from /usr/java/jdk1.6.0_16/jre/lib/rt.jar]
> [Loaded java.util.IdentityHashMap from /usr/java/jdk1.6.0_16/jre/lib/rt.jar]
>
> ==================================
> Here it holds for a few minutes
> ====================================
>
>        [null] Building Kars...
>        [null] Ran additional initialization for module core from class
> org.kepler.module.core.Initialize
>        [null] Ran additional initialization for module gui from class
> org.kepler.module.gui.Initialize
>        [null] Kepler Initializing...
>        [null] INFO
> (org.kepler.objectmanager.library.LibraryManager:buildLibrary:338)
> Building Library...
>        [null] INFO
> (org.kepler.objectmanager.cache.LocalRepositoryManager:scanReposForKarFiles:246)
> Scanning Local Repositories for KAR files...
>        [null] INFO
> (org.kepler.kar.KARCacheManager:synchronizeKARCacheWithLocalRepositories:374)
> The Cache is in sync with KAR files in Local Repositories.
>        [null] version = 2.2
>
> ==================================
> Then interface starts
> ====================================
> --
> Dario B. Giaiotti
>
> ARPA FVG - CRMA
> Centro Regionale di Modellistica Ambientale
> Via Cairoli, 14
> I-33057 Palmanova (UD)
> ITALY
> Room I/20/U
> Tel +39 0432 191 8048
> Fax:+39 0432 191 8120
> Certified e-mail - PEC arpa at certregione.fvg.it
> e-mail dario.giaiotti at arpa.fvg.it
> ------------------------------------
> AVVISO DI RISERVATEZZA Informazioni riservate possono essere contenute nel messaggio o nei suoi allegati. Se non siete i destinatari indicati nel messaggio, o responsabili per la sua consegna alla persona, o se avete ricevuto il messaggio per errore, siete pregati di non trascriverlo, copiarlo o inviarlo a nessuno. In tal caso vi invitiamo a cancellare il messaggio ed i suoi allegati. Grazie. CONFIDENTIALITY NOTICE Confidential information may be contained in this message or in its attachments. If you are not the addressee indicated in this message, or responsible for message delivering to that person, or if you have received this message in error, you may not transcribe, copy or deliver this message to anyone. In that case, you should delete this message and its attachments. Thank you.
> _______________________________________________
> Kepler-users mailing list
> Kepler-users at kepler-project.org
> http://lists.nceas.ucsb.edu/kepler/mailman/listinfo/kepler-users
>



More information about the Kepler-users mailing list