Agentshevy Posted June 5, 2020 Posted June 5, 2020 On a clean install of Filemaker server 18 on a windows box running W10 Enterprise edition. The hosted files shows "Opening" from the Admin console, and that is how far it can go. The files never get opened. Have done couple of restarts but same problem. Have tried both encrypted and non encrypted files, same problem. Any advice on what might be the cause?
Wim Decorte Posted June 6, 2020 Posted June 6, 2020 13 hours ago, Agentshevy said: Filemaker server 18 on a windows box running W10 Enterprise edition Not supported; so expect any kind of issues.
Agentshevy Posted June 6, 2020 Author Posted June 6, 2020 3 hours ago, Wim Decorte said: Not supported; so expect any kind of issues. Thanks for the information
Agentshevy Posted June 6, 2020 Author Posted June 6, 2020 (edited) 4 hours ago, Wim Decorte said: Not supported; so expect any kind of issues. Following your reply, I spun up Windows server 2016 Datacenter on VM. The whole installation went smooth without any issues. However, I am still getting the same issue. I don't know what I am missing. I had restarted the server twice, but to no avail. Edited June 6, 2020 by Agentshevy
Wim Decorte Posted June 6, 2020 Posted June 6, 2020 The FMS event log (also echoed into the Windows application event log) should tell you the reason why it doesn't want to open. The screenshot shows a red icon meaning that FMS is still verifying the files, at the end it should turn blue for hosted or gray for closed. You may also want to confirm from the command line by issuing this command: fmsadmin list files -s and verify that both interface show the files as closed. If the CLI shows differently then log out the browser admin console and issue: fmsadmin restart adminserver How much processor and memory resources did you assign this VM?
Agentshevy Posted June 6, 2020 Author Posted June 6, 2020 (edited) At the moment, the VM has 2 processors, 4 Cores, 8GB RAM The icon goes from Red to Grey. I will check through with the instructions you posted and see what happens. Thanks for your reply Edited June 6, 2020 by Agentshevy
Agentshevy Posted June 6, 2020 Author Posted June 6, 2020 29 minutes ago, Wim Decorte said: The FMS event log (also echoed into the Windows application event log) should tell you the reason why it doesn't want to open. Here is the output of the event log file Here is the output of the command line
Wim Decorte Posted June 6, 2020 Posted June 6, 2020 What we'd be looking for is the output of the event log after you tried to manually open the two files. Either from the CLI (fmsadmin open) or from the console. Also: you may want to turn of data restoration, it's been known to harm files. On an FMS18 installation it is on by default, on FMS19 it is off by default.
Agentshevy Posted June 6, 2020 Author Posted June 6, 2020 1 hour ago, Wim Decorte said: What we'd be looking for is the output of the event log after you tried to manually open the two files. Either from the CLI (fmsadmin open) or from the console. Also: you may want to turn of data restoration, it's been known to harm files. On an FMS18 installation it is on by default, on FMS19 it is off by default. I do get errors each time I try to open the files from the command line. At first I was able to get event log from the console. But after turning Off data restoration, I am not able to get event logs
Wim Decorte Posted June 6, 2020 Posted June 6, 2020 Use the windows event viewer, or open the event.log file directly from the FMS logs folder. something clearly is off with the installation. Is this on a pristine windows or is there other things running?
Agentshevy Posted June 6, 2020 Author Posted June 6, 2020 10 minutes ago, Wim Decorte said: Use the windows event viewer, or open the event.log file directly from the FMS logs folder. something clearly is off with the installation. Is this on a pristine windows or is there other things running? There is nothing else on the server, newly installed on vmware. Only filemaker server has been installed. Have gone through the event log file, couldn't find anything new. Event.log
Wim Decorte Posted June 6, 2020 Posted June 6, 2020 Something is clearly off somewhere in there... This is in the log: 2020-06-06 16:57:13.714 +0100 Error 701 CTU24 Java Web Publishing Engine process has terminated abnormally. That shouldn't happen on new machine with no load on it. Same with the error you get with the simple command lines. You could try and install the 18v4 updater to see if it will rectify things. Or download the full v4 installer, remove v3 completely (including renaming the leftover 'filemaker server' folder in 'program files').
Agentshevy Posted June 6, 2020 Author Posted June 6, 2020 2 hours ago, Wim Decorte said: Something is clearly off somewhere in there... This is in the log: 2020-06-06 16:57:13.714 +0100 Error 701 CTU24 Java Web Publishing Engine process has terminated abnormally. That shouldn't happen on new machine with no load on it. Same with the error you get with the simple command lines. You could try and install the 18v4 updater to see if it will rectify things. Or download the full v4 installer, remove v3 completely (including renaming the leftover 'filemaker server' folder in 'program files'). I did uninstall 18v3 and renamed the letover folder as filemaker_old Downloaded and installed 18v4 I used default settings all through (No changes made to the settings) The only change made was to turn Restoration OFF using the command line.. I cant get the default Sample file to open. Same issue Event.log
Wim Decorte Posted June 6, 2020 Posted June 6, 2020 Not much more that I can contribute without getting my hands on the machine and poke around. Feels like there is something very non-standard about the machine and/or Windows. Something clearly is running interference.
Agentshevy Posted June 6, 2020 Author Posted June 6, 2020 I am happy to have you poke around if thats okay by you.
Guest Priyabrata Posted June 8, 2020 Posted June 8, 2020 I had the same issue during the weekend. I was installing FMS 18 and 19 in Win 10 Machine and had the same issue. After spending 8hours, i found this and it some what kind of helped me solved the issue and came up with below steps. https://community.claris.com/en/s/question/0D50H00007zAbahSAC/fms-setup-does-not-work-on-1th-june-2020-but-after-changing-date-to-2019 The process i followed. I had to disable my internet. Changed my system time back to some date back in May. And then i installed FMS 18 and all the files opened fine. And then after that i changed the time back to the current time and enabled the internet. Restarted the computer everything worked fine. Hope it helps ! :)
Mike Duncan Posted June 8, 2020 Posted June 8, 2020 It turns out that the default certificate in CStore/LicenseFile/DefaultCert.fmcert is only valid through June 1 2020. Just import a valid license certificate and it fixes it. Hard to find since there are no errors reported in the event log. I reported the issue, so hopefully it will get fixed in the next point update.
Agentshevy Posted June 8, 2020 Author Posted June 8, 2020 1 hour ago, Guest Priyabrata said: I had the same issue during the weekend. I was installing FMS 18 and 19 in Win 10 Machine and had the same issue. After spending 8hours, i found this and it some what kind of helped me solved the issue and came up with below steps. https://community.claris.com/en/s/question/0D50H00007zAbahSAC/fms-setup-does-not-work-on-1th-june-2020-but-after-changing-date-to-2019 The process i followed. I had to disable my internet. Changed my system time back to some date back in May. And then i installed FMS 18 and all the files opened fine. And then after that i changed the time back to the current time and enabled the internet. Restarted the computer everything worked fine. Hope it helps ! Wow!! and that does it.. Thanks buddy 1 hour ago, Mike Duncan said: It turns out that the default certificate in CStore/LicenseFile/DefaultCert.fmcert is only valid through June 1 2020. Just import a valid license certificate and it fixes it. Hard to find since there are no errors reported in the event log. I reported the issue, so hopefully it will get fixed in the next point update. Thanks On 6/6/2020 at 10:46 PM, Wim Decorte said: Not much more that I can contribute without getting my hands on the machine and poke around. Feels like there is something very non-standard about the machine and/or Windows. Something clearly is running interference. Thanks for your support.. I am so grateful
Guest stuart russell Posted June 10, 2020 Posted June 10, 2020 try this fmsadmin set serverconfig securefilesonly=false
Agentshevy Posted June 11, 2020 Author Posted June 11, 2020 1 hour ago, Guest stuart russell said: try this fmsadmin set serverconfig securefilesonly=false Thanks for the reply. The issue was with filemaker's default cert
Recommended Posts
This topic is 1879 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now