Author Topic: Running GAD on local machine  (Read 4230 times)

Offline mrbasinger

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Running GAD on local machine
« on: January 04, 2008, 06:04:20 PM »
I am wanting to do some GAD customization development on my local machine (Windows XP SP2).  I've imported the GAD war file into Eclipse to set up a new project and I am running Tomcat 6.0.  When I deploy the app into tomcat and start it up, I get the following error:

ConfigServiceException (Config is Already Running)
        at com.genesyslab.ail.core.AilModule.start(AilModule.java:679)
        at com.genesyslab.ail.core.AilFactoryImpl.init(AilFactoryImpl.java:261)
        at com.genesyslab.ail.core.AilModule.start(AilModule.java:1124)
        at com.genesyslab.ail.AilLoader.getAilFactory(AilLoader.java:310)
        at com.genesyslab.uadthin.InitBusinessLogic.run(InitBusinessLogic.java:96)
Connection failed : Another AIL application is already running.
04 01 12:41:53:562 [      Init Ail Logic] WARN              GD.Init  AIL is not initialized: Already Running

The thing is, I don't have any other Genesys applications running or anything, so I don't know why it says the Config is already running.  I have seen this error on server machines before too.  If anyone has any ideas, please let me know.

Offline mrbasinger

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: Running GAD on local machine
« Reply #1 on: January 04, 2008, 08:37:20 PM »
OK, I think I figured this one out on my own.  I was connecting to an existing environment that happened to have another instance of the same GAD application running on a different machine.  When I shutdown the existing GAD, I was able to start mine up from my machine.