- This topic has 5 replies, 2 voices, and was last updated 13 years, 5 months ago by
support-swapna.
-
AuthorPosts
-
kuppuswamyb@michigan.govMemberProblem: Am not able to run a sample or any GWT web apps with server side code. The same code works well in Eclipse IDE helios. I have attached a detailed report as a word file. Let me know if you have any fixes for this issue.
Also am trying to do a project with GWT+Spring+ Hibernate. I hope this option on Myeclipse 8.6 is a good one. Yes i did my best to read the topics articles in this forum. Most of them were outdated and some were good ones. If i missed something please point me in the right direction.
Your help is much appreciated.
Am able to create a GWT java project (option available on installing Window builder / GWT Designer). Client side code works fine. Server is an issue, if i could make successful RPC calls. That should help. Am also trying to work with an example spring4gwt
http://www.javacodegeeks.com/2010/05/gwt-2-spring-3-jpa-2-hibernate-35.html.
Again the client side works well am troubleshooting some issues that happen with servlets/ server side code.
Thanks
Bharath
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorBharath,
Sorry that you are seeing this issue with MyEclipse.
Can you answer some more questions for me to be able to replicate it at my end ?
1) Can you share your Build ID from Help > About MyEclipse Enterprise Edition > Build Id? Also share your OS and version details.
2) Did you install GWT plugin and also the Google plugin for Eclipse ? Do you have any other third party plugins installed?
3) I suggest you uninstall the GWT Desinger if it is already installed and install only the Google Plugin for Eclipse from the Quick-Add Popular Plugins list at MyEclipse Configuration Center > Dashboard tab. Now check if you see the option to create a google web project.
4) If you are able to create a google web project and If you are still seeing the exception you saw before when running the project, please give us exact steps right from project creation to running it.
Let me know how this works for you.
kuppuswamyb@michigan.govMemberSwapna,
I did go through the steps. But we are still at the same place where we started. Please go through the attached word file for complete explanation. Let me know if you need anything else to resolve this issue. The next step will be removing GPE and GWT Designer and working only with GWT SDK. Will post the notes once i get something.Thanks
Bharath
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorBharath,
Sorry that you are still seeing this issue.
1) From the screenshot of the configuration center, it looks like there are some other third party plugins installed. To rule out any conflicts can you go for a fresh install of MyEclipse, add the Google Plugin for Eclipse, check if you can create a web application project and then add the other plugins one by one?. You do not have to uninstall the current one, just install the new one to a different location.
2) Does the Eclipse IDE where this application works has the same third party plugins installed as in MyEclipse IDE ? Also note that MyEclipse 8.6 is based on Eclipse 3.5. When installing a plugin to MyEclipse 8.6 make sure the version is compatible with base Eclipse 3.5.
Let me know how this works for you.
kuppuswamyb@michigan.govMemberI was not able to get a clean copy of Myeclipse 8.6. I was not able to remove the third party add ons for some reasons… But i removed the GWT designer/Google plugin for eclipse and started out clean on a new workspace. This time i tried a couple of things.
1. Tried to create a project by using Google plugin for eclipse without GWT designer.
Made sure the plugin is compatible with Eclipse 3.5
http://code.google.com/eclipse/docs/install-eclipse-3.5.html“>http://code.google.com/eclipse/docs/install-eclipse-3.5.htmlResult: Unable to create does not even give the window saying Create a New Project.
Once again just to emphasize the goal. Am trying to develop a project using GWT, spring and hibernate frameworks on MyEclipse IDE. The application should be deployed on Jboss application server. Using GPE would help me in debugging/developing the clients side.
I tried these as well i mavenized the project by following this tutorial.
http://mojo.codehaus.org/gwt-maven-plugin/user-guide/archetype.html. I imported the project to Myeclipse. I packaged the application using maven package command from Myeclipse IDE. I manually placed the war in the server and started. I can see the application working well with server side too. But if i try to run it by right clicking and selecting Run as -> google web application. The progess bar says Launching application… and disappears after reaching 43% everytime.
Will keep you posted if i come across anything.
Thanks
Bharath
Attachments:
You must be logged in to view attached files.
support-swapnaModeratorBharath,
Unfortunately we are unable to replicate the issue at our end. I could install only Google plugin for Eclipse using the update site http://dl.google.com/eclipse/plugin/3.5. I just installed only the Google plugin from the expanded list. I could see the option to create a create a new web application project under New > Google > Web Application Project.
I recommend you try to run the MyEclipse installer and install it to a new location and check if you still see the issue.
-
AuthorPosts