Suresh Sankar

Greenhorn
+ Follow
since May 25, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Suresh Sankar

what about provider url
18 years ago
hi all,
i am depoying the ear file which contains jar,war files
it is giving the following exception
The EAR file could be corrupt and/or incomplete.
com.ibm.etools.archive.exception.DeploymentDescriptorLoadException: META-INF/application.xml
in ear file ejb.jar
web.war
META-INF
application.xml
any response is highly appreciated
thanks
18 years ago
but i am deploying my class along with the EJBS
i have to give that properties or not
18 years ago
hi all,
i am getting the datasource in one of my utility classes in EJB jar file.
i am using WebSphere 5.1.
how i have to get the InitialContext and get the datasource using jndi
any info could help me
thanks in advance
18 years ago
hi all,
i am developing MDB.it is using one Utility class.i know container
will create MDB pool to process the Message.but here my Utility
class must be ThreadSafe or not
hi all,
i am trying to read a text file from EJB.
how AppServer can understand the path of my text file from Bean.
i have to give the path from jar file name onwords or any other way.


waiting for reply thanks in advance
i mean which one is advanced and flexible
hi all,
which one is good(in performance).for dynamic configuration of application
i am new to jsp and Tags. I have to do related to tag. By passing the java object which can be any string or query from databse to tag Library from JSP and this tag library should itself handle the UI part also and display us the result set without using our JSP again.
ALso please help in writing the Tld .
18 years ago
JSP
hi,
i am configuring a datasource and for Oracle8i with thin driver,
where i have to give userid,pwd for oracle
18 years ago
Thank you paul for ur quick reply.
now my Problem is Solved
18 years ago
16:57:14:765 GMT+05:30] 67d7aa7b ConnectionFac I J2CA0107I: Component-managed authentication alias not specified for connection factory or datasource JMS$jmstest.
[6/29/05 16:57:15:587 GMT+05:30] 67d7aa7b FreePool E J2CA0046E: Method createManagedConnctionWithMCWrapper caught an exception during creation of the ManagedConnection for resource JMS$jmstest, throwing ResourceAllocationException. Original exception: javax.resource.spi.ResourceAdapterInternalException: createQueueConnection failed

i am getting these Exception where i have to make change


javax.jms.JMSSecurityException: MQJMS2013: invalid security authentication supplied for MQQueueManager

///
J2CA0020E: The Connection Pool Manager could not allocate a Managed Connection: javax.resource.spi.ResourceAllocationException: Caught ResourceException thrown during creation of the ManagedConnection.
///
[6/29/05 16:57:15:777 GMT+05:30] 67d7aa7b MDBListenerIm W WMSG0019E: Unable to start MDB Listener MyMessageBean, JMSDestination JMS/QPP : javax.jms.JMSSecurityException: MQJMS2013: invalid security authentication supplied for MQQueueManager
18 years ago
i am getting the fallowing exception
[6/29/05 15:32:19:440 GMT+05:30] 5e1bdcc4 ConnectionMan E J2CA0020E: The Connection Pool Manager could not allocate a Managed Connection: javax.resource.spi.ResourceAllocationException: Caught ResourceException thrown during creation of the ManagedConnection.
at com.ibm.ejs.j2c.poolmanager.FreePool.createManagedConnectionWithMCWrapper(FreePool.java:1138)
at com.ibm.ejs.j2c.poolmanager.FreePool.createOrWaitForConnection(FreePool.java:897)
at com.ibm.ejs.j2c.poolmanager.PoolManager.reserve(PoolManager.java:1065)
at com.ibm.ejs.j2c.ConnectionManager.allocateMCWrapper(ConnectionManager.java:560)
at com.ibm.ejs.j2c.ConnectionManager.allocateConnection(ConnectionManager.java:374)
at com.ibm.ejs.jms.JMSQueueConnectionFactoryHandle.createQueueConnection(JMSQueueConnectionFactoryHandle.java:80)
at com.ibm.ejs.jms.listener.MDBListenerImpl.createResources(MDBListenerImpl.java:250)
at com.ibm.ejs.jms.listener.MDBListenerImpl.internalStart(MDBListenerImpl.java:474)
at com.ibm.ejs.jms.listener.MDBListenerImpl.restart(MDBListenerImpl.java:446)
at com.ibm.ejs.jms.listener.MDBListenerImpl.alarm(MDBListenerImpl.java:718)
at com.ibm.ejs.util.am._Alarm.run(_Alarm.java(Compiled Code))
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:592)
.
[6/29/05 15:32:19:450 GMT+05:30] 5e1bdcc4 MDBListenerIm W WMSG0019E: Unable to start MDB Listener MyMessageBean, JMSDestination JMS/QPP : javax.jms.JMSSecurityException: MQJMS2013: invalid security authentication supplied for MQQueueManager
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:1396)
at com.ibm.mq.jms.MQConnection.createQMXA(MQConnection.java:915)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:118)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:77)
at com.ibm.mq.jms.MQXAQueueConnection.<init>(MQXAQueueConnection.java:46)
at com.ibm.mq.jms.MQXAQueueConnectionFactory.createXAQueueConnection(MQXAQueueConnectionFactory.java:53)
18 years ago
i am using WebSphere 5.0
i am unable to configure JMS MQ Provider
could anybody can help me.thanks in advance
18 years ago