Senthamizh

Greenhorn
+ Follow
since Jun 17, 2002
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 Senthamizh

I have been hearing the following roles of an Architects. Could anyone clearly explain me indetail about the roles?.

1) Application Architect
2) Technical Architect
3) Solution Architect
4) Enterprise Architect
5) System Architect
Hi All,
I am facing the following exception while connecting to the XADataSource connection pool in WSAD. Plz Help me.

[5/24/04 20:19:56:996 GMT+05:30] 48cbad76 ExceptionUtil E CNTR0020E: Non-application exception occurred while processing method "populateSearchCriteria" on bean "BeanId(CEDAR#CEDAREJB.jar#CDRExam, null)". Exception data: java.lang.UnsatisfiedLinkError: xaConnect
at COM.ibm.db2.jdbc.DB2XAConnection.<init>(DB2XAConnection.java:87)
at COM.ibm.db2.jdbc.DB2XADataSource.getXAConnection(DB2XADataSource.java:99)
at com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java:643)
at java.security.AccessController.doPrivileged(Native Method)
at com.ibm.ws.rsadapter.DSConfigurationHelper.getPooledConnection(DSConfigurationHelper.java:638)
at com.ibm.ws.rsadapter.spi.WSRdbDataSource.getPooledConnection(WSRdbDataSource.java:189)
at com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl.createManagedConnection(WSManagedConnectionFactoryImpl.java:503)
at com.ibm.ejs.j2c.poolmanager.FreePool.createManagedConnectionWithMCWrapper(FreePool.java:1106)
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.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSource.java:205)
at com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource.getConnection(WSJdbcDataSource.java:296)
at com.boa.cedar.common.CDRDBUtilities.getCEDARConnection(CDRDBUtilities.java:66)
at com.boa.cedar.ejb.CDRExamBean.populateSearchCriteria(CDRExamBean.java:232)
at com.boa.cedar.ejb.EJSRemoteStatelessCDRExam_1cff94cb.populateSearchCriteria(EJSRemoteStatelessCDRExam_1cff94cb.java:430)
at com.boa.cedar.ejb._CDRExamRemote_Stub.populateSearchCriteria(_CDRExamRemote_Stub.java:315)
at com.boa.cedar.control.CDRExamBusinessDelegate.populateSearchCriteria(CDRExamBusinessDelegate.java:115)
at com.boa.cedar.control.CDRLoadSearchData.execute(CDRLoadSearchData.java:145)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:446)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:266)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
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.ServicingServletState.service(StrictLifecycleServlet.java:333)
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 org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1014)
at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:417)
at org.apache.struts.action.RequestProcessor.processActionForward(RequestProcessor.java:390)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:271)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
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)

Senthamizh
I am facing the following problem while inserting a record with BLOB. See the following Java Program.
public boolean METHOD_NAME()
{
boolean sucessFlag = false;
File fileObject = new File("FILE_NAME.XLS");
FileInputStream finObject = new FileInputStream(fileObject);
Connection con = DbUtil.getDBConnention();
StringBuffer sb = new StringBuffer();
sb.append("INSERT INTO TABLE_NAME(BLOB_COLUMN) VALUES(?)");
PreparedStement pstmt = con.prepareStement(sb.toString());
pstmt.setBinaryStream(1, finObject, fileObject.length());
boolean sucessFlag = pstmt.execute();
}
The above code is executing fine without having Exception. But, I am getting successFlag as false after executing the SQL. Can anyone help me.
I am using DB2 Universal JDBC 2 Driver.
Thanks
Senthamizh
Hi,
Can anyone explain about JProbe. Is it performance evaluation tool. If it is not then what is it? What is the market leading performance evaluation tool for weblogic and WebSphere. Because, i am using weblogic and websphere App servers
20 years ago
1) What is JNDI?. What is Naming Service? What is Directory Service?.
2) What is the difference between NAMING AND DIRECTORY Service?.
3) What is the use of InitialContext() and Why should i use it?.
4) Is it possible to connect to EJB using URLConnection class?. If it is not, Why can't it be?. Because, I can connect to JSP and Servlet using URLConnection?
1) About RMI Architecture?
2) What STUB and Skeleton contains?. What STUB and Skeleton will do?.
3) How STUB and Skeleton interact with TCP/IP Protocols?.
4) Suppose, If i am using Novell Netware Network Operating System? Will STUB and SKELETON work with that OS?.
Because, Novell Netware is using IPX/SPX Protocol?
5) Which class is calling and Instantiating STUB and SKELETON Classes in Client and Server Respectively?
21 years ago
1) When we load the JDBC Drivers, what is happening in JRE of both client and the Server?
2) What is the Difference between loading the drivers using Class.forName() and Driver.registerDriver() methods?
3) Why do we need Type-1 to Type-4?. Why dont we use single Driver for ALL?.
4) Difference between 'Statement', PreparedStatemet and CallableStatement?
1) What is HTTP and HTTPS?. What is the difference between these two PROTOCOLS?.
Plz, Explain in detail. What is happening when i send the request to server?.
I want answer for PROTOCOL Level. Will HTTP calls TCP/IP Protocol?
2) What is IIOP?. In what situation should i use these IIOP Protocol?.
please, Dont tell while using Java Clients.
please, Dont tell while using CORBA Implementation in the Server.

For all these Questions, I want indeapth answer
21 years ago
If u installed WL 6.1 Service Pack then weblogic_sp.jar file comes along with this Pack. Or If u have WEBGAIN Studio 4.5.2 then the file is there in the path specified in the SETENV.CMD file. But in the case of WL7.0, it has only weblogic.jar file in \lib directory.
Guys,
Tell me, Excellent book for J2EE and EJB Transactions.
Thanks,
Selva
Hi,
Can anyone explain about BEA Weblogic Certification. What are all the certification that are currently-offering by BEA Systems Inc.?.
Please,
ASAP.
Regards
Senthamizh
21 years ago
Hi,
Is it Tengha3 [T3] protocol?
Regards,
Senthamizh
21 years ago
Hi,
OK, Please, Explain how do i use ParameterMetaData in my Program. What JVM and Java API version it should support?
Regards,
Senthamizh
David O'Meara,
Thanks, I have changed my Display Name. I was recompiled my Program. I am getting the same problem. Please Explain in detail.
Regard,
Senthamizh Selvan
Hi,
I have solved the problem. Still, I am getting problem while i am running the class file. I se the CLASSPATH as
Set CLASSPATH=c:\j2sdk1.4.0_01\jre\lib\rt.jar;
set CLASSPATH=%CLASSPATH%;c:\weblogic\lib\weblogic.jar;
Still, I am getting the following error:
Exception in thread "main" java.lang.AbstractMethodError racle.jdbc.driver.OraclePrepareStatement.getParameterMetaData()Ljava/sql/ParameterMetaData;
at Test.main(Test.java:20)
My Source Code:

Regards,
Senthamizh Selvan
[ Edited by Dave to format code and remove smiley ]
[ June 24, 2002: Message edited by: David O'Meara ]