I am currently working on IBM Worklight 6.2 in eclipse IDE. My problem is that when I put my PC in idle state for 5 to 10 minutes, Worklight server stops automatically. I don't know the reason. Is this a feature? Is there any way to disable it?
My only suggestion here is to not allow the PC to enter "idle mode".
Go to Control Panel, then to Power Management, there choose "never" near "system on idle". This will differ a bit depending on the specific Windows OS version.
Related
By enterprise policy, we have to run Cylance protect antivirus on our workstations. It cannot be suspended or uninstalled.
I can start VisualVM, but when I try to connect to a process, a message is displayed by Cylance protect that the process of VisualVM was stopped because it was "recognized as a threat".
Edit: I see VisualVM's start page where the Java processes, including VisualVM and Eclipse, are displayed. As soon as I select a process and try any action (monitor, profile, etc.) Cylance pops up and hard terminates VisualVM. The Java processes keep running.
The tech team thinks this comes from VisualVM trying to access another process' memory.
My system: Java 11, Eclipse 2022-12, Windows 11.
We tested for a short time with Cylance disabled and then the profiling worked.
(I needed some time to talk my tech team into that so this does not seem to be a practicable solution.)
I don't expect this to change with the Java or Eclipse version. Was already the same with Java 8 and / or elder Eclipse versions.
Has anybody the same constellation and knows how to configure a rule in Cylance that profiling with VisualVM is possible?
I am running Eclipse IDE
Version 2018-12 (4.10.0)
Build id: 20181214-0600
On macOS Mojave
Version 10.14.1
MacBook Pro 2018 with 32GB and cpu 2.9 G i9
When I attempt to things such as open up a class file etc - I see the Initialize Language Server and I get the famous BeachBall - some times it is for a second or two and other times 30 or more seconds.
Is there some configuration or something that can improve the performance of this or ability to turn it off? Search the web has turned up nothing so far. At first I thought it was the freemarker IDE extension - uninstalled that but no change.
I uninstalled freemarker IDE and all the other JBOSS extensions since I am not currently using them.
I then when into Preferences -> Language Servers and turn them all off.
Now I do not have any issues with slowness of opening files or the famous mac BeachBall.
For me the issue was with Spring, and then I went ahead and turned off all Spring language servers. I do not know what capabilities are lost due to this, but there seems to be lot of improvement that is needed here before we actually use it.
What a pain in neck, killed my office work productivity for almost a month!
I have had the same problem with both Oxygen and Photon latest releases on Ubuntu 18.04LTS with java version "1.8.0_151".
I am debugging a Swing application. After reaching an enabled break-point, the entire Ubuntu GUI "hangs". Mouse clicks on an icon which start other applications and the eclipse window are totally ignored. The only recovery is to reboot the computer.
The strange thing is this appears "intermittently". It will work fine for long periods of time and the other times it occurs. It is in one of the "it always occurs" times.
.
I don't recall experiencing this with non-GUI applications.
Any thoughts on how to fix/workaround this?
TIA,
Roy
I was also facing the same issue. I would suggest to check your OS, if it is 32 bit downgrading your eclipse to Oxygen package seems to be the only choice available. Else you can upgrade your OS to 64 bit if supported by processor if you wish to carry forward with Photon package of eclipse. Support by eclipse on 32 bit OS is no longer available.
In Rational Software Architect (RSA), how do I add WebSphere Application Server 7 (WAS7) as a Server? As you can see in the screen shot, WAS7 is not an option. How do I add it? Thank you.
I am running Rational Software Architect for WebSphere Software (RSA) Version 8.5.1. I have installed WAS7 using the installer available in the was.7000.wasdev.nocharge.windows.amd64 package.
Install WAS 7 Server Adapter
Open IBM Installation Manager.
Click Modify Icon
Under "Modify Packages" Screen 1; Click Next
Under "Modify Packages" Screen 2; Click Next
scroll to "Server tools"; select WebSphere Application Server 7.0.
Proceed to finish modification.
Now WAS 7 should be an option when adding a new server.
During RSA installation you might not installed support for WAS v7.
Check if you have following folder: %RSA_HOME%\runtimes\base_v7_stub.
If not you might need to rerun Installation manager and modify RSA to include stub for WAS v7.
I'm running linux mint 14, java 1.7.0_06-b24, eclipse 4.2. I'm building and deploying a large web app to a local WebLogic instance. When I try to connect a remote debugging session to this app for Eclipse debugging purposes, it takes quite a while ~1min to connect. Once connected, performance seems fine. Any thoughts would be greatly appreciated. Everything seemed to be working fine when I was running ubuntu and eclipse 3.8.
Did you set a big amount of breakpoints in your code?
Attaching to the JVM takes longer as more breakpoints are there.
If the experimental debugging feature Show debug values inline on text editors is enabled, it takes ~1min to connect the remote debugger.
This was introduced in version 2022-03 (4.23.0).
Solution: disable the setting.
You can find it in Window / Preferences / Run/Debug