mattfisher Posted Wednesday at 05:41 PM Posted Wednesday at 05:41 PM I upgraded my Eisy through local Admin Console , it all seems to be running well, but I cannot run Admin Console unless it's through the portal. I have tried it on a Mac and a PC and get the same result. I also get this when I try to run desc from its local IP. I am not sure if they are related. is there an easy fix to this? This XML file does not appear to have any style information associated with it. The document tree is shown below. <root xmlns="urn:schemas-upnp-org:device-1-0"> <specVersion> <major>1</major> <minor>0</minor> </specVersion> <URLBase>http://1localip</URLBase> <device> <deviceType>urn:udi-com:device:X_IoX_Device:1</deviceType> <friendlyName>Crosscut</friendlyName> <manufacturer>Universal Devices</manufacturer> <manufacturerURL>https://www.universal-devices.com/</manufacturerURL> <modelDescription>X_IoX_Device:1</modelDescription> <modelName>eisy</modelName> <modelNumber>5226</modelNumber> <modelVersion>6.0.0</modelVersion> <UDN>uuid:00:21:b9:02:60:c4</UDN> <UPC>uuid:00:21:b9:02:60:c4</UPC> <serviceList> <service> <serviceType>urn:udi-com:service:X_IoX_Service:1</serviceType> <serviceId>urn:udi-com:serviceId:uuid:00:21:b9:02:60:c4</serviceId> <SCPDURL>/services.wsdl</SCPDURL> <controlURL>/services</controlURL> <eventSubURL>/eventing</eventSubURL> </service> </serviceList> <interfaceIP>localip</interfaceIP> <upgradeStatus>inactive</upgradeStatus> <iotProvisioned>true</iotProvisioned> <currOSVersion>1403003</currOSVersion> <upgradeOSVersion>1403000</upgradeOSVersion> <presentationURL>/</presentationURL> </device> <isUnifiedBackend>true</isUnifiedBackend> </root> Quote
kudura Posted Wednesday at 07:03 PM Posted Wednesday at 07:03 PM (edited) mac/pc? when you say can't run admin console, is this referencing start.jnlp or admin.jnlp ? what port assignment? what protocol (https:// or http:// ) what error? are you passing this through another app to handle such as javaws ? https://eisy.local:8443/admin.jnlp https://<local ip here> :8443/admin.jnlp Edited Wednesday at 07:05 PM by kudura Quote
mattfisher Posted Wednesday at 07:21 PM Author Posted Wednesday at 07:21 PM if I use local ip and port 8443 and admin.jlp, I get keep this window open, but then java 2+ required. for some reason I cannot open with eisy.local, it downloads admin.jnlp on a Mac, if I click it, after I have told privacy and security that I actually want to open it, I get unable to open iox launcher I know enough to mess it all up if I am not careful Quote
Solution kudura Posted yesterday at 12:29 AM Solution Posted yesterday at 12:29 AM try and launch it from terminal passing the full url https://<local ip here> :8443/admin.jnlp as a parameter since it's giving you the java 2 + notice. https://codingtechroom.com/question/-run-jnlp-files-terminal-mac You can also try and use a VM or other Windows emulator and use Microsoft Edge in "IE compatibility mode". https://javatechniques.com/blog/launching-java-webstart-from-the-command-line/ I do know they're trying to kill java any way they can and that means most modern browsers can't run the java apps which is why the UDI ui is switching to a browser based solution for managing things. I use icedtea-web to make it work on my systems which is also another solution if you're ok with installing a dedicated app. Quote
mattfisher Posted yesterday at 01:00 AM Author Posted yesterday at 01:00 AM Thank you. I will keep playing with it. Quote
larryllix Posted yesterday at 01:56 AM Posted yesterday at 01:56 AM 6 hours ago, mattfisher said: if I use local ip and port 8443 and admin.jlp, I get keep this window open, but then java 2+ required. for some reason I cannot open with eisy.local, it downloads admin.jnlp on a Mac, if I click it, after I have told privacy and security that I actually want to open it, I get unable to open iox launcher I know enough to mess it all up if I am not careful I discovered the hard way after destroying two Polisy systems that I had to use my email address instead of admin. Thus the warning to use my ISY Portal security. Quote
StangManD Posted yesterday at 06:45 PM Posted yesterday at 06:45 PM (edited) 18 hours ago, kudura said: try and launch it from terminal passing the full url https://<local ip here> :8443/admin.jnlp as a parameter since it's giving you the java 2 + notice. https://codingtechroom.com/question/-run-jnlp-files-terminal-mac You can also try and use a VM or other Windows emulator and use Microsoft Edge in "IE compatibility mode". https://javatechniques.com/blog/launching-java-webstart-from-the-command-line/ I do know they're trying to kill java any way they can and that means most modern browsers can't run the java apps which is why the UDI ui is switching to a browser based solution for managing things. I use icedtea-web to make it work on my systems which is also another solution if you're ok with installing a dedicated app. This worked for me... I've been messing around with trying to get reconnected to the admin LAN console since updating and this was it for me :). Thank you a ton! Specifically this line: https://<local ip here> :8443/admin.jnlp Edited yesterday at 07:10 PM by StangManD Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.