Rommel Dela Cruz

Greenhorn
+ Follow
since Oct 10, 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 Rommel Dela Cruz

Using IBM RAD 6. I have two static classes in the EJB project. When I executed a method on the first static class from another EJB class I am getting a NoClassDefFoundError. No problem executing a method on the second static class. Anyone who had the same problem and was able to resolve it ?

Would really appreciate it. Thanks.
17 years ago
It is bundled with SQL Server 2000 and 2005.

My websphere application (localhost running on 9080)is the client and RS is the server (a remote server running on port 80). I tried using the tcptrace.exe but I did not any trace. Not sure if I am doing it correctly. The name of the RS server is RSServer and the endpoint URL is http://RSServer/ReportServer/ReportExecution2005.asmx. I tried this for both using the URL and just plain RSServer as the destination server but no success. I did use port 8080 for "Listen on Port #" and of course port 80 on "Destination Port #". Am I doing something wrong why I am not getting the trace ?
18 years ago
Anyone who has made a successfuly call to MS Reporting services using SOAP ?

I did put a trace using SQL Profiler showing that call was made. There was no error message returned so the call was successful. The problem is I am not getting the result back. But I am getting the result using the Web Services Test Explorer. Any setup that I missed ? By the way, I am using IBM Soap on WSAD. Thanks.
18 years ago
Anyone who has made a successfuly call to MS Reporting services using SOAP ?

I did put a trace using SQL Profiler showing that call was made. There was no error message returned so the call was successful. The problem is I am not getting the result back. But I am getting the result using the Web Services Test Explorer. Any setup that I missed ? Thanks.
18 years ago
Hi. I am getting this error "No more data to read" using this jdbc driver. There is only one connection right now. Anyone with an answer ? Thanks.
18 years ago
Hi. I am getting this error "No more data to read" using this jdbc driver. There is only one connection right now. Anyone with an answer ? Thanks.
18 years ago
We are getting this exception when an entity bean with CMP is called by a stateful session bean. CMP is configured transaction-not-supported. Please help.

[9/8/05 10:24:09:910 EDT] 7f52a783 MCWrapper E J2CA0081E: Method cleanup failed while trying to execute method cleanup on ManagedConnection com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@1e3667a7 from resource jdbc/clas. Caught exception: com.ibm.ws.exception.WsException: DSRA0080E: An exception was received by the Data Store Adapter. See original exception message: Cannot call 'cleanup' on a ManagedConnection while it is still in a transaction..
at com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException.<init>(DataStoreAdapterException.java:217)
at com.ibm.ws.rsadapter.exceptions.DataStoreAdapterException.<init>(DataStoreAdapterException.java:171)
at com.ibm.ws.rsadapter.AdapterUtil.createDataStoreAdapterException(AdapterUtil.java:208)
at com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl.cleanupTransactions(WSRdbManagedConnectionImpl.java:2508)
at com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl.cleanup(WSRdbManagedConnectionImpl.java:2243)
at com.ibm.ejs.j2c.MCWrapper.cleanup(MCWrapper.java:1177)
at com.ibm.ejs.j2c.poolmanager.FreePool.returnToFreePool(FreePool.java:292)
at com.ibm.ejs.j2c.poolmanager.PoolManager.release(PoolManager.java:1251)
at com.ibm.ejs.j2c.MCWrapper.releaseToPoolManager(MCWrapper.java:1684)
at com.ibm.ejs.j2c.LocalTransactionWrapper.afterCompletionCode(LocalTransactionWrapper.java:1077)
at com.ibm.ejs.j2c.LocalTransactionWrapper.afterCompletion(LocalTransactionWrapper.java:1014)
at com.ibm.ws.LocalTransaction.LocalTranCoordImpl.informSynchronizations(LocalTranCoordImpl.java:1295)
at com.ibm.ws.LocalTransaction.LocalTranCoordImpl.cleanup(LocalTranCoordImpl.java:1020)
at com.ibm.ws.LocalTransaction.LocalTranCoordImpl.end(LocalTranCoordImpl.java:1131)
at com.ibm.ejs.csi.TranStrategy.commit(TranStrategy.java:687)
at com.ibm.ejs.csi.TranStrategy.postInvoke(TranStrategy.java:167)
at com.ibm.ejs.csi.NotSupported.postInvoke(NotSupported.java:90)
at com.ibm.ejs.csi.TransactionControlImpl.postInvoke(TransactionControlImpl.java:565)
at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3038)
at com.aig.clas.ejb.entity.EJSLocalCMPAddress_type_locale_32e9e2d3.setLong_name(EJSLocalCMPAddress_type_locale_32e9e2d3.java:146)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at com.aig.clas.util.ReflectUtil.setString(ReflectUtil.java:284)
at com.aig.clas.ejb.LocaleBean.saveCodeMaintDTO(LocaleBean.java:638)
at com.aig.clas.ejb.EJSLocalStatefulLocale_78dc0a04.saveCodeMaintDTO(EJSLocalStatefulLocale_78dc0a04.java:311)
at com.aig.clas.ejb.SysCodeFacadeBean.saveCodeMaintValue(SysCodeFacadeBean.java:1458)
at com.aig.clas.ejb.SysCodeFacadeBean.saveCodeMaintValues(SysCodeFacadeBean.java:1469)
at com.aig.clas.ejb.EJSLocalStatefulSysCodeFacade_72eb4b85.saveCodeMaintValues(EJSLocalStatefulSysCodeFacade_72eb4b85.java:3223)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at com.aig.clas.business.bd.EJBDelegate.invoke(EJBDelegate.java:46)
at $Proxy0.saveCodeMaintValues(Unknown Source)
at com.aig.clas.struts.action.system.CodeMaintenanceEditProcessAction.doSave(CodeMaintenanceEditProcessAction.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at com.aig.clas.struts.action.DispatchAction.dispatchMethod(DispatchAction.java:155)
at com.aig.clas.struts.action.DispatchAction.doSpecificWork(DispatchAction.java:246)
at com.aig.clas.struts.action.BaseAction.execute(BaseAction.java:193)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
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:283)
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.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:76)
at com.aig.clas.SetEncodingFilter.doFilter(SetEncodingFilter.java:58)
at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:132)
at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:71)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:974)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:564)
at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:200)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java:119)
at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:276)
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:334)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnection.java:56)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:618)
at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:439)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:672)
18 years ago