Dear all,
As a test I have installed on my Windows 10 PRO 64 bits confluence Datacenter and install it using the windows installer.
All is working fine when I start it manually using the default shortcut provide by the installation or by running manually the command start-confluence.bat
Next step I have install it as a service by using the command service.bat install confluence
The service gets installed correctly with default Logon set as Network Service account
If I start the service as it is , it does not start and get Access denied error
Ok then when I have done is as follow :
Result :
The Atlassian Confluence confluence service terminated with the following service-specific error: Incorrect function.
When I check the deamon log I get the following entries
[2023-11-12 19:07:11] [info] [18188] Starting service...
[2023-11-12 19:07:11] [error] [18188] No JVM configured or found in registry. Unable to start service.
[2023-11-12 19:07:11] [error] [18188] The system could not find the environment option that was entered.
[2023-11-12 19:07:11] [error] [18188] Failed to load JVM DLL '(null)', home '(null)'.
[2023-11-12 19:07:11] [error] [18188] The system could not find the environment option that was entered.
[2023-11-12 19:07:11] [error] [18188] Failed creating Java '(null)'.
[2023-11-12 19:07:11] [error] [18188] The system could not find the environment option that was entered.
[2023-11-12 19:07:11] [error] [18188] ServiceStart returned 1.
[2023-11-12 19:07:11] [error] [18188] The system could not find the environment option that was entered.
[2023-11-12 19:07:11] [info] [ 2736] Run service finished.
[2023-11-12 19:07:11] [info] [ 2736] Apache Commons Daemon procrun finished.
I have the SYSTEM ENVIRONENT variable JRE_HOME set to:
"C:\Program Files\Atlassian\Confluence\jre"
What is going on and going wrong here ?
Regards
I tested this on our Cloud instance - it does show the last 50 issues you viewed (aside the one you're editing if it's part of the list) - just not in the recently viewed order.
The search query it's using is:
issuekey in issueHistory()
Were it to put it in the right order, it'd need to use:
issuekey in issueHistory() ORDER BY lastViewed DESC
On Server it appears the latter query is what is used - see this page - but not on Cloud, where the former is used.
Ste
Interesting. I hadn't noticed that the list had any logic to it, but I think you've got it right. The list makes more sense in reverse order. Unfortunately, this doesn't appear to be something I can change as an administrator of a cloud environment, and getting to the bottom of the list is more work than searching. Is there a correct way to submit a feature request to Atlassian?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create feature suggestions via https://jira.atlassian.com/secure/Dashboard.jspa
It's best to search for similar ideas / bugs first - for example I found JRACLOUD-70263, JRACLOUD-33713 and JRACLOUD-18601 which might be of interest :)
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Wow. I'm late to this party. I should have checked open bugs first. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No problem :) - if you found the answer you were looking for here, could you press the "Accept Answer" button at the top? This lets other users know who come across this question via search!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.