This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: JetBrains has released IntelliJ IDEA 6.0.5.
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
JetBrains has released IntelliJ IDEA 6.0.5. This release adds support for Tomcat 6, JUnit 4.2, and Ant 1.7. Also, "You no longer have to apply for the free 30-day evaluation key. Just download the installation package, setup and get started. Your free evaluation period starts when you first run IntelliJ IDEA." That's sensible. I wish more people proffering demos would simplify the process like that. It would certainly make me more inclined to try out a product (though in IDEs case I already have a full license they gave me for speaking at a user group last year). IDEA is $499 payware. Upgrades from previous version are $299.
Nice, but I can't build on Tomcat6, using exactly the same settings I had used for Tomcat5:
Using CATALINA_BASE: C:\Documents and Settings\mep\.IntelliJIdea60\system\tomcat__42031fdc Using CATALINA_HOME: C:\p4\Tomcat6.0.10 Using CATALINA_TMPDIR: C:\p4\Tomcat6.0.10\temp Using JRE_HOME: C:\p4\javaNT1.5.0 Apr 8, 2007 8:37:53 PM org.apache.catalina.core.AprLifecycleListener init INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\p4\javaNT1.5.0\bin;.;C:\WINDOWS\system32;C:\WINDOWS;c:\ruby\bin;C:\p4\javaNT 1.5.0\bin;C:\p4\Tools\apache-ant-1.6.2\bin;C:\oracle\ora92\bin;C:\Program Files\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbe m;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\PC-Doctor for Windows\;C:\WINDOWS\Downloaded Program Files;C:\Program Files\Support Tools\;C:\oracle\orant\bin;C:\oracle\orant\jdk\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\Perforce;C:\Program Files\MySQL\MySQL Server 5.0\bin; Apr 8, 2007 8:37:53 PM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-80 Apr 8, 2007 8:37:53 PM org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing endpoint java.io.FileNotFoundException: C:\Documents and Settings\mep\.IntelliJIdea60\system\tomcat__42031fdc\..\WebEng\monthly\javaweb\ netflixServer\devcerts (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:106) at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFactory.ja va:316) at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeystore(JSSESocketFactory .java:259) at org.apache.tomcat.util.net.jsse.JSSESocketFactory.getKeyManagers(JSSESocketFact ory.java:410) at org.apache.tomcat.util.net.jsse.JSSESocketFactory.init(JSSESocketFactory.java:3 78) at org.apache.tomcat.util.net.jsse.JSSESocketFactory.createSocket(JSSESocketFactor y.java:125) at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:494) at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:175) at org.apache.catalina.connector.Connector.initialize(Connector.java:1059) at org.apache.catalina.core.StandardService.initialize(StandardService.java:578) at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:792) at org.apache.catalina.startup.Catalina.load(Catalina.java:504) at org.apache.catalina.startup.Catalina.load(Catalina.java:524) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:260) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:412) Apr 8, 2007 8:37:53 PM org.apache.catalina.startup.Catalina load SEVERE: Catalina.start LifecycleException: Protocol handler initialization failed: java.io.FileNotFoundException: C:\Documents and Settings\mep\.IntelliJIdea60\system\tomcat__42031fdc\..\WebEng\monthly\javaweb\ netflixServer\devcerts (The system cannot find the path specified) at org.apache.catalina.connector.Connector.initialize(Connector.java:1061) at org.apache.catalina.core.StandardService.initialize(StandardService.java:578)