Unable to load Dashboard in YF9.2.2 after upgrading from YF7.35
Hi ,
Our client upgraded YF 7.35 version to YF 9.2.2 version. After upgrading, unable to load dashboard. Below error is found in the logs
2022-12-14 09:00:05.689 -05:00|Information|ReportsApplication|Exception AddEditPerson()
2022-12-14 09:00:05.689 -05:00|Information|ReportsApplication|End AddEditPerson()
2022-12-14 09:00:05.689 -05:00|Information|ReportsApplication| Init PerformAction
2022-12-14 09:00:05.695 -05:00|Information|ReportsApplication| _channel Created
2022-12-14 09:00:05.695 -05:00|Information|ReportsApplication| Init remoteAdministrationCall
2022-12-14 09:01:05.719 -05:00|Information|ReportsApplication|Remote Administration Call failed : The request channel timed out attempting to send after 00:01:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. at System.ServiceModel.Channels.RequestChannel.RequestAsync(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.RequestAsyncInternal(Message message, TimeSpan timeout)
at System.Runtime.TaskHelpers.WaitForCompletionNoSpin[TResult](Task`1 task)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(MethodCall methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(MethodInfo targetMethod, Object[] args)
at generatedProxy_1.remoteAdministrationCall(remoteAdministrationCallRequest )
at Applications.ReportConnection.PerformAction(remoteAdministrationCallRequest _serviceRequest, AdministrationServiceResponse& _response, Object[] queryObject)
NOTE : after restarting the system, the new error is as "This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later."
Hi,
just want to touch base to see if you had chance to read through my query. If you can let me know that would be great.
Regards,
Bhaskar Jebamani
Hi,
just want to touch base to see if you had chance to read through my query. If you can let me know that would be great.
Regards,
Bhaskar Jebamani
Hi Bhaskar,
Thanks for reaching out to Yellowfin support.
In 8.0.4 and later releases, we've made changes relating to architecture modernization. Due to this some custom pages referencing older frameworks may no longer function correctly. To resolve these issues, please follow the link below
https://community.yellowfinbi.com/topic/after-upgrading-to-8-0-4-or-later-releases-custom-pages-are-throwing-system-errors
Regards,
Sri Vamsi
Hi Bhaskar,
Thanks for reaching out to Yellowfin support.
In 8.0.4 and later releases, we've made changes relating to architecture modernization. Due to this some custom pages referencing older frameworks may no longer function correctly. To resolve these issues, please follow the link below
https://community.yellowfinbi.com/topic/after-upgrading-to-8-0-4-or-later-releases-custom-pages-are-throwing-system-errors
Regards,
Sri Vamsi
Hi Vamsi,
Thank you for the reply, I will be trying out the given solution in a day or two.
Adding to the reported scenario, YF 7.35 when installed on App and Web server or on standalone server, has the same issue (without upgrading).
Error logs are same.
Regards,
Bhaskar Jebamani
Hi Vamsi,
Thank you for the reply, I will be trying out the given solution in a day or two.
Adding to the reported scenario, YF 7.35 when installed on App and Web server or on standalone server, has the same issue (without upgrading).
Error logs are same.
Regards,
Bhaskar Jebamani
Hi Bhaskar,
I just want to touch base to see if you had chance to read through my response. If you can let me know that would be great.
Regards,
Sri Vamsi
Hi Bhaskar,
I just want to touch base to see if you had chance to read through my response. If you can let me know that would be great.
Regards,
Sri Vamsi
Hi Sri,
The given solution didn't work for 9.2.2. As per the link, I updated index_misafe.jsp file and replaced the file under C:\SAFEReporting\appserver\webapps\reporting
Restarted the reporting service and did iisreset, when logged-in to our application and navigated to Report module, Report failed to load. But the report works when I login to admin console.
Please refer the word doc attached for the steps and the screen shot. Also I have attached the logs, along with our customized jsp file.
Regards,
Bhaskar Jebamani
Hi Sri,
The given solution didn't work for 9.2.2. As per the link, I updated index_misafe.jsp file and replaced the file under C:\SAFEReporting\appserver\webapps\reporting
Restarted the reporting service and did iisreset, when logged-in to our application and navigated to Report module, Report failed to load. But the report works when I login to admin console.
Please refer the word doc attached for the steps and the screen shot. Also I have attached the logs, along with our customized jsp file.
Regards,
Bhaskar Jebamani
Hi Bhaskar,
We'd like to know which JRE version we're currently using, as well as a few other details that will help us to assist you further.
1. Have you tried upgrading JRE? JRE 11 supports versions 8 and later. Hopefully, this will fix the issue.
2. Please check the Tomcat update, since we need 9.0.62 to support version 9.
https://community.yellowfinbi.com/knowledge-base/article/how-to-upgrade-tomcat
There may be problems with previous Java releases since some of our newer features will require more updated Java versions. Yellowfin 8, for example, will require Java 8 or above.
https://community.yellowfinbi.com/knowledge-base/article/what-do-i-do-when-the-client-is-experiencing-issues-after-upgrading-yellowfin
Regards,
Sri Vamsi
Hi Bhaskar,
We'd like to know which JRE version we're currently using, as well as a few other details that will help us to assist you further.
1. Have you tried upgrading JRE? JRE 11 supports versions 8 and later. Hopefully, this will fix the issue.
2. Please check the Tomcat update, since we need 9.0.62 to support version 9.
https://community.yellowfinbi.com/knowledge-base/article/how-to-upgrade-tomcat
There may be problems with previous Java releases since some of our newer features will require more updated Java versions. Yellowfin 8, for example, will require Java 8 or above.
https://community.yellowfinbi.com/knowledge-base/article/what-do-i-do-when-the-client-is-experiencing-issues-after-upgrading-yellowfin
Regards,
Sri Vamsi
Hi Sir,
We have Java 10 and Jre 11.0.16 (refer screen shot attached). Also, I have attached the README file of "ReportingConnector" to know about Tomcat.
This didn't resolve the problem.
Note: This issue is coming up in 7.35 version also.
Hi Sir,
We have Java 10 and Jre 11.0.16 (refer screen shot attached). Also, I have attached the README file of "ReportingConnector" to know about Tomcat.
This didn't resolve the problem.
Note: This issue is coming up in 7.35 version also.
Hi Bhaskar,
Can you please share the compressed copy of entire logs folder located at <yellowfinInstall>/appserver/logs.
Regards,
Sri Vamsi
Hi Bhaskar,
Can you please share the compressed copy of entire logs folder located at <yellowfinInstall>/appserver/logs.
Regards,
Sri Vamsi
Hi Bhaskar,
I just want to touch base to see if you had chance to read through my response. If you can let me know that would be great.
Regards,
Sri Vamsi
Hi Bhaskar,
I just want to touch base to see if you had chance to read through my response. If you can let me know that would be great.
Regards,
Sri Vamsi
Hi Bhaskar,
I'm going to go ahead and mark this ticket as Completed due to inactivity at this time. Feel welcome to reach out in the future.
Regards,
Sri Vamsi
Hi Bhaskar,
I'm going to go ahead and mark this ticket as Completed due to inactivity at this time. Feel welcome to reach out in the future.
Regards,
Sri Vamsi
Hi Sri,
Still I am waiting for the logs from customer, once I get I will update here.
Regards,
Bhaskar Jebamani
Hi Sri,
Still I am waiting for the logs from customer, once I get I will update here.
Regards,
Bhaskar Jebamani
Hi Sri,
Please find the log attached.
Hi Sri,
Please find the log attached.
Hi Bhaskar,
Can you please share the info.jsp file and please confirm whether do you have java FX is installed in your system?
https://community.yellowfinbi.com/knowledge-base/article/javafx
Regards,
Sri Vamsi
Hi Bhaskar,
Can you please share the info.jsp file and please confirm whether do you have java FX is installed in your system?
https://community.yellowfinbi.com/knowledge-base/article/javafx
Regards,
Sri Vamsi
Hi Sri,
info.jsp is blocked for the customer, as the installer is customized. Also, on navigating with the given link in your previous comment, one of the internal link say "java FX is required for version 9.3" (ref link below). We are using YellowFin 9.2.2 version.
https://community.yellowfinbi.com/topic/how-do-i-add-javafx-to-my-system
Hi Sri,
info.jsp is blocked for the customer, as the installer is customized. Also, on navigating with the given link in your previous comment, one of the internal link say "java FX is required for version 9.3" (ref link below). We are using YellowFin 9.2.2 version.
https://community.yellowfinbi.com/topic/how-do-i-add-javafx-to-my-system
Hi Sri Vamsi,
Any update on this ticket. If needed we can schedule a call tomorrow ie., 16th Feb 2023 and check the issue. Please confirm
Regards,
Bhaskar Jebamani
Hi Sri Vamsi,
Any update on this ticket. If needed we can schedule a call tomorrow ie., 16th Feb 2023 and check the issue. Please confirm
Regards,
Bhaskar Jebamani
Hi Bhaskar,
Sorry for the delay in response.
Before going on a call regarding this issue, could you please check the below.
The error message seeing in the logs indicates that there is a timeout occurring when attempting to make a remote administration call. This could be due to a variety of factors, including network issues or problems with the Yellowfin configuration.
Here are some steps you can take to troubleshoot the issue:
To modify the timeout value in Yellowfin, you can either modify the appropriate configuration file or set the timeout value programmatically in your code.
The timeout value can be modified in the web.xml file, located in the Yellowfin webapps directory. To increase the timeout value to 5 minutes, add the following lines to the web.xml file:
<session-config>
<session-timeout>300</session-timeout>
</session-config>
You can set the timeout value programmatically in your Yellowfin code by creating a new HttpSession object and setting the timeout value. Here's an example:
HttpSession session = request.getSession();
session.setMaxInactiveInterval(300);
This sets the session timeout to 5 minutes (300 seconds).
It's important to note that changing the timeout value can have an impact on system performance, so it's important to test any changes in a development environment before implementing them in production.
Regards,
Sri Vamsi
Hi Bhaskar,
Sorry for the delay in response.
Before going on a call regarding this issue, could you please check the below.
The error message seeing in the logs indicates that there is a timeout occurring when attempting to make a remote administration call. This could be due to a variety of factors, including network issues or problems with the Yellowfin configuration.
Here are some steps you can take to troubleshoot the issue:
To modify the timeout value in Yellowfin, you can either modify the appropriate configuration file or set the timeout value programmatically in your code.
The timeout value can be modified in the web.xml file, located in the Yellowfin webapps directory. To increase the timeout value to 5 minutes, add the following lines to the web.xml file:
<session-config>
<session-timeout>300</session-timeout>
</session-config>
You can set the timeout value programmatically in your Yellowfin code by creating a new HttpSession object and setting the timeout value. Here's an example:
HttpSession session = request.getSession();
session.setMaxInactiveInterval(300);
This sets the session timeout to 5 minutes (300 seconds).
It's important to note that changing the timeout value can have an impact on system performance, so it's important to test any changes in a development environment before implementing them in production.
Regards,
Sri Vamsi
Hi Sri,
I have already increased the session time out and checked the network connectivity between the server(s), everything looks good.
Also, for your information, we don't have yellowFin source code to make changes for setting Timeout Programmatically.
If you have any YellowFin configuration for App/Web server combination, plz do share. As of now all the configurations w.r.t YellowFin and the systems seems to be normal.
Note: This issue from our customer is getting escalated. Hence requesting for get back ASAP.
Regards,
Bhaskar Jebamani.
Hi Sri,
I have already increased the session time out and checked the network connectivity between the server(s), everything looks good.
Also, for your information, we don't have yellowFin source code to make changes for setting Timeout Programmatically.
If you have any YellowFin configuration for App/Web server combination, plz do share. As of now all the configurations w.r.t YellowFin and the systems seems to be normal.
Note: This issue from our customer is getting escalated. Hence requesting for get back ASAP.
Regards,
Bhaskar Jebamani.
Hi Bhaskar,
Sorry for the delay in response.
Could you please let me know your available time to schedule a call. I'll be available in between 2PM IST to 11 PM IST. Please let me know your availability so that I'll send a meeting link accordingly.
Regards,
Sri Vamsi
Hi Bhaskar,
Sorry for the delay in response.
Could you please let me know your available time to schedule a call. I'll be available in between 2PM IST to 11 PM IST. Please let me know your availability so that I'll send a meeting link accordingly.
Regards,
Sri Vamsi
Hi Sri Vamsi,
Please share me your email id, I will send meeting invite on Teams, dated 08th March 2023, Wednesday 6:30pm IST to 7:30pm IST. please let me know if this time works for you.
Meanwhile, PFA on the configuration document which we tried on the client environment.
Regards,
Bhaskar Jebamani
Hi Sri Vamsi,
Please share me your email id, I will send meeting invite on Teams, dated 08th March 2023, Wednesday 6:30pm IST to 7:30pm IST. please let me know if this time works for you.
Meanwhile, PFA on the configuration document which we tried on the client environment.
Regards,
Bhaskar Jebamani
Hi Bhaskar,
I have shared the meeting invite with you as you mentioned in previous ticket. Kindly please join the call to discuss further on your issue.
Click on here to join the call
Regards,
Sri Vamsi
Hi Bhaskar,
I have shared the meeting invite with you as you mentioned in previous ticket. Kindly please join the call to discuss further on your issue.
Click on here to join the call
Regards,
Sri Vamsi
Hi Sri Vamsi,
Received the invite and will be joining the call along with our client.
Regards,
Bhaskar Jebamani
Hi Sri Vamsi,
Received the invite and will be joining the call along with our client.
Regards,
Bhaskar Jebamani
Hi Sri,

I have uploaded the logs folder to your ftp.
Hi Sri,

I have uploaded the logs folder to your ftp.
Hi Bhaskar,
Thanks for sharing the logs. I'll check and keep you posted
Regards,
Sri Vamsi
Hi Bhaskar,
Thanks for sharing the logs. I'll check and keep you posted
Regards,
Sri Vamsi
Hi Sri Vamsi,
Any update on the issue. Can we connect again on Thursday 16th Mar 2023. Please let me know.
Regards,
Bhaskar Jebamani
Hi Sri Vamsi,
Any update on the issue. Can we connect again on Thursday 16th Mar 2023. Please let me know.
Regards,
Bhaskar Jebamani
Hi Sri Vamsi,
Waiting for update on the reported issue as its a blocker for client to go live. Requesting to take on priority and revert back.
This is a long pending issue about two months now.
Regards,
Bhaskar Jebamani
Hi Sri Vamsi,
Waiting for update on the reported issue as its a blocker for client to go live. Requesting to take on priority and revert back.
This is a long pending issue about two months now.
Regards,
Bhaskar Jebamani
Hi Bhaskar,
We are escalating this ticket to L2 support team. I have mentioned our findings while we are in remote session. We will keep you posted on this for further update
Regards,
Sri Vamsi
Hi Bhaskar,
We are escalating this ticket to L2 support team. I have mentioned our findings while we are in remote session. We will keep you posted on this for further update
Regards,
Sri Vamsi
Hi Sri Vamsi,
Requesting to mark this ticket as blocker and need action ASAP, as it has blocked our client from going live. Its almost 3months now.
Regards,
Bhaskar Jebamani
Hi Sri Vamsi,
Requesting to mark this ticket as blocker and need action ASAP, as it has blocked our client from going live. Its almost 3months now.
Regards,
Bhaskar Jebamani
Hi Sri Vamsi,
can u share the FTP link to upload report dump data.
Hi Sri Vamsi,
can u share the FTP link to upload report dump data.
Hi Sri,
I have uploaded the dump data for yellow fin FTP.
Hi Sri,
I have uploaded the dump data for yellow fin FTP.
Hi Bhaskar,
I will step in on behalf of Vamsi.
Looking at the error message: 2022-12-14 09:01:05.719 -05:00|Information|ReportsApplication|Remote Administration Call failed : The request channel timed out attempting to send after 00:01:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. at System.ServiceModel.Channels.RequestChannel.RequestAsync(Message message, TimeSpan timeout)
This looks something external t YF is throwing this error (but not yellowfin), hence it may not come under YF support's scope.
I could surf through the net and see an article: https://social.msdn.microsoft.com/Forums/en-US/6c8da6ea-2ab8-4caa-b162-790f7f13f74a/the-request-channel-timed-out-while-waiting-for-a-reply-after-000100-increase-the-timeout-value?forum=aspwcfasmx for increasing the timeout values.
Thanks,
Deepak
Hi Bhaskar,
I will step in on behalf of Vamsi.
Looking at the error message: 2022-12-14 09:01:05.719 -05:00|Information|ReportsApplication|Remote Administration Call failed : The request channel timed out attempting to send after 00:01:00. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. at System.ServiceModel.Channels.RequestChannel.RequestAsync(Message message, TimeSpan timeout)
This looks something external t YF is throwing this error (but not yellowfin), hence it may not come under YF support's scope.
I could surf through the net and see an article: https://social.msdn.microsoft.com/Forums/en-US/6c8da6ea-2ab8-4caa-b162-790f7f13f74a/the-request-channel-timed-out-while-waiting-for-a-reply-after-000100-increase-the-timeout-value?forum=aspwcfasmx for increasing the timeout values.
Thanks,
Deepak
Replies have been locked on this page!