Author Topic: GAD startup, AIL not initializing  (Read 3022 times)

Offline darryl_welch

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
GAD startup, AIL not initializing
« on: June 20, 2011, 01:10:01 PM »
Need help determining source of problem.  Something has change in the environment where I'm starting a test GAD service.  The AIL will not initialize.  Getting the following in the GAD console logging and need help resolving:


16 06 17:31:58:997 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for PlaceGroup on tenant 1
16 06 17:31:58:997 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for PlaceGroup on tenant 101
16 06 17:31:58:998 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for Script on tenant 1
Connection failed : ServiceException (AIL: Unknown)
ServiceException (AIL: Unknown)
        at com.genesyslab.ail.core.AilModule.start(AilModule.java:591)
        at com.genesyslab.ail.core.AilModule.start(AilModule.java:850)
        at com.genesyslab.ail.AilLoader.getAilFactory(AilLoader.java:375)
        at com.genesyslab.ail.BLLoader.getAilFactory(BLLoader.java:75)
        at com.genesyslab.uadthin.InitBusinessLogic.run(InitBusinessLogic.java:110)
16 06 17:33:39:460 [      Init Ail Logic] WARN              GD.Init  AIL is not initialized: Unknown
16 06 17:33:39:460 [      Init Ail Logic] INFO                  LCA  LCA change statusINITIALIZING to UNAVAILABLE
16 06 17:33:39:460 [      Init Ail Logic] INFO                  LCA  Send statusUNAVAILABLE to LCA
16 06 17:37:05:201 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for Script on tenant 101
16 06 17:37:05:202 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for Skill on tenant 1
16 06 17:37:05:203 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for Skill on tenant 101
16 06 17:37:05:203 [              Inner*] INFO  Ail.Cfgsdk.Component  18 folders loaded
16 06 17:37:05:235 [              Inner*] INFO  Ail.Log.LogComponent  Console level is now INFO
16 06 17:37:05:236 [              Inner*] INFO  Ail.Log.LogComponent  Min level is console, INFO
16 06 17:37:05:236 [              Inner*] INFO  Ail.Log.LogComponent  File level is now debug
16 06 17:37:05:237 [              Inner*] INFO  Ail.Log.LogComponent  Renaming Ail.20110616_173123_894.log to ../logs/gd
esktop.log.20110616_173705_237.log

Before the last few days, this section of the console logging would be:
04 05 21:49:38:061 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for PlaceGroup on tenant 1
04 05 21:49:38:064 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for PlaceGroup on tenant 101
04 05 21:49:38:066 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for Script on tenant 1
04 05 21:50:10:705 [ttp-8087-Processor25] INFO  ertyMessageResources  Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
04 05 21:50:10:719 [ttp-8087-Processor25] INFO      GD.BrandManager  No brand file available
04 05 21:50:10:725 [ttp-8087-Processor25] INFO  ertyMessageResources  Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
04 05 21:50:10:840 [ttp-8087-Processor25] INFO  ertyMessageResources  Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
04 05 21:50:14:346 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for Script on tenant 101
04 05 21:50:14:346 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for Skill on tenant 1
04 05 21:50:14:350 [              Inner*] INFO      Ail.Cfgsdk.Cache  Cache fully loaded for Skill on tenant 101
04 05 21:50:14:351 [              Inner*] INFO  Ail.Cfgsdk.Component  18 folders loaded
04 05 21:50:14:388 [              Inner*] INFO  Ail.Log.LogComponent  Console level is now INFO
04 05 21:50:14:388 [              Inner*] INFO  Ail.Log.LogComponent  Min level is console, INFO
04 05 21:50:14:390 [              Inner*] INFO  Ail.Log.LogComponent  File level is now debug
04 05 21:50:14:393 [              Inner*] INFO  Ail.Log.LogComponent  Renaming Ail.20110504_214927_508.log to ../logs/gdesktop.log.20110504_215014_392.log


Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: GAD startup, AIL not initializing
« Reply #1 on: June 22, 2011, 02:19:02 PM »
Hi Darryl,

Please double check there is only one GAD instances started. I think I saw this error already in situation when GAD was started as Windows service and from prompt at the same time on the same host.

R.