Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread Martin Grigorov
The meaningful error is : Caused by: java.lang.ClassNotFoundException: domainapp.webapp.SimpleApplication For some reason the class is not in the classpath. Check whether Use classpath of module uses the -webapp module. Martin Grigorov Wicket Training and Consulting

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread Martin Grigorov
Please do! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 3, 2015 at 6:18 PM, German Vivero german.viv...@colonia-suiza.com wrote: Hi, Martin classpath is -webapp , but doesn't work. If you want I can attach an screenshot of itellij run/debug

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread Martin Grigorov
Looks OK to me. Try menu Build Rebuild project. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 3, 2015 at 6:47 PM, German Vivero german.viv...@colonia-suiza.com wrote: Thk Dan and 1.8 version it's really great

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
Hi, Martin classpath is -webapp , but doesn't work. If you want I can attach an screenshot of itellij run/debug configuration form. Thk for your patience 2015-03-03 15:55 GMT+00:00 Martin Grigorov mgrigo...@apache.org: The meaningful error is : Caused by: java.lang.ClassNotFoundException:

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
Ok, sorry 2015-03-03 16:28 GMT+00:00 Martin Grigorov mgrigo...@apache.org: Please either upload it to some image sharing web service or send it directly to me. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 3, 2015 at 6:25 PM, German Vivero

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
Thnk 2015-03-03 16:20 GMT+00:00 Martin Grigorov mgrigo...@apache.org: Please do! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 3, 2015 at 6:18 PM, German Vivero german.viv...@colonia-suiza.com wrote: Hi, Martin classpath is -webapp , but

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
Thk Dan and 1.8 version it's really great https://drive.google.com/file/d/0B6pscP6WmgHZdjk2T2NxOWJGazA/view?usp=sharing 2015-03-03 16:30 GMT+00:00 Dan Haywood d...@haywood-associates.co.uk: imgur.com, for example. The ASF mailing lists strip off attachments. Dan On 3 March 2015 at 16:28,

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread Martin Grigorov
Please either upload it to some image sharing web service or send it directly to me. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 3, 2015 at 6:25 PM, German Vivero german.viv...@colonia-suiza.com wrote: Thnk 2015-03-03 16:20 GMT+00:00 Martin

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread Dan Haywood
imgur.com, for example. The ASF mailing lists strip off attachments. Dan On 3 March 2015 at 16:28, Martin Grigorov mgrigo...@apache.org wrote: Please either upload it to some image sharing web service or send it directly to me. Martin Grigorov Wicket Training and Consulting

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread Martin Grigorov
OK. Let's start from beginning: what you did to break it ? did you create a new application from the simpleapp archetype ? or did you upgrade from 1.7.0 to 1.8.0 ? does mvn clean test pass on the command line ? try to reimport the project (right click on the project Maven Reimport) Martin

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
Well rebuild and have some dependencies error Information:Using javac 1.7.0_25 to compile java sources Information:java: Errors occurred while compiling module 'test1' Information:03/03/2015 01:56 PM - Compilation completed with 12 errors and 0 warnings in 3 sec

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread Martin Grigorov
OK. So it is definitely a problem with the setup in IDEA. Try to do import the project from scratch. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 3, 2015 at 7:30 PM, German Vivero german.viv...@colonia-suiza.com wrote: Well, it create a new app

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
Thk, I wil try again 2015-03-03 18:48 GMT+00:00 Martin Grigorov mgrigo...@apache.org: OK. So it is definitely a problem with the setup in IDEA. Try to do import the project from scratch. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 3, 2015 at

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
YES!!! delete and re-import to intelliJ solve the problem Thanks 2015-03-03 18:54 GMT+00:00 German Vivero german.viv...@colonia-suiza.com: Thk, I wil try again 2015-03-03 18:48 GMT+00:00 Martin Grigorov mgrigo...@apache.org: OK. So it is definitely a problem with the setup in IDEA. Try to

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
Well, it create a new app from simpleapp archetype. From comand line mvn clean test it's success POT LOG . ## # end of .pot file ##

Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
Hi, reproduce the instructions to download and run SimpleApp from archetype, and everything worked properly compiling and running from the command line. But then try to configure IntelliJ following the instructions in the documentation and happens that throws the following error. The

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
Hi this all I've found rigth through IntelliJ console: 11:17:19,577 [InstallerLookup main INFO ] component installer not found; it will not be available: org.apache.isis.core.runtime.imageloader.awt.TemplateImageLoaderAwtInstaller 11:17:19,578 [InstallerLookup main INFO ]

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread Martin Grigorov
OK, it is Jetty. Can you upload the complete log somewhere ? Some pastebin service. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 3, 2015 at 4:21 PM, German Vivero german.viv...@colonia-suiza.com wrote: Hi this all I've found rigth through IntelliJ

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread Martin Grigorov
Hi, There must be more details about the failure in the logs. Check all Tomcat logs. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Mar 3, 2015 at 4:02 PM, German Vivero german.viv...@colonia-suiza.com wrote: Hi, reproduce the instructions to download

Re: Error with IntelliJ running simpleapp 1.8

2015-03-03 Thread German Vivero
This is a log - https://gist.github.com/dgvivero/98499f6b119fa66a9fd0 I follow this http://isis.apache.org/intro/getting-started/ide/intellij.html 2015-03-03 14:24 GMT+00:00 Martin Grigorov mgrigo...@apache.org: OK, it is Jetty. Can you upload the complete log somewhere ? Some pastebin