Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

System.ArgumentNullException Value cannot be null and server down

Dear Team,

We have the above mentioned message and we notice it caused the qlikview server down and we are unable to connect using the remote desktop. We have to restart using the vcenter. We have assigned 24gb memory to server. Thank you

qlikview.png

1 Reply
malcomjarr
Contributor
Contributor

The C# exception that is thrown when a null reference is passed to a method that does not accept it as a valid argument. An ArgumentNullException exception is thrown at run time in the following two major circumstances:

  • An uninstantiated object is passed to a method. To prevent the error, instantiate the object.
  • An object returned from a method call is then passed as an argument to a second method, but the value of the original returned object is null. To prevent the error, check for a return value that is null and call the second method only if the return value is not null.