ERROR:file_io_win.cc(181)] CreateFile C:\Users\xxxxx\AppData\Local\Temp\scoped_dir8672_746580622\Crashpad\settings.dat - microsoft-edge

Getting this issue while executing the automation on Edge using Selenium. We are creating machines using docker. Getting below error
ERROR:file_io_win.cc(181)] CreateFile C:\Users\xxxxx\AppData\Local\Temp\scoped_dir8672_746580622\Crashpad\settings.dat: The system cannot find the path specified.
Web Driver -100,
Edge version - 100,
OS: Windows 10
Found a few references on the web but those are without any solution.

Related

how to fix linux kernel bugs without upgrading kernel?

i am installing hostapd in CentOS6.7 with two methods:
1) via rpm command using hostapd-2.0-7.el6.x86_64.rpm
2) by compiling tar.gz file following this tutorial
in both cases after editing hostapd.conf in /etc/hostapd/ directory, when i run 'service hostapd start' i get following error:
Starting hostapd: /etc/hostapd/hostapd.confConfiguration file: /etc/hostapd/hostapd.conf
nl80211: Could not add multicast membership for scan events: -2 (No such file or directory)
Failed to initialize driver 'nl80211'
after searching google i found out that its a kernal bug (kernel2.6.32-573.el6x86_64 for CentOS6.7 final release) and to fix it i have to upgrade my kernel. my requirenment is, not to upgrade whole kernal rather just to modify only the error-related file so that other kernal files remain intact. is it enough to fix the problem if so than anyone who can guide me how to do that?
[EDIT]: i am working on a server with specific OS and Software versions in a company. i want to make my own small similar network(infrastructure) at home with one of my laptop acting as server that should have same OS and Software versions so that i can work on the issues at home as well. to create network my server laptop should act as an access point for which i am using 'hostapd' open source package(mostly used). but my OS kernel version has a bug for hostapd. if i upgrade my kernel then at least some packages will also get updated that may change the type of issues i will have at home and in my office.
thanks

How to add jdbc driver to weblogic server running on docker container?

I have successfully installed weblogic server 12.2.1 and created a domain using docker tool box, but when I tried to create a generic datasource for MS SQL server, I am getting the following error:
Cannot load driver: weblogic.jdbc.sqlserver.SQLServerDriver
Please give solution how to add this driver to weblogic server.
Thanks in advance.
I encountered the same problem when I installed Weblogic Quick Installer for Developers which was about 209MB.
After some research, I found out why from here: https://docs.oracle.com/cd/E15523_01/web.1111/e13753/usedriver.htm#JDBCD111
The WebLogic Type 4 JDBC drivers are installed by default when you perform a complete installation of WebLogic Server. If you choose a custom installation, ensure that the WebLogic JDBC Drivers option is selected (checked). If this option is unchecked, the drivers are not installed.
Granted, the above documentation is for Weblogic 11, but it seems to still apply to 12. I resolved the issue by downloading a separate wlsqlserver jar file (wlsqlserver-12.2.1-0-0.jar) and renaming it to wlsqlserver.jar (according to Manifest.MF spec) and putting it on to oracle_common/modules/datadirect folder.
I also believe if you choose Generic Installer which is about 791MB, it would also install the drivers so you wouldn't have to go through the process I did.

Can I dockerize Activex exe which has GUI?

I am now working on a Dockerization of a legacy system which has ActiveX-exe, I didn't start on the dockerization yet, but while I am studying the application and its behavior using lisdlls in sysinternals, I found this line
C:\Program File\MyApplication\ActiveX-Exe.exe embedding
Does that mean it starts a full version of my exe, because if that happens it means that I cannot dockerize this application as this exe has GUI.

Cannot run .exe (unsigned?) applications inside nanoserver

I'm getting hard time finding, what security is in place inside Docker NanoServer Container - when I execute .exe file (for example .net x32 or x64 unsigned application or some other installer) inside - I get absolutely no error or execution flow message.
When I execute signed applications For example Systinternals Nano suite, all of applications from the package can be executed without any issues.
Is there a way for more verbose output or some system logs inside Nanoserver for better diagnosis of this issue ?
My Docker NanoServer Container version:
BuildNumber: 14393
Version: 10.0.14393
64-bit
As mentioned on this answer, Nano server is support only .Net Core, and not full .Net framework.
Also, MS declined request to support full .Net versions in the Nano Server.

Service installer by WiX

I have a Windows service installer. It can install and is working correctly on my machine.
But it gives an error when installing on a client machine. The error as follows:
Verify that you have sufficient privileges to start system services.
How do I solve this problem?
Debug your service installer using the information in the answer to Stack Overflow question Failed to install and start Windows services in WiX installer to find the root cause of the issue.

Resources