Hi Guys,
I recently installed the lifetime.oap in our dev environment. I am currently encountering below issue.
Basically what I did was:
1. Set-up the Platform Service.
2. Login to Service Center for the first time and change the Password.
3. Upload the License.
4. Create Users and Assign Role to the developers
5. Install the lifetime oap that is located at the Outsystems Installed Directory.
6. Access the lifetime url "servername/lifetimesdk", and redirected to the login page
7. Input the admin credential of the service center and I am getting this error. I have check the service center and the lifetime is already publish and the service center admin user has full control of it.
Any inputs appreciated.
Thank you
Posting here the instruction that was provided to me by Support when I experienced this issue
since you are not being able to login to LifeTime with admin credentials (admin doesn't have a role), it seems like something didn't go as expected when bootstrapping LifeTime's users.
This bootstrap operation is performed by a timer of the LifeTimeEngine eSpace at publishing time, in order to try to overcome this issue please proceed as follows:
You may also need to run the GrantAlllRolesToAdmin Timer manually (Users eSpace).
John
Hi there.
Did your issue was fixed?
We installed the newest version and met the same question. It seems didn't be fixed.
We have performed the bootstrap operation and found that bootstrap is not working.
"Timer BootStrap error (inside action 'BootStrap'). Timer duration = 0 secs: The request failed with HTTP status 404: Not Found. [retry 3 of 3 scheduled]"
Tony
Hello,
Take a look at this documentation. Also, take a look at this post.
Cheers!
Armando Gomes wrote:
Armando,
Right now are as a temporary solution we manually publish the code to the QQ/UAT Environment.
The project just started(license was bought September 2018) and I notice that the dev environment has unlimited AO and is about to expire in November while the QA/UAT Environment has 500AO Limit.
I think the dev environment license if I am not mistaken is a developer edition. Does it have something to do with this?
I also check the table mention in the thread the AUTH something table and currently it has no record at all since we never had the chance to login to lifetime(not even once) because of the issue.
Hi MIchael,
------> This is part of the license, they are providing you unlimited AO in dev but for QA/Prod you have 500AO limit.
OS license contains this features.
Thanks,
Rajat Agrawal
We had the same problem. We worked with OutSystems support, there was a bug in the Lifetime solution. I do not know how the fix will be distributed (as a separate Lifetime fix or as a new version of the Platform Server), but the fix is there.
Suggest you reach out to OutSystems support for assistance to get up and running.
J.Ja
Justin James wrote:
Thank you for all your help guys. I will coordinate this issue with outsystems support.
Hi,
I also had the same problem. John's solution solved it:"
"
Thank you.
Hi ,
I suggest to make a support ticket and it will be resolve first.
Thank you,Sudip
Indeed, still the same issue as described above with the latest LifeTime platform version. I'll contact support also
HiI'm getting the same issue, with Bootstrap timer :
HTTP status 404: Not Found
http://127.0.0.1/LifeTimeEngine/_TimerHandler.asmx (Method: POST)Lifetime version is a bit old - 11.5.3.372Checked IIS file is there and binding is set to 127.0.0.1 so not sure where the issue isBefore i ask support anyone know what the issue is ?ThanksGayan
To be sure, you tried to run the timer from the LifeTime service center?
Are other timers running?
Kurt Vandevelde wrote:
Hi Yup, double checked if other timers are running and by the looks of things. It's a solid no All Lifetime Engine timers seem to have the same issue.
Thanks
Did you already try to publish the lifetime solution again? That might also trigger some stuff again. Have my doubts but ti's worth the try.
Hi Sorry for the late reply ,i have done a re-publish but the issue seems to persist, Will raise a support ticket and post the answer back here.
Gayan De Saram wrote:
HiSorry for the late reply ,i have done a re-publish but the issue seems to persist, Will raise a support ticket and post the answer back here.
This fixed the issue , answer from outsystems :In the screenshot that you have shared with us, that the HTTP binding is set to 127.0.0.1, which means that the environment will only accept HTTP connections from the environment itself. Could you please change this value to 'All Unassigned' (in all the environments) and try to run the "BootStrap" timer again? The Bindings configuration in IIS should look like this:
ThanksGayan