Kaustubh Dasgupta

Greenhorn
+ Follow
since Jan 22, 2007
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 Kaustubh Dasgupta

I am returning a ref cursor from my oracle procedure and trying to get the data in my DAO class. But I am getting the following error:

[2/1/07 18:38:41:766 IST] 0000003d SystemErr R java.sql.SQLException: Cursor is closed.

at oracle.jdbc.driver.T4CResultSetAccessor.getCursor(T4CResultSetAccessor.java:323)

at oracle.jdbc.driver.ResultSetAccessor.getObject(ResultSetAccessor.java:85)

at oracle.jdbc.driver.OracleCallableStatement.getObject(OracleCallableStatement.java:1401)

at com.ibm.ws.rsadapter.jdbc.WSJdbcCallableStatement.getObject(WSJdbcCallableStatement.java:443)

at com.harcourt.elearning.services.reporting.persistence.dao.classsummaryreport.ClassSummaryReportDAO.generateReport

Can any one help.

Thanks in advance.

Kaustubh
I am getting the following error while deploying my ejb module:

com.ibm.etools.rmic.RMICException: RMIC Command returns RC = 1. The problems which stopped RMIC are displayed, and have also been recorded in the .log file in E:\workspace_new\.metadata
at com.ibm.etools.rmic.RMICClassLoader.runCompile(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.invokeRMICInJVM(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.rmic(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.generateStubs(Unknown Source)
at com.ibm.etools.rmic.UIRMICBeansOperation.generateStubs(Unknown Source)
at com.ibm.etools.rmic.RMICOperation.run(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.visit(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.doExecute(Unknown Source)
at com.ibm.etools.ejbdeploy.EJBDeployer.execute(Unknown Source)
at com.ibm.wtp.j2ee.deploy.J2EEDeployOperation.deploy(Unknown Source)
at com.ibm.wtp.j2ee.deploy.J2EEDeployOperation.execute(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.doRun(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation$1.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.run(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperation.run(Unknown Source)
at com.ibm.wtp.common.operation.WTPOperationJobAdapter.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)

Can anybody help.

Thanks
I am trying to install an enterprise application having stateless session bean. While starting the ejb jar I am getting the following errors in the console.

[1/22/07 12:19:49:049 IST] 00000011 EJSOAImpl W WSVR0056W: Tie class of com.harcourt.elearning.services.ejb.usermgmt.EJSRemoteStatelessUserManagementServiceHome_1169e51e can not be found.
[1/22/07 12:19:50:345 IST] 00000011 EJSOAImpl W WSVR0056W: Tie class of com.harcourt.elearning.services.ejb.assessment.EJSRemoteStatelessAssessmentServiceHome_f34e4bc2 can not be found.
[1/22/07 12:19:50:470 IST] 00000011 EJSOAImpl W WSVR0056W: Tie class of com.harcourt.elearning.services.ejb.idmgmt.EJSRemoteStatelessIdentityMgmtServiceHome_ceab6199 can not be found.
[1/22/07 12:19:50:689 IST] 00000011 EJSOAImpl W WSVR0056W: Tie class of com.harcourt.elearning.services.ejb.planner.EJSRemoteStatelessPlannerServiceHome_22a4e89a can not be found.
[1/22/07 12:19:50:892 IST] 00000011 EJSOAImpl W WSVR0056W: Tie class of com.harcourt.elearning.services.ejb.orgmgmt.EJSRemoteStatelessOrganizationMgmtServiceHome_69a55bf1 can not be found.
[1/22/07 12:19:51:329 IST] 00000011 EJSOAImpl W WSVR0056W: Tie class of com.harcourt.elearning.services.ejb.assignment.EJSRemoteStatelessAssignmentServiceHome_e75a918b can not be found.
[1/22/07 12:19:51:735 IST] 00000011 EJSOAImpl W WSVR0056W: Tie class of com.harcourt.elearning.services.ejb.classmgmt.EJSRemoteStatelessClassMgmtServiceHome_345e3964 can not be found.
[1/22/07 12:19:51:907 IST] 00000011 EJSOAImpl W WSVR0056W: Tie class of com.harcourt.elearning.services.ejb.planner.EJSRemoteStatelessCalendarMgmtServiceHome_694cd451 can not be found.


My application is getting started, but I am not able to access any of the EJBs. Anybody please help. Its urgent.

I am using Rational Application Developer version 6.0.
[ January 22, 2007: Message edited by: Kaustubh Dasgupta ]