We have a Solaris 10 machine that has just stopped working.

This is the error we get when we try to launch it:

enter image description here

link|improve this question
1  
You'll get down-voted because you're showing a lack of research into your own problem. I would start looking at the logs for VMware Player. You can also let everyone know what resources are assigned to this virtual machine. – Rowell Nov 16 '11 at 0:04
feedback

migrated from stackoverflow.com Nov 8 '11 at 20:19

This question came from our site for professional and enthusiast programmers.

closed as not a real question by MDMarra, Iain, mdpc, andol, Bill Weiss Nov 16 '11 at 2:20

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

2 Answers

It may be because of a Failure of a CPU.Try restarting the server instead of the VM. The Memory allocated to the VM may be less and its trying to access more memory.

link|improve this answer
This answer is not particularly clear. Can you explain what you mean? – voretaq7 Nov 16 '11 at 15:59
feedback

Most probably it is due to kernel panic. it happens if you have installed new kernel, upgraded the drivers or softwares or changes kernel settings in Solaris. reboot machine and check for problems in logs.

link|improve this answer
feedback