Idea 7051 - Groovy plugin - can't start grails application

I can't start grails application.

I have to mention that I can start the application using for example Idea 7027 with groovy plugin build 9073 or using "grails run-app" command.

Configuration:

Idea 7051
Groovy plugin build 9363
Groovy 1.0
Grails 0.5.6
JDK 1.5.0_12
Win 2k3

Error:

J:\Programming\Java\JDK\jdk1.5.0_12\bin\java -Xmx256M -Dgrails.home=J:\Programming\Groovy\Frameworks\Grails\grails-0.5.6 -Dtools.jar=J:\Programming\Java\JDK\jdk1.5.0_12\lib\tools.jar -Dgroovy.starter.conf=J:\Programming\Groovy\Frameworks\Grails\grails-0.5.6/conf/groovy-starter.conf -Didea.launcher.port=7532 -Didea.launcher.bin.path=J:\Programming\Java\IDE\IntelliJ_IDEA\idea7051\bin -Dfile.encoding=windows-1250 -classpath J:\Programming\Groovy\Frameworks\Grails\grails-0.5.6/lib/groovy-starter.jar;J:\Programming\Java\IDE\IntelliJ_IDEA\idea7051\lib\idea_rt.jar com.intellij.rt.execution.application.AppMain org.codehaus.groovy.tools.GroovyStarter --main org.codehaus.groovy.grails.cli.GrailsScriptRunner --conf J:\Programming\Groovy\Frameworks\Grails\grails-0.5.6/conf/groovy-starter.conf --classpath J:\Programming\Groovy\Frameworks\Grails\grails-0.5.6/lib/groovy-starter.jar;. run-app

Welcome to Grails 0.5.6 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: J:\Programming\Groovy\Frameworks\Grails\grails-0.5.6

Base Directory: J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project
Environment set to development
Running script J:\Programming\Groovy\Frameworks\Grails\grails-0.5.6\scripts\RunApp.groovy
Created dir: J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project\web-app\WEB-INF\lib
Compiling sources ...
Created dir: J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project\web-app\WEB-INF\spring
Copying 33 files to J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project\web-app\WEB-INF\lib
Created dir: J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project\web-app\WEB-INF\grails-app\i18n
Converting 8 files from J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project\grails-app\i18n to J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project\web-app\WEB-INF\grails-app\i18n
Copying 1 file to J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project\web-app\WEB-INF\spring
Copying 1 file to J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project\web-app\WEB-INF\classes
Copying 1 file to J:\Programming\Java\IDE\Workspace\IntelliJ_IDEA\idea7051\project\web-app\WEB-INF\classes
Attempting to load user defined plugins
Configuring for environment: Development
Building new Hibernate SessionFactory
Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
48 beans defined in application context
Using MessageSource [org.springframework.context.support.ReloadableResourceBundleMessageSource: basenames=[WEB-INF/grails-app/i18n/messages]]
Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default
Grails application loaded.
Initializing filter 'grailsWebRequest'
Filter 'grailsWebRequest' configured successfully
Initializing filter 'urlMapping'
Filter 'urlMapping' configured successfully
Initializing filter 'reloadFilter'
Filter 'reloadFilter' configured successfully
Initializing servlet 'grails'
FrameworkServlet 'grails': initialization started
Using context class for servlet 'grails'
Using MultipartResolver
Using LocaleResolver
Unable to locate ThemeResolver with name 'themeResolver': using default
No HandlerAdapters found in servlet 'grails': using default
Unable to locate RequestToViewNameTranslator with name 'viewNameTranslator': using default
Using MultipartResolver
FrameworkServlet 'grails': initialization completed in 78 ms
Servlet 'grails' configured successfully
org.mortbay.util.MultiException[java.net.SocketException: Unrecognized Windows Sockets error: 10106: create]
at org.mortbay.http.HttpServer.doStart(HttpServer.java:731)
at org.mortbay.util.Container.start(Container.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at org.codehaus.groovy.runtime.Invoker.invokePojoMethod(Invoker.java:134)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:107)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:211)
at RunApp_groovy$_run_closure2.doCall(RunApp_groovy:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:81)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97)
at RunApp_groovy$_run_closure2.doCall(RunApp_groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at groovy.lang.Closure.call(Closure.java:209)
at groovy.lang.Script.invokeMethod(Script.java:114)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:597)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:81)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrent0(ScriptBytecodeAdapter.java:129)
at RunApp_groovy$_run_closure1.doCall(RunApp_groovy:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:81)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97)
at RunApp_groovy$_run_closure1.doCall(RunApp_groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at groovy.lang.Closure.call(Closure.java:209)
at groovy.lang.Closure.call(Closure.java:204)
at groovy.lang.Closure.run(Closure.java:285)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at org.codehaus.groovy.runtime.Invoker.invokePogoMethod(Invoker.java:145)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:111)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:211)
at gant.Gant.dispatch(Gant.groovy:152)
at gant.Gant.this$2$dispatch(Gant.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:492)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at org.codehaus.groovy.runtime.Invoker.invokePogoMethod(Invoker.java:145)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:111)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at gant.Gant.invokeMethod(Gant.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97)
at gant.Gant.process(Gant.groovy:287)
at gant.Gant.this$2$process(Gant.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at org.codehaus.groovy.runtime.Invoker.invokePogoMethod(Invoker.java:145)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:111)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at gant.Gant.main(Gant.groovy:298)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:721)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:101)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at org.codehaus.groovy.grails.cli.GrailsScriptRunner.callPluginOrGrailsScript(GrailsScriptRunner.groovy:178)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:721)
at org.codehaus.groovy.runtime.Invoker.invokeStaticMethod(Invoker.java:168)
at org.codehaus.groovy.runtime.InvokerHelper.invokeStaticMethod(InvokerHelper.java:130)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeStaticMethodN(ScriptBytecodeAdapter.java:228)
at org.codehaus.groovy.grails.cli.GrailsScriptRunner.main(GrailsScriptRunner.groovy:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:131)
at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
java.net.SocketException: Unrecognized Windows Sockets error: 10106: create
at java.net.ServerSocket.createImpl(ServerSocket.java:255)
at java.net.ServerSocket.getImpl(ServerSocket.java:205)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.(ServerSocket.java:185) at org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:391) at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477) at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503) at org.mortbay.http.SocketListener.start(SocketListener.java:203) at org.mortbay.http.HttpServer.doStart(HttpServer.java:761) at org.mortbay.util.Container.start(Container.java:72) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at org.codehaus.groovy.runtime.Invoker.invokePojoMethod(Invoker.java:134) at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:107) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:211) at RunApp_groovy$_run_closure2.doCall(RunApp_groovy:55) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127) at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70) at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:81) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97) at RunApp_groovy$_run_closure2.doCall(RunApp_groovy) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127) at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70) at groovy.lang.Closure.call(Closure.java:209) at groovy.lang.Script.invokeMethod(Script.java:114) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:597) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127) at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70) at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:81) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrent0(ScriptBytecodeAdapter.java:129) at RunApp_groovy$_run_closure1.doCall(RunApp_groovy:40) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127) at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70) at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:81) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97) at RunApp_groovy$_run_closure1.doCall(RunApp_groovy) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127) at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70) at groovy.lang.Closure.call(Closure.java:209) at groovy.lang.Closure.call(Closure.java:204) at groovy.lang.Closure.run(Closure.java:285) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127) at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70) at org.codehaus.groovy.runtime.Invoker.invokePogoMethod(Invoker.java:145) at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:111) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:211) at gant.Gant.dispatch(Gant.groovy:152) at gant.Gant.this$2$dispatch(Gant.groovy) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:492) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at org.codehaus.groovy.runtime.Invoker.invokePogoMethod(Invoker.java:145) at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:111) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187) at gant.Gant.invokeMethod(Gant.groovy) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97) at gant.Gant.process(Gant.groovy:287) at gant.Gant.this$2$process(Gant.groovy) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616) at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506) at org.codehaus.groovy.runtime.Invoker.invokePogoMethod(Invoker.java:145) at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:111) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187) at gant.Gant.main(Gant.groovy:298) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:721) at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:101) at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187) at org.codehaus.groovy.grails.cli.GrailsScriptRunner.callPluginOrGrailsScript(GrailsScriptRunner.groovy:178) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71) at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694) at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:721) at org.codehaus.groovy.runtime.Invoker.invokeStaticMethod(Invoker.java:168) at org.codehaus.groovy.runtime.InvokerHelper.invokeStaticMethod(InvokerHelper.java:130) at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeStaticMethodN(ScriptBytecodeAdapter.java:228) at org.codehaus.groovy.grails.cli.GrailsScriptRunner.main(GrailsScriptRunner.groovy:117) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:131) at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:160) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90) java.net.SocketException: Unrecognized Windows Sockets error: 10106: create at java.net.ServerSocket.createImpl(ServerSocket.java:255) at java.net.ServerSocket.getImpl(ServerSocket.java:205) at java.net.ServerSocket.bind(ServerSocket.java:319) at java.net.ServerSocket.]]>(ServerSocket.java:185)
at org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:391)
at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477)
at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503)
at org.mortbay.http.SocketListener.start(SocketListener.java:203)
at org.mortbay.http.HttpServer.doStart(HttpServer.java:761)
at org.mortbay.util.Container.start(Container.java:72)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at org.codehaus.groovy.runtime.Invoker.invokePojoMethod(Invoker.java:134)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:107)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:211)
at RunApp_groovy$_run_closure2.doCall(RunApp_groovy:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:81)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97)
at RunApp_groovy$_run_closure2.doCall(RunApp_groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at groovy.lang.Closure.call(Closure.java:209)
at groovy.lang.Script.invokeMethod(Script.java:114)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:597)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:81)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrent0(ScriptBytecodeAdapter.java:129)
at RunApp_groovy$_run_closure1.doCall(RunApp_groovy:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:81)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97)
at RunApp_groovy$_run_closure1.doCall(RunApp_groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at groovy.lang.Closure.call(Closure.java:209)
at groovy.lang.Closure.call(Closure.java:204)
at groovy.lang.Closure.run(Closure.java:285)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.DelegatingMetaClass.invokeMethod(DelegatingMetaClass.java:127)
at org.codehaus.groovy.gant.GantMetaClass.invokeMethod(GantMetaClass.java:70)
at org.codehaus.groovy.runtime.Invoker.invokePogoMethod(Invoker.java:145)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:111)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethod0(ScriptBytecodeAdapter.java:211)
at gant.Gant.dispatch(Gant.groovy:152)
at gant.Gant.this$2$dispatch(Gant.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:492)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at org.codehaus.groovy.runtime.Invoker.invokePogoMethod(Invoker.java:145)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:111)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at gant.Gant.invokeMethod(Gant.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodOnCurrentN(ScriptBytecodeAdapter.java:97)
at gant.Gant.process(Gant.groovy:287)
at gant.Gant.this$2$process(Gant.groovy)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:616)
at org.codehaus.groovy.grails.commons.metaclass.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:742)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:506)
at org.codehaus.groovy.runtime.Invoker.invokePogoMethod(Invoker.java:145)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:111)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at gant.Gant.main(Gant.groovy:298)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:721)
at org.codehaus.groovy.runtime.Invoker.invokeMethod(Invoker.java:101)
at org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:115)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:187)
at org.codehaus.groovy.grails.cli.GrailsScriptRunner.callPluginOrGrailsScript(GrailsScriptRunner.groovy:178)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.runtime.metaclass.ReflectionMetaMethod.invoke(ReflectionMetaMethod.java:71)
at org.codehaus.groovy.runtime.MetaClassHelper.doMethodInvoke(MetaClassHelper.java:694)
at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:721)
at org.codehaus.groovy.runtime.Invoker.invokeStaticMethod(Invoker.java:168)
at org.codehaus.groovy.runtime.InvokerHelper.invokeStaticMethod(InvokerHelper.java:130)
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeStaticMethodN(ScriptBytecodeAdapter.java:228)
at org.codehaus.groovy.grails.cli.GrailsScriptRunner.main(GrailsScriptRunner.groovy:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.codehaus.groovy.tools.GroovyStarter.rootLoader(GroovyStarter.java:131)
at org.codehaus.groovy.tools.GroovyStarter.main(GroovyStarter.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)
Server failed to start: org.mortbay.util.MultiException[java.net.SocketException: Unrecognized Windows Sockets error: 10106: create]

0
Avatar
Permanently deleted user

Can you start from the command line?

0
Avatar
Permanently deleted user

Yes, using "grails run-app". Also it works opening the project with Idea 7027 / groovy plugin 9073.

0
Avatar
Permanently deleted user

The only thing changed is that now your grails installation in the plugin is used to set GRAILS_HOME for running application. So you probably have several grails installations, and the one setup in plugin is corrupted.

0
Avatar
Permanently deleted user

I have GRAILS_HOME pointing to the same grails version (0.5.6) and GROOVY_HOME
To be sure this is the problem I have left only JAVA_HOME / JDK_HOME in my Environment Variables and I've got the same error.

I have attached an image to show all the environment settings.



Attachment(s):
Environment.JPG
0
Avatar
Permanently deleted user

Here is what Graeme says about this issue:

Graeme Rocher commented on GRVY-145:
-


Doesn't seem to be a Grails specific issue here. Looks like some kind of port conflict as Jetty cannot start and is having trouble creating a socket. Maybe a Windows vista permissions issue? Blocking the socket create?

0
Avatar
Permanently deleted user

FYI, I have exactly the same issue: org.mortbay.util.MultiException[java.net.SocketException: Unrecognized Windows Sockets error: 10106: create]

Grails: 0.5.6
Plugin: trunk (rev. 9510)
Selena: 7065
OS: Win XP SP2
JVM: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03)

Interestingly, it works fine when cutting and pasting the run command into a console window, just not within IntelliJ itself.

i.e. this command works from a console window:
set GRAILS_HOME=C:\Andrew\Dev\Sandbox\Apps\grails-0.5.6

followed by:
"C:\Program Files\Java\jdk1.5.0_09\bin\java" -Xmx256M -Dgrails.home=C:\Andrew\Dev\Sandbox\Apps\grails-0.5.6 "-Dtools.jar=C:\Program Files\Java\jdk1.5.0_09\lib\tools.jar" -Dgroovy.starter.conf=C:\Andrew\Dev\Sandbox\Apps\grails-0.5.6/conf/groovy-starter.conf -Didea.launcher.port=7536 -Didea.launcher.bin.path=C:\Andrew\Dev\Apps\idea\7065\bin -Dfile.encoding=windows-1252 -classpath C:\Andrew\Dev\Sandbox\Apps\grails-0.5.6/lib/groovy-starter.jar;C:\Andrew\Dev\Apps\idea\7065\lib\idea_rt.jar com.intellij.rt.execution.application.AppMain org.codehaus.groovy.tools.GroovyStarter --main org.codehaus.groovy.grails.cli.GrailsScriptRunner --conf C:\Andrew\Dev\Sandbox\Apps\grails-0.5.6/conf/groovy-starter.conf --classpath C:\Andrew\Dev\Sandbox\Apps\grails-0.5.6/lib/groovy-starter.jar;. run-app

PS. I disabled my firewall temporarily to no effect.

0
Avatar
Permanently deleted user

OK, it is indeed reproducible. The problem however remains: what does this actually mean?:)

0
Avatar
Permanently deleted user

Hello Eugene,

OK, it is indeed reproducible. The problem however remains: what does this actually mean?:)


WinSock error code 10106 means "WSAEPROVIDERFAILEDINIT". See also the second last message from
http://forum.java.sun.com/thread.jspa?threadID=329241&messageID=1913234

It indicates that a missing "SystemRoot" environment variable can cause this, which can happen e.g.
if the process is started with java.lang.Runtime#exec and passing a non-null environment array which
doesn't include the SystemRoot variable.

Sascha

0
Avatar
Permanently deleted user

Wow! Sascha, you've made it. I need to check it once more, but it seems we put a variable into ProcessBuilder environment that causes SystemRoot to be forgotten.

0
Avatar
Permanently deleted user

Now seems the plugin is not working anymore :(
The JetGroovy plugin is displayed in red
I'm using now:
Idea 7065
Groovy plugin build 9606
JDK 1.5.0_12
Win XP SP1
Groovy 1.0
Grails 0.5.6



Attachment(s):
screen.JPG
0

请先登录再写评论。