Nihal Sequeira

Greenhorn
+ Follow
since Oct 11, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Nihal Sequeira

Guys,
I get this adpter error when I try to run EJBs in the UTC.
com.ibm.ejs.container.CreateFailureException: javax.ejb.EJBException: nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute an Interaction. com.ibm.ws.rsadapter.cci.WSInteractionImpl@39d3610; nested exception is: javax.ejb.EJBException: nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute
Any ideas/hints will be appreciated.
Thanks
Gareth
21 years ago
Guys,
Im trying to deploy/migrate an application from Weblogic 6.1 to WebSphere 5.0
Im in the process of deploying jsp right now.
I read that Websphere supports only HTML 4.01 tags.
The following tags throw an " undefined attribute
..." in the tasks view eerytime i run html validation.
These tags are causing problems.
<td ...>
i want to know if its possible to include these tages which are clearly not defined within the html validation in websphere..
what is the best way around this?
any help/hints will be appreciated
Thanks
Gareth
21 years ago
Im trying to run JSP in WSAD 5.0(websphere application developer) but the html within the JSP is streamed "as is" to the browser.It looks like a tag misplaced problem but i double checked for tag misplacement and found none.Has anyone come across such prpblems?
any help/hints will be appreciated
Gareth..
21 years ago
JSP
Im trying to run JSP in WSAD 5.0 but the html within the JSP is streamed "as is" to the browser.It looks like a tag misplaced problem but i double checked for tag misplacement and found none.
any help/hints will be appreciated
Gareth..
21 years ago
Guys,
I made a new EJB module"semp_bc1.jar" in "EJB Projects" in my project "test" and then i realised that i dint need it.( I already have a semp_bc.jar in test).When I tried to deploy my application"test.ear." i get this error while testing it in the test environment.
I tried unlinking " semp_bc.jar" in the properties tab of the project but nothing worked.
I figure something else needs to be uninstalled.
Any help/hints will be appreciated.
Thanks
Gareth
com.ibm.ws.exception.RuntimeError
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:268)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:232)
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.NoModuleFileException: A file does not exist for module element having uri: semp_bc1.jar
at com.ibm.etools.commonarchive.impl.ModuleRefImpl.checkType(ModuleRefImpl.java:803)
at com.ibm.etools.commonarchive.impl.ModuleRefImpl.initModuleFileFromEAR(ModuleRefImpl.java:292)
at com.ibm.etools.commonarchive.impl.ModuleRefImpl.getModuleFile(ModuleRefImpl.java:279)
at com.ibm.ws.classloader.ClassGraph.addModule(ClassGraph.java:74)
at com.ibm.ws.classloader.ClassLoaderManager.initialize(ClassLoaderManager.java:126)
at com.ibm.ws.classloader.ClassLoaderManager.<init>(ClassLoaderManager.java:103)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:485)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:254)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:232)
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)
[3/14/03 16:09:35:158 PST] 663a1f3e WsServer E WSVR0009E: Error occurred during startup
21 years ago
Hi,
This is the error I get when i try to install the EAR using the WAS 5.0 admin console.
AppDeploymentException: [Application extensions file does not contain a reference to the deployment descriptor. Corrupt ear file. Check if META-INF/ibm-application-ext.xmi uri in the ear file contains a valid application href tag
This is my application.xml file
xml version="1.0" encoding="UTF-8"
!DOCTYPE application PUBLIC
"-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN"
"http://java.sun.com/dtd/application_1_3.dtd"
<application>
<display-name>test app</display-name>
<module id="EjbModule_1045093054667">
<ejb>sem_bc.jar</ejb>
</module>
<module id="WebModule_1045093055067">
<web>
<web-uri>sem_web.war</web-uri>
<context-root>/sem_web</context-root>
</web>
</module>
</application>
This is the ibm-application-ext.xmi
xml version="1.0" encoding="UTF-8"
applicationext:ApplicationExtension xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:applicationext="applicationext.xmi" xmlns:application="application.xmi" xmi:id="ApplicationExtension_1"
<application href="META-INF/application.xml#Application_1046482093342"/>
</applicationext:ApplicationExtension>
This is the application-bnd.xmi file:
xml version="1.0" encoding="UTF-8"
applicationbnd:ApplicationBinding xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:applicationbnd="applicationbnd.xmi" xmlns:application="application.xmi" xmi:id="ApplicationBinding_1"
<authorizationTable xmi:id="AuthorizationTable_1"/>
<application href="META-INF/application.xml#Application_ID"/>
</applicationbnd:ApplicationBinding>
This is the ibm-web-bnd.xmi file description
xml version="1.0" encoding="UTF-8"
webappbnd:WebAppBinding xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:webappbnd="webappbnd.xmi" xmlns:webapplication="webapplication.xmi" xmlns:commonbnd="commonbnd.xmi" xmlns:common="common.xmi" xmi:id="WebAppBinding_1" virtualHostName="default_host"
webapp href="WEB-INF/web.xml#WebApp"
<ejbRefBindings xmi:id="EjbRefBinding_1045696355555" jndiName="ejb/IDGenerator">
<bindingEjbRef xmi:type="common:EJBLocalRef" href="WEB-INF/web.xml#EJBLocalRef_1045696355555"/>
</ejbRefBindings>
<ejbRefBindings xmi:id="EjbRefBinding_1045696355685" jndiName="ejb/Users">
<bindingEjbRef xmi:type="common:EJBLocalRef" href="WEB-INF/web.xml#EJBLocalRef_1045696355685"/>
</ejbRefBindings>
<ejbRefBindings xmi:id="EjbRefBinding_1045696355805" jndiName="ejb/Roles">
<bindingEjbRef xmi:type="common:EJBLocalRef" href="WEB-INF/web.xml#EJBLocalRef_1045696355805"/>
</ejbRefBindings>
</webappbnd:WebAppBinding>
ibm-web-ext.xmi file description:
<webappext:WebAppExtension xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:webappext="webappext.xmi" xmlns:webapplication="webapplication.xmi" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmi:id="WebAppExtension_1"<br /> reloadInterval="3"<br /> reloadingEnabled="true"<br /> additionalClassPath=""<br /> fileServingEnabled="true"<br /> directoryBrowsingEnabled="false"<br /> serveServletsByClassnameEnabled="true">
<webApp href="WEB-INF/web.xml#WebApp"/>
</webappext:WebAppExtension>
Hope this helps..
Thanks
Gareth
[ March 10, 2003: Message edited by: Nihal Sequeira ]
21 years ago
Kyle,
I used your method and managed to connect to database using the datasources defined.But whe i try to export this application and try installing it again in WAS 5.0 , I still get the AppDeployment exception error posted in the previous post.Do let me know how I can get around this.
Thanks
Gareth
21 years ago
Hi,
I get this :
java.lang.NullPointerException
SystemOut O role_list_applet took 9.794 seconds
everytime i run the jsp in WSAD test environment.
Is this a JNDI name issue?
The lookup is performed by the bean as so:
obj = jndiContext.lookup("java:comp/env/ejb/Users")
where ejb/Users is the JNDI name of the bean.
This is one part of the error when I try to deploy my jar in IBM UTC I get
J2CA0114W: No container-managed authentication alias found.
11c11c62 TraceNLS No message text associated with key CREDENTIALS_NOT_FOUND in bundle IBMDataStoreAdapterNLS
11c11c62 FreePool E J2CA0046E: Method createManagedConnctionWithMCWrapper caught an exception during creation of ManagedConnection for resource jdbc/IDGeneratorDB, throwing ResourceAllocationException. Original exception: com.ibm.ws.exception.WsException: Subject was not null but no valid credentials were found
I tried looking up for container managed authentication alias tab in the server configuration settings but there is no option to
define these aliases( websphere application server as such has this feature in admin console)
When I tried to port this application to the admin console ,I get this error when I try to install the application:
AppDeploymentException: [Application extensions file does not contain a reference to the deployment descriptor. Corrupt ear file. Check if META-INF/ibm-application-ext.xmi uri in the ear file contains a valid application href tag.]
Any help in this area would be appreciated.
Thanks
Gareth
21 years ago
Guys,
Im trying to deploy my JAR in IBM UTC.The JNDI references look up the right way.However I have problems invoking methods on my CMP beans.( invoked via the home interface).
Do let me know what these errors mean.I have an inkling that these are more incorrect datasource definition errors but these datasources are defined properly in the server settings.
O in set EntityContext:javax.naming.NameNotFoundException: IDGenerator
[2/24/03 16:48:05:912 PST] 1edcc580 ExceptionUtil E CNTR0019E: Non-application exception occurred while processing method "create". Exception data: com.ibm.ejs.container.CreateFailureException: java.lang.NullPointerException; nested exception is:
java.lang.NullPointerException
at com.semp.builder.business_component.RolesBean.ejbCreate(Unknown Source)
at com.semp.builder.business_component.ConcreteRolesEJB_efc162a8.ejbCreate(ConcreteRolesEJB_efc162a8.java:255)
at com.semp.builder.business_component.EJSCMPRolesEJBHomeBean_efc162a8.create_Local(EJSCMPRolesEJBHomeBean_efc162a8.java:146)
ejb/IDGenerator is the JNDI reference for the local home interface and its appropriate JNDI datasource is jdbc/IDGeneratorDB using an oracle 8i databaase.
Im also using JNDI-CMP connection factory bindings as per guidlines mentioned by j2ee1.3 while configuring this application .
Any help/hints would be appreciated.
Thanks
Gareth.
21 years ago
Hi Guys,
Im getting this error when trying to install my EAR from the admin console in WebSphere app server version 5.0 .This is a well formed EAR and deployment code has been generated in WSAD 5.0 . Do let me know since this is very confusing.
AppDeploymentException: [Application extensions file does not contain a reference to the deployment descriptor. Corrupt ear file. Check if META-INF/ibm-application-ext.xmi uri in the ear file contains a valid application href tag.]
at com.ibm.websphere.management.application.client.ArchiveDeploymentInfo.<init>(ArchiveDeploymentInfo.java:92)
at com.ibm.ws.management.application.client.AppInstallHelper.getAppDeploymentInfo(AppInstallHelper.java:160)
at com.ibm.ws.management.application.client.AppInstallHelper.getAppDeploymentInfo(AppInstallHelper.java:145)
at com.ibm.ws.management.application.client.DefaultBindingHelper.getDefaultBindingInfo(DefaultBindingHelper.java:89)
at com.ibm.ws.management.application.client.DefaultBindingHelper.getDefaultBindingInfo(DefaultBindingHelper.java:82)
at com.ibm.ws.console.appmanagement.action.UploadAction.formUpload(UploadAction.java:191)
at com.ibm.ws.console.appmanagement.action.UploadAction.perform(UploadAction.java:99)
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.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:187)
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)

Thanks ,
Gareth
21 years ago
Hi,
I have this application( EAR) using EJB2.0 ( J2EE 1.3 to be precise)
already deployed in Weblogic 6.1. I have been trying to deploy it in
weblogic-websphere migration tool available from developer works.Is it
possible to do so using AAT and not the tool? Its an EAR with a JAR and
WAR in it.The tool does not support EJB2.0 and hence the question. I need a
few suggestions on how this migration process takes place since the tool
generates the ibm specific xmi and AAT uses that converted EAR to generate appropriate map down schema for deployment on the application server.
Thanks
Gareth
21 years ago
Guys,
The EAR im trying to deploy throws errors of this nagture.Im trying to deploy 3 EJBs in an EAR. Hopefully the solution is visible.All these errors occur during verification.
No methods on IDGeneratorEJB match this <method>
No methods on RolesEJB match this <method>
(same error for remaining 2 EJBs)
All methods in ejb-jar.xml have been defined as below.
<assembly descriptor>
<container-transaction>
<method>
<ejb-name>IDGeneratorEJB</ejbname>
<method-name>*</method-name>
</method>
<method>
<ejb-name>UsersEJB</ejb-name>
<method-name>*</method-name>
</method>
<method>
<ejb-name>RolesEJB</ejb-name>
<method-name>*</method-name>
</method>
<trans-attribute>Required</trans-attribute>
</container-transaction>
</assembly-descriptor>
-->
Do let me know if you guys can suggest some solutions.
Thanks very much,
Gareth Sequeira
[ January 29, 2003: Message edited by: Nihal Sequeira ]
[ January 29, 2003: Message edited by: Nihal Sequeira ]
[ January 29, 2003: Message edited by: Nihal Sequeira ]
[ January 29, 2003: Message edited by: Nihal Sequeira ]
21 years ago
Guys,
Im trying to deploy an EAR in WebSphere5.0.I have verified this EAR in AAT and im trying to deploy this app in WebSphere using the console.
I have 3 entity beans and I have defined the necessary configuration for their deployment appropriately using the console.The EAR is verified using AAT.I get this error though while starting the app.
29727130 BeanMetaData E CNTR0075E: The user-provided class "com.sempire.builder.business_component.EJSCMPRolesEJBHomeBean_efc162a8" needed by the EnterpriseBean could not be found or loaded.
29727130 EJBContainerI E WSVR0209E: Unable to prepare EJB jar sempire_bc.jar [class com.ibm.ws.runtime.component.DeployedModuleImpl], enterprise bean com.ibm.etools.ejb.impl.ContainerManagedEntityImpl(RolesEJB) (isReentrant: false) (version: 2.x, abstractSchemaName: roles)
java.lang.ClassNotFoundException: com.sempire.builder.business_component.EJSCMPRolesEJBHomeBean_efc162a8
at com.ibm.ws.classloader.CompoundClassLoader.findClass(CompoundClassLoader.java(Compiled Code))
at com.ibm.ws.classloader.CompoundClassLoader.loadClass(CompoundClassLoader.java(Compiled Code))
at java.lang.ClassLoader.loadClass(ClassLoader.java(Compiled Code))
at com.ibm.ws.classloader.ReloadableClassLoader.loadClass(ReloadableClassLoader.java(Compiled Code))
at com.ibm.ejs.container.BeanMetaData.loadExistedClass(BeanMetaData.java:2262)
at com.ibm.ejs.container.BeanMetaData.<init>(BeanMetaData.java:826)
at com.ibm.ws.runtime.component.EJBContainerImpl.createBeanMetaData(EJBContainerImpl.java:928)
at com.ibm.ws.runtime.component.EJBContainerImpl.createModuleMetaData(EJBContainerImpl.java:755)
at com.ibm.ws.runtime.component.EJBContainerImpl.createMetaData(EJBContainerImpl.java:1465)
at com.ibm.ws.runtime.component.MetaDataMgrImpl.createFactoryMetaData(MetaDataMgrImpl.java:115)
at com.ibm.ws.runtime.component.MetaDataMgrImpl.createMetaData(MetaDataMgrImpl.java:159)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:333)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:531)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:254)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:458)
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(Compiled Code))
at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java(Inlined Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java(Compiled Code))
at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java(Inlined Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java(Compiled Code))
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java(Compiled Code))
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.cache.invocation.CacheableInvocationContext.invoke(CacheableInvocationContext.java:114)
at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:187)
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(Compiled Code))
[12/19/02 12:21:16:288 PST] 29727130 DeployedAppli W WSVR0206E: Module, sempire_bc.jar, of application, Well Formed Deployed Test App.ear/deployments/Well Formed Deployed Test App, failed to start
[12/19/02 12:21:16:318 PST] 29727130 ApplicationMg W WSVR0101W: An error occurred starting, Well Formed Deployed Test App
[12/19/02 12:21:16:318 PST] 29727130 ApplicationMg A WSVR0217I: Stopping application: Well Formed Deployed Test App
[12/19/02 12:21:16:599 PST] 29727130 ApplicationMg A WSVR0220I: Application stopped

Do let me know if anyone can figure out this error.Further we have deployed this application in Weblogic7.1 and hence Im trying to make a transition to WebSphere5.0.We use EJB2.0 and JSP1.2. Is this a classpath problem?I would appreciate any help in this regard.
Thanks much
Nihal Sequeira
21 years ago
Hi,
Im getting the error when I try to install the application using the admin console.

There is no CMP Connector Factory or datasource configured with the specified JNDI name.
Any solutions?
thanks
--Nihal..
22 years ago
Hi,
Im trying to deploy j2ee1.3 application( ejb2.0 and jsp1.2).Does Websphere have any support for this as per now?
Thanks,
Nihal Sequeira.
22 years ago