SoapUI Eclipse Plugin Freezes - eclipse

I'm using soapUI eclipse plugin.
I open soapUI Navigator and create a new project. On the new project screen, I choose the location of the wsdl to generate test cases from.
After I click 'OK', the plugin starts loading the definitions. This is when it freezes.
I wasn't able to find any thing on the internet besides this 3 year old bug (which is the exact same issue I'm having, you can also see the screen shot of it): http://sourceforge.net/p/soapui/bugs/522/
Does any one know any information regarding what causes it, is there a way around, etc.
I'm inside a corporate network, can access internet fine, but there are firewall restrictions etc.

I use eclipse Soupui plugin version 4.0.1 and it works fine.

Related

Eclipse: Native proxy setting goes missing, breaking network connectivity

For no discernible reason, the native proxy provider (see pic) of my Eclipse (Photon 4.8) sometimes goes missing. This results in Eclipse no longer having internet access. I have not found a way to add this provider again except restarting Eclipse.
My main two questions are: Can I add this provider again once it goes missing? What could be the reason why it vanishes in the first place?
At the bottom of the Network Connections dialog, you should see a Restore Defaults button. For most cases, that should suffice.
This problem occurs when using some photon versions. I had the same problem, but I downgrade version and everything was fine. There is a reporting bug in Click bugzilla.
If this problem persists, report your case. Nothing can be done to fix the problem at runtime.

Cannot create a New ColdFusion project in ColdFusion Builder 2

I am doing this as part of the linda.com course "Getting Started with ColdFusion 10" I completed course once with no trouble, but going back to try going thru it again, I cannot create new projects. Here is what I sent lynda.com. They advised it could be weeks before they get to it.
I cannot add the travelAdv project following the directions in the video to add a new ColdFusion project. I completed this course and wanted to go thru it again. I deleted the files in c:\coldfusion10\cfusion\wwwroot\travelAdv. Then I added them again from the download using the start files in chapter 1. When I try to create it, I start with the Project Location of C:/ColdFusion/wwwroot.
I add the Project Name, travelAdv. When I click the Next button, the message at the top of the pop-up window is
"Project with travelAdv already exists. Select a different project name. I changed the name to travelAdv2. I set up the localhost as the server and the Sample URL is http://localhost:8500/travelAdv2/
Then I click finish. No project appears in the Navigator. It is totally empty. Under the Project tab at the top, The open a project option is disabled.
I have tried several different project names off of wwwroot, but they never add the project to the navigator. I searched the internet multiple times this past week and no one seems to have the same problem. I must be missing something. Any help would be appreciated.
Joe Bigler
The only solution I found was to upgrade to ColdFusion Builder 2016. The instructor of the course advised ColdFusion Builder was now too old and with too many issues to work on Windows 10. I uninstalled the old version and installed the trial of ColdFusion 2016. Everything seems to be working as expected so far. I can use existing projects and create new ones.

We don't need to stop running project due to server side datas changes

How to do server side datas changes may be effect or update by browser's refresh in GWT projects ? Browsers may download js files of client side , but not server side. When a project is bigger and bigger , that may consumes many times of us. We also wait js files downloading times. One or two times were not problem. But if we changes small things and we want to see it's effects urgently , we will stop server again , re-run the project again , wait js file downloading time , reLogin again and so on. So , I really want to know how to do. Any suggestions would be appreciated. Thanks for reading my question patiently...
There's a "Restart Server" button in the DevMode window (in the Google Plugin for Eclipse it's a pair or swirling yellow arrows).
It'll restart the webapp, reloading the compiled classes from WEB-INF/classes and JARs from WEB-INF/lib.
If you're using Eclipse, it should already be configured to compile classes to that WEB-INF/classes folder so it should Just Work™.
My problem can solved with JRebel but I want to know is another way because it is not free tool :) .
It is awesome tool. You can add it your eclipse as plugin and add it's nature. If you run your project with it's console you can get always update datas of client and server side datas by saving your class or xml or any other files (I mean as I know ). If you want to test with it , guide is here..
JRebel for Eclipse
That may be helpful for you...
To see the immediate changes you can copy your js files and paste it in your target folder of entrypoint project. And a browser refresh will suffice. Sometimes clearing of browser cache also required.
This might not be a classy solution but it will reflect the changes and in cases where you don't want to restart the server again and again to check whether it works or not.

Run Webapplication in Eclipse: don't open new Browser tab

I develop a Vaadin Application with Eclipse and two things are driving me crazy:
whenever I hit CTRL+F11 (run), Eclipse opens a new Browser tab, even if I already have one (or 50) of that Application open
if I don't have the project selected in the project explorer but some class instead, Eclipse opens "http://localhost:8080/WEB-INF/classes/org/somepackage/MyClass.java" instead, which does not run the Application but gives me an error
Those two things don't make it impossible for me but because they occur so frequently they are a big annoyance for my work so I would be really glad if someone could tell me how to fix this.

gwt4nb; running new project = blank page

I'm using gwt-2.4.0, netbeans 7.0.1, and I have GWT4NB installed.
I create a new project using "Java Web Application" project wizard, and I add the "Google Web Toolkit" framework when asked to add frameworks. The GWT installation folder is selected, and I choose a name for GWT Module etc etc etc.
After all that, I then debug the project, and get nothing but a blank page in my browser window. When I adjust the "title" tag in the "welcomeGWT.html" file and reload the page, that takes effect, but nothing in the EntryPoint class works...
I remember having this problem before (about 2 years ago when I started a previous project), and I thought I fixed that by adjusting something in one the configuration files, but I can't seem to track it down now.
So it's a brand new project, no code added or anything, and it does "run" but the GWT stuff doesn't work. The "GWT Development Mode" window does appear, and I can click the "Launch Default Browser" button which does work, but again, only the "welcomeGWT.html" page loads. I don't see any logging tabs appear in the window either (like it does in my other GWT project).
Anybody have any ideas? I suspect it's just a configuration error... ?
Apparently gwt4nb doesn't support gwt 2.4 at this point; switching to gwt 2.0.2 which I also have installed works correctly.