What versions of eclipse and apache tomcat should I use with jdk-6u30? - eclipse

I am configuring the env on Vista. I have jdk-6u30 and eclipse-jee-indigo-SR1-win32 installed on the system. Please suggest what tomcat version would be compatible? I tried installing apache-tomcat-7.0.25 but it gave me "requested resource not available error" hen I tested it for the first time. What is the reason of this error on first test? Is it something to do with the compatibility issue or choosing wrong way of installation? Please help.

The very newest versions of both Eclipse and Tomcat will work perfectly with that version of Java; you must have made some mistake in installing or testing.

Related

How to install fuse-eap-installer-6.3.0.redhat-262 patch in EAP 6.4 server

Could you please help me in installing fuse-eap-installer-6.3.0.redhat-262 patch in EAP 6.4 server. I have already installed fuse-eap-installer-6.3.0.redhat-187, now I need to install fuse-eap-installer-6.3.0.redhat-262.
Thanks in advance.
You run fuse-eap-installer-6.3.0.redhat-262.jar and it will apply the upgrade. For example:
java -jar fuse-eap-installer-6.3.0.redhat-262.jar /opt/jboss-eap-6.4
I updated the answer as it seems you hit a problem:
C:\Temp\Selva\Installations\EAP_Server_6.4>java -jar
M:\Selva\Software\fuse-eap-installer-6.3.0.redhat-262.jar Error: Unable to determine current fuse patch version
C:\Temp\Selva\Installations\EAP_Server_6.4>
If I remember correctly, there's a bug in the installer on Windows. There's a knowledge base article which explains how to resolve the problem here https://access.redhat.com/solutions/2960241.

Creating new express project with nodeclipse gives blank project and "unexpected exception" error

Just installed latest version of Edine from nodeclipse, and in the console that is the only message outside of path information for the directory the project is stationed in. Also tried grabbing the latest default version and tried to install via New Software with similar results.
C:\Users\user\AppData\Local\Temp\express-work\1406755265579/test
Unexpected Exception
Anyone had this ever work? All methods I'm finding online seem to be broken.
This is on Windows 7 64 bit.
For anyone that arrives at this question and has the same issue.
I was under the mistaken understanding that when installing Nodeclipse, it also installed node.js, express, and mongodb. This is not the case. Installing node.js and express resolved this issue.

Cannot update or install any new software in any version of eclipse

I've read the other posts about being unable to install software in eclipse, but I still can't seem to get anything to work. I've tried on both Eclipse Indigo and Eclipse Juno - neither of which seem to be able to connect to anything, yet I can open the web browser.
On my other computer, which was previously configured, it contacts the software sites perfectly fine. I can also use the internal web browser on both version of eclipse - navigating to www.google.com.
I've tried updating Eclipse using http://download.eclipse.org/releases/indigo/ and I have tried to install ADT with https://dl-ssl.google.com/android/eclipse/.
I'm attaching an image of the error I'm getting. Also it appears I am getting 'permission denied'
Regarding the ADT, i couldnt get it to work with indigo for the life of me. After looking around a lot i realized that there are some comparability restrictions for the ADT plug in. The latest version of the ADT works on Eclipse Helios 3.6 or higher.
http://developer.android.com/sdk/requirements.html
also make sure to do "run as administrator" when you start eclipse if you are going to install software.
I had the same problem, I'm not sure if it would help but here is what I did anyway:
Uninstalled AVG
Ran SFC /scannow
SFC found some corrupted windows files and repaired them
Restart
Not sure if uninstalling AVG did anything, but I saw it as a possible solution somewhere else.
I am now using MSE since it seems to be more compatible with my system...
Maybe you need to connect thru a proxy?
Check you browsers connections settings.
I've had the same issue before and it turned out to be due to a VPN connection I had open. It must have been trying to go via that, although no other applications have had that problem. So perhaps check that you don't have any static routes which are interfering.

jetty and eclipse

I'm trying to run a jetty server from a main. It always starts from http://0.0.0.0:8888;
I have changed jetty.xml and added set host to 127.0.0.0
when i run a command on the downloaded jetty files, it starts correctly at 127.0.0.0.
But eclipse keeps on starting at 0.0.0.0. It is running jetty 6.1, not the 8.0 version I have downloaded.
I've changed JETTY_HOME to point to the correct files. It does not work. :(
Need Help
Jetty 8 is in "experimental state" (see Versions) and I would recommend you do not use that version if you have a choice. I would go with version 6 as there was a change in version 7 with name spaces which may result in the behaviour you see.
Question is where that version 6.1 is coming from that you are seeing. Investigate and report back.
Try using run-jetty-run eclipse plugin. I have written a blog post about how to use it with DCEVM for hotdeploy. It really improves development time:
Spring-mvc + Velocity + DCEVM

Get Arjuna source for JBoss

How can I get the source code for Arjuna/JBossTM that matches my JBoss version?
More specifically, is there a way to reliably identify the version of a library that is distributed with JBoss 5.1.0?
The options I've tried so far:
opening the manifest file of jbossjts.jar which gives me 5.1.0
opening the file jar-versions.xml, but that also gives me 5.1.0
From the look of the tags JBossTM doesn't go beyond 4.12.0 so I think I can be pretty sure in saying that 5.1.0 is the same 5.1.0 as JBoss itself.
Is there a way to reliably get the correct version of the source code for this (or any other) library? It seems to me that sometimes the manifest contains the version of the library, sometimes the version of the server, which isn't very helpful.
Thanks in advance
Rich
Further to this, I think I have found the information by going into the JBoss 5.1.0 release notes where one of the Component Upgrade bugs is jira.jboss.org/browse/JBAS-6851 - Update to transactions 4.6.1.GA