Hi
I am using following code to open the report in CrystralReportViewer, however when reportAppFactory try to open the report document, it stuck at this line or seems to be hang
IReportAppFactory reportAppFactory = (IReportAppFactory) enterpriseSession.getService("", "RASReportFactory"); ReportClientDocument reportClientDoc = reportAppFactory.openDocument(reportID, 0, Locale.ENGLISH);
i did check the log file in BO's logging folder and in one of the file i found following error log it gets generate when i send request from my jsp using above code
ErrorLog 2008 8 5 8:27:11.399 8100 4328 (.\dts\corbaclientrequestcommadapter.cpp:419): CORBA communication failure: reason[error number WSAECONNREFUSED] minor[1330577418] reqType[154] agentId=[""]
ErrorLog 2008 8 5 8:27:12.399 8100 4328 (.\dts\corbaclientrequestcommadapter.cpp:320): Resending result to client. reqType=154 agentId="" nRetryInterval=1000
ErrorLog 2008 8 5 8:27:13.586 8100 4328 (.\dts\corbaclientrequestcommadapter.cpp:419): CORBA communication failure: reason[error number WSAECONNREFUSED] minor[1330577418] reqType[154] agentId=[""]
ErrorLog 2008 8 5 8:27:14.586 8100 4328 (.\dts\corbaclientrequestcommadapter.cpp:320): Resending result to client. reqType=154 agentId="" nRetryInterval=1000
ErrorLog 2008 8 5 8:27:15.571 8100 4328 (.\dts\corbaclientrequestcommadapter.cpp:419): CORBA communication failure: reason[error number WSAECONNREFUSED] minor[1330577418] reqType[154] agentId=[""]
Another thing is when i run same code from other linux machine it works fine.
I did check the firewall option on crystal server machine as well as linux machine where i am running my code.
At both the nodes firewalls are disabled.
What could be the posibble reason for this error ?
Thanks