Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIM running as a background process but does not show up #185

Closed
bevinsunth opened this issue Jun 29, 2017 · 19 comments
Closed

SIM running as a background process but does not show up #185

bevinsunth opened this issue Jun 29, 2017 · 19 comments
Assignees

Comments

@bevinsunth
Copy link

Importance:
Critical (I need this issue to be fixed)

Valid for QA
I hereby confirm the issue is reproducible on the latest QA version 1.4
which was downloaded today from http://dl.sitecore.net/updater/qa/sim

Description:
I could see the SIM process running as a background process in task manager, But nothing shows up in the desktop. No errors in the event viewer.

Scenario:

  1. QA version
  2. Latest Stable version

Attachments:
Please find attached latest log files from this folders:

[Logs.zip](https://github.com/Sitecore/Sitecore-Instance-Manager/files/1110936/Logs.zip)
[Logs.zip](https://github.com/Sitecore/Sitecore-Instance-Manager/files/1110934/Logs.zip)

@AlenPelin
Copy link
Contributor

  1. HighDPI?
  2. Can you see this? Did you try right click - maximize?
    image

@bevinsunth
Copy link
Author

bevinsunth commented Jun 29, 2017

I could't see the program in the taskbar or in Alt+Tab.

@AlenPelin
Copy link
Contributor

Collect memory dump via taskmgr and attach to the ticket.

@bevinsunth
Copy link
Author

File is too big to attach, sharing gdrive share url
https://drive.google.com/file/d/0BxodJdX8W2cKSG1MOWppRm1MWG8/view?usp=sharing

@AlenPelin
Copy link
Contributor

Something is wrong with the instances - try to modify profile file %appdata%\sitecore\sitecore instance manager-qa\profiles\profile.xml by pointing <InstancesFolder> to some empty folder e.g. <InstancesFolder>C:\inetpub\logs</InstancesFolder>.

@bevinsunth
Copy link
Author

Profiles folder is empty, Can you attach the file to the ticket?

@AlenPelin
Copy link
Contributor

Try to delete this folder completely:
%appdata%\sitecore\sitecore instance manager-qa

@AlenPelin
Copy link
Contributor

And reboot computer

@bevinsunth
Copy link
Author

Still the Profiles folder is empty, All other folders got created.

@AlenPelin
Copy link
Contributor

AlenPelin commented Jun 29, 2017

Try to create one:

<?xml version="1.0" encoding="utf-8"?>
<Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ConnectionString>Data Source=.;User ID=sa;Password=12345</ConnectionString>
  <InstancesFolder>C:\inetpub\wwwroot</InstancesFolder>
  <License>C:\Sitecore\Keys\Sitecore Partner.xml</License>
  <LocalRepository>C:\Sitecore\Repository</LocalRepository>
</Profile>

@bevinsunth
Copy link
Author

It works now, Thanks!

@AlenPelin
Copy link
Contributor

Good. Did you have any Sitecore instances installed before installing SIM? Any of them use Configuration Roles?

@bevinsunth
Copy link
Author

No, It was a fresh setup, I had no sitecore instances installed before that.

@reyrahadian
Copy link

had the same problem, manually creating the profile.xml seems to fixed it. Using latest QA version

@AlenPelin
Copy link
Contributor

@reyrahadian could you please confirm

  • if you had any files in C:\inetpub\wwroot folder before running SIM?
  • if you had any IIS sites before running SIM?

@reyrahadian
Copy link

yes to both. My machine installation is preconfigured (from an image) so it already comes with preconfigured IIS sites

@AlenPelin
Copy link
Contributor

So I assume the cause was in these files - SIM tried to guess some settings for you using this data.

@reyrahadian
Copy link

got it, thanks for the explanation. Did it just fails silently in the background then? would be nice if some warnings were shown

@AlenPelin
Copy link
Contributor

I don't remember, good question to research.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants