tibbar Posted August 16, 2018 Posted August 16, 2018 6 hours ago, Techman said: It may be by design. The status of the device is correctly displayed on the left side and changes when you click either on or off. Yes I know it changes. Strange design, that's why I showed ISY Web Access display showing only one button lit, either "On" or "Off" and not two at the same time.
Broyd Posted August 21, 2018 Posted August 21, 2018 (edited) Hi Neither start.jnlp or admin.jnlp will create a desktop icon. I can get to the admin console by running either admin.jnlp or start.jnlp directly but the desktop icons (and associated shortcut attributes) are not created. Here is the message in the Java popup. What do I do about this please? I am running Windows7 SP1 x64 and Java 10.0.2 Windows x64 and Java is giving me the following popup message. Java Web Start 13.0.2.0 Using JRE version 10.0.2+13 Java HotSpot(TM) 64-Bit Server VM JRE expiration date: 11/16/18, 12:00 AM User home directory = C:\Users\Pete ----------------------------------------------------? clear console window ( I added this note; the character here is c followed by a : ) f: finalize objects on finalization queue g: garbage collect h: display this help message m: print memory usage o: trigger logging p: reload proxy configuration q: hide console r: reload policy configuration s: dump system and deployment properties t: dump thread list v: dump thread stack 0-5: set trace level to <n> ----------------------------------------------------Missing Application-Name manifest attribute for: https://isy.universal-devices.com/launcher/isyfinder-1.3.jar Warning: Java Web Start and Java Plug-in are deprecated and will be considered for removal in a future Java release. Please contact the developer of this content "Universal Devices Inc." and request an update for this program. java.io.FileNotFoundException: C:\Users\Pete\AppData\Local\Temp\udi_launcher.state (The system cannot find the file specified) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(Unknown Source) at java.base/java.io.FileInputStream.<init>(Unknown Source) at java.base/java.io.FileInputStream.<init>(Unknown Source) at com.universaldevices.isyfinder.ISYFinder.restoreState(Unknown Source) at com.universaldevices.isyfinder.ISYFinder.restoreState(Unknown Source) at com.universaldevices.isyfinder.ISYFinder$7.run(Unknown Source) Edited August 21, 2018 by Broyd
Michel Kohanim Posted August 22, 2018 Author Posted August 22, 2018 Hi Broyd, What's your Java version? With kind regards, Michel
Broyd Posted August 22, 2018 Posted August 22, 2018 High Michel, I installed 10.0.2 but the pop up says: Using JRE version 10.0.2+13 Java HotSpot(TM) 64-Bit Server VM Thx
Michel Kohanim Posted August 23, 2018 Author Posted August 23, 2018 Bryod, Please install 8 or 9. With kind regards, Michel
Broyd Posted August 24, 2018 Posted August 24, 2018 Thanks Michel, I usually try and update to the latest revisions ... security considerations and all. Perhaps by the time Java 10 becomes the recommended version, we will finally be free of it anyway maybe :) .
Michel Kohanim Posted August 27, 2018 Author Posted August 27, 2018 Hi Broyd, I sure hope so and that's the plan. With kind regards, Michel 1
giesen Posted September 10, 2018 Posted September 10, 2018 It appears ISY Launcher doesn't work without Internet access. I had the misfortunte of having my Internet circuit go down this morning, and I had closed the Admin Console for my ISY 994i running 5.0.13D. I went to re-open it, and received the following Java errors: Click Details: And then the Exception tab: Here's the text from the Launch File tab: <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="https://isy.universal-devices.com/launcher" href="isy.jnlp" version="1.3"> <!--do not change version--> <information> <title>ISY Launcher</title> <vendor>Universal Devices, Inc.</vendor> <description>This utility finds ISY and launches the correct version of the UI/Admin Console/Dashboard</description> <homepage href="https://www.universal-devices.com"/> <description kind="short">ISY Launcher</description> <shortcut online="true"><desktop/><menu submenu="ISY Launcher"/></shortcut> <icon href="udlogo.png" kind="splash"/> <icon href="udlogo.png" kind="shortcut"/> <offline-allowed/> </information> <security><all-permissions/></security> <update check="background" policy="always"/> <resources> <jar href="isyfinder-1.3.jar" download="eager"/> <j2se version="1.8+" /> </resources> <application-desc main-class="com.universaldevices.isyfinder.ISYFinder"> </application-desc></jnlp> And the Exception tab: java.net.UnknownHostException: isy.universal-devices.com at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.deploy.model.ResourceProvider.getResource(Unknown Source) at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source) at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source) at com.sun.javaws.Launcher.prepareResources(Unknown Source) at com.sun.javaws.Launcher.prepareAllResources(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.launch(Unknown Source) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main.access$000(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Once the Admin Console is launched, there's no Internet dependence, but it would seem if my assessment is correct, it's pretty interesting for a company that prides itself on cloud-independence.
apostolakisl Posted September 10, 2018 Posted September 10, 2018 1 hour ago, giesen said: It appears ISY Launcher doesn't work without Internet access. I had the misfortunte of having my Internet circuit go down this morning, and I had closed the Admin Console for my ISY 994i running 5.0.13D. I went to re-open it, and received the following Java errors: Click Details: And then the Exception tab: Here's the text from the Launch File tab: <?xml version="1.0" encoding="utf-8"?> <jnlp spec="1.0+" codebase="https://isy.universal-devices.com/launcher" href="isy.jnlp" version="1.3"> <!--do not change version--> <information> <title>ISY Launcher</title> <vendor>Universal Devices, Inc.</vendor> <description>This utility finds ISY and launches the correct version of the UI/Admin Console/Dashboard</description> <homepage href="https://www.universal-devices.com"/> <description kind="short">ISY Launcher</description> <shortcut online="true"><desktop/><menu submenu="ISY Launcher"/></shortcut> <icon href="udlogo.png" kind="splash"/> <icon href="udlogo.png" kind="shortcut"/> <offline-allowed/> </information> <security><all-permissions/></security> <update check="background" policy="always"/> <resources> <jar href="isyfinder-1.3.jar" download="eager"/> <j2se version="1.8+" /> </resources> <application-desc main-class="com.universaldevices.isyfinder.ISYFinder"> </application-desc></jnlp> And the Exception tab: java.net.UnknownHostException: isy.universal-devices.com at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.security.ssl.SSLSocketImpl.connect(Unknown Source) at sun.security.ssl.BaseSSLSocketImpl.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source) at sun.net.www.protocol.https.HttpsClient.New(Unknown Source) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source) at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.deploy.model.ResourceProvider.getResource(Unknown Source) at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResourcesHelper(Unknown Source) at com.sun.javaws.security.JNLPSignedResourcesHelper.checkSignedResources(Unknown Source) at com.sun.javaws.Launcher.prepareResources(Unknown Source) at com.sun.javaws.Launcher.prepareAllResources(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.launch(Unknown Source) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main.access$000(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Once the Admin Console is launched, there's no Internet dependence, but it would seem if my assessment is correct, it's pretty interesting for a company that prides itself on cloud-independence. You should be able to connect using the version-specific ISY finder without internet connection. I assume this ISY launcher needs internet since it is multi-version compatible. Of course, you'll need to download the version specific version while you have internet.
giesen Posted September 10, 2018 Posted September 10, 2018 1 minute ago, apostolakisl said: You should be able to connect using the version-specific ISY finder without internet connection. I assume this ISY launcher needs internet since it is multi-version compatible. Of course, you'll need to download the version specific version while you have internet. I assume the legacy ISY Launcher is deprecated (or will be). I have no problem with it requiring Internet access the first time to cache whichever packages it needs, but it should cache them so I don't have to download it every time. Either that or it might just be performing an update check on launch (and crashing when the check fails), but all of this is just speculation until UDI chimes in.
brians Posted September 11, 2018 Posted September 11, 2018 I cannot get it to make desktop icon either on MacOS. Internet requirement to connect to it one time my internet was down was disappointing. What I did was just execute the admin16.jnlp.
Vraz Posted October 5, 2018 Posted October 5, 2018 The ISY Launcher has a bug in its UDP discovery logic. During auto-discovery, it uses the old NetBurner UDP port 20034 discovery protocol, but will fail to broadcast unless the network is strict class a/b/c. (I only confirmed it works for class c, but am guessing the others work.) While the network class (a/b/c) could be used to calculate the subnet broadcast address back in the 1980s, that has not been a valid approach for the past 20 years. You must use the interfaces subnet mask to correctly calculate the subnet broadcast address. Putting the above into a concrete example, my internal network range is 192.168.0.0/20 (subnet mask 255.255.240.0). Thus, my subnet broadcast address is 192.168.15.255. The ISY Finder gets the first local IP address from the computer (it does not handle multiple IP addresses either), then changes the last octet to 255 (apparently based on class a/b/c determination). Since 192.168.x.255 is not the subnet broadcast address, the computer sends an ARP who-has for the bogus address and the discovery attempt fails. Assume this has escaped notice because home networks tend to be small with many/most falling within strict class a/b/c subnets. Increasing the frustration was the manual "Add" also failing (though I knew the correct IP address). Was not until I forced my computer/ISY onto temporary strict class-C to capture the discovery query/response that I figured out the solution. In response to the UDP 20034 query, the ISY sends back a URL (/desc in my case). Thus, "Add" only works for "http://ip_address/desc". However, I see threads that don't mention /desc or that say /admin (does not work on mine) and other misinformation. Unclear if the trailing URL path has changed between firmware versions. Once knowing that "/desc" was required, I found only one thread from 2016 referencing it versus other threads that don't or reference /admin (does not work for me), etc. Lots of opportunity for improvement. 1
Michel Kohanim Posted October 5, 2018 Author Posted October 5, 2018 Hi Vraz, Thanks so very much for the feedback. We'll definitely look into it. With kind regards, Michel
Screw Loose Dan Posted October 7, 2018 Posted October 7, 2018 Any progress on the Launcher working with linux/Iced Tea?
Michel Kohanim Posted October 8, 2018 Author Posted October 8, 2018 Hi Screw Loose Dan, Not yet but definitely on the list. Please note that Vraz's issue was related to networking/subnet. So, it might actually work. With kind regards, Michel
Screw Loose Dan Posted October 8, 2018 Posted October 8, 2018 3 hours ago, Michel Kohanim said: Hi Screw Loose Dan, Not yet but definitely on the list. Please note that Vraz's issue was related to networking/subnet. So, it might actually work. With kind regards, Michel I understand Vraz's issue is with the network discovery protocol. In my case, and what I can tell from what others said earlier in the thread, the issue with linux w/IceTea does not appear to be related to the discovery. The Launcher opens and I can see my ISY, and when I select it I get a menu to choose either Admin or Dashboard. Once selected, the Launcher freezes, I see an applet box pop-up, but disappear before I can see anything. The Launcher stays frozen, with the menu showing. In my case, I'm using Ubuntu 16.04.5 LTS and my ISY is at 4.7.3. I am able to launch admin.jnlp, it just appears to be an issue with the Launcher. On 6/29/2018 at 10:56 AM, scotnor said: Hello Michel, My Win 10 install worked fine. On Mageia 6 Linux with Iced Tea cleared, finder installs. Had to add isy manually 5.0.12. Unable to launch dashboard or Admin Console. Removed, added back, same result. I can try again at your convenience, no hurry. Thanks... Scott On 7/1/2018 at 5:53 PM, glarsen said: Works perfectly with my Win10 and ISY 5.0.12. I'll try my linux fedora machine later on. Edit July 2: Fedora 28 Linux offers same results described by scotnor. On 7/16/2018 at 10:44 AM, Bumbershoot said: I gave this a test on Fedora Linux release 28 that I have running in a VMWare prison, and I was able to run the AC if I used the '-nosecurity' flag for starting javaws. I'm not terribly conversant in Java/IcedTea security settings, so I haven't figured out how to properly set this up yet. Below in some command line noise that may prove helpful. I do not have a Venstar thermostat. Bottom line, the AC runs (looks funky, but the functionality seems to be there). [brad@localhost Downloads]$ javaws -nosecurity start.jnlp This application does not specify a Codebase in its manifest. Please verify with the applet's vendor. Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details. This application does not specify a Codebase in its manifest. Please verify with the applet's vendor. Continuing. See: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/no_redeploy.html for details. Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor Application title was not found in manifest. Check with application vendor https://isy.universal-devices.com/994i/5.0.13A/insteon.jar https://isy.universal-devices.com/994i/5.0.13A/ce.jar https://isy.universal-devices.com/994i/5.0.13A/chart.jar https://isy.universal-devices.com/994i/5.0.13A/fp.jar https://isy.universal-devices.com/994i/5.0.13A/RXTX.jar java.lang.IllegalArgumentException: [F10.I2] editor [I_TSTAT_VENHCS] not found, ndef=[VenstarC] parm=[GV4] at com.universaldevices.ui.u7.U7CmdParameterWidget.<init>(Unknown Source) at com.universaldevices.ui.u7.U7CmdParameterWidget.createForProgramCondition(Unknown Source) at com.universaldevices.ui.u7.U7ConditionParametersPanel.initComponents(Unknown Source) at com.universaldevices.ui.u7.U7ConditionParametersPanel.<init>(Unknown Source) at com.universaldevices.ui.u7.U7ConditionPanel.addNodeDef(Unknown Source) at com.universaldevices.ui.u7.U7ConditionPanel.<init>(Unknown Source) at com.universaldevices.ui.d2d.UDTriggerConditionCustomTypeU7Cmd.<init>(Unknown Source) at com.universaldevices.ui.d2d.UDTriggerManager.initValues(Unknown Source) at com.universaldevices.ui.d2d.UDTriggerUI.<init>(Unknown Source) at com.universaldevices.ui.views.TriggerView.refreshEx(Unknown Source) at com.universaldevices.ui.views.TriggerView$1.doInBackground(Unknown Source) at com.universaldevices.ui.views.TriggerView$1.doInBackground(Unknown Source) at javax.swing.SwingWorker$1.call(SwingWorker.java:295) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at javax.swing.SwingWorker.run(SwingWorker.java:334) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Ignored incomplete status condition nodeDef [VenstarC] dc=[null] java.lang.IllegalArgumentException: [F10.I6] editor [HUMIDITY] not found, ndef=[wTag26C] parm=[CLIHUM] at com.universaldevices.ui.u7.U7CmdParameterWidget.<init>(Unknown Source) at com.universaldevices.ui.u7.U7CmdParameterWidget.createForProgramCondition(Unknown Source) at com.universaldevices.ui.u7.U7ConditionParametersPanel.initComponents(Unknown Source) at com.universaldevices.ui.u7.U7ConditionParametersPanel.<init>(Unknown Source) at com.universaldevices.ui.u7.U7ConditionPanel.addNodeDef(Unknown Source) at com.universaldevices.ui.u7.U7ConditionPanel.<init>(Unknown Source) at com.universaldevices.ui.d2d.UDTriggerConditionCustomTypeU7Cmd.<init>(Unknown Source) at com.universaldevices.ui.d2d.UDTriggerManager.initValues(Unknown Source) at com.universaldevices.ui.d2d.UDTriggerUI.<init>(Unknown Source) at com.universaldevices.ui.views.TriggerView.refreshEx(Unknown Source) at com.universaldevices.ui.views.TriggerView$1.doInBackground(Unknown Source) at com.universaldevices.ui.views.TriggerView$1.doInBackground(Unknown Source) at javax.swing.SwingWorker$1.call(SwingWorker.java:295) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at javax.swing.SwingWorker.run(SwingWorker.java:334) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Ignored incomplete status condition nodeDef [wTag26C] dc=[null] Ignored variable panel nodeDef [VenstarC] dc=[null] Ignored variable panel nodeDef [wTag26C] dc=[null] D2D Invalid Condition: D2D_INVALID_CMD_CONDITION, tag=status, num=T_STATUS, nest=3, parent=if, state=T_STATUS, data= D2D Invalid Condition: D2D_INVALID_CMD_CONDITION, tag=status, num=T_STATUS, nest=3, parent=if, state=T_STATUS, data= D2D Invalid Condition: D2D_INVALID_CMD_CONDITION, tag=status, num=T_STATUS, nest=3, parent=if, state=T_STATUS, data= D2D Invalid Condition: D2D_INVALID_CMD_CONDITION, tag=status, num=T_STATUS, nest=3, parent=if, state=T_STATUS, data= D2D Invalid Condition: D2D_INVALID_CMD_CONDITION, tag=control, num=T_CONTROL, nest=3, parent=if, state=T_CONTROL, data= D2D Invalid Condition: D2D_INVALID_CMD_CONDITION, tag=status, num=T_STATUS, nest=3, parent=if, state=T_STATUS, data= D2D Invalid Condition: D2D_INVALID_CMD_CONDITION, tag=status, num=T_STATUS, nest=3, parent=if, state=T_STATUS, data= D2D Invalid Condition: D2D_INVALID_CMD_CONDITION, tag=control, num=T_CONTROL, nest=3, parent=if, state=T_CONTROL, data= D2D Invalid Condition: D2D_INVALID_CMD_CONDITION, tag=status, num=T_STATUS, nest=3, parent=if, state=T_STATUS, data= ...
Michel Kohanim Posted October 8, 2018 Author Posted October 8, 2018 Hi Screw Loose Dan, Thank you. Can you please try https://isy.universal-devices.com/994i/5.0.13D/admin.jnlp? Please let me know what you get. With kind regards, Michel
Bumbershoot Posted October 8, 2018 Posted October 8, 2018 21 minutes ago, Michel Kohanim said: Hi Screw Loose Dan, Thank you. Can you please try https://isy.universal-devices.com/994i/5.0.13D/admin.jnlp? Please let me know what you get. With kind regards, Michel Hi Michel, For what it's worth, I had no luck starting the AC the ISY Launcher on Ubuntu 18.04 (Bionic Beaver), but it runs fine using admin.jnlp. It produces a lot of java gibberish at startup on the command line, of which I've attached a copy if you're interested. JavaException.txt
Screw Loose Dan Posted October 8, 2018 Posted October 8, 2018 42 minutes ago, Michel Kohanim said: Hi Screw Loose Dan, Thank you. Can you please try https://isy.universal-devices.com/994i/5.0.13D/admin.jnlp? Please let me know what you get. With kind regards, Michel I'm on 4.7.3, so I used https://isy.universal-devices.com/994i/4.7.3/admin.jnlp. But, it works just fine. The 5.0.13D version obviously thows errors about being the incorrect version. I also attempted to use https://isy.universal-devices.com/994i/4.7.3/dashboard.jnlp, that throws a java console error (about not being able to initilize, but it's hard to read on my screen). I wasn't worried about it not working. The Launcher freezes trying to access the Admin or Dashboard. there's no apparent error message.
Michel Kohanim Posted October 9, 2018 Author Posted October 9, 2018 Hi Screw Loose Dan, The direct URL for 5.0.13D is: https://isy.universal-devices.com/994i/5.0.13D/admin.jnlp . With kind regards, Michel
glarsen Posted October 11, 2018 Posted October 11, 2018 On 10/8/2018 at 9:03 AM, Bumbershoot said: Hi Michel, For what it's worth, I had no luck starting the AC the ISY Launcher on Ubuntu 18.04 (Bionic Beaver), but it runs fine using admin.jnlp. It produces a lot of java gibberish at startup on the command line, of which I've attached a copy if you're interested. JavaException.txt I had no trouble starting the Launcher on Ubuntu 18.04. However, I can offer no insights as to what made it work, it just did the first time I tried it.
larryllix Posted October 11, 2018 Posted October 11, 2018 (edited) 6 hours ago, glarsen said: I had no trouble starting the Launcher on Ubuntu 18.04. However, I can offer no insights as to what made it work, it just did the first time I tried it. I would like to run admin console on anything but a windows machine. In particular a RPi would be great! Many, many trials have failed so far as I can't seem to make java link in for autorunning. Edited October 11, 2018 by larryllix
idkayaker Posted October 14, 2018 Posted October 14, 2018 Need a little help. Went to start the admin console today after not running it in a few weeks. The ISY finder failed to find my ISY-994i. I can ping the device and can bring up the /Web/udajax.htm… page, see my scenes and devices. The admin Console however fails to come when I click on the button. When I launch the ISY Finder it fails to find my ISY-994i. I have tried the following Updated Java. Cleared the cache and temp files. The //ISY.universal-devices.com along with the device ip address has been part of the Java Exception list for quite some time now so that does not seem to be the problem. I’ve tried the ne Launcher and that results in more java errors than older java Not sure what to try next.
Michel Kohanim Posted October 14, 2018 Author Posted October 14, 2018 Hi @idkayaker, Have you tried this: https://wiki.universal-devices.com/index.php?title=Main_Page#Installing_the_Admin_Console_Icon_on_Your_Desktop With kind regards, Michel
Scottmichaelj Posted October 15, 2018 Posted October 15, 2018 (edited) 18 hours ago, idkayaker said: Need a little help. Went to start the admin console today after not running it in a few weeks. The ISY finder failed to find my ISY-994i. I can ping the device and can bring up the /Web/udajax.htm… page, see my scenes and devices. The admin Console however fails to come when I click on the button. When I launch the ISY Finder it fails to find my ISY-994i. I have tried the following Updated Java. Cleared the cache and temp files. The //ISY.universal-devices.com along with the device ip address has been part of the Java Exception list for quite some time now so that does not seem to be the problem. I’ve tried the ne Launcher and that results in more java errors than older java Not sure what to try next. 8 hours ago, Michel Kohanim said: Hi [mention=1842]idkayaker[/mention], Have you tried this:https://wiki.universal-devices.com/index.php?title=Main_Page#Installing_the_Admin_Console_Icon_on_Your_Desktop With kind regards, Michel I am having this same issue on my own ISY launcher which seems to been after the most recent firmware update 5.0.13D. Not sure if that’s related or not but it is the only thing I changed recently. Ping works, browser with IP works, went through the wiki and made sure all was setup, but it was working before so doubtful its that. The ISY Launcher works when I manually add the IP and my admin and start desktop shortcuts work. Edited October 15, 2018 by Scottmichaelj
Recommended Posts