As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
The iWay application (iwsrv.exe) is consuming almost 100% of CPU and memory.. We had started encountering this issue during the last 1 week.. before which all OK.
There was no update or change made to the iWay registry / channels... no variations in the GC logs either..
In addition the data or transactions received this month was approximately the same as we have received last month
To better determine the cause of the issue, we will need to look into the log files and traces, therefore your best channel is to open a case with Information Builders' Customer Support Services. Please either call 1-800-736-6130, or access online at InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
Check the state of your machine. If there were no changes to the application or the jvm its running within I would look at an outside influence. Another process on this machine could be consuming more physical memory causing the OS to start paging to the physical hard disk. When this occurs everything on the machine slows down. If iWay is competing for resources (cpu, memory) while your machine is in such a state iWay will slow down. When this happens work builds up as do required resources. This may be why you see iwsrv.exe using more resources. However a better question is why are you running "In process"? You should be running "out of process" inwhich case you will still see the iwsrv.exe in task manager but you will also see java.exe which will consume resource not iwsrv.exe. The difference is when you run iWay "out of process" you remove the OS as middleman so to speak. This will also increase performance drastically.
You must uninstall the service then reinstall.
To remove:
C:\iwayhome\bin > iwsrv base -s remove
To reinstall and run out of process:
C:\iwayhome\bin > iwsrv base -s install -L java
Where base is the name of your iSM configuration.
After these changes you will see java.exe consuming resources not iwsrv.exe.