In an empty workspace, I right-click package explorer and select Import -> Maven -> Existing Maven Project. Then, when I click the next button, a spinner starts spinning and never returns, just continues hanging. Is there anything I can do to debug this issue?
Also, if I go into preferences and start clicking around, the preferences pane never refreshes with content for the new selection.
I've never had these problems before but this is the first time I've used STS since upgrading to Ubuntu 16.04. Would it help to wipe the OS and reinstall?
I've tried removing STS and reinstalling newer and older versions with the same problems each time.
Related
I've got an Installscript MSI project that's behaving a bit oddly.
Following a successful installation, if I launch the installation file again, I get a pop-up with a question:
"Do you want to completely remove the selected application and all of its features?"
This, of course, is the expected behaviour.
If I select "No", the "InstallShield Wizard Completed" dialog is displayed, and it notifies me that "The wizard was interrupted before [the application] could be completely installed."
Again, this is all within expected behaviour.
The unexpected bit is that after closing this dialog, the application is partially removed from my machine. The installed files and registry keys are still present, but it no longer appears in Windows' "Apps & features", and if I run the installation file again it starts a new installation, as if the application had never been installed.
I tired enabling maintenance mode, but to no avail. Cancelling the maintenance dialog triggers the same partial removal.
Any clue what's going on here, or ideas to fix this?
I have also faced this issue when long back I was working on InstallShield scripting.
The unexpected bit is that after closing this dialog, the application
is partially removed from my machine. The installed files and registry
keys are still present, but it no longer appears in Windows' "Apps &
features",
Have you implemented the uninstall script functions in your installscript for uninstalling or updating the installation? You may look into these functions and verify the logic for those particular features or components.
and if I run the installation file again it starts a new installation,
as if the application had never been installed.
In the installer folder, where you have your installshield setup.exe, you have TEMP folder in that folder you have "Installation.ini" file, there it tracks the instances it has installed with that particular name.
So it might be because installshield is removing the entry from installation.ini file and when you are trying to install the same package again you are able to do this.
I'm using the new Android Studio 2.0 (Beta 6) and I'm facing a serious problem. After updating, I noticed that there were some problems with the Instant Run feature, where it was quite hard to ensure that the application was actually running new code. I disabled the Instant Run feature immediately.
Despite this, I am noticing that Android Studio does not always deploy new code anyway!
I have tested my theory by adding a print when my Activity is created and it doesn't get called. If I close the application (for example by pressing the back button) and then running the code - it works as expected.
I have also verified that it's actually a problem, since old code is run after pressing the run button.
What the F is going on and does anyone know a fix? (Except reinstalling AS 1.5)
Notes and summary:
There is no lightning bolt on the Run Button
Activity onCreate Print is not called after pressing run
Changed code is not updated after pressing run
Instant Run is turned off in Preferences (And restart activities on code change is on)
It doesn't happen every time - roughly 50 % of runs
I've installed eclipse Mars.1 Release (4.5.1), and than i've installed spring plugin as i always do with a new linux installation (by the way i am running Manjaro Linux 15.09 fully updated with KDE) but this time i am facing a problem i have never seen before!
Everytime i go to the preferences window, the right pane won't update according to the selected option.
Ex: when i open the preferences window, if i try to drill down the "General" option, the right pane won't update, no matter what i choose in the left pane!
Can anyone help?
I had the same problem. The reason was because Eclipse didn't set up completely - there was some background tasks running (freezing actually).
Try to run Eclipse with another JRE version. I have this problem with 8u60, but everything is fine (as fine as it can be with Eclipse) when I use 8u45.
Off topic - I strongly recommend everyone to stop using Eclipse and go to Intellij IDEA. Your life will become much more happy.
UPD I faced that problem again with the new workspace, so maybe this isn't about JRE version. Try to wait a few minutes, reopen workspace again, this worked out for me.
I'm currently using WebStorm 11 on a very large NodeJS/Typescript project and when using the "Go To -> Declaration" shortcut, my WebStorm completely freezes and has to be killed and restarted manually.
Do any of you guys encounter similar behaviour?
If someone just came here looking for solution of WebStorm / PHPStorm freeze, I am giving my 2c.
Make sure you are using the latest release of the IDE. The current version number shows up during its startup. If using older one, download the latest, and install it.
Now, if the freezing problem persists with opening the project, find the .idea folder inside the concern project folder, and delete the .idea folder. It may stay hidden depending on your file-viewer's settings. Enable hidden-file view, if needed.
Caution: This will reset your project-specific IDE settings, however general, non-projectwise settings will remain intact.
I've recently installed a fresh win8 copy. After installing tortoiseSVN, it does recognize the folders as being under version control (the menu items are there), but no overlays on the icons.
I Checked the registry settings as described here: TortoiseSVN icons not showing up under Windows 7
But the first 9 entries are all for tortoiseSVN and there are 4 others, so no problems there.
What could be the problem?
Go to regedit. Find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers.
Add space before folders, example: "1TortoiseNormal" -> " 1TortoiseNormal".
Restart computer.
Works for me.
Go to TortoiseSVN > settings > Icon Overlays > Status cache changed from default to shell.
If the drive A, B or network is used check that drivew
Please try this :
Sometimes you just have to restart Windows (if not already done).
You could also have to do a "Cleanup" (right click, Tortoise SVN shell entry) of your working copy, and to check "Refresh shell overlays" in the window.
Also, please review "Icon overlays" tab of Tortoise settings (right click, Tortoise SVN shell entry, Settings) settings of your tortoise SVN, especially if your working copy is (for example) on amovible or network drive.
In my case, the problem was that I was working on a network drive. By default, Tortoise doesn't show icons on network drives.
To enable the icons on other types of drive, right-click in Windows Explorer and go to:
TortoiseSVN --> Icon Overlays --> Drive Types
This may also solve the problem in other cases, where other drives are in use and not showing icons for you.
you have to do an svn actualization (in my case a fully checkout). just restart the explorer (or computer) after configure the registry did not show the overlay icons in my case
Modifying the registry, tsvn clean up etc did not help anything.
Solved it by killing the process 'TortoiseSVN status cache' in task manager. Icons reappeared one by one after that.
In TSVN settings I've set the Status Cache to default (was None initially), but not sure this had anything to do with it. Also restarted explorer.exe to be sure.
I had an older/non-compatible version (1.6) of TSVN installed before updating to latest (1.8.8). This could have been part of the problem.