failing to start tomee

2017-07-12 Thread Matthew Broadhead
i am getting a strange error trying to start TomEE 7.0.3. I have restarted the IDE (eclipse). I have the latest version of Java 8.0_131. # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0001043259ee, pid=58242, tid=0x1307 # # JRE v

Re: failing to start tomee

2017-07-12 Thread Romain Manni-Bucau
Hi Matthew, check running processes but seems related to your machine state without more information Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

IntelliJ IDE

2017-07-12 Thread Matthew Broadhead
I am thinking of switching from Eclipse to IntelliJ community edition but I am still unclear how to deploy multiple projects to TomEE. In eclipse i can open multiple projects and then drag them to a server to deploy them. The server has a single shared configuration folder where i can manage

Re: IntelliJ IDE

2017-07-12 Thread Romain Manni-Bucau
Hi Matthew, in Idea you can import multiple projects (maven tab -> "+" button) and in TomEE/Tomcat configuration you can select the artifacts (modules) you want to deploy and add as much as needed and still use a single configuration folder (same popup for the configuration) Romain Manni-Bucau @

Re: IntelliJ IDE

2017-07-12 Thread Svetlin Zarev
Hi, If you are going to use the community edition of IJ, then you'll have to manually manage the server - i.e. start/stop/deploy/undeploy. > I am still unclear how to deploy multiple projects to TomEE Just build the wars and drop them in the "webapps" folder of a running TomEE server > The serve

Re: IntelliJ IDE

2017-07-12 Thread Matthew Broadhead
I do not have a Maven tab in IntelliJ? The TomEE Run/Debug configuration only works in ultimate edition and I am using Community edition as i don't have 500€ to pay for the IDE. Also the link to TomEE website from the following page is broken https://www.jetbrains.com/help/idea/run-debug-conf

Re: IntelliJ IDE

2017-07-12 Thread Romain Manni-Bucau
In the menu: View -> Tollbar, View -> Tool Buttons. Will make it more friendly ;) Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn