This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Publisher
- :
- FlexNet Publisher Forum
- :
- lmadmin installer log location
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 02, 2022
05:04 AM
I have a client for whom the lmadmin installer is failing. It reaches the very end but then reports a message saying that the installation completed but that there were errors. I'm sorry I don't have the exact text but my client hasn't supplied me with it and clicks through next and OK buttons too fast for me to make exact notes!
Anyway, I think that there are installer logs created but I don't know where they are located. Does anybody know where to find them please?
- Tags:
- lmadmin
(1) Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 02, 2022
05:11 AM
Hi @davidheffernan ,
The logs get created in the TEMP directory. Please ask the customer to do the following:
1. Navigate to %TEMP%
2. If there is a directory named uninstall in %TEMP%, rename it to uninstall_BACK
3. Set the following System level environment variable:
1. Navigate to %TEMP%
2. If there is a directory named uninstall in %TEMP%, rename it to uninstall_BACK
3. Set the following System level environment variable:
_JAVA_OPTIONS=-Dlax.debug.all=true -Dlax.debug.level=4
4. Launch the installer and then immediately hold down the CTRL key. Continue holding it down until a console opens
5. Proceed through the installation, reproduce the issue
6. When the last panel displays, copy the entire contents of the console that was opened and paste into a text file
7. Exit the installation
8. Check that a new uninstall directory was created in %TEMP%
5. Proceed through the installation, reproduce the issue
6. When the last panel displays, copy the entire contents of the console that was opened and paste into a text file
7. Exit the installation
8. Check that a new uninstall directory was created in %TEMP%
Please raise a case with us once the customer has sent the below:
- The uninstall directory
- The uninstall_BACK directory
- The text file the contents of the console were pasted into
- The uninstall directory
- The uninstall_BACK directory
- The text file the contents of the console were pasted into
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 02, 2022
05:11 AM
Hi @davidheffernan ,
The logs get created in the TEMP directory. Please ask the customer to do the following:
1. Navigate to %TEMP%
2. If there is a directory named uninstall in %TEMP%, rename it to uninstall_BACK
3. Set the following System level environment variable:
1. Navigate to %TEMP%
2. If there is a directory named uninstall in %TEMP%, rename it to uninstall_BACK
3. Set the following System level environment variable:
_JAVA_OPTIONS=-Dlax.debug.all=true -Dlax.debug.level=4
4. Launch the installer and then immediately hold down the CTRL key. Continue holding it down until a console opens
5. Proceed through the installation, reproduce the issue
6. When the last panel displays, copy the entire contents of the console that was opened and paste into a text file
7. Exit the installation
8. Check that a new uninstall directory was created in %TEMP%
5. Proceed through the installation, reproduce the issue
6. When the last panel displays, copy the entire contents of the console that was opened and paste into a text file
7. Exit the installation
8. Check that a new uninstall directory was created in %TEMP%
Please raise a case with us once the customer has sent the below:
- The uninstall directory
- The uninstall_BACK directory
- The text file the contents of the console were pasted into
- The uninstall directory
- The uninstall_BACK directory
- The text file the contents of the console were pasted into
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 02, 2022
06:14 AM
For any future readers (i.e. me) you can set the environment variable from an elevated prompt with
setx -m _JAVA_OPTIONS "-Dlax.debug.all=true -Dlax.debug.level=4"