spoon from kettle does not run in windows - pentaho

I am trying to run kettle.
I run spoon.bat. It finds the environment variables correctly and launches launcher.jar.
After launcher screen displayed a few seconds it disappears and nothing happens.
Any ideas?
Thanks a lot!

Add this into Spoon.bat file:
"-Duser.region=US" "-Duser.language=en"
after:
"-XX:MaxPermSize=256m"
may be helpful.

check the spoon.bat. Make sure whether enough memory is allocated to xmx variable (atleast 512 mb).

Related

Arena (Rockwell) simulator crashes everytime I click check model or run

I'm using Arena simulator (by Rockwell), in particular the "Arena training and Evaluation Mode" for students.
After using it without any problems for a few months, since yesterday every time I click on "check model" or "run the model" Arena closes automatically. I have no idea what could be the cause (I haven't made any changes to the PC, the only thing I did was to add a new video card).
Has anyone had the same problem? Any suggestions?
Arena works with access software, it is likely that the version of access you have on your computer is not compatible with the version Arena needs to work properly.
Go to the unzipped folder you extracted from the zip you downloaded, go to MediaImage, then Redist, then AccessDataBaseEngine and finally install the file found there.
These steps should solve your problem.
I was having the same issue and what I did to fix it was reinstalling. The only thing I made differently this time was to tick on the "repair" option rather than "update" when prompted with the access runtime window.
Hope this helps!
i had the same problem and it worked.
installed a file called "AccessRuntime_x64_en-us"
Thanks for the solution:)
Fix in a few seconds: Just double click on the .accdb file in the same folder as you simulation file and click open on the pop up screen. Then try running your model. İt will fix it.
For details check the link below.
https://youtu.be/V7KvyRtMiho

Why i cannot save the test plan in jmeter?

regarding test plan not saving .
I right clicked at test plan->choose save selection as ..->any window/popup box should open but getting no response..
I am using "jdk-16.0.1_windows-x64_bin".and
"apache-jmeter-5.4.1"
As indicated in this screenshoti clicked but get nothing
Just simply change to the e.g. System look and view instead of Dark.
If you pay attention to upper right corner of your JMeter GUI you will see that there are 32 errors, most probably one of them can explain what's going on if you look into jmeter.log file
Most probably you're suffering from JMeter Bug 65300 so the options are in:
Downgrade to Java 8
Try out Nightly Build of JMeter
Try switching to another Look and Feel

IBM RFT: object finder dissappears

I am attempting to use object finder on RFT v9.1. It suddenly disappears when attempting to highlight a object. Is there something I need to do to correct this? It use to work and suddenly stopped.
Try to reinstall the RFT i have faced this issue too. sry for late reply...
It is a problem with RFT; even with version 10.2.
What you can do is -
Restart machine
Go to Task manager -> Processes tab. And find your process, right click and Bring to front.
If you find any permanent solution, please reply.

Cmder not wrapping correctly while emulating bash on Windows

Not too long ago, I posted this issue to the Cmder GitHub page. After two weeks, it has still gone unanswered, so I was hoping to try my luck here.
Basically, I am seeing odd behavior when resizing a window in Cmder, while running bash.
Here is the issue I posted:
To reproduce, open Cmder, and maximize the window:
While emulating a bash console (Bash on Ubuntu on Windows), shrink window size so that the command line (i.e. PS1 environment
variable), wraps to the next line.
Run the command (can be a simple Enter keystroke, as long as 1. is respected).
Maximize window size, and type a command which is longer than the previous shrunken window. Line should wrap over itself.
Can anyone reproduce this behavior? (Running Microsoft Windows
[Version 10.0.15063])
I did not observe the same behavior while emulating cmd.exe.
What's more is that I don't observe this behavior while running the application "Bash on Ubuntu on Windows".
I also tried to see if the same behavior is observed on ConEmu. When I resize the screen, I get the message: "Maximum console size ... was reached Decrease font size in the real console properties", and I'm guessing this might have to do with my high DPI screen. On top of that, I get the same behavior as in Cmder.
Any help on this is greatly appreciated :D

Google Cloud Terminal issues

I'm having issues when connecting to our google cloud containers.
The terminal gets restricted to a certain size and it is behaving odd, when using vim for example the application hangs for 10-20 sec if you press Page-Down, but that's something i'm able to work around, the real issue is the following.
When typing a command and the width goes over the width-length of the prefixed size of the terminal, you suddenly don't know where your cursor is.
The same is for editing a file in vim and you start to scroll down or write a shellscript for example and the last line of the document gets updated, only the last line of the file gets updated and the scrolling behavior is suddenly very broken.
This is what the pre-set size of the terminal looks like when editing
a file.
Setting the TERM enviroment variable to "xterm", "xterm-color" makes the colors and the "clear" function work but does not solve these issues.
If anyone else has experienced these issues and know how to fix them, sharing that knowledge would make life worth living again!
Updating your glcoud components to the latest version solved this problem, now i'm able to run fullscreen vim and life is wonderful!
gcloud components update