Console in Intellij is not showing any problem when application is crashing - intellij-idea

everyone :)
I am trying to remember how to work on Intellij Community Edition 2018.1 (I used Eclipse for while now) and I cannot find where the errors might been shown in the console. I am trying to create a new application and when I try to access one of the link, I receive in browser a 404 not found error, but in Intellij console I have no error.
Is it there a configuration for that?
Thank you.

Related

Debug Console not working in intelliJ trial version

I am using IntelliJ trial version.
We used to relay on Debug console in Eclipse
.
But the same feature is not seem to be present with the IntelliJ 2018.1
Can anybody please suggest what needs to be done
You can use "Evaluate Expression" to run code fragments in a Debug session. Use Alt+F8 on Windows/*nix or ⌥+F8 on a macOs.
The window looks like the below image.
Any Log or SysOuts will be printed on the Console in the Debug window.
Ref: Evaluate arbitrary expressions

IntelliJ menu bar not responding

None of the top menu actions is responding (from 'File' to 'Help').
I am using IntelliJ IDEA 2018.3 (Ultimate Edition), build #IU-183.4284.148 on macOS Mojave version 10.14 via the jetbrains toolbox. I tried restarting the computer and intellij, nothing helps.
I also tried to find the intellij log files stored somewhere, but I can't find it, even with the help of jetbrains documentation here.
I am running out of ideas.
Has anyone encountered the same issue ?
Thanks

Code completion Hippo CMS in IntelliJ

I've been trying to get this auto-completion for hippo cms tags to work but I just can't get it to work in IntelliJ IDE 2017! I've followed the guide from;
https://www.onehippo.org/library/development/develop-with-intellij.html
But it dosen't really help at all.. So I was wondering if somebod else had a solution to this?
The problem can be seen as in the screenshot thats its marked red, and intelliJ finds it unresolved even tho its compiling fine.
Its a maven project
Screenshot 1
Add dependency under the project-structure ../bootstrap/webfiles/pom.xml ;
dependency; https://www.onehippo.org/library/development/develop-with-intellij.html
now you have to add Web application support;
right-clicking on the projectstructe ../bootstrap/webfiles ----> Add Framework Support ---> choose Web Application AND remember to Unmark the "Create web.xml"
After this is done, try to check if the code-completion is working.
If it's not then you have to Reimport Maven this is done by pressing the refresh button.. which you can find in the Maven Projects menu tab.
What I as well found was that the Hippo team already had a problem to get code-completion to work in IntelliJ;
https://issues.onehippo.com/browse/ARCHE-512

How is Tomcat handled by IntelliJ IDEA 10.5

I am a newbie to IntelliJ IDEA. I was trying to deploy a web app in Tomcat.
It failed to deploy and i was not able to see any errors in the log console.
After much searching, I was able to find out the log files at
~/Library/Caches/IntelliJIdea10/tomcat/_p1/logs/ folder.
There were a bunch of log files here and one of the files contained the error. I then could solve the issue and proceed.
I was a user of eclipse and this error would have come directly in the log console in eclipse. However this is not the case in IntelliJ IDEA. Can somebody please explain what I am missing here?
Also, it would be nice if somebody could point out how the integration with Tomcat is done in IDEA (for better understanding). Note: I am using IntelliJ IDEA 10.5.2 Ultimate edition on Mac OS 10.6.8.
IntelliJ IDEA instructs Tomcat to use temporary directory as CATALINA_BASE where it places context configuration with the Artifact path from your project settings, it doesn't copy your web application into webapps directory.
In the Tomcat Run/Debug configuration there is Logs tab where you can specify custom logs to show in IDEA console, it should work out of the box, but probably you have customized logging in Tomcat configuration or in the application itself. Or maybe Tomcat 7 logging configuration is different and doesn't work with IDEA in which case you should submit a bug.
Here's some info for Windows users....if you check the boxes for 'Show console when stdout/stderr change', you may find that the Output tab does not show up even if stdout/stderr change.
For me, this was due to directory structure for the project containing spaces.
When I renamed the directory structure so that it did not contain spaces the Output tab showed up.
Found solution here: Cannot deploy project to tomcat inside intellij IDEA 14. Applications Context was incorrect.
Run/Debug Configurations -> Deployment tab -> Applications Context

Force.com IDE - Eclipse Plugin doesn't work?

I'm new to Apex and have just downloaded Eclipse to get to work
Eclipse SDK 3.3.2
I've followed the instructions on
http://wiki.apexdevnet.com/index.php/Force.com_IDE_Installation_for_Eclipse_3.3.x
and have added the Remote site:
http://www.adnsandbox.com/tools/ide/install/
but i get a dialog telling me
"No features found on the selected site(s). Choose a different site or site category"
Any ideas what i've done wrong??
Thanks
Dan
Try that process from a clean eclipse install, and repeat the installation steps, making sure that before clicking on "Finish" you unselect the checkbox at the lower left: "Ignore features not applicable to this environment".
Also, check if http://www.adnsandbox.com/tools/ide/install/ is accessible from your workstation.
Please check your proxy setting by accessing "http://www.adnsandbox.com/tools/ide/install/" URL in any of browser and update proxy setting in eclipse.
Force.com now has a standalone development environment that you don't need to download Eclipse for. Just putting it out there for people who stumble across this post.
Install the latest Eclipse Ganymede and try that.
Another good news for you is, force.com is coming with Eclipse galileo plugin in coming release.