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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- "Custom code execution started/stopped" messages on command line on Linux
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
‎Oct 18, 2010
12:41 PM
"Custom code execution started/stopped" messages on command line on Linux
Is anyone else using custom code and seeing these messages when their installers run? We are using IA 2010 SP1, not sure if they happen with IA 2010 without SP1.
We see a message print to the command line with or without LAX_DEBUG enabled:
Custom code execution started
Custom code execution stopped
We see these messages for every custom code action in our setup (we have quite a few). For now we have passed the stdout through | grep -v "^Custom code execution" to filter these messages out, but we'd like to figure out why they are showing up in the first place.
I'm planning on opening a support case but just wanted to see first if it's something simple we are missing. Before you ask, I did check through our custom code for the string "Custom code execution" and it doesn't appear anywhere. We also did not make any changes to the custom code besides recompiling with the IA 2010 SP1 version of IAClasses.zip. We were using IA 2008 before this and didn't see these messages.
Thanks,
Marc
We see a message print to the command line with or without LAX_DEBUG enabled:
Custom code execution started
Custom code execution stopped
We see these messages for every custom code action in our setup (we have quite a few). For now we have passed the stdout through | grep -v "^Custom code execution" to filter these messages out, but we'd like to figure out why they are showing up in the first place.
I'm planning on opening a support case but just wanted to see first if it's something simple we are missing. Before you ask, I did check through our custom code for the string "Custom code execution" and it doesn't appear anywhere. We also did not make any changes to the custom code besides recompiling with the IA 2010 SP1 version of IAClasses.zip. We were using IA 2008 before this and didn't see these messages.
Thanks,
Marc
(5) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 26, 2010
08:32 PM
Lots of those messages here as well. Upgraded from 2009SP2 to 2010SP1.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 05, 2010
03:25 PM
yea, I filed it as a bug against IA 2010 SP1. Didn't do that with IA 2010.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 08, 2010
09:41 AM
Hello,
I also tried to filtered out those messages with <<| grep -v "^Custom code execution">>, but this does no work in console mode as it prevents from seeing other prompts as well (e.g. PRESS TO CONTINUE: ).
(I am running IA 2010 SP1 HotfixA)
Did you get any other workaround from support ? or do you have any other hint ?
I will probably get back to IA 2010 one more time 😞
Regards
Jerome
I also tried to filtered out those messages with <<| grep -v "^Custom code execution">>, but this does no work in console mode as it prevents from seeing other prompts as well (e.g. PRESS
(I am running IA 2010 SP1 HotfixA)
Did you get any other workaround from support ? or do you have any other hint ?
I will probably get back to IA 2010 one more time 😞
Regards
Jerome
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 09, 2010
05:59 AM
There's a hotfix for IA 2010 SP1 that has just got released: http://community.flexerasoftware.com/showpost.php?p=461869&postcount=9
but I'm not sure if it fixes this issue.
but I'm not sure if it fixes this issue.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 09, 2010
10:24 AM
pv7721 wrote:
There's a hotfix for IA 2010 SP1 that has just got released: http://community.flexerasoftware.com/showpost.php?p=461869&postcount=9
but I'm not sure if it fixes this issue.
No, the version I have includes this HotfixA and so it does not work.