java.net.MalformedURLException: no protocol: 1/DOCUMENT/17/7/cf48931c-24f2-4c84-8825-45d008f6add0.Quy%20tr%C3%ACnh%20Tham%20m%C6%B0u,%20x%C3%A9t%20duy%E1%BB%87t,%20k%C3%BD%20s%E1%BB%91%20v%C3%A0%20ph%C3%A1t%20h%C3%A0nh%20v%C4%83n%20b%E1%BA%A3n%20tr%C3%AAn%20E-office.pdf
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at com.cimmetry.jvueserver.UrlConnectionDownloader.getConnection(Unknown Source)
at com.cimmetry.jvueserver.UrlConnectionDownloader.getRemoteFileInfo(Unknown Source)
at com.cimmetry.jvueserver.NativeDataSource.queryRemoteFileInfo(Unknown Source)
at com.cimmetry.jvueserver.DataSource.getDownloadedFile(Unknown Source)
at com.cimmetry.jvueserver.NativeDataSource.fileOpenRemote(Unknown Source)
at com.cimmetry.jvueserver.NativeDataSource.getFile(Unknown Source)
at com.cimmetry.jvueserver.NativeDataSource.getLocalFile(Unknown Source)
at com.cimmetry.jvueserver.VCETConnection.fileDownload(Unknown Source)
at com.cimmetry.jvueserver.VCETConnection.fileOpen(Unknown Source)
at com.cimmetry.jvueserver.VCETConnection.fileOpen(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.cimmetry.jvueserver.Channel.invokeMethod(Unknown Source)
at com.cimmetry.jvueserver.Channel.exec(Unknown Source)
at com.cimmetry.jvueserver.Channel.exec(Unknown Source)
at com.cimmetry.jvueserver.Channel.access$800(Unknown Source)
at com.cimmetry.jvueserver.Channel$ChannelThread.run(Unknown Source)
Hello Everyone,
I got this errror when using SSL https. I did following this help but it didn't work
Thank you Everyone,
Add -Dhttps.protocols=TLSv1.2 to the AutoVue (21.0.1) server JRE parameters when you view a file by using HTTPS connection.
1. Take backup of the <Autovue_root>/bin/jvueserver.properties file
2. Open jvueserver.properties file with text editor and add the parameter -Dhttps.protocols=TLSv1.2 in jvueserver.cmdline and save
Example :
jvueserver.cmdline=-Xmx128M -Djava.security.policy="<AUTO_ROOT>\bin\policy" -Dlog4j.configurationFile="<AUTOVUE_ROOT>\bin\log4j.xml" -Djdk.crypto.KeyAgreement.legacyKDF=true -Dhttps.protocols=TLSv1.2 com.cimmetry.jvueserver.JVueServer -p "<AUTOVUE_ROOT>\bin\jvueserver.properties"
3. Restart AutoVue server.