I have a problem with my Talend Open Studio since this morning.
Yesterday, all were working fine and this morning, I launched TOS and I cannot rur any of my jobs. (I did not touch anything ... strange)
Here an example :
I open a job
In red : "No job to run" ...
In blue : the button is grey ...
It is as if my Workspace was in read only mode !
None of my job can be ran. And even if I create a new job, I can't run it too ...
I restarted Talend, I restarted my computer and download again TOS and affect my workspace to it ... still not working. I just tried to create a new workspace and create a new job and it does not work.
This button does not change anything. It does nothing.
Thanks in advance for your help.
Damien.
After 3h, I found the solution !
In fact when I said that I created a new workspace I were wrong, I created a new "Local_Project" IN my current workspace.. And it never worked because it seems to be my whole workspace which went wrong when I close Talend yesterday.
My solution is :
Export all my jobs, contexts, metadata, routines ... from my current worksapce
Create a new "workspace" folder
Link Talend whith this new empty workspace
Create a new "Local_Project" in the new workspace
Import all the jobs
I can work again !
The good question is what happened yesterday ... No idea !
Hope it will help.
Damien.
Related
I was using this Workspace (Workspace A) for my team's main web application. I was using it last week & everything was fine, logged back into this Workspace to work on something & suddenly this error pops up. I didn't update the project (externally via file explorer, command line, etc.) or even internally via Eclipse...
Any idea why this error happened? And any tips/action items on preventing such errors from happening again in the future?
I've noticed this is a recurring issue with Eclipse, where errors will just appear overnight in a workspace, even when I had seemingly not made any changes to the workspace/project's configuration
Appreciate any insight into the matter, cheers!
no idea what exactly caused the issue, but i reset up my workspace again (created a new workspace called "Workspace A - 2") & got everything back up & running again.
I have been using tasks.json in Ionic and Ember projects.
In one specific project trying to open the list of tasks with Tasks|Run Task... does not work - the little blue loading marker scrolls across the bottom of the window and after a short while the window just closes.
Anybody know where I can start to look?
I have tried copying the exact same tasks.json file from other working projects so it is not a typo in that file.
(VSCode 1.15.1, Node 7.4.0, Windows 10)
Empty broccoli tmp folder!
It seems a lot of people find the broccoli /tmp folder filling up fast! Mine was 2.95GB just for the ember tutorial project! I have to keep manually deleting thousands of files from here, and each time my tasks start working again!
As the tmp folder fills up through repeated rebuilds the tasks menu seems to get slower and slower.
open the list of tasks with Tasks|Run Task... does not work
More generally, a slow task provider can prevent the list to show up.
See VSCode 1.43 (Feb. 2020, 3 years later)
Task quick pick updates
The task quick pick, shown when the Run Task command is executed, has been updated to show you which task providers are still running.
If you don't need tasks from that provider, the "Stop Detecting" button will immediately show you the tasks that have been detected so far so you don't have to wait for any slow task providers.
Followed the instructions given over here http://wiki.eclipse.org/SWTBot/Automate_test_execution#On_Jenkins and successfully did the integration were the swtbot testcases worked fine but now all of sudden after adding few more swtbot testcases it started hanging and completely stopped working!
Things which I tried till now are,
-> Ran the testcases in Linux local server which passes without any issue but the same in jenkins hangs now.
-> Changing Xvfb process to Xvnc -> Still same issue, build hangs
-> Commented all swtbot testcase and added simple test like creating a project which works fine without any issues.
-> Changed the jenkins server to new slave to make sure if it's DISPLAY issue but again same problem in the new slave.
-> Used NX Client to track the UI flow which happen in jenkins server via sandbox build but fails with widget not found exception.
-> Used upgraded SWTBot plugin but no help
Mailed to swtbot-dev#eclipse.org 4 days back but no reply still! Can someone please help me in this asap? Not sure what else to try with to resolve this problem now.
Thanks.
When you connect via VNC, try checking out if there's not any other modal window hiding behind the Eclipse workbench. We used to have problems especially with the "Usage data" window.
Found the issue finally and fixed the problem!
Our testcases involves checking the shortcut keys which are meant for table operations such as, inserting a new row - insert key, delete a row - delete key and so on..
It seems that when swtbot executes the keystroke as,
bot.shell("").pressShortcut(Keystrokes.DELETE);
it makes the entire eclipse to hang. Am still not sure what is the reason behind it, so replaced DELETE with CTRL + Q key combination in our implementation code and then it started working fine.
Eclipse hangs even when some keystroke is added in the testcase which doesn't do any ui operations. So, did those cleanup and all the testcases are passing now :)
Seems to be a another limitation in swtbot and hope that development team will analyze this further if possible. Already have posted it in eclipse community as well. http://www.eclipse.org/forums/index.php/m/1234514/#msg_1234514
Thanks to Cpt. Senkfuss and Lula for your suggestions!!
I have two GAE projects created through pydev in eclipse 4.2 (windows 7) and the first one I had no issues running the localhost:8080 but when I created a second project, I duplicated the Run Configuration for local run adn just changed the project name to the new one.
However- when I run that config the inital HelloWorld project shows up[ in my browser, I tried completely removing the first project, but then it just ocmplains it cant fint app.yaml in the old directory (because the old directory isnt where it was).
So clearly I'm missing some setting in the launch procedure where it sets the root path.
The run config is a PyDeb Google App Run, main module points to
C:\program files (x86)\google\google_appengine\dev_appserver.py
And the arguments are
${project_loc}\src
Everything else is on the default settings.
Any help would be greatly appreciated as pushing to Google (which works fine for both) for every little debug iteration is driving me a bit crazy.
Thanks!
*EDIT: Forgot to mention I have already tried to delete all runconfigs and remake.
Have you tried Run as : PyDev Google App Engine Run, to create a new runconfig?
Turns out I'm just a bit silly. In eclipse, I wasn't properly turning off (not sure on the correct term there) the LocalHost for the first project before starting the second. To fix, I needed to go Into eclipses console window, and select "display selected console" and choose the project I wanted to stop and hit the stop all button. Then it runs fine.
Hope this helps someone in the future, that is as determined as me that "It can't be my fault".
Cheers.
I am getting the above error when launching a python file that worked in the past. I think I know how this happened but not sure how to fix it. I have 2 computers dual booting different os and use dropbox to stay synced between them all. In the past I synced my eclipse workspace with my mac and windows computers this way and everything worked fine(except I would have to change the location of the python interpreter depending on what system I was using).
I started getting the above message after I added a linux(fedora) to share dropbox files. But my problem is now when I try to update my python interpreter(in windows) it doesn't save my setting. I can hit autoconfig and it'll find the python path and all the files and I hit apply/okay, but when I go back its all blank. I'm pretty sure the linux machine messaged my settings up, but I need to develop on all 3 boxes so I need them to be kind of synced.
Wondering how to fix this and if there's another way to do this so I don't have this problem in the future?
update: this def. has something to do with my workspace. When I change the default workspace to a new folder and set the python interpreter it works. Still not sure how to permanently fix this(don't want to have to copy code back and forth to new workspaces.
I think an answer of how to share workspace among other enviroments is still very helpful but if anyone is having a simlair problem and just needs to fix it to work quickly here's the solution:
go to File, switch workspaces and figure out where your workspace is located
Go to that folder and rename the .metadata folder and relaunch eclipse
In eclipse everything will be missing, so go to file-->import and import the folder with all your projects(do the root folder of all the projects so you don't have to import each one individually).
setup any customizations you had before
This is not the best solution but it works. Hopefully someone else has a way of preventing this problem from happening in multiple environments.
It seems the preferred way is through F9: http://pydev.org/manual_adv_launch.html
eclipse run as same as what it run last time.
then first time run in this way.
in package explorer (left).
doubleclick res then menu.
then rightclick main menu (name.xml).
frmo menu select run then run as application.
and you can run as default in next time(from menu or shortcut).
This problem can often be solved by exiting out of eclipse and restarting (if that happens to be convenient for you). Changing workspaces midstream can often confuse Eclipse even if PyDev is correctly configured.