Questions tagged [windows-server-2019]

One of Microsoft Windows' server line of operating systems and a successor to Windows Server 2016. Use this tag for questions related to this particular server operating system.

One of Microsoft Windows' server line of operating systems and a successor to Windows Server 2016. Use this tag for questions related to this particular server operating system.

556 questions
4
votes
1 answer

Why can I not access a nodejs app on an AWS EC2 Instance?

I am currently trying to deploy a node js app on an AWS EC2 Windows Server 2019 instance. I am done with cloning my git repo and starting up my application and can access it within my EC2 instance. To make my node application accessible I used the…
paaax
  • 144
  • 1
  • 1
  • 8
4
votes
3 answers

Running Linux Docker Containers on Windows Server 2019

I am exploring docker for one of my company project. In this project I need to run the MemCached on CentOS and I prefer to run this in a docker container. I have successfully able to run this on Windows 10 machine with Docker Community Edition…
Amit Kumar Jain
  • 487
  • 2
  • 11
  • 25
4
votes
0 answers

Why do I get an Xml Validation error when running my application on one server, but not on my other server's systems?

I've deployed my ASP.Net C# application to three other systems without problem. I haven't changed the application code, or even the installer. I have also gone through and made sure that my IIS 10 settings and connections are all set up as close to…
3
votes
1 answer

How to Set Default Powershell version in Windows Server Core

In Windows Server Core, after installing version 7 from the msi (7.2.0), there is an expectation that in the documents folder, there should be two folders, one for WindowsPowerShell (version 5) and one for PowerShell (version 7). While 7.2.0 is…
Jamie
  • 437
  • 4
  • 15
3
votes
1 answer

Install Docker Windows Server 2019: the term 'docker' is not recognized as the name of a cmdlet, function, script file, or operable program

Trying to install Docker in process isolation on Windows Server 2019 and following these steps. (I can't use Hyper-V on this server) when running PowerShell in admin mode. I however get the error Get-PackageProvider : A parameter cannot be found…
Adam
  • 6,041
  • 36
  • 120
  • 208
3
votes
0 answers

How to get list of user in a group which is another forest?

I have a domain local group that is a part of domain 1 in forest A. I am trying to iterate all the members in this group (including users and Groups). It iterates through all the domains of forest A just fine, but does not iterate any members of the…
3
votes
3 answers

Jenkins installation path not found in Windows Server 2019

I am trying to install Jenkins in Windows Server 2019. Once installed I am asked for initialadminpassword under the path C:\windows\system32\config\systemprofile\AppData\Local\Jenkins.jenkins\secrets\initialAdminPassword. But there is no such folder…
AkshayBadri
  • 504
  • 1
  • 10
  • 18
3
votes
1 answer

Is there a way to enable VT-X on Windows Server 2019 running through Google Cloud Platform

I am attempting to install the android emulator MEMU, onto a Windows Server 2019 instance running on Google Cloud Platform. Whenever I try to launch the emulator, the launcher is stopped at 59%. I did some research and found that I need to have…
3
votes
2 answers

Windows Server Core Docker Containers networking problem

I have 2 containers created via docker compose with the following settings: docker-compose.yml File: version: "3.7" services: web: image: img_web container_name: cont_web svcs: image: img_svcs container_name:…
3
votes
1 answer

Application using Microsoft.Office.Interop.Excel to open excel file conflict with RDP sessions on the server

I have a strange behavior started occurring recently on Windows Server 2016/2019. I performed tests using different versions of Excel (2016, 2019, 365) and the issue happened randomly when a remote desktop session is opened on the server (some RDP…
3
votes
2 answers

Java 8 Performance Issues In Windows Server 2019

I have recently migrated some scheduled jobs from a Windows Server 2012 virtual server to a new Windows Server 2019 virtual server, and have noticed some notable performance degradation in certain jobs. Particularly, jobs which communicate with our…
3
votes
3 answers

Inconsistent execution of VB6 application. Success for some users and runtime error 481 Invalid Picture for others

So this one is a doozy. I am getting inconsistent behavior with a VB6 Windows application on a virtual server running Windows Server 2019 that is our application manager portal. This application lists all of the Windows applications that a user has…
tmosson
  • 41
  • 5
3
votes
2 answers

Docker build cannot resolve DNS on Windows Server 2019

Problem Running the following command: docker build --rm -f "c:\Users\...\iotedgeModbus\Dockerfile.amd64.debug" -t modbus:dev-amd64.debug "c:\Users\...\iotedgeModbus" ; if ($?) { iotedgehubdev start -d…
Matt Stannett
  • 2,700
  • 1
  • 15
  • 36
3
votes
0 answers

Can't start docker engine on window 2019

I am starting with docker. To setup the environment on a windows 2019 server to run Linux containers i follow this procedure. The problems start at step: Get-VM WinContainerHost | Set-VMProcessor -ExposeVirtualizationExtensions $true that throw…
MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
3
votes
1 answer

VS Build Tools 2019 Error in Windows Container

Following this tutorial, if I remove the installPath and use the default MsBuild Visual Studio location, I get the following error. Error: Visual Studio Build Tools 2019 (2) is already installed I built a similar container a few weeks back and…
1 2
3
36 37