skallin / google-plugin-for-eclipse

Automatically exported from code.google.com/p/google-plugin-for-eclipse
Eclipse Public License 1.0
0 stars 0 forks source link

Creating an App Engine Connected Android Project #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch Eclipse IDE
2. Create an "App Engine Connected Android Project"
3. Wait until Eclipse deploy it

What is the expected output? What do you see instead?

The expected outpus is a project without compilation problem; instead the 
project is affected by "import" problems; these problems are related to the 
apis kind of "import.package.deviceinfoendpoint.*".

What version of the product are you using? On what operating system?
I'm using: 
1 - Eclipse Juno SR2;
2 - Windows 7 Professional 32 bit;
3 - Java Development Kit 7 update 17;
4 - Android SDK 21.1;
5 - App Engine 1.7.5 

Please provide any additional information below.

In the file attached to this report I added a screen of my Eclipse environment 
to directly illustrate the problem. 

Original issue reported on code.google.com by giovanni...@gmail.com on 22 Mar 2013 at 1:32

Attachments:

GoogleCodeExporter commented 9 years ago
Do you see anything in your Error Log (Window -> Show View -> Error Log)? It 
seems like there was a failure when GPE tried to generate the client libraries 
for your Android project.

Original comment by rdayal@google.com on 3 Apr 2013 at 8:38

GoogleCodeExporter commented 9 years ago
These are the screens of the Error Log in Eclipse

Original comment by giovanni...@gmail.com on 5 Apr 2013 at 10:01

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like a missing plugin dependency.

Perhaps you need the "Eclipse Java EE Developer Tools" and "Eclipse Java Web 
Developer Tools" Plugins? Can you check if you have those installed? 

Help -> About Eclipse -> Installation Details -> Installed Software

Original comment by a...@google.com on 5 Apr 2013 at 5:49

GoogleCodeExporter commented 9 years ago
Also, double-click on the exceptions that say "Unexpected Exception" for the  
com.google.gdt.eclipse.appengine.swarm plugin. What details do you see?

Original comment by rdayal@google.com on 5 Apr 2013 at 6:04

GoogleCodeExporter commented 9 years ago
I checked for Eclipse "Java EE Developer Tools" and "Eclipse Java Web Developer 
Tools" plugins; but they're missing in my Eclipse version. How can I install 
them? 

Original comment by giovanni...@gmail.com on 7 Apr 2013 at 8:50

GoogleCodeExporter commented 9 years ago
By double-click on "Unexpected Exception", in the file attached there is the 
Exception Stack Trace that I received.

Original comment by giovanni...@gmail.com on 7 Apr 2013 at 8:56

Attachments:

GoogleCodeExporter commented 9 years ago
I installed both "Java EE Developer Tools" and "Eclipse Java Web Developer 
Tools" plugins, but it didn't works yet. 

Original comment by giovanni...@gmail.com on 7 Apr 2013 at 10:12

GoogleCodeExporter commented 9 years ago
The problem has to do with the SSL setup on your machine. The GPE code is not 
able to make a call to one of our cloud services to perform the code 
generation. 

What JDK are you using, and do you have any sort of proxy set up on your 
machine?

Possibly helpful info:

http://stackoverflow.com/questions/9210514/unable-to-find-valid-certification-pa
th-to-requested-target-error-even-after-c

Original comment by rdayal@google.com on 16 Apr 2013 at 11:50

GoogleCodeExporter commented 9 years ago
I use java 1.7 update 21. I don't think I'm using a proxy on my machine; how 
can I verify this thing? Maybe I'm using a sort of proxy and I don't know. In 
fact I'm unable to sign in on Google account by Eclipse too. How fix the SSL 
problem?

Original comment by giovanni...@gmail.com on 17 Apr 2013 at 2:03

GoogleCodeExporter commented 9 years ago
Yeah, this is a tricky problem to diagnose. Are you using Sun's JDK, or Open 
JDK? 

What is the problem that you're seeing when you try to sign in to GPE using a 
Google Account? What browser does it bring up?

Original comment by rdayal@google.com on 17 Apr 2013 at 5:03

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I'm using the Oracle Jdk and the browser showed is the Eclipse's default 
browser. In the file attached is report the problem throwed by Eclipse.

Original comment by giovanni...@gmail.com on 17 Apr 2013 at 9:12

Attachments:

GoogleCodeExporter commented 9 years ago
Hi these are the screens of the output. 

Original comment by giovanni...@gmail.com on 19 Apr 2013 at 2:45

Attachments: