I have been successfully using the CEMR 9.8 Evaluation stand-alone on my Windows 10 Version 1511 computer. Recently, Microsoft pushed an version upgrade to my computer after hours with the win 10 version 1607 (anniversary upgrade) to which I had thought I had turn off any version upgrade.
Now when I start CEMR 9.8, log in successfully, before the full program loads I get an error message stating the following:
Error occurred in class WebServiceBase, method CallwebService
Unable to to make make service calls:
EndpointNotFoundException. There was no endpoint listening at https://localhost:9443/Default/ws/Services/Common that could accept the message.
Previously, on Windows 10 version 1511, applying an encryption registry fix, this error disappeared and the the EMR program ran correctly.
Has anyone gotten a standalone CEMR 9.8 to run on the latest win 10 version 1604?
Are there any known solution of fix to resolve this issue?
If not any word if GE plans to release a CEMR 9.10 evaluation program?
Finally, has anyone successfully installed CEMR9.10 for testing purposes on a laptop or standard computer instead of a server, running windows 10.
I hate to have to find an old copy of Win 8.1 and use that to get CEMR 9.8 to run again.
Appreciate any and all suggestions and or solutions.
Thank you
Here is what GE suggested we do and thus far we have not experienced this issue. I'm not sure if this is a permanent fix or just a "quick fix" and it may return, but so far we have not been able to recreate it: INSTRUCTIONS FROM GE: Direction I’ve been provided to give is to ask you do during off line hours: · Stop your jboss service. · Back up then delete the SOLR folder. · Start your Jboss service. (this should re-create your SOLR folder.) If you are hosted your hosting company should do this. ACTION TAKEN: Deleted the SOLR folder 3 times after stopping JBoss. Started, did not recreate. Deleted the CentrictyPS folders under the SOLR folder, after stopping JBoss, restarted JBoss and those did re-create.
I have the Eval version running on Windows 10. I had to do two things. Make the changes GE posted for the Ciphers in C:\Program Files (x86)\Centricity EMR 9.8 Evaluation Cab\jboss\server\default\deploy\jbossweb.sar\server.xml and had to copy all the contents from the Oracle\bin directory to the JBoss\jsw directory.
Thanks David,
The CEMR 9.8 Evaluation is now working on Win 10 Version 1607 (anniversary version) .
What is a good point of contact to ask GE to release a CEMR 9.10 evaluation program. I agree, the more folks that would like to see this program release should contact GE.
I am evaluating Win10 a little bit but this kind of thing (auto updates after hours) makes me hesitant to even allow this OS in the clinic. It is getting more challenging to buy Win7 and am already limiting myself to hardware which still ships with a Win7 downgrade so I know the day is coming when we will be using Win10. I am surprised CPS isn't resilient to this kind of thing. As the OP said, they tried to prevent updates but they seemed to happen anyway. Reminds me of several IE updates which MS started labeling as "Critical Security Updates" and pushed them out, 3rd party programs be damned! I had some rollbacks to do, mainly with some government websites we use.
Mike Zavolas
Tallahassee Neurological Clinic
I getting this same error in windows 7 wanted to see if you could explain this to me little more where did GE post the ciphers?
Make the changes GE posted for the Ciphers in C:\Program Files (x86)\Centricity EMR 9.8 Evaluation Cab\jboss\server\default\deploy\jbossweb.sar\server.xml
In the server.xml file, change
keystorePass="changeit" sslProtocol="TLS" />
To this (the ciphers= part needs to be all on one line):
keystorePass="changeit" sslProtocol="TLSv1"
ciphers="TLS_RSA_WITH_AES_128_CBC_SHA,SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA,SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA"/>
Thanks done this double checked the cipher coding and still receive the following error
Error occurred in class WebServiceClientBase, method CallWebService
Thanks David had to restart jboss and the oracleservicesut90 service it works thanks so much
I know this is old, but I finally got this working. In addition to doing what David Shower said above, I also added http://localhost to compatability mode in IE11 (running it on a local windows 10 machine). Without the compatability mode I was still getting the "no endpoint listening" error message in the original post.
Hope this helps someone.