Author Message
liu159
Joined: Jan 19, 2015
Messages: 96
Offline
I currently have my Eclipse installed EDP 3.0.

I downloaded the new SDK EDP 3.1.1

And it failed when I was trying to run install.bat and saying that I already had EDP SDK installed.

How do I upgrade it to 3.1.1 ?
CraigJohnson5
Joined: Oct 24, 2013
Messages: 413
Offline
Can you post a screen shot of what you are seeing?
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
Hi, I saw an email thread on this topic. Does the error appear to be specific to the Eclipse plugin?
liu159
Joined: Jan 19, 2015
Messages: 96
Offline
Hi,

So after I downloaded the SDK. I went to the SDK folder in command line and ran install.bat.

First, I need to manually click "Enter" to make the license agreement to be fully displayed (from 7% to 100%) as screenshot 1.

And then after I answered Y and put in the eclipse plugin path to start installing, it failed as screenshot 2.
  • [Thumb - screenshot-1.jpg]
[Disk] Download
  • [Thumb - screenshot-2.jpg]
[Disk] Download
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
I noticed that there were a few lines where Windows didn't seem to be able to find the "jar" command. What happens in your command prompt if you just type "jar" or "java" followed by a return?
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
Also you could go to this URL to see what version of Java is installed.

http://www.java.com/en/download/installed.jsp
liu159
Joined: Jan 19, 2015
Messages: 96
Offline
My java version is 1.8.0_25-b18.

liu159
Joined: Jan 19, 2015
Messages: 96
Offline
I'm sure I can run jar file without any issue.
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
I think I may see the problem. We don't support Java 1.8, only 1.7. Please revert to 1.7 and retry.
liu159
Joined: Jan 19, 2015
Messages: 96
Offline
I reverted it to java 1.7.067_b01. But it still couldn't install the new SDK. Same output was given as above screenshots.
CraigJohnson5
Joined: Oct 24, 2013
Messages: 413
Offline
Hi, I was able to reproduce that same error about the plugin already being deployed on my PC. I was able to get the 3.1.1 SDK to install by deleting the "old" plugin jar file:

1. Go to your eclipse directory
2. Open the plugins folder
3. Look for com.avaya.zephyr.eclipse.plugin.jar
4. Delete the file.

After you have completed those steps run the install again. Please let me know if this works for you.
liu159
Joined: Jan 19, 2015
Messages: 96
Offline
Thank you !

I follow the instruction and it's installed successfully.
liu159
Joined: Jan 19, 2015
Messages: 96
Offline
One more question,

If my previous project was using EDP 3.0.

After installing EDP 3.1, what should I do to make the project use 3.1 instead of 3.0 ?

I tried to use the new features in 3.1 in my old 3.0 snap-in project but it said that the new function was not defined. I guess it's still trying to use 3.0.
JoelEzell
Joined: Nov 15, 2013
Messages: 780
Offline
There are a couple of things that you can try.

1) Go into the pom.xml file in the XXXX-war directory. Update the version of "avaya-aura-collaboration-api" to be the 3.1.1 version.

2) Create a new project using the 3.1.1 maven archetype and copy your source files over to this new project.

Let us know which one you end up doing and how it goes for you!
Go to:   
Mobile view