I'm currently trying to install and configure Ultra VNC Single Click. I managed to run VNC SC after creating an ultra vnc ini file (http://blog.jorisvisscher.com/2013/07/05/run-ultravnc-as-user-prevent-no-password/).
If I try to connect via browser (http://<ip>:5805/) I get the following exception: "Certificate has been revoked. The application will not be executed" (See: https://dl.dropboxusercontent.com/u/64269444/stackoverflow/ApplicationRevoked.png)
To get rid of it the following configuration can be done:
"System Preferences / Java / Advanced /"
"Perform signed code certificate recovation checks on" = "Do not check".
This is now "solved" and another issue occures: "Application blocked by Java Security" (see: https://dl.dropboxusercontent.com/u/64269444/stackoverflow/ApplicationBlocked.png)
I can get rid of it by:
* "System Preferences / Java / Security /"
* adding http://<ip>:5805/ as an exception site
Disabling/Circumventing security settings is not the solution I'm looking for. How can I solve both issues?
An addition, which is quite strange:
The winvnc.exe certificate is valid until 12.10.2016. If I try to connect, get the error message, click "more information" and "view certificate details", the validity of "uvnc bvba" is set to "18.03.2014". This might cause the issue. I don't get, why the certificate date is different...
My setup:
* VNC SC installed on Win7
* trying to connect from Mac 10.10.1, with Java 8
Thanks for your help!
Related
I site I own has the following error message on all browsers DNS_PROBE_FINISHED_NXDOMAIN. I have flushed the cache and updated the DNS with Googles public but neither have worked and not sure what the problem could be. Can anyone help?
If your DNS_PROBE_FINISHED_NXDOMAIN issue in a windows computer, You can solve this issue using DNS Client Service restarting.
Open Command Prompt (Windows key + R key), type services.msc -->
Enter.
Now open services window, Find "DNS Client" service.
Right click, select Restart.
Otherwise if you not try Release and Renew IP Address, It should be worked. So, Follow 8 options to how to fix DNS_PROBE_FINISHED_NXDOMAIN
I have set up AEM 6.3 on remote Linux machine. But when I try to access the AEM from browser, it says "Connection has timed out".
I am not getting any error in the error.log file. Also, in stdout.log file, it says "Startup completed".
Also, I checked that port(4502) is not blocked on the server.
When I put command "curl http://localhost:4502/" on the server, I am not getting any error, which makes me assume that the connection is established.
Do I need to do any other configuration or something in order to access it from the browser? I am using http://ip:4502/ in the browser..
Almost certainly a firewall issue, check and check again :)
Look in the AEM Access log (same folder as the other logs you looked in) can you see any requests coming in from your browser? There is no other config required on AEM to access other than starting it up, assuming there is nothing network/firewall related blocking then you should be able to access it.
I have installed POWA on 2012 R2 trough powershell.
Install-WindowsFeature -Name WindowsPowerShellWebAccess -IncludeManagementTools
Install-PswaWebApplication
Add-PswaAothorizationRule * * *
Navigating to https://server/powa or https://server.fqdn/powa leads to a 404 "File or directory not found". I've checked the IIS and forlder structure and everything is there. I've tried IE and chrome but both returning this error.
SSL is activated on the powa application
Pool is running with elevated user and correct right allocation
I am using a domain certificate for SSL
What am i missing here?
Thanks a lot and Best Regards
Certificate was not valid for this procedure, used another domain certificate that met the FQDM requirements.
I'm trying to get Eclipse Luna (on Debian 8) to connect to the Internet via a WiFi proxy that requires authentication. I am able to set the proxy host, port, username and password after which I apply the settings and close the dialog. The next time I open it, it does not have the username and password settings, although the host and port are retained correctly. The Active Provider is set to Manual as required.
For some reason, it doesn't seem to be saving the authentication details and I'm not able to connect to the Internet.
Is this a bug or I'm I doing something wrong?
Also, in what file does Eclipse store the proxy settings? Maybe I can go in there and make the changes directly if this is a GUI problem.
Edit: A look at the Error Log gives a vital clue. It says: No secure storage modules found.
I worked around this issue by adding the proxy settings to the eclipse.ini file as specified in this SO post.
-vmargs
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
-Dhttp.proxyHost=*myproxyhost*
-Dhttp.proxyPort=*myproxyport*
-Dhttp.proxyUser=*proxy username*
-Dhttp.proxyPassword=*proxy password*
-Dhttp.nonProxyHosts=localhost|127.0.0.1
I created a new enviroment, but when I'm trying to login on the web it shows me this error "Unknown JAS error has occurred. Please contact your system administrator."
I have restarted all the servers and services and verified the JDK version and everything is ok.
How can I resolve this issue?
See this post. As it says,
1) Open add/remove programs, make sure Ms SQL Server 2000 Driver for JDBC SP2 AND Ms SQL Server Desktop Engine (JDELOCAL) are Installed.
2) Uninstall all other Ms Sql Server instances installed (if u have any instances installed)
3) In RUN, Type services.msc , check whether MSSQL$JDELOCAL and SQLAgent$JDELOCAL have status :Started and Startup Type: Automatic. This is necessary Step
4) Restart PC.
5)Disable Anti Virus and Firewall -- they actually acts as a barrier between IPC(Inter-Process Communication).
6) start E1, wait for 30 seconds (Necessary step)
7) Then login as usual and try to logon to Enterprise one Web Page.