Error Starting an application

Hi ,
I am working on deploying an ear file on SAP J2EE 6.40.
Deployment is successfull,but when I started the application ,I am getting the following error.
Also, We have application specific property files.I dont know where to configure these files
Please help me.
Thanks in advance
Raju
Application error occurs during processing the request.
Details: com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getInstance java.lang.Class.com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getInstance [com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: init1 com.modeln.infr.env.CMnEnv.com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: init1 [com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getStaticConf() java.lang.Class.com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getStaticConf() [com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: [email protected]('modeln'): Failed.  Check location of file! [java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US]
java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US
     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)
     at java.util.ResourceBundle.getBundle(ResourceBundle.java:552)
     at com.modeln.infr.env.config.CMnBundleResources.load(CMnBundleResources.java:186)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:116)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: [email protected]('modeln'): Failed.  Check location of file! [java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US]
java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US
     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)
     at java.util.ResourceBundle.getBundle(ResourceBundle.java:552)
     at com.modeln.infr.env.config.CMnBundleResources.load(CMnBundleResources.java:186)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:116)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:120)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getStaticConf() java.lang.Class.com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getStaticConf() [com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: [email protected]('modeln'): Failed.  Check location of file! [java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US]
java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US
     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)
     at java.util.ResourceBundle.getBundle(ResourceBundle.java:552)
     at com.modeln.infr.env.config.CMnBundleResources.load(CMnBundleResources.java:186)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:116)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: [email protected]('modeln'): Failed.  Check location of file! [java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US]
java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US
     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)
     at java.util.ResourceBundle.getBundle(ResourceBundle.java:552)
     at com.modeln.infr.env.config.CMnBundleResources.load(CMnBundleResources.java:186)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:116)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:120)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:706)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: init1 com.modeln.infr.env.CMnEnv.com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: init1 [com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getStaticConf() java.lang.Class.com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getStaticConf() [com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: [email protected]('modeln'): Failed.  Check location of file! [java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US]
java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US
     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)
     at java.util.ResourceBundle.getBundle(ResourceBundle.java:552)
     at com.modeln.infr.env.config.CMnBundleResources.load(CMnBundleResources.java:186)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:116)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: [email protected]('modeln'): Failed.  Check location of file! [java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US]
java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US
     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)
     at java.util.ResourceBundle.getBundle(ResourceBundle.java:552)
     at com.modeln.infr.env.config.CMnBundleResources.load(CMnBundleResources.java:186)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:116)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:120)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getStaticConf() java.lang.Class.com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: getStaticConf() [com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: [email protected]('modeln'): Failed.  Check location of file! [java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US]
java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US
     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)
     at java.util.ResourceBundle.getBundle(ResourceBundle.java:552)
     at com.modeln.infr.env.config.CMnBundleResources.load(CMnBundleResources.java:186)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:116)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
com.modeln.infr.env.CMnConfigurationException: Tue May 30 16:09:29 PDT 2006
com.modeln.infr.env.CMnConfigurationException: [email protected]('modeln'): Failed.  Check location of file! [java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US]
java.util.MissingResourceException: Can't find bundle for base name modeln, locale en_US
     at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:839)
     at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:729)
     at java.util.ResourceBundle.getBundle(ResourceBundle.java:552)
     at com.modeln.infr.env.config.CMnBundleResources.load(CMnBundleResources.java:186)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:116)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
     at com.modeln.infr.env.config.CMnPropResources.load(CMnPropResources.java:120)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:79)
     at com.modeln.infr.env.config.CMnPropResources.<init>(CMnPropResources.java:92)
     at com.modeln.infr.env.config.CMnPropCtx.<init>(CMnPropCtx.java:67)
     at com.modeln.infr.env.config.CMnPropCtxFactory.getInitialContext(CMnPropCtxFactory.java:24)
     at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:60)
     at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:41)
     at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
     at javax.naming.InitialContext.init(InitialContext.java:219)
     at javax.naming.InitialContext.<init>(InitialContext.java:195)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:701)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
     at com.modeln.infr.env.CMnEnv.initStaticConf(CMnEnv.java:706)
     at com.modeln.infr.env.CMnEnv.getStaticConf(CMnEnv.java:658)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:720)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
     at com.modeln.infr.env.CMnEnv.init1(CMnEnv.java:770)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:552)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:573)
     at com.modeln.infr.env.CMnEnv.getInstance(CMnEnv.java:531)
     at com.modeln.ui.app.CMnApplicationServlet.init(CMnApplicationServlet.java:119)
     at com.sap.engine.services.servlets_jsp.server.runtime.context.WebComponents.getServlet(WebComponents.java:326)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:342)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
     at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)

Hi Guys,
Can anyone please help me.
I need to setup the application spefic property file.
I dont know the location,
Please help me
Thanks
Raju

Similar Messages

  • Error starting the Application Server and Deployment Tool

    After installing the iPlanet Aplication Server with sp3 I get the following
    errors starting the Application Server and Deployment Tool.
    iAS Application Server
    ================
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:46:49:8] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    error: could not get context
    *** Errors in initialization from registry ***
    Errors in initialization, exiting ...
    iAS Deployment Tool
    ===============
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:23:40:7] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    Exception in thread "main" java.lang.NullPointerException
    at com.kivasoft.util.Util.loadComponent(Unknown Source)
    at
    com.iplanet.ias.tools.buzz.ui.application.StartBuzz.initGDS(Unknown Source)
    at com.iplanet.ias.tools.buzz.ui.application.StartBuzz.main(Unknown
    Source)
    Can anyone help me please!

    Hi,
    Would be more helpful if you can mention, the O/S. Also, pls mention where
    you are getting this error, at kjs or kxs, or, are you able to start the server
    and at which specific instance do you encounter this.
    Regards
    Raj
    "Antonio Casqueiro" wrote:
    After installing the iPlanet Aplication Server with sp3 I get the following
    errors starting the Application Server and Deployment Tool.
    iAS Application Server
    ================
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:46:49:8] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    error: could not get context
    *** Errors in initialization from registry ***
    Errors in initialization, exiting ...
    iAS Deployment Tool
    ===============
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:23:40:7] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    Exception in thread "main" java.lang.NullPointerException
    at com.kivasoft.util.Util.loadComponent(Unknown Source)
    at
    com.iplanet.ias.tools.buzz.ui.application.StartBuzz.initGDS(Unknown Source)
    at com.iplanet.ias.tools.buzz.ui.application.StartBuzz.main(Unknown
    Source)
    Can anyone help me please!

  • Error starting the Application Server and Deployment Tool in Windows 2000

    After installing the iPlanet Aplication Server with sp3 in Windows 2000 I
    get the following
    errors starting the Application Server and Deployment Tool.
    iAS Application Server
    ================
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:46:49:8] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    error: could not get context
    *** Errors in initialization from registry ***
    Errors in initialization, exiting ...
    iAS Deployment Tool
    ===============
    GXBindInit: GXBindBasic failed
    GXContextInit: GXBindInit failed 2
    [26/Out/2001 17:23:40:7] error: ENGINE-context_init_failed: EngineClassSpace
    ContextModule.createContextInit failed:
    Exception in thread "main" java.lang.NullPointerException
    at com.kivasoft.util.Util.loadComponent(Unknown Source)
    at
    com.iplanet.ias.tools.buzz.ui.application.StartBuzz.initGDS(Unknown Source)
    at com.iplanet.ias.tools.buzz.ui.application.StartBuzz.main(Unknown
    Source)
    Can anyone help me please!

    Okay, pls check that you are logged in as administrator and installed and now you are logged in as administrator and registering the iAS server. Did you get any installation failures while installing and are you able to register the server using iASAT ?

  • Error starting Oracle Application server

    Hi I installed Oracle application server 10g. I successfully installed it. But when i stopped the opmn and emctl process and now when i am trying to start i am able to successfully start but when i type the URL of OAS Admin console. I get following error:
    500 Internal Server Error
    java.lang.NoClassDefFoundError: oracle/sysman/eml/app/Console     at java.lang.Class.forName0(Native Method)     at java.lang.Class.forName(Class.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.loadServlet(HttpApplication.java:2283)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.findServlet(HttpApplication.java:4795)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:680)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:568)
    Can any one please help me resolve this issue at the earliest?

    Hi,
    Now I'm just thinking with U because error 500 can be result of different reasons. I think (I'm not sure)at this situation it has to do with java version.
    AIX 5.3 has java version 1.4.2. .
    Would U like to go $ORACLE_HOME\jdk\jre\bin\ then just type ./java -full version or java version.
    Which result U 'll get.
    also type in which java
    moreover can U give me the output of the env command.
    the last step before U start any as process just do the following
    ps -ef | grep (owner of your as)
    if U 'll find any process just kill it kill -15 process id if it does not help then hard kill with -9
    try to set your environement variable well then start your opmn components again per-process to see which process is going wrong.
    Let me know,
    Regards
    Hamdy

  • Error starting R12 application

    R12 on win XP
    the installation was successful & i was able to log in to R12 also
    but when i restart the system the login page is not displayed
    it shows
    500 Internal Server Error
    java.lang.NoClassDefFoundError:
    all the services are running
    opmnctl status is alive for the 4 servers
    In linux also i got the same error , installation was successful and we can login also , but after restart
    the java.lang.NoClassDefFoundError:

    Do not leave all services on automatic startup as the database has probably not opened before Windows tries to start opmn and required OC4J components. You can have the database and listener on automatic startup, then run adstrtal.cmd from %ADMIN_SCRIPTS_HOME% after sourcing the applications environment (enfshell.cmd) in your %APPL_TOP%.

  • Error starting essbase applications

    Hello specialists!
    I'm having a problem restarting the essbase applications.
    When i restart the essbase i receive the following error message in the applciation log:
    [Thu Jun 21 12:57:34 2012]Local/PlanApp///3348/Error(1019005)
    Unable to Read [E:\Hyperion\user_projects\epmsystem2\EssbaseServer\essbaseserver1\APP\PlanApp\Plan1\Plan1.ind], Not a Recognized Format
    I tried to rename plan1.ind to oldpplan1.ind just to check if the application would start without problems and it worked.
    I would like to know what could have caused this problem and how can i regenerate the plan1.ind file?
    Thanks in advance!
    Best regards!

    Hi,
    You can try these steps:
    1 - Stop the Essbase Server and delete the Plan1.ind file.
    2 - Start the Essbase Server and log into the EAS Console
    3 - Navigate to the corresponding application and right click over the database you are having problems.
    4 - Select Restructure.
    Most Essbase application files are renewed after a Restructure and in this case Plan1.ind will be re-created.

  • Error starting deployed application "Discoverer"

    I have installed and configured Weblogic 10.3.4 and Discoverer 11.1.1.4 and then ran the latest patch for Weblogic and patch for Discoverer 11.1.1.4.
    Afterwards I was able to startup everything except the "(discoverer 11.1.1.2)" deployment under, "Disco_Domain, Deployments". Here is the error I see at the top of the console:
    java.security.AccessControlException: access denied (java.lang.RuntimePermission oracle.discoverer.connections)
    I tried adding the "grant codeBase" lines from ID: 1335764.1 but I get the same error when trying to start.
    Here is the stack trace from the wls log:
    <Mar 6, 2012 1:42:18 PM EST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating start task for application 'discoverer [Version=11.1.1.2.0]'.>
    <Mar 6, 2012 1:42:18 PM EST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.security.AccessControlException: access denied (java.lang.RuntimePermission oracle.discoverer.connections)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:374)
    at java.security.AccessController.checkPermission(AccessController.java:546)
    at oracle.disco.remote.corba.SessionPooler._checkPermission(Unknown Source)
    at oracle.disco.remote.corba.SessionPooler.setActivationConfig(Unknown Source)
    at oracle.discoverer.applications.framework.ApplicationListener.initViewerActivation(Unknown Source)
    Truncated. see log file for complete stacktrace

    Below are the steps:
    1. vi weblogic.policy in $WL_HOME/server/lib/weblogic.policy
    2. Add these lines
    grant codeBase "file:${weblogic.home}/../../patch_wls1034/patch_jars/-" {
         permission java.lang.RuntimePermission "oracle.discoverer.connections", "read";
         grant codeBase "file:${weblogic.home}/../../patch_wls1035/patch_jars/-" {
         permission java.lang.RuntimePermission "oracle.discoverer.connections", "read";
    3. restart opmn for discoverer
    4. restart WLS for Discoverer

  • FSL-06002  Error 14001 This application has failed to start

    Hello Folks
    I have problem installing SAP R/3 Enterprise (4.72 Enterprise Ext2) IDES Version
    The installation is under Windows 2003 server SP2 and Oracle 920
    I'm in the Database Instance Installation (non-unicode) and phase 29 (Updating database statistics) 
    The following error is:
    TRACE      [synxccuren.cpp:452]
               grantAccessTo
    Granted access rights 0xf01ff for object default to user chavez-server\mauadm with inheritance flags 0.
    TRACE<i>   [synxccuren.cpp:1045]
               CSyCurrentProcessEnvironmentImpl::setUser()
    Switched to user: mauadm.
    ERROR 2009-08-23 13:27:58
    FSL-06002  Error 14001 (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
    ) in execution of a 'CreateProcess' function, line (284), with parameter (E:\usr\sap\MAU\SYS\exe\run/brconnect ...).
    When i ran the brconnect manually i received the same error  (This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem)
    When i ran brconnect using cmd.exe i received the following error
    E:\usr\sap\MAU\SYS\exe\run>brconnect.exe
    The system cannot execute the specified program.
    I think is important mention this, i had problem 1 setp before about the brtools 7.00
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 3. Output:
    BR0801I BRCONNECT 7.00 (16)
    BR0999E Loading of SQL client library oci.dll failed - please check Oracle configuration
    BR0310E Connect to database instance MAU failed
    BR0280I BRCONNECT time stamp: 2009-08-23 13.06.43
    BR0804I BRCONNECT terminated with errors
    I downloaded the correct version (640) DBATOOLS Package for Oracle 9.2 and i replaced the files
    Please folks someone have any idea about this, i tried search on the web and nothing, on the marketplace and nothing
    Thanks all for your help

    >
    Markus Doehr wrote:
    > > I have problem installing SAP R/3 Enterprise (4.72 Enterprise Ext2) IDES Version
    > > The installation is under Windows 2003 server SP2 and Oracle 920
    >
    > and something on top: 640_EX2 is only for Oracle 10g - it  won't work with Oracle 9.2. So you should change your kernel to 640 back - then the R3DLLINS works.
    >
    >
    >
    >
    > Markus
    Ok Markus, i did the following
    First i downloaded vcredist_<platform>.exe from Microsoft web page and retry the installation
    And the following error i got
    Operative System open's a Window that say following
    brconnect.exe Unable to locate component "this application has failed to start because orasql10.dll was not found. Re-installing the application may fix this problem"
    And this is the log
    WARNING 2009-08-23 17:52:07
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 128. Output:
    ERROR 2009-08-23 17:52:07
    CJS-00288  Could not update database statistics.<br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPMAU returned 128.<br>SOLUTION: See brconnect.log for details.
    Second i downloaded the kernel 640 whitout ext2 and i get the following error
    INFO 2009-08-23 17:41:32
    Output of E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU is written to the logfile brconnect.log.
    WARNING 2009-08-23 17:41:32
    Execution of the command "E:\usr\sap\MAU\SYS\exe\run/brconnect -u / -c -f crsyn -o SAPMAU" finished with return code 3. Output: BR0801I BRCONNECT 6.40 (51)BR0252E Function _popen() failed for '( F:\ORACLE\MAU\920\bin\SQLPLUS /nolog ) < \nul 2>&1' at location BrPipeOpen-4BR0253E errno 2: No such file or directoryBR0272E Execution of program '( F:\ORACLE\MAU\920\bin\SQLPLUS /nolog ) < \nul 2>&1' through pipe failedBR0303E Determination of Oracle version failed
    ERROR 2009-08-23 17:41:32
    CJS-00288  Could not update database statistics.<br>DIAGNOSIS: Command brconnect -u / -c -f crsyn -o SAPMAU returned 3.<br>SOLUTION: See brconnect.log for details.

  • I recently tried to update iTunes to 11.1, and am now getting an error message "This application has failed to start because MSVCR80.d11 was not found."  I have uninstalled and reinstalled iTunes multiple times.  Am running Windows XP Svc Pack 3.  help

    I recently tried to update iTunes to 11.1, and am now getting an error message "This application has failed to start because MSVCR80.dll was not found.  Reinstalling the application may fix this problem."  I have uninstalled and reinstalled iTunes several times with no success.  I am running Windows XP Svc Pack 3.  Help please.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99753)

  • HT1199 I updated Itunes on my PC and now when i try to open Itunes i get a error message saying "application failed to start because MSVCR80 was not found" then whenI close that pop up I get a error message saying "windows was not installed correctly Erro

    I updated my itunes the other day and now it won't open I get error message saying "application failed to start because MSVCR80 was not found"  When I close that window I get message stating Itunes was not installed correctly Error 7 Windows error 126.  My PC is a Acer and I'm running Windows Visa.  I tried to uninstall Itunes and reinstall it and get same message.  Can anyone help.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99659)

  • Error reading Web application occurs when starting one server in the cluster

    Hi All,
              I have configured two cluster servers in the win 2000. Admin server also win
              2000. One cluster server joins the cluster while other gives following error
              and starts. But it seems that it does not join to the cluster view because
              prevoius server only serves the requests. I have attached the log also.
              <> <101062> <[HTTP synergyserver] Error reading Web application
              "D:\bea\wlserver6.0\.\config\bd2kadmindomain\applications\.wl_temp_do_not_de
              lete_synergyserver\wl_local_comp12863.war">
              java.net.UnknownHostException: java.sun.com
              at java.net.InetAddress.getAllByName0(InetAddress.java:571)
              at java.net.InetAddress.getAllByName0(InetAddress.java:540)
              at java.net.InetAddress.getAllByName(InetAddress.java:533)
              at weblogic.net.http.HttpClient.openServer(HttpClient.java:159)
              at weblogic.net.http.HttpClient.openServer(HttpClient.java:221)
              at weblogic.net.http.HttpClient.<init>(HttpClient.java:85)
              at
              weblogic.net.http.HttpURLConnection.getHttpClient(HttpURLConnection.java:109
              at
              weblogic.net.http.HttpURLConnection.getInputStream(HttpURLConnection.java:30
              1)
              at java.net.URL.openStream(URL.java:798)
              at
              weblogic.apache.xerces.readers.DefaultReaderFactory.createReader(DefaultRead
              erFactory.java:149)
              at
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternal
              Entity(DefaultEntityHandler.java:775)
              at
              weblogic.apache.xerces.readers.DefaultEntityHandler.startReadingFromExternal
              Subset(DefaultEntityHandler.java:570)
              at
              weblogic.apache.xerces.framework.XMLDTDScanner.scanDoctypeDecl(XMLDTDScanner
              .java:1131)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner.scanDoctypeDecl(XMLDocum
              entScanner.java:2177)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner.access$0(XMLDocumentScan
              ner.java:2133)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatc
              h(XMLDocumentScanner.java:882)
              at
              weblogic.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentSca
              nner.java:380)
              at weblogic.apache.xerces.framework.XMLParser.parse(XMLParser.java:900)
              at
              weblogic.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.ja
              va:123)
              at
              weblogic.servlet.internal.dd.DescriptorLoader.<init>(DescriptorLoader.java:1
              78)
              at weblogic.servlet.internal.HttpServer.loadWARContext(HttpServer.java:446)
              at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:404)
              at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java:74)
              at weblogic.j2ee.Application.addComponent(Application.java:133)
              at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:327)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:143)
              at
              weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:
              76)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
              48)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy40.addWebDeployment(Unknown Source)
              at
              weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeploymen
              t(WebServerMBean_CachingStub.java:1012)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:313)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployment
              Target.java:277)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(D
              eploymentTarget.java:232)
              at
              weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deploym
              entTarget.java:192)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
              48)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy0.updateDeployments(Unknown Source)
              at
              weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(
              ServerMBean_CachingStub.java:2299)
              at
              weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(Appl
              icationManager.java:240)
              at
              weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManage
              r.java:122)
              at java.lang.reflect.Method.invoke(Native Method)
              at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:562)
              at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
              48)
              at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:285)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
              at $Proxy9.start(Unknown Source)
              at
              weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(
              ApplicationManagerMBean_CachingStub.java:435)
              at weblogic.management.Admin.startApplicationManager(Admin.java:1033)
              at weblogic.management.Admin.finish(Admin.java:493)
              at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:429)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:170)
              at weblogic.Server.main(Server.java:35)
              Each cluster servers domain names are different i.e. not "mydomain". The
              file its complaining is in the specified directory and it has proper
              priviledges.
              If anyone has an idea please respond.
              Thanks
              Nalika
              [synergyserver.log]
              

    You're getting that probably because the WL instance was not shut down properly.
    If that's the case, you'll need to remove an ldap lock file (with a .lok extension) in the directory of ldap files (under the server dir) .

  • Error starting application in WAS 5.0.2.9

    Hi, I been having this problem starting an application server for a while. I verify the SOAP port, everithing.
    For a little explanation, there are 2 websphere (in different servers, both are aix 4.3.3) all WAS 5.0.2.9 and i create a node, to use only one admin console.
    The error when i try to start the applicacion server is this:
    ************ Start Display Current Environment ************
    WebSphere Platform 5.0 [JDK 1.3.1 ${build.level}] [BASE 5.0.2.9 cf90448.01] [ND 5.0.2.9 cf90448.01]  running with process name appsrv1Network\appsrv2\edtop and process id 62272
    Host Operating System is AIX, version 4.3
    Java version = J2RE 1.3.1 IBM AIX build ca131-20030618 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
    was.install.root = /usr/WebSphere/AppServer5
    user.install.root = /usr/WebSphere/AppServer5
    Java Home = /usr/WebSphere/AppServer5/java/jre
    ws.ext.dirs = /usr/WebSphere/AppServer5/java/lib:/usr/WebSphere/AppServer5/classes:/usr/WebSphere/AppServer5/classes:/usr/WebSphere/AppServer5/lib:/usr/WebSphere/AppServer5/lib/ext:/usr/WebSphere/AppServer5/web/help:/usr/WebSphere/AppServer5/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
    Classpath = /usr/WebSphere/AppServer5/properties:/usr/WebSphere/AppServer5/properties:/usr/WebSphere/AppServer5/lib/bootstrap.jar:/usr/WebSphere/AppServer5/lib/j2ee.jar:/usr/WebSphere/AppServer5/lib/lmproxy.jar:/usr/WebSphere/AppServer5/lib/urlprotocols.jar
    Java Library path = /usr/WebSphere/AppServer5/java/jre/bin:/usr/WebSphere/AppServer5/java/jre/bin/classic:/usr/WebSphere/AppServer5/bin:/usr/mqm/java/lib:/usr/opt/wemps/lib:$LIBPATH:/usr/netscape/server4/lib::/usr/lib
    ************* End Display Current Environment *************
    [11/8/05 8:47:53:059 ART] 119a3081 ManagerAdmin  I TRAS0017I: The startup trace state is *=all=disabled.
    [11/8/05 8:47:57:991 ART] 119a3081 AdminInitiali A ADMN0015I: AdminService initialized
    [11/8/05 8:48:00:302 ART] 119a3081 PMIImpl       A PMI0001A: PMI is enabled
    [11/8/05 8:48:02:330 ART] 119a3081 Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
    [11/8/05 8:48:02:587 ART] 119a3081 SecurityDM    I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
    [11/8/05 8:48:02:942 ART] 119a3081 SecurityCompo I SECJ0309I: Java 2 Security is disabled.
    [11/8/05 8:48:03:295 ART] 119a3081 SecurityCompo I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
    [11/8/05 8:48:03:340 ART] 119a3081 SecurityCompo I SECJ0240I: Security service initialization completed successfully
    [11/8/05 8:48:03:347 ART] 119a3081 JMSRegistrati A MSGS0601I: WebSphere Embedded Messaging has not been installed
    [11/8/05 8:48:09:856 ART] 119a3081 SASRas        A JSAS0001I: Security configuration initialized.
    [11/8/05 8:48:14:218 ART] 119a3081 SASRas        A JSAS0002I: Authentication protocol: CSIV2/IBM
    [11/8/05 8:48:14:231 ART] 119a3081 SASRas        A JSAS0003I: Authentication mechanism: LTPA
    [11/8/05 8:48:14:243 ART] 119a3081 SASRas        A JSAS0004I: Principal name: dcsrv01:389/wasuser
    [11/8/05 8:48:14:468 ART] 119a3081 SASRas        A JSAS0005I: SecurityCurrent registered.
    [11/8/05 8:48:14:483 ART] 119a3081 SASRas        A JSAS0006I: Security connection interceptor initialized.
    [11/8/05 8:48:14:825 ART] 119a3081 SASRas        A JSAS0007I: Client request interceptor registered.
    [11/8/05 8:48:15:526 ART] 119a3081 SASRas        A JSAS0008I: Server request interceptor registered.
    [11/8/05 8:48:15:715 ART] 119a3081 SASRas        A JSAS0009I: IOR interceptor registered.
    [11/8/05 8:48:47:234 ART] 119a3081 ResourceMgrIm I WSVR0049I: Binding PlantsByWebSphere Mail Session as mail/PlantsByWebSphere
    [11/8/05 8:48:49:890 ART] 119a3081 ResourceMgrIm I WSVR0049I: Binding PrendConnection as jdbc/PrendConnection
    [11/8/05 8:48:54:320 ART] 119a3081 CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialized successfully.
    [11/8/05 8:48:58:625 ART] 119a3081 UserRegistryI A SECJ0136I: Custom Registry:com.ibm.ws.security.registry.ldap.LdapRegistryImpl has been initialized
    [11/8/05 8:49:13:230 ART] 119a3081 TraceNLS      u No message text associated with key Unable.to.create.server.socket in bundle com.ibm.ejs.resources.seriousMessages
    [11/8/05 8:49:13:098 ART] 119a3081 SSLServerSock E Unable to create server socket
    [11/8/05 8:49:13:926 ART] 119a3081 JMXSoapAdapte W ADMC0015W: SOAP connector failed to start with exception: The socket name is already in use.
    [11/8/05 8:49:21:037 ART] 119a3081 WsServer      E WSVR0003E: Server edtop failed to start
    com.ibm.ws.exception.RuntimeError:
            at com.ibm.ws.security.core.ServerSecurityComponentImpl.start(ServerSecurityComponentImpl.java:164)
            at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java(Compiled Code))
            at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
            at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:134)
            at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:543)
            at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
            at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
            at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
            at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
            at java.lang.reflect.Method.invoke(Native Method)
            at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
    ---- Begin backtrace for nested exception
    java.lang.RuntimeException:
            at com.ibm.ws.management.component.JMXConnectors.stateChanged(JMXConnectors.java:1224)
            at com.ibm.ws.security.core.SecurityComponentImpl.fireStartedEvent(SecurityComponentImpl.java:865)
            at com.ibm.ws.security.core.SecurityComponentImpl.startSecurity(SecurityComponentImpl.java:610)
            at com.ibm.ws.security.core.ServerSecurityComponentImpl.start(ServerSecurityComponentImpl.java:159)
            at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java(Compiled Code))
            at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
            at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:134)
            at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:543)
            at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
            at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
            at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
            at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
            at java.lang.reflect.Method.invoke(Native Method)
            at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
    [11/8/05 8:49:21:050 ART] 119a3081 WsServer      E WSVR0009E: Error occurred during startupThanks for the help

    This error is caused by $(node.name) variables in the application server descriptors of the nodes not being replaced with the node name.
    Simply open the server.xml file for each node and replace $(node.name) with the specific node name of each node. This can also be done at the dmgr level for each application server so that it syncs in the future.
    See this topic for a similar error involving security.xml:
    http://www-1.ibm.com/support/docview.wss?uid=swg21221268

  • Error while trying to start the application

    Hi,
    Could any one please suggest the cause for this error. This error occured when I tried to start the application installed on Websphere server.
    --------Reading configuration for server: server1
    ADMU0111E: Program exiting with error:
    com.ibm.ws.process.exception.ProcessOpException:
    com.ibm.ws.process.exception.ProcessOpException: Error creating new
    process.
    Thanks in advance.

    Hi,
    Could any one please suggest the cause for this error. This error occured when I tried to start the application installed on Websphere server.
    --------Reading configuration for server: server1
    ADMU0111E: Program exiting with error:
    com.ibm.ws.process.exception.ProcessOpException:
    com.ibm.ws.process.exception.ProcessOpException: Error creating new
    process.
    Thanks in advance.

  • Why do I get "Error 1 occured at Config Data Registry.vi(get data) invalid object 0" while starting my application?

    Why do I get "Error 1 occured at Config Data Registry.vi(get data) invalid object 0" when starting my application created in LabVIEW 7.1?  I am starting the application in a PXI rack running Windows XP.  I have an executable written in LabVIEW 7.0 that runs without this error.  After clicking the Continue button in the error, the application seems to continue happily.
    Is there something I need to include when I make the executable?
    I would like to understand and eliminate this start up error.
    Thanks in advance.
    BobNorth

    Hi Bob,
    I looked through the program and I figured out where the error is coming from, and potentially what is causing it. In a lot of the cases of the program you are searching a 1-D array for the name of the case, and if you don't find it then it skips the function and gives "Error 1 occurred at Config Data Registry.vi(CASENAME) invalid object 0". I attached a screenshot that shows what I mean. The Search 1-D Array.vi is returning a -1 which means it didn't find the case. The reason I believe this is happening is because the shift register for that array is not initialized. While the other cases "reset" and "register" interact with the array shift registers and most likely create the array you need, if the program defaults to the "get data" case then it will try to run that before registering and won't have an array to search. This would also explain why it only has this problem at first and seems to run just fine after that. To fix this you should either make an initial array and wire it into the shift register or make the "reset" case the default as opposed to the "get data" case.
    Regards,
    Peter W.
    Attachments:
    Config Data Registry.png ‏55 KB

  • When I try to start Firefox I get an Error Message: (Javascript /application) Error on adding toolbar element. TypeError, aButtonLabel is undefined. id. Google Shortcut settings

    When I try to start Firefox I get an Error Message: (Javascript /application) Error on adding toolbar element. TypeError, aButtonLabel is undefined. id. Google Shortcut settings. Firefox will not start. I have been through the troubleshooting steps. Nothing helps
    == I tried to enter Firefox. No apparant reason ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2; AskTbGLSV5/5.8.0.12304)

    Hi,
    had this problem but now sorted.
    Go to settings for google shortcuts, follow link to homepage and upload latest version, it has not yet been approved by Firefox, but works and solves the bug.
    Hope this helps.
    A

Maybe you are looking for