I'm getting this error in eclipse when trying to make new CloudBees project:
Failed to complete ClickStart project provisioning: Read timed out
Does anyone know why this error occurs?
This could be that the clickstart is taking too long to complete - the timeout is set pretty high - of the order of minutes.
Can you run the clickstart from the web interface and see if it works there (or try a different one?)
Any information from the eclipse log would help people diagnose too.
Related
I'm trying to run a simple play-scala example, but I've some problem launching activator because I have a lot of connection timeout. I've only created the application with activator and tried to launch it. No development or custom configuration. I'm using play 2.4.2.
It seems that many of the dependencies that it tries to resolve do not exist: if I try to open the url in browser I obtain only "The request path was not found".
Examples are the following:
https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/org.webjars/rjs/2.1.15/ivys/ivy.xml
https://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbt/sbt-rjs/scala_2.10/sbt_0.13/1.0.7/ivys/ivy.xml
This behaviour wastes a lot of time without any value. Is it possible to avoid non-existing path or minimize connection timeout time?
Thanks,
Michele.
As suggested in the comment, please try the latest version of Play.
As of 2018, it's 2.6.16.
I've been having trouble getting a weblogic server to run in eclipse, which have resulted in me not being able to open eclipse ni my current workspace at all. It is not my first attempt to work with weblogic servers in eclipse, and I do not know why it suddenly decided to stop working. I have had multiple errors, which all seem to be related to an abnormal high memory consumption.
One of my last errors, before eclipse quit on me for good, was an out of memory exception, on PermGenSpace. I set variables to 1024m, but it still complained it wasn't enough. After a lot of restarts, Eclipse suddenly wouldn't open my current workspace. I have tried others, and they work fine, but with my current one, the splash/loading screen disappears after about 10% of the loading bar is complete, and nothing happens at all. Except the fact that eclipse.exe shows up in the running processes tab on Windows task list. It does not show in the running programs list.
My attempts to start weblogic servers had the exact same symptoms. They showed in the process list, but did not respond when I tried to open the console in my browser.
Both eclipse and the weblogic tasks (shown as java.exe) has had over 400.000KB of memory consumption each, which I find very high.
I do not expect anyone to be able to find a complete solution here, but I am absolutely stuck. I cannot access any of my previous error messages. I have no experience debugging an error like this. Does anyone have any idea on how to find the error in a case like this?
My Weblogic version is 10.3.2, which is a company standard for now.
My Eclipse version is:
Eclipse Java EE IDE for Web Developers.
Version: Kepler Service Release 2
Build id: 20140224-0627
Adding the comment as an answer since it provided some help.
Try starting up to a new empty workspace; If you dont get to select workspace at startup use the argument "-data " If you still get issues, look at the log in /.metadata/.log
I installed the Redmine-Mylyn-Connector in Eclipse and had our admin install the Mylyn-Plugin for Redmine. The connection to Server seems to work:
When I try to add a query, I receive a Server Error:. Unfortunately no more details are available.
What are potential reasons for this error, and how can I solve the problem?
There might be useful details in the Error Log. Open the Error Log view (Alt+Shift+Q then L, or use Window > Show View...). I would clear the log first (using the red X button in its toolbar), then reproduce the error. You should see error details in the Error Log which might point you to the source of the problem.
I'm trying to deploy my ear to a remote Websphere 8.5 with maven plugin was6 via SOAP.
I set up the correct ear with correct host, node,cell,server, port etc.
But when I try to install app I got WASX7017E: ConnectException - Connection refused with a TransferFailedException
In logs, there is nothing in local and remote neither. As I see with netstat when I run the mvn installApp there are many connection trying on serverside whiches have status TIME_WAIT.
The plugin seems to be working with v8.5 cause other functions for example wsListApp work.
I tried to google it but with no results.
Does anyone get this error before me? Or has anyone idea what should I do?
Thank you.
was6-maven-plugin generates a temporal ant file under "target\was6-maven-plugin\" folder and then calls $WAS_HOME\bin\ws_ant.sh/bat utility using -f option with the previously generated ant file.
If you don't use the clean target, the files should continue there so you can use ws_ant to find the real error and find if there is an error on your configuration or in the plugin.
If you find an error in the plugin, please open an issue here: http://jira.codehaus.org/browse/MWAS
In this link you'll find all the options available in the wsInstallApp target:
http://pic.dhe.ibm.com/infocenter/wasinfo/v8r5/index.jsp?topic=%2Fcom.ibm.websphere.javadoc.doc%2Fweb%2Fapidocs%2Fcom%2Fibm%2Fwebsphere%2Fant%2Ftasks%2FInstallApplication.html
Regards,
Javier Murciego
I'm experiencing serious issue with the Eclipse 'Install new software' and 'Update' Dialogs.
In fact they seem to do nothing.
With a brand new Eclipse Java EE Juno 4.2 I can't install new software. I try to retrieve the contents of 'Juno - http://download.eclipse.org/releases/juno' but it's stuck all the time. Often is stops doing anything around 31% but sometimes it reaches 38% after 20 minutes but there must be something wrong.
I unticked all the options and also deactivated firewall and antivir and tried to alter the network configurations in eclipse with no effect.
I'm not behind a proxy.
Somebody got a solution on this?
Regards
The Error Log has plenty entries mainly like this:
Unable to read repository at http://download.eclipse.org/releases/juno/201206270900/artifacts.jar.
Unknown Host: http://download.eclipse.org/webtools/patches/drops/R3.4.1/P-3.4.1-20121112163420/repository/content.xml
Connection to http://download.eclipse.org/technology/epp/packages/juno/p2.index failed on Connection reset. Retry attempt 0 started
Connection to http://download.eclipse.org/webtools/patches/drops/R3.4.1/P-3.4.1-20121112163420/repository/p2.index failed on Connection reset. Retry attempt 0 started
Unable to read repository at http://download.eclipse.org/releases/juno/201206270900/content.jar.
Connection to http://download.eclipse.org/releases/juno/201209280900/p2.index failed on Connection reset. Retry attempt 0 started
You could also try with the following option in your STS.ini file, it worked for me:
-Djava.net.preferIPv4Stack=true
Make sure you don't have antivirus (particularly Kaspersky) running. May have to pause your AV program as it could block the process.