Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Richard Osbaldeston
Total activity
571
Last activity
August 01, 2019 09:29
Member since
June 03, 2003 11:41
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
167
Activity overview
Posts (138)
Comments (265)
Sort by recent activity
Recent activity
Votes
Edited
July 15, 2019 13:12
Ok I think I might know whats going on, because all the mime type db files are 'missing' (so far as xdg is concerned) it delegates to looking through all the .desktop files and both /usr/share/appl...
Community
IntelliJ IDEA Users
Show in ... menu item
0 votes
Edited
July 15, 2019 12:56
hmm, if I turn debug on for that query I get this: $ XDG_UTILS_DEBUG_LEVEL=3 xdg-mime query default "inode/directory"Checking /home/navplus/.local/share/flatpak/exports/share/applications/defaults....
Community
IntelliJ IDEA Users
Show in ... menu item
0 votes
Created
July 12, 2019 09:00
Right now I'm wrestling with errors from the webapp, not IDEA related except for the knock on impact from excluding that setenv.sh configuration. Getting it to deploy to an embedded tomcat from IDE...
Community
IntelliJ IDEA Users
Error: Password file not found: jmxremote.password
0 votes
Edited
July 11, 2019 14:20
Ah I thought it was just an unpacked apache tomcat distro but I've just found a setenv.sh file in the bin/ directory that isn't in the original distro. This does set more CATALINA_OPTS, might help ...
Community
IntelliJ IDEA Users
Error: Password file not found: jmxremote.password
0 votes
Created
July 11, 2019 13:47
It didn't really help, only moved and changed the error message slightly: /opt/mango/apache-tomcat-7.0.39/bin/catalina.sh runUsing CATALINA_OPTS:>> -Xms512m>> -Xmx1g>> -Xmn400m>> -Xss128m>> -XX:+Us...
Community
IntelliJ IDEA Users
Error: Password file not found: jmxremote.password
0 votes
Edited
June 26, 2019 14:28
Ah yes that is whats occuring, not using gradle but is a maven multi module project and there is a maven build step configured that runs on deployments (force update the deployments deps). Hitting ...
Community
IntelliJ IDEA Users
IDEA 2019 deployment requires build and update
0 votes
Edited
June 26, 2019 11:14
Can I set it up to update classes and resources on build project though? that's what I'm asking and how IDEA used to work. I normally have it setup to update resources on frame deactivation (not cl...
Community
IntelliJ IDEA Users
IDEA 2019 deployment requires build and update
0 votes
Created
June 26, 2019 08:32
So go buy jrebel? This isn't what I asked. I wanted to work the same way I have been to on all versions up until IDEA 2019. When I compile while debugging it immediately updates the deployment. Whe...
Community
IntelliJ IDEA Users
IDEA 2019 deployment requires build and update
0 votes
Edited
October 30, 2018 09:15
Ah yes the pom contains this plugin I hadn't noticed before: <plugin> <artifactId>maven-surefire-plugin</artifactId> <version>2.10</version> <configuration> <argLine>-Xms800m -Xmx800m -X...
Community
IntelliJ IDEA Users
Set memory profile for unit tests
0 votes
Created
October 29, 2018 15:03
Yes added to the run configuration for the test, after selecting the method to run/test which created the temporary configuration. It is a maven project and did think about using surefire, but that...
Community
IntelliJ IDEA Users
Set memory profile for unit tests
0 votes
«
First
‹
Previous
Next
›
Last
»