I want to check the GStreamer log message when running some GUI application. I can not launch the application from the terminal for some error. I can only launch it by clicking.
So can I direct GStreamer log message to a local file in such a use case? Can GStreamer be configured to set a log file?
Thanks
Amanda
The environment variable GST_DEBUG_FILE does exactly this.
Related
For a few days I cannot open any JMX file in JMeter script. Even after click File->Recently Opened, JMeter opens this file but non of click action on this file doesn't work. I am using JMeter version 5.3.
What I've done:
tried to used another JMeter version (5.5)
unistalled and installed newest JDK version (17.0.4.1)
upgraded all MacOS upgraded
scanned my MACOS in order to find a viruses
opened another applications based on Java and try to open the file (f.e. Intelij)
Increased Heap from 256M to 512M
Killed all denudant processes
Opened the java logs
All these actions were unsuccessful. Slowly my ideas are ran-down. Any idea from you what else can I check?
Best regards.
I cannot reproduce your issue:
so most probably something is wrong with your Java/JMeter/OS/user/whatever.
You can try following troubleshooting steps:
Increase JMeter's logging verbosity to maximum and see whether there are any suspicious entries in jmeter.log file
Check your OS logs using Console application
Try switching to another Look and Feel via Options -> Look and Feel. If this doesn't work as well you can do it using command line i.e.
./jmeter.sh -Jjmeter.laf=CrossPlatform
Try running JMeter and providing the path to the .jmx script via -t command-line argument like:
./jmeter -t /path/to/test.jmx
I installed serverAgent 2.2.3
When I run it in cmd I get this error.
enter image description here
I tried starting the startAgent. bat. It automatically closes.
Thanks for looking.
That's very weird because the error states that sl4j library cannot be found in CLASSPATH and ServerAgent doesn't use this library at all.
Try downloading it from Github and unpacking it somewhere else. Also if you have CLASSPATH environment variable set - try clearing/unsetting it.
set CLASSPATH= && startAgent.bat
More information: How to Monitor Your Server Health & Performance During a JMeter Load Test
Alternatively you can try downloading sl4j.jar and dropping it near ServerAgent.jar but it is not a part of normal ServerAgent installation procedure.
Have a .net core library Linux compatible on a Linux machine. I can execute it locally from terminal and getting the expected result. But while executing from JMeter using a OS sampler it is failing.
From Terminal: Running Fine
JMeter Settings:
Fetching the Response Body: (which should be 352 for example from the above terminal)
JMeter it is failing:
Check the file location and permission, everything is in place. What I have missed here any help ?
After change:
I changed as suggested and still facing the issue,
Error details,
I think you need to invoke a shell instead of trying to execute your command directly, something like:
Also if you open the OS Process Sampler in the View Results Tree listener you will see the output or in case of failure the failure reason
More information: How to Run External Commands and Programs Locally and Remotely from JMeter
I guess you misinterpret both Dimtri and User729 comment, you need to add both places and it should work.
I'm working on the installation of Workload-Scheduler, which is done through IBM Installation Manager. I need to stop the installation manager for debugging purpose before the end of the installation. How can I do that?
Modify the log.properties of IM (Usually in C:\ProgramData\IBM\InstallationManager\logs) with the properties described below.
Open IM from command line using IBMIMc.exe and not IBMIM.exe, otherwise these options have no effect.
Sample of log.properties:
InstallOperation=DEBUG
InstallOperation/pause.after=install:com.ibm.tws.agent.windows..com.ibm.tws.agent.windows.deployagentwin64:zip:2
InstallOperation/pause.on_error=true
com.ibm.tws=DEBUG
This allow to block the installation after the unzip of the agent just before the execution of twsinst, so it is possible to modify the agent files on the fly and let the installation to go.
Another example to block the installation at the very beginning:
InstallOperation/pause.before=pre_install_configure:com.ibm.tws.tdwb.unix..com.ibm.tws.tdwb.unix.definehelpvariables:invoke
The option:
InstallOperation/pause.on_error=true
Cause the IM stop if there is an error. To restart IM you should hit enter in the command line window where you started IBMIMc.exe.
In the same window entries in the log are displayed in the command line window
I am new to GWAS analysis and I've been trying to run the PLINK tutorial sample datasets (hapmap 80K loci) on gPLINK to do some exclusions. I am currently working on a Mac OSX 10.10. I've applied the threshold settings (high missing rate, low MAF etc.) to my file "hapmap1.ped" and prepared to execute the command through gPLINK, however it keeps giving me the error prompt "can not execute command locally".
Is there something wrong with my library or directory settings?
gPlink runs in two modes a remote mode and a local one. It seems you are running the local one. Please check if you are specifying the correct path where PLINK is installed when cofiguring gPlink. For more details refer to gPlink configuration