Web Sphere start up problem.

Hi all,
I am getting the following stack of exceptions while starting up the webshere server. What might be the reason. Can u help me out?
Retheesh R
*** Starting the server ***
************ Start Display Current Environment ************
WebSphere Platform 5.0 [BASE 5.0.0 s0245.03] running with process name localhost\localhost\server1 and process id 3260
Host Operating System is Windows XP, version 5.1
Java version = J2RE 1.3.1 IBM Windows 32 build cn131-20021107 (JIT enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
was.install.root = C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5
user.install.root = C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5
Java Home = C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5\java\jre
ws.ext.dirs = C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/java/lib;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/classes;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/classes;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/lib;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/lib/ext;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/web/help;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime;C:/Program Files/IBM/SQLLIB/java/db2java.zip;C:/Program Files/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.webservice_5.0.1/runtime/worf.jar
Classpath = C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/properties;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/properties;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/lib/bootstrap.jar;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/lib/j2ee.jar;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/lib/lmproxy.jar;C:/Program Files/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.0.1/runtime/wteServers.jar;C:/Program Files/IBM/WebSphere Studio/wstools/eclipse/plugins/com.ibm.etools.websphere.tools.common_5.0.1/runtime/wasToolsCommon.jar
Java Library path = C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/bin;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/java/bin;C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/java/jre/bin;C:\Program Files\IBM\WebSphere Studio\eclipse\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION
************* End Display Current Environment *************
[6/24/05 15:33:33:797 IST] 5cc01505 ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
[6/24/05 15:33:34:281 IST] 5cc01505 AdminInitiali A ADMN0015I: AdminService initialized
[6/24/05 15:33:35:109 IST] 5cc01505 Configuration A SECJ0215I: Successfully set JAAS login provider configuration class to com.ibm.ws.security.auth.login.Configuration.
[6/24/05 15:33:35:141 IST] 5cc01505 SecurityDM I SECJ0231I: The Security component's FFDC Diagnostic Module com.ibm.ws.security.core.SecurityDM registered successfully: true.
[6/24/05 15:33:35:469 IST] 5cc01505 SecurityCompo I SECJ0309I: Java 2 Security is disabled.
[6/24/05 15:33:35:500 IST] 5cc01505 SecurityCompo I SECJ0212I: WCCM JAAS configuration information successfully pushed to login provider class.
[6/24/05 15:33:35:547 IST] 5cc01505 SecurityCompo I SECJ0240I: Security service initialization completed successfully
[6/24/05 15:33:35:578 IST] 5cc01505 JMSRegistrati A MSGS0602I: WebSphere Embedded Messaging Client only has been installed
[6/24/05 15:33:37:203 IST] 5cc01505 JMXSoapAdapte A ADMC0013I: SOAP connector available at port 8880
[6/24/05 15:33:37:219 IST] 5cc01505 SecurityCompo I SECJ0243I: Security service started successfully
[6/24/05 15:33:37:234 IST] 5cc01505 SecurityCompo I SECJ0210I: Security enabled false
[6/24/05 15:33:37:453 IST] 5cc01505 SystemErr R Failed to initialise trace to ./mqjms.trc
[6/24/05 15:33:38:203 IST] 5cc01505 CacheServiceI I DYNA0048I: WebSphere Dynamic Cache initialized successfully.
[6/24/05 15:33:38:297 IST] 5cc01505 FileBeanStore W CNTR0023W: Directory "C:\Program Files\IBM\WebSphere Studio\runtimes\base_v5/temp" does not exist. The EJB Container will use the current directory for passivating beans.
[6/24/05 15:33:39:703 IST] 5cc01505 DeployedAppli W WSVR0205E: Module, StrutsAppEJB.jar, of application, StrutsApp, failed to initialize
[6/24/05 15:33:39:719 IST] 5cc01505 ApplicationMg E WSVR0100W: An error occurred initializing, StrutsApp
com.ibm.ws.exception.ConfigurationError: Open failure
     at com.ibm.ws.runtime.component.DeployedModuleImpl.initialize(DeployedModuleImpl.java:280)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initializeModule(DeployedApplicationImpl.java:700)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:402)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:135)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:203)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
     at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
     at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
---- Begin backtrace for nested exception
com.ibm.etools.archive.exception.ArchiveWrappedException
Stack trace of nested exception:
com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/ejb-jar.xml
Stack trace of nested exception:
com.ibm.etools.archive.exception.ResourceLoadException: IWAE0007E Could not load resource "META-INF/ejb-jar.xml" in archive "StrutsAppEJB.jar"
Stack trace of nested exception:
com.ibm.etools.j2ee.exception.WrappedRuntimeException: IWAE0099E An Exception occurred while parsing xml: Line #: 5 :Column #: 11
Stack trace of nested exception:
org.xml.sax.SAXParseException: The content of element type "ejb-jar" is incomplete, it must match "(description?,display-name?,small-icon?,large-icon?,enterprise-beans,relationships?,assembly-descriptor?,ejb-client-jar?)".
     at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:235)
     at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:209)
     at com.ibm.etools.j2ee.xml.bridge.GeneralXmlDocumentReader.parse(GeneralXmlDocumentReader.java:198)
     at com.ibm.etools.j2ee.xml.bridge.GeneralXmlDocumentReader.parseDocument(GeneralXmlDocumentReader.java:221)
     at com.ibm.etools.j2ee.xml.DeploymentDescriptorImportExport.primImportFrom(DeploymentDescriptorImportExport.java:250)
     at com.ibm.etools.j2ee.xml.DeploymentDescriptorImportExport.primImportFrom(DeploymentDescriptorImportExport.java:239)
     at com.ibm.etools.j2ee.xml.EjbJarDeploymentDescriptorImportExport.importFrom(EjbJarDeploymentDescriptorImportExport.java:54)
     at com.ibm.etools.ejb.impl.EJBJarResourceFactory.importXML(EJBJarResourceFactory.java:30)
     at com.ibm.etools.j2ee.common.impl.XMLResourceFactory.load(XMLResourceFactory.java:68)
     at com.ibm.etools.j2ee.common.impl.XMLResourceFactory.load(XMLResourceFactory.java:84)
     at com.ibm.etools.emf.resource.impl.ResourceFactoryImpl.load(ResourceFactoryImpl.java:77)
     at com.ibm.etools.emf.resource.impl.ResourceSetImpl.load(ResourceSetImpl.java:289)
     at com.ibm.etools.archive.impl.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:222)
     at com.ibm.etools.commonarchive.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:528)
     at com.ibm.etools.commonarchive.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:65)
     at com.ibm.etools.archive.impl.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:35)
     at com.ibm.etools.archive.impl.EjbJar11ImportStrategyImpl.loadDeploymentDescriptor(EjbJar11ImportStrategyImpl.java:73)
     at com.ibm.etools.archive.impl.EjbJar11ImportStrategyImpl.importMetaData(EjbJar11ImportStrategyImpl.java:68)
     at com.ibm.etools.commonarchive.impl.EJBJarFileImpl.getDeploymentDescriptor(EJBJarFileImpl.java:152)
     at com.ibm.etools.commonarchive.impl.EJBJarFileImpl.getStandardDeploymentDescriptor(EJBJarFileImpl.java:212)
     at com.ibm.etools.commonarchive.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:446)
     at com.ibm.etools.commonarchive.impl.ModuleRefImpl.getDeploymentDescriptor(ModuleRefImpl.java:525)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.open(DeployedModuleImpl.java:113)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.initialize(DeployedModuleImpl.java:277)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initializeModule(DeployedApplicationImpl.java:700)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:402)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:135)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:203)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
     at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
     at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
[6/24/05 15:33:45:031 IST] 5cc01505 WsServer E WSVR0003E: Server server1 failed to start
com.ibm.ws.exception.RuntimeError: Open failure
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:211)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
     at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
     at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
---- Begin backtrace for nested exception
com.ibm.ws.exception.ConfigurationError: Open failure
     at com.ibm.ws.runtime.component.DeployedModuleImpl.initialize(DeployedModuleImpl.java:280)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initializeModule(DeployedApplicationImpl.java:700)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:402)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:135)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:203)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
     at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
     at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
---- Begin backtrace for nested exception
com.ibm.etools.archive.exception.ArchiveWrappedException
Stack trace of nested exception:
com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/ejb-jar.xml
Stack trace of nested exception:
com.ibm.etools.archive.exception.ResourceLoadException: IWAE0007E Could not load resource "META-INF/ejb-jar.xml" in archive "StrutsAppEJB.jar"
Stack trace of nested exception:
com.ibm.etools.j2ee.exception.WrappedRuntimeException: IWAE0099E An Exception occurred while parsing xml: Line #: 5 :Column #: 11
Stack trace of nested exception:
org.xml.sax.SAXParseException: The content of element type "ejb-jar" is incomplete, it must match "(description?,display-name?,small-icon?,large-icon?,enterprise-beans,relationships?,assembly-descriptor?,ejb-client-jar?)".
     at org.apache.xerces.parsers.DOMParser.parse(DOMParser.java:235)
     at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:209)
     at com.ibm.etools.j2ee.xml.bridge.GeneralXmlDocumentReader.parse(GeneralXmlDocumentReader.java:198)
     at com.ibm.etools.j2ee.xml.bridge.GeneralXmlDocumentReader.parseDocument(GeneralXmlDocumentReader.java:221)
     at com.ibm.etools.j2ee.xml.DeploymentDescriptorImportExport.primImportFrom(DeploymentDescriptorImportExport.java:250)
     at com.ibm.etools.j2ee.xml.DeploymentDescriptorImportExport.primImportFrom(DeploymentDescriptorImportExport.java:239)
     at com.ibm.etools.j2ee.xml.EjbJarDeploymentDescriptorImportExport.importFrom(EjbJarDeploymentDescriptorImportExport.java:54)
     at com.ibm.etools.ejb.impl.EJBJarResourceFactory.importXML(EJBJarResourceFactory.java:30)
     at com.ibm.etools.j2ee.common.impl.XMLResourceFactory.load(XMLResourceFactory.java:68)
     at com.ibm.etools.j2ee.common.impl.XMLResourceFactory.load(XMLResourceFactory.java:84)
     at com.ibm.etools.emf.resource.impl.ResourceFactoryImpl.load(ResourceFactoryImpl.java:77)
     at com.ibm.etools.emf.resource.impl.ResourceSetImpl.load(ResourceSetImpl.java:289)
     at com.ibm.etools.archive.impl.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java:222)
     at com.ibm.etools.commonarchive.impl.ArchiveImpl.getMofResource(ArchiveImpl.java:528)
     at com.ibm.etools.commonarchive.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:65)
     at com.ibm.etools.archive.impl.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:35)
     at com.ibm.etools.archive.impl.EjbJar11ImportStrategyImpl.loadDeploymentDescriptor(EjbJar11ImportStrategyImpl.java:73)
     at com.ibm.etools.archive.impl.EjbJar11ImportStrategyImpl.importMetaData(EjbJar11ImportStrategyImpl.java:68)
     at com.ibm.etools.commonarchive.impl.EJBJarFileImpl.getDeploymentDescriptor(EJBJarFileImpl.java:152)
     at com.ibm.etools.commonarchive.impl.EJBJarFileImpl.getStandardDeploymentDescriptor(EJBJarFileImpl.java:212)
     at com.ibm.etools.commonarchive.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java:446)
     at com.ibm.etools.commonarchive.impl.ModuleRefImpl.getDeploymentDescriptor(ModuleRefImpl.java:525)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.open(DeployedModuleImpl.java:113)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.initialize(DeployedModuleImpl.java:277)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initializeModule(DeployedApplicationImpl.java:700)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:402)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:135)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:203)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:117)
     at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
     at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
     at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
     at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
     at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
     at com.ibm.etools.websphere.tools.runner.api.ServerRunnerV5$1.run(ServerRunnerV5.java:105)
[6/24/05 15:33:45:047 IST] 5cc01505 WsServer E WSVR0009E: Error occurred during startup
Retheesh R

While installing a new application, I am facing a problem that getting an exception
ApplicationMg W WSVR0100W: An error occurred initializing, PROMPT
com.ibm.ws.exception.ConfigurationWarning: Failed to open C:\Program Files\WebSphere\AppServer\config\cells\CCR-7F0556\applications\PROMPT.ear\deployments\PROMPT
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:390)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:135)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:444)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.tivoli.jmx.modelmbean.MMBInvoker.invoke(MMBInvoker.java:46)
     at com.tivoli.jmx.modelmbean.MMBInvoker.invokeOperation(MMBInvoker.java:115)
     at com.tivoli.jmx.modelmbean.DynamicModelMBeanSupport.invoke(DynamicModelMBeanSupport.java:409)
     at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:323)
     at com.tivoli.jmx.GenericMBeanSupport.invoke(GenericMBeanSupport.java:178)
     at com.tivoli.jmx.MBeanAccess.invoke(MBeanAccess.java:113)
     at com.tivoli.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:290)
     at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:655)
     at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:137)
     at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.perform(ApplicationDeploymentCollectionAction.java:239)
     at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1791)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
     at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
     at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:258)
     at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
     at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:872)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:491)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:173)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:199)
     at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
     at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
     at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:331)
     at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
     at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:432)
     at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:343)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592)
---- Begin backtrace for nested exception
com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/application.xml
Stack trace of nested exception:
com.ibm.etools.archive.exception.ResourceLoadException: IWAE0007E Could not load resource "META-INF/application.xml" in archive "C:\Program Files\WebSphere\AppServer\config\cells\CCR-7F0556\applications\PROMPT.ear\deployments\PROMPT"
Stack trace of nested exception:
com.ibm.etools.archive.exception.ArchiveRuntimeException: Invalid binaries path: D:/basf/prompt/PROMPT.ear
     at com.ibm.etools.archive.impl.LoadStrategyImpl.checkLoosePathsValid(LoadStrategyImpl.java:358)
     at com.ibm.etools.archive.impl.LoadStrategyImpl.setLooseArchive(LoadStrategyImpl.java(Inlined Compiled Code))
     at com.ibm.etools.archive.impl.DirectoryArchiveLoadStrategyImpl.getLooseArchive(DirectoryArchiveLoadStrategyImpl.java(Compiled Code))
     at com.ibm.etools.archive.impl.LoadStrategyImpl.primGetResourcesPath(LoadStrategyImpl.java:133)
     at com.ibm.etools.archive.impl.LoadStrategyImpl.initializeContext(LoadStrategyImpl.java:241)
     at com.ibm.etools.archive.impl.LoadStrategyImpl.getContext(LoadStrategyImpl.java(Inlined Compiled Code))
     at com.ibm.etools.archive.impl.LoadStrategyImpl.getResourceSet(LoadStrategyImpl.java(Inlined Compiled Code))
     at com.ibm.etools.archive.impl.LoadStrategyImpl.getMofResource(LoadStrategyImpl.java(Compiled Code))
     at com.ibm.etools.commonarchive.impl.ArchiveImpl.getMofResource(ArchiveImpl.java(Compiled Code))
     at com.ibm.etools.commonarchive.impl.ModuleFileImpl.getDeploymentDescriptorResource(ModuleFileImpl.java:65)
     at com.ibm.etools.archive.impl.XmlBasedImportStrategyImpl.primLoadDeploymentDescriptor(XmlBasedImportStrategyImpl.java:35)
     at com.ibm.etools.archive.impl.Ear12ImportStrategyImpl.loadDeploymentDescriptor(Ear12ImportStrategyImpl.java:74)
     at com.ibm.etools.archive.impl.Ear12ImportStrategyImpl.importMetaData(Ear12ImportStrategyImpl.java:69)
     at com.ibm.etools.commonarchive.impl.EARFileImpl.getDeploymentDescriptor(EARFileImpl.java(Compiled Code))
     at com.ibm.etools.commonarchive.impl.EARFileImpl.initializeModuleExtensions(EARFileImpl.java:789)
     at com.ibm.etools.commonarchive.impl.EARFileImpl.initializeAfterOpen(EARFileImpl.java:780)
     at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openSpecificArchive(CommonarchiveFactoryImpl.java:633)
     at com.ibm.etools.commonarchive.impl.CommonarchiveFactoryImpl.openEARFile(CommonarchiveFactoryImpl.java:469)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.open(DeployedApplicationImpl.java:168)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:386)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.initializeApplication(ApplicationMgrImpl.java:135)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:444)
     at java.lang.reflect.Method.invoke(Native Method)
     at com.tivoli.jmx.modelmbean.MMBInvoker.invoke(MMBInvoker.java:46)
     at com.tivoli.jmx.modelmbean.MMBInvoker.invokeOperation(MMBInvoker.java:115)
     at com.tivoli.jmx.modelmbean.DynamicModelMBeanSupport.invoke(DynamicModelMBeanSupport.java:409)
     at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:323)
     at com.tivoli.jmx.GenericMBeanSupport.invoke(GenericMBeanSupport.java:178)
     at com.tivoli.jmx.MBeanAccess.invoke(MBeanAccess.java:113)
     at com.tivoli.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:290)
     at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:655)
     at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:137)
     at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.perform(ApplicationDeploymentCollectionAction.java:239)
     at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1791)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1586)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
     at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
     at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
     at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:258)
     at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
     at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:872)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:491)
     at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:173)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:79)
     at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:199)
     at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:71)
     at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:182)
     at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSEListener.java:331)
     at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
     at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:432)
     at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:343)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592)
Please guide me to resole this problem.
Regards,
Jayaprakash

Similar Messages

  • WebLogic to Web Sphere Migration problem

    Hi,
    I have a problem on Migrating from Web Logic to Web Sphere in RSA for websphere 7.0 .
    On clicking prepare for deployment there displaying a pop up error "Deploy has encountered a problem". in details
    The error is:
    Deploying hqp-ejb
    Deployment from com.ibm.etools.ejbdeploy.EJBDeployer had errors:
    Error generating findTest(int) query for bean Foo(Abstract schema name=Foo). Error=query cannot be pushed down
    Query='SELECT Object (a) FROM Foo As a WHERE a.id = ?1 AND a.code = 'M''.
    This application is running fine in Web Logic.
    The queries are inside ejb-jar.xml.
    Please help to fix the problem.

    LiveCycle's install bits for WebSphere and WebLogic are different.  You simply shouldn't install the bits for WebLogic and then try deploying to WebSphere.

  • Start up problems, including from installation disc.

    Hello everyone in the Apple ether, I need your help!
    I have a powerpc based iMac G5 at home that I set up for my mum to use once I bought my macbook. I finally managed to win her over with talks of how much easier it would be for her to manage her photos in iPhoto, and everything was going really well. I recently came home after my final year at uni and some travelling to find that the computer is taking a long time to start up. This can be in both the grey apple loading screen but also once it logs in it can take a long time to display anything over than the desktop background, and even once it displays other items any attempt to open anything just results in a spinning wheel icon. At the worst case it has taken about 20 minutes to get going.
    Once it has fully booted, the machine doesn't appear to be working any slower than normal. I tried using disk utility in mac OSX and verifying permissions etc and that didn't do anything. I then tried googling the problem and came across this article on the apple web site. http://support.apple.com/kb/TS1417
    Starting in Safe Mode did not resolve the issue so after backing everything up I tried starting from the installation disc. This is not something I have ever done before and as someone that never really delves beneath the surface of her machines I was a bit scared of doing it. But I put the disc in and restarted and held down C just after I heard the chime, and shortly after it all went wrong. The screen went grey and all I could see was the image you get when it crashes (you know, the power sign with text over it saying you need to restart) with lines of code all down the left of the screen. I took a photo of the screen on my camera so can give details of the code if you need them. The last line said
    Kernel version:
    Darwin Kernel Version 8.8.3: Wed Oct 18 22:00:38 PDT 2006; root:xnu-792.15.4.obj-4/RELEASE_PPC
    panic: We are hanging here...
    After a few minutes on this screen the fan started working overtime and after about 5 minutes of that I just turned it off using the power button on the back. The machine has since started up normally (ie slowly) but is working fine.
    So I was wondering if anyone had any ideas how to fix the slow start up problem without booting from my install disc, or indeed if anyone could suggest why I can't boot from my install disc? Thanks very much for your time and help.

    It appears you experienced a kernel panic which is hardware related. A few suggestions for you to try:
    Except for the keyboard & mouse, disconnect all devices from the computer & try the suggestions mentioned in the following:
    http://docs.info.apple.com/article.html?artnum=106805 Mac OS X: "Broken folder" icon, prohibitory sign, or *kernel panic* when computer starts
    User Tips: Kernel Panics
    ==============
    Boot up from your Tiger or Leopard Install DVD while holding down the "c" key.
    Select the language you wish to use, and then choose *"Disk Utility"* from the menu bar.
    Your HD should appear in a panel on the left hand side of the window which opens. Select it and then click on the *"repair disk"* button in the right hand section of the window.
    Once this process has been completed restart your computer and run *repair permissions* from Disk Utility.
    * If Disk Utility (from the install DVD or HD)is unable to complete the repair, you will need to use a stronger 3rd party utility like DiskWarrior, Techtool PRO (not Deluxe) or Drive Genius.
    =============
    How much HD space is left on the iMac?
    How much RAM is installed?
    ==============
    Which "model" & "generation" G5 iMac does your mother have?
    Need this info so that the knowledgeable users can provide you with the proper troubleshooting solution(s).
    http://docs.info.apple.com/article.html?artnum=301724-en How to identify your iMac
    http://docs.info.apple.com/article.html?path=Mac/10.4/en/mh355.html Getting information about your computer
    You can have this info displayed on the bottom of every post by going to 'My Settings' which is located in the column on the right under your name, and filling in the information asked for.
    Thank you

  • Web Sharing starting up....

    Hi all
    I'm a newbie that would like to learn the basics of PHP and web applications.
    I've followed instructions and upgraded the current php on my system. I used the terminal and followed step by step instructions as i have no idea what i'm doing with that application, and coding. I tried to test a simple php file (that tells you the current date/time) in dreamweaver (soon after) and it didn't work. =(
    Well, After following more and more instructions i find my machine with a new oracle user, some sw folder with an application called fink inside it, and all sorts of little files and stuffed folders that seemed to do nothing positive for my current goal.
    I found out shortly after that i probably, simply didn't have apache up and running so once again i've folowed instruction but i've got the following issue: I'm trying to get the apache to start up by clicking the Personal Web Sharing 'start' button in the Sharing area in the System Preferences. The button works, it all goes grey which tells me that it's doing something... but unfortuantely nothing seems to be happenning. I've been through the forums and followed many terminal instructions that have been given to people with the same issues but nothing seems to be working.
    I've gone to work with all the most recent instructions and simply by using the terminal to get rid of a few #'s to get its native php kick started, and pressing that start up web sharing button in the preferences, seems to have worked fine. I haven't tested that .php file to test if its worked or not, but the Web Sharing started with no issues.
    I guess i'm a little worried that with all this tweaking and upgrading of my system that i may have i killed my chances at getting this php working on my imac, and probably injured it in other ways too.
    Can anyone give me any hints as to what i've managed to do to my machine and how i may be able to fix anything that i may have broken.
    If my novice terminology isn't helping much, i do apologise and if anyone out there is willing to help me out i'll do my best to make this all make sense.
    Nev
    imac   Mac OS X (10.4.7)  

    Hi Rick
    right.. I've been on php.net
    Gone into the intro section... copied the script from http://uk3.php.net/manual/en/introduction.php into a blank dreamweaver file. saved it as index.php and previewed the file in my safari window staright from dreamweaver (which has a root of file:///Users/.......htm)
    I get a blank screen (so i guess that means its not reading the php)
    I tried testing it locally from my works ftp area... same deal (root was like www...../test/Index.php)
    I've also tried just typing in http://192/168/0/19/~Byron/ and that isn't even showing the normal file that used to show up as standard (from the sites folder)
    which is why i'm thinking i've done something bad...
    My firewall's off =)
    It's not starting up the Personal Web Sharing (and i reckon thats the problem)
    When im just doing normal html static sites in DW its fine.. no problems with viewing locally at all. Its as soon as i introduce server technology (php) that it becomes un-viewable. (well it loads the file... it just doesn't read anything thats on it).
    Yeah its just in the Local area. I'm just trying to view pages locally, on the machine that created the files. Then upload them to the ftp server later on, once i've got it all running properly.
    Php wouldn't have NEEDED upgrading, it was just one of the things that php.net said would have been a good idea for me to do. (so i followed the advice from their site) Now i think about it, i actually upgraded php (from that site) before i found out how to unlock the native php from the system.
    Would that effect anything?
    imac   Mac OS X (10.4.7)  

  • Web Interface - Call a function when web interface starts

    Hello,
    my problem is to call a function (fox formula) when the web interface starts. This function may execute only once.
    Can somebody help me?
    Thanks
    Stefan

    Hi,
    1. Create a custom class ZCL_BPS in SE24 inheriting the properties from superclass CL_UPWB_BSP_APPL.
    2. Redefine the method LOAD of this class ZCL_BPS and call your FOX formula over here using function module API_SEMBPS_FUNCTION_EXECUTE.
    eg. code
    METHOD LOAD .
    TRY.
    CALL METHOD SUPER->LOAD
      EXPORTING
        APPLICATION_NAME = APPLICATION_NAME
      RECEIVING
        APPLICATION      =  APPLICATION.
    CALL FUNCTION 'API_SEMBPS_FUNCTION_EXECUTE'
      EXPORTING
        I_AREA           =  'ZAREA01'
        I_PLEVEL         =  'LEVL001'
        I_PACKAGE        =  'PACK001'
        I_FUNCTION       =  'PFUN001'
        I_PARAM          =  'FOXF001'.
    ENDTRY.
    ENDMETHOD.                    "LOAD
    3. Replace CL_UPWB_BSP_APPL  by ZCL_BPS in the Application Class property of your Web Interface.
    This works for sure.
    Please grant points if it solves your purpose.
    Regards,
    Deepti

  • Sun One Web Server Start Up Error

    I have added filters in my application. I get the below error when I try to restart my application from Sun One Web Server,
    info: CORE3282: stdout: PARSE error at line 6 column 10
    info: CORE3282: stdout: org.xml.sax.SAXParseException: Element type "filter" must be declared.
    failure: ContextConfig[] WEB3524: Parse error in application web.xml
    org.xml.sax.SAXParseException: Element type "filter" must be declared.
    at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1016)
    at org.apache.xerces.validators.common.XMLValidator.reportRecoverableXMLError(XMLValidator.java:1252)
    at org.apache.xerces.validators.common.XMLValidator.validateElementAndAttributes(XMLValidator.java:2721)
    at org.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidator.java:823)
    at org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1222)
    at org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:380)
    at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:908)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:314)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:89)
    at org.apache.catalina.util.xml.XmlMapper.readXml(XmlMapper.java:275)
    at org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:312)
    at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:1005)
    at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:257)
    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:155)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3702)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    failure: ContextConfig[]: WEB3525: Occurred at line 6 column 10
    failure: ContextConfig[]: WEB3541: Marking this application unavailable due to previous error(s)
    failure: WebModule[]: WEB2705: Context startup failed due to previous errors
    failure: WebModule[]: WEB2720: Error initializing naming context for context
    javax.naming.NamingException: WEB3880: Unknown context name : StandardEngine[null].StandardHost[https-sitarmor84].StandardContext[]
    at org.apache.naming.ContextBindings.bindThread(ContextBindings.java:207)
    at org.apache.catalina.core.StandardContext.bindThread(StandardContext.java:4123)
    at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3811)
    at com.iplanet.ias.web.WebModule.stop(WebModule.java:329)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:3782)
    at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
    at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
    at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
    at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
    at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
    Please help.

    Which version of Sun web server are you using? Is it 6.1, 7.0 or 7.0 Update2.
    6.1 supports Servlet 2.3 spec. 7.0 supports Servlet 2.4 spec and 7.0 Update 1 and 2 support Servlet 2.5.
    Servlet 2.3 is DTD based and Servlet 2.4 onwards are schema based.
    The DTD or schema will be right after XML prolog in web.xml.
    You can use one of the following:
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
    http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
    I am sure your web.xml is not correctly written for the DTD/schema used.
    If you take care of that I am sure th problem will go away.
    If not, let us know if your webapp's WEB-INF/lib has xerces.jar.

  • Web Sphere let me call EJB through the firewall.

    Finally I found some light on my problem related to the firewall.
    Seems like the web Sphere gives you the option to specify the port for the application server to communicate with the client. Can I do similar stuff with Sun Application server? Or I ask our customer to use web logic instead?
    http://publib.boulder.ibm.com/infocenter/wasinfo/v4r0/topic/com.ibm.support.was.doc/html/EJB_Container/1008407.html
    Let me know if this can be easily done with the application server configuration.
    Message was edited by:
    skoizumi2133
    Message was edited by:
    skoizumi2133

    Configuring the IIOP listener from the administration interface is possible in Sun application serverThis let you configure the initial port when ejb client connects to the application server but not the port the as talks back to the client.

  • How to Deploy Macromedia Flex 1.5 in Web Sphere

    Hello,
    I am working on a Project where Macromedia flex 1.5 - front end, .Net - back end and Oracle 10g Database with JRun4 as a Server.
    So Now Based on client Requirements, I want to deploy my Project into web Sphere 8.5 Application Server.
    Can Any One Provide me the detailed documentation of How to deploy Macromedia flex 1.5 application in Web Sphere 8.5 Server.
    Regards,
    Rajasekhar

    Atlast it's working now!!!
    As you suggested there is a problem in servlet configuration, I checked out Configuration in Web-INF/Web.xml file there i dint found Resource Reference to websphere.So I Added the below Lines, Now it's Working.
    Thanks for Your Kind Suggestions,Which Helped me a Lot!!
        <resource-ref>
            <description>Flex Messaging WorkManager</description>
            <res-ref-name>wm/MessagingWorkManager</res-ref-name>
            <res-type>com.ibm.websphere.asynchbeans.WorkManager</res-type>
            <res-auth>Container</res-auth>
            <res-sharing-scope>Shareable</res-sharing-scope>
        </resource-ref>
    Regards,
    Rajasekhar

  • IDM is not working with Web Sphere

    Hi,
    i have installed IDM 7 and make the idm.war and deploying with websphere5. the deployment has success but when i tried to start the application from web sphere admin console the web sphere server stops and not work admin console also.
    any other solution.
    i am unable to find the loggingtoolkit4j from ibm site and i didn;t get the log.jar
    kindly give the path where i can find out

    This may not be related, but I found that it may be necessary to turn of the Java 2 security option on the JVM in WebSphere.
    To turn off in WebSphere, logon to the WAS Administrative Console and navigate to Security > Configuration > Secure Administration > Applications and Infrastructure. Uncheck the Java 2 Security option.

  • Start-up problems due to firewire/usb devices?

    Hi
    recently, my imac G5 has been having some strange start-up problems. It had been working fine for the previous 11 months I have used the machine.
    The start-up problems occur mainly after the computer has been shut down for some time (eg in the morning). When I press the start-up button, the computer will make the start up noise and then get stuck on the blue screen. Sometimes (but not always) the fan will start making a loud noise. Sometimes it is possible to turn the computer off and try to restart with the button at the back of the computer, at other times I have to turn the computer off at the power point and start again. I have tried to start up in "safe mode", but that also does not always work. This morning I was only able to start up the computer after unplugging all external devices, after which the imac started fine. I then replugged everything - no problem. However, I would like to be able to start-up without having to unplug and replug my various devices!
    I am using several firewire devices (LaCie 250gb external hard-drive, Cd and DVD burner) and USB devices (scanner, printer, external USB drive (which I use for back-ups and which is mostly removed from the computer).
    I have run disk utility to check the hard drives - they all appear to be ok.
    I have a feeling the problems may have started when I tried out some back-up software to set up a regular back-up scheme. I have now removed all scheduling from my back-up software (silverkeeper, synk) but the problem remains.
    Is it possible there is some problem with the drivers for the external devices? Any ideas?
    Thanks a lot
    Barbara
    iMac G5   Mac OS X (10.3.9)  

    Hi Barbara,
    Yes, USB devices particularly (including some hubs, most USB adsl modems, some printers and scanners and the like) can most certainly be the cause of this sort of problem (By far the most common cause, in fact)
    First step is to simply remove them all, and see if the problem goes away. If so, then try adding them one at a time directly connected to the computer, testing them for a while, and see whether you can pin down which one it is.
    Once you have tracked it down, if the device has its own drivers then look for any updates on the manufacturers web site, of course.
    If the device doesn't have its own drivers then you can try simply disconnecting before shutting down and reconnecting after starting up, but the best solution is usually to replace the device.
    (For what its worth, my bet, in the absence of more information about the actual devices attached, and as long as you don't have a USB adsl modem, is that its going to be a USB hub causing the problems )
    Cheers
    Rod

  • JBOSS  4.0 Application Server start up problem?

    1. JBOSS Application Server start up problem?
    I have installed the JBOSS 4.0 application server in eclipse 3.4(Ganymede) in order to work with the adempiere open source ERP.When I start the JBOSS server,It displays the message &ldquo;Server started in Xm:XXs:XXXms&rdquo; in the console window.But the progress bar in server window is still running.Once the time out is over,it displays the message server cannot be started.
    What should I do in order to make eclipse know that the server is started(message in console as server started) and set its status to &ldquo;Started&rdquo;?
    2.Is it possible to copy and paste the .war created in eclipse 3.4 using JBOSS 4.0 to Glassfish v2 which requires archive file .ear form in NetBeans IDE 6.1?

    i also noticed when I start the server some times the first line it display in the container will be starting Microcontainer some times it diaplays microkernel?You can find out reason based on that also?
    Actually I was using 8080 port for my Oracle 10g Express Edition.Even when I change the port in server view,I had same problem.In order to recover from the problem,I finally changed my database port,My Jboss 4.0 has started succesfully. When I access the JBOSS in URL http://localhost:8080/jmx-console,i got the error can you tell me what can i do?
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:97)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:346)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:414)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
    root cause
    Unable to find a javac compiler;
    com.sun.tools.javac.Main is not on the classpath.
    Perhaps JAVA_HOME does not point to the JDK
         org.apache.tools.ant.taskdefs.compilers.CompilerAdapterFactory.getCompiler(CompilerAdapterFactory.java:105)
         org.apache.tools.ant.taskdefs.Javac.compile(Javac.java:929)
         org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:758)
         org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:382)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.
    Apache Tomcat/5.0.28

  • Start-up problem with hp pavilion dv6t-7000‏: "Boot Device Not Found. Hard Disk (3F0)" error

    I started getting start-up problems with my hp pavilion dv6t-7000‏.  It happens intermittently. 
    The boot error is:
       Boot Device Not Found
       Please install an operating system on your hard disk.
       Hard Disk (3F0)
       F2 System Diagnostics
       For more information, please visit: www.hp.com/go/techcenter/startup
    Could a faulty BIOS update cause this problem?
    Anyone else who may have experienced a similar problem?
    I'd appreciate any help about this problem.  Thanks.

    Hi
    Please find the link given below might help you to fix your issue.
    Resolve Boot Device not Found Error Message
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Web sphere portlets not working

    i have this provider registered in oracle portal as http://localhost:9080/portal/providers
    which are hosted on a web sphere application server but when i click on a link rather then
    going to http://localhost:9080/portal/main.do it is going to http://localhost/portal/main.do
    and is removing the 9080 port number and opening outside the portlet context

    Suzie,
    Most likely you forgot to use the pdk struts tags to render your link.
    Peter

  • I had an iphone 4 and when I downloaded the IOS7 started having problems. Gone the phone keypad, could not type more names of my contacts in the phone search. I decided to buy the iphone 5S and since downloaded the IOS7.1.2 the search of yo

    I had an iphone 4 and when I downloaded the IOS7 started having problems. Gone the phone keypad, could not type more names of my contacts in the phone search. I decided to buy the iphone 5S and since downloaded the IOS7.1.2 the search of your phone contacts it takes to open or write

    dedegodoy wrote:
    I decided to buy the iphone 5S and since downloaded the IOS7.1.2 the search of your phone contacts it takes to open or write
    What does that mean? What is your technical support question?

  • Photo Gallery start up problem

    I have a glitch and it's probably me … but here's what
    I know.
    About Don Booth's Photo Gallery:
    It's great. Everything is good - integrated with my CSS -
    looks nice.
    When the page loads all is well except the first image in the
    Gallery does not display in <div id="mainImageOutline"... (and
    the first thumbnail is not highlighted). While I'm building and
    testing this is OK. Just click a thumbnail and everything works
    well.
    In the demo, the Gallery is operational by default and starts
    up with the first thumbnail and Spry:detail produces the
    corresponding image (automatically). That's what I want.
    About my code:
    Except for a couple of "page layout" divs that I have,
    consistent with my own site-wide style sheet conventions, such as
    <div id="wrapper"> and <div id="maincontent"> I have:
    1. Copied Don Booth's xhtml code directly from the
    Spry_1_1_022408 download sample.
    2. Copied Don Booth's css code directly from the same
    download sample.
    3. Copied Don Booth's gallery.js directly (without change as
    far as I know).
    The only significant change (apart from CSS and xhtml
    structure) in my work is - I added an additional Spry:detail div to
    present additional datapoints from xml. This is not relevant to my
    question because the issue that concerns me is consistent if I
    remove this second detail div. The start-up problem remains.
    The URL for the gallery page in question is:
    http://www.yhqg.org/Celebration/quiltshow2008/galleryix/gallery.htm
    I imagine the problem is in gallery.js. You should know that
    javascript is a bit like dungeons and dragons to me.
    I have an error report:
    Error: dsPhotos is not defined
    Source File:
    http://www.yhqg.org/Celebration/quiltshow2008/galleryix/includes/gallery.js
    Line: 55
    So, when I see:
    var gAutoStartSlideShow;
    if (gAutoStartSlideShow == undefined)
    gAutoStartSlideShow = true;
    I imagine I'm looking at something useful but I don't know
    what to do with it, or if it is the right code to focus on. I
    respect the relationship with level 4 support engineers, but after
    trying to solve my own issue for a few weeks I decided it was time
    to submit my question. How do I get Photo Gallery to start up like
    the demo?
    Additional information:
    There is also a series of error reports that show when the
    Gallery is playing (for example):
    Warning: Expected end of value for property but found
    '-0.0775'. Error in parsing value for property 'opacity'.
    Declaration dropped.
    Source File:
    http://www.yhqg.org/Celebration/quiltshow2008/galleryix/gallery.htm
    Line: 0
    I don't think it is related, but that's what I know.
    I tried to copy my xhtml (below) but it caused this message
    to exceed allowed size. But I don't see that xhtml is the problem.
    You can see the source at the URL (above).

    Hi Latauro,
    Sounds like you need to turn your Slideshow into a Track, and then set the Track to display as 16:9 Letterbox; but first, you'll also need to encode your slides as wide Mpeg 2 clips (encode set to 16:9), too; to whatever duration you have them set in the Slideshow, currently (if they're not already wide encoded clips).
    It would be good to stick some same duration audible or silent same format and bit rate audio underneath each of the new movie slides, to present players a nicely packed VOB.
    Take care,
    Trai Forrester
    TFDVD Research Labs
    http://www.DVDVerification.com
    PS. If this helps you, would you please remember to declare the thread as "Solved". Although probably hopeless, someone should make a run to try and catch up with good Drew!! (see what happens Hal, when you take some time off?!

Maybe you are looking for

  • Convert varchar to decimal - arithmetic overflow

    I'm using SQL Server 2014 and I'm trying to convert data from a staging table over to a production table. I seem to be getting an Arithmetic overflow error converting varchar to numeric on the decimal conversion. I'm sure I've overlooked something wi

  • Server issue or website issue

    Periodically when I open my site from a browser (i.e.6), I see some pages of my site split in half (See URL for pictures). Two Pictures The top picture shows the split (bad), the bottom picture shows how it should look. If I refresh my browser the pa

  • Formula  ASo to BSO

    Hi All I have one formula in ASO so how can i excute this in BSo , i have to change it According to BSo i modified something but its giving syntax errror , plz can any one help how can i write this formula in BSo case when is ([PERIOD].CurrentMember,

  • What would be best for special effects?

    I am a frequent user of iMovie 4 and often create home movies. However, the iMovie provides very few and very primitive effects. What would be the best software for me to aquire new creative special effects (e.g. flames, explosions, etc.) If anyone c

  • Want to keep my 37000 photos on iphone and cloud, it takes years to synchronize? solution?ud

    before cloud: I synchronized my photos from the external drive to my iphone. now with cloud: most of the pics are not available on iphone anymore, it takes ages to just load 1 picture (roughly 1 pic a day!) Thanks for helping me out!