Closed burtbeckwith closed 11 years ago
I don't think it's a problem with the website since I just saw that the twitter-bootstrap plugin was released a few minutes ago. It looks like a network issue on your end - do you need to configure proxy settings?
Alright. Thanks for pointing it out. I forgot to disable the proxy settings. The plugin is published successfully. :)
Hi Burt,
Thanks for your help to clean up the plugin project.
I tried to publish the plugin using Grails 2.2.2 in 64-bit of Windows 7 Enterprise, but still facing the following error: C:\dev\ws\activiti-spring-security>grails publish-plugin --no-scm --stacktrace | Plugin packaged grails-activiti-spring-security-0.5.0.zip | Plugin packaged grails-activiti-spring-security-0.5.0.zip | POM generated: C:\dev\ws\activiti-spring-security\target/pom.xml Publishing to Grails Central | Error Error executing script PublishPlugin: org.springframework.web.client.Res ourceAccessException: I/O error: connect timed out; nested exception is java.net .SocketTimeoutException: connect timed out (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.) org.springframework.web.client.ResourceAccessException: I/O error: connect timed out; nested exception is java.net.SocketTimeoutException: connect timed out at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.ja va:461) at org.springframework.web.client.RestTemplate.execute(RestTemplate.java :417) at org.springframework.web.client.RestTemplate.exchange(RestTemplate.jav a:392) at org.springframework.web.client.RestOperations$exchange.call(Unknown S ource) at grails.plugins.rest.client.RestBuilder.doRequestInternal(RestBuilder. groovy:95) at grails.plugins.rest.client.RestBuilder.get(RestBuilder.groovy:54) at grails.plugins.rest.client.RestBuilder.get(RestBuilder.groovy) at grails.plugins.publish.portal.GrailsCentralDeployer.isVersionAlreadyP ublished(GrailsCentralDeployer.groovy:27) at grails.plugins.publish.PluginDeployer$isVersionAlreadyPublished.call( Unknown Source) at PublishPlugin$_run_closure1.doCall(PublishPlugin:329) at org.codehaus.gant.GantMetaClass.invokeMethod(GantMetaClass.java:133) at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure 16_closure18.doCall(GantBinding.groovy:185) at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure 16_closure18.doCall(GantBinding.groovy) at org.codehaus.gant.GantBinding.withTargetEvent(GantBinding.groovy:90) at org.codehaus.gant.GantBinding.this$4$withTargetEvent(GantBinding.groo vy) at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure 16.doCall(GantBinding.groovy:185) at org.codehaus.gant.GantBinding$_initializeGantBinding_closure5_closure 16.doCall(GantBinding.groovy) at gant.Gant$_dispatch_closure5.doCall(Gant.groovy:381) at gant.Gant$_dispatch_closure7.doCall(Gant.groovy:415) at gant.Gant$_dispatch_closure7.doCall(Gant.groovy) at gant.Gant.withBuildListeners(Gant.groovy:427) at gant.Gant.this$2$withBuildListeners(Gant.groovy) at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source) at gant.Gant.dispatch(Gant.groovy:415) at gant.Gant.this$2$dispatch(Gant.groovy) at gant.Gant.invokeMethod(Gant.groovy) at gant.Gant.executeTargets(Gant.groovy:591) at gant.Gant.executeTargets(Gant.groovy:590) Caused by: java.net.SocketTimeoutException: connect timed out at org.springframework.http.client.SimpleBufferingClientHttpRequest.exec uteInternal(SimpleBufferingClientHttpRequest.java:73) at org.springframework.http.client.AbstractBufferingClientHttpRequest.ex ecuteInternal(AbstractBufferingClientHttpRequest.java:46) at org.springframework.http.client.AbstractClientHttpRequest.execute(Abs tractClientHttpRequest.java:49) at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.ja va:446) ... 27 more | Error Error executing script PublishPlugin: org.springframework.web.client.Res ourceAccessException: I/O error: connect timed out; nested exception is java.net .SocketTimeoutException: connect timed out
Do I missed anything?
Many thanks for your advice.