<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	    <channel>
        <title>Prosys Forum - Forum: OPC UA Browser</title>
        <link>https://forum.prosysopc.com/forum/opc-ua-client/</link>
        <description><![CDATA[Prosys OPC &#038; OPC UA related discussion]]></description>
        <generator>Simple:Press Version 6.11.11</generator>
        <atom:link href="https://forum.prosysopc.com/forum/opc-ua-client/rss/" rel="self" type="application/rss+xml"/>
		                <item>
                    <title>Kento Onodera on The Event View does not display a table anything</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/the-event-view-does-not-display-a-table-anything/#p7405</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/the-event-view-does-not-display-a-table-anything/#p7405</guid>
					                        <description><![CDATA[<p>Hello Lusetti,</p>
<p>Thank you for your strong support.<br />
This problem is in my SDK, so I will ask my SDK manufacturer.</p>
<p>Best Regards,<br />
Kento Onodera</p>
]]></description>
					                    <pubDate>Tue, 02 Sep 2025 05:55:29 +0300</pubDate>
                </item>
				                <item>
                    <title>Lusetti on The Event View does not display a table anything</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/the-event-view-does-not-display-a-table-anything/#p7395</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/the-event-view-does-not-display-a-table-anything/#p7395</guid>
					                        <description><![CDATA[<p>Hello Kento,</p>
<p>Could you please kindly provide us a clearer picture on what you are trying to do exactly e.g. taking screenshots of what you're trying to do. You can send those directly to us through mail: <a href="mailto:uabrowser-support@prosysopc.com" target="_blank">uabrowser-support@prosysopc.com</a>.</p>
<p>Best regards,<br />
Luukas</p>
]]></description>
					                    <pubDate>Thu, 28 Aug 2025 14:46:40 +0300</pubDate>
                </item>
				                <item>
                    <title>Kento Onodera on The Event View does not display a table anything</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/the-event-view-does-not-display-a-table-anything/#p7394</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/the-event-view-does-not-display-a-table-anything/#p7394</guid>
					                        <description><![CDATA[<p>Hello,</p>
<p>I have developmented the opc ua server and verified it by using OPC UA Browser and UaExpert.</p>
<p>I was able to see a new created event(it means self made) which inherited the Base Event Type in UaExpert.<br />
However I haven't seen it in OPC UA Browser.<br />
On the other hand, the newly Event was appeared in "select event fields" window.<br />
Do I need to configura something? Or should I add some parameter(something to trigger) to my Event?<br />
Could you give me some advice?</p>
<p>Best Regards,<br />
Kento</p>
]]></description>
					                    <pubDate>Thu, 28 Aug 2025 11:16:34 +0300</pubDate>
                </item>
				                <item>
                    <title>Bjarne Boström on Error of using OPCUA Browser in Linux</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7126</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7126</guid>
					                        <description><![CDATA[<p>Based on the javadocs of InetAddress.getLocalHost() "UnknownHostException - if the local host name could not be resolved into an address." so most likely Java was able to get the hostname, but the OS wouldn't DNS resolve that then to the machine's IP address (what exact to use here would vary, Windows typically gives the real IP, some linux distros might give 127.0.0.1 and some do give an interesting 127.0.1.1), for this application it probably doesn't matter what exact one of these it would be, just that it needs to be able to resolve it to just something since the InetAddress does always have an IP address portion.</p>
<p>For example in Ubuntu the 'hosts' file does have a line that says<br />
127.0.1.1	COMPUTER_NAME_HERE</p>
]]></description>
					                    <pubDate>Wed, 21 Aug 2024 20:49:32 +0300</pubDate>
                </item>
				                <item>
                    <title>sapsan on Error of using OPCUA Browser in Linux</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7125</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7125</guid>
					                        <description><![CDATA[<p>That's right. Advanced logging showed exactly what you wrote about. Let's look at what we have with the OS settings.</p>
]]></description>
					                    <pubDate>Wed, 21 Aug 2024 20:07:39 +0300</pubDate>
                </item>
				                <item>
                    <title>Bjarne Boström on Error of using OPCUA Browser in Linux</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7124</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7124</guid>
					                        <description><![CDATA[<p>Under normal conditions we do receive the hostname from Java itself. This is a somewhat complicated process as we try to resolve the canonical form of it (i.e. fully qualified version). That normally does a reverse-DNS on the localhost-hostname address. However, before that is even attempted, seems we do have some 'localhost'-returning-fallback in a "magical case" if the InetAddress.getLocalHost() (<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/net/InetAddress.html#getLocalHost()" rel="nofollow" target="_blank"><a href="https://docs.oracle.com/en/jav" rel="nofollow">https://docs.oracle.com/en/jav</a>.....ocalHost()</a>) itself fails on a UnknownHostException (has not happened in any of the operating systems we have tested). IF you could edit the  (user.home)/.prosysopc/prosysopc-opc-ua-browser/log4j2.xml and change there the "com.prosysopc.ua" to be WARN (or INFO) instead of ERROR, then something like "Cannot determine Hostname. Using 'localhost'" should be observable if this is the case. IF this is the case, then it is something between Java and the operating system i.e. outside of our control.</p>
<p>conf.xml etc. 'localhosts' do not matter, they are connection address (and we prefil few common ones there), for that is it is ok, ApplicationURI has nothing to do with those, it is just a network-unique identifier for any OPC UA application (and they must be unique) and are also used for creating ApplicationInstanceCertificates.</p>
]]></description>
					                    <pubDate>Wed, 21 Aug 2024 19:41:55 +0300</pubDate>
                </item>
				                <item>
                    <title>sapsan on Error of using OPCUA Browser in Linux</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7123</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7123</guid>
					                        <description><![CDATA[<p>The application should not crash because "localhost" is being used somewhere internally. Of course, the computer has a normal name other than "localhost".<br />
I find conf.xml where was history quik links containts "localhost". After removing them, prestarting did nothing. I comment "localhost" in hosts file, but is same result.<br />
In log wrote - ApplicationURI should not contain ‘localhost’.What application can have an ApplicationURI containing "localhost"?</p>
]]></description>
					                    <pubDate>Wed, 21 Aug 2024 18:56:14 +0300</pubDate>
                </item>
				                <item>
                    <title>Bjarne Boström on Error of using OPCUA Browser in Linux</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7122</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7122</guid>
					                        <description><![CDATA[<p>Hi,</p>
<p>We cannot test every distribution, basically we officially support (and test) only Ubuntu, but it should run on equivalent distributions. Regarding the error please ensure your machine has a hostname/computername set (see e.g. what 'hostname' returns on the command line). The value 'localhost' is not a valid hostname regarding OPC UA for forming ApplicationURI as they must be unique within a network.</p>
]]></description>
					                    <pubDate>Wed, 21 Aug 2024 18:43:42 +0300</pubDate>
                </item>
				                <item>
                    <title>sapsan on Error of using OPCUA Browser in Linux</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7121</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/error-of-using-opcua-browser-in-linux/#p7121</guid>
					                        <description><![CDATA[<p>Can`t use OPC UA Browser in AstraLinux OS. I have this error stack:<br />
<a href="mailto:myuser@teststation:/opt/prosys-opc-ua-browser$" target="_blank">myuser@teststation:/opt/prosys-opc-ua-browser$</a> ./UaBrowser<br />
Setting log4j.configurationFile system property to /home/vnc/.prosysopc/prosys-opc-ua-browser/log4j2.xml<br />
08/21/2024 14:31:55.882 INFO  [main] com.prosysopc.ua.app.uabrowser.UaBrowserLauncher  [] - Starting UaBrowser version 5.0.0-173..<br />
08/21/2024 14:31:55.883 INFO  [main] com.prosysopc.ua.app.uabrowser.UaBrowserLauncher  [] - Conf location: /home/vnc/.prosysopc/prosys-opc-ua-browser/conf.xml<br />
авг. 21, 2024 2:31:55 PM com.sun.javafx.application.PlatformImpl startup<br />
WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @6e2829c7'</p>
<p>(java:12315): Gtk-WARNING **: 14:31:56.029: Theme parsing error: gtk.css:3877:13: Not using units is deprecated. Assuming 'px'.<br />
08/21/2024 14:31:56.578 INFO  [main] com.prosysopc.fx.library.utility.managedservices.ManagedServiceManager  [] - Services for start order S2_CONF_FILE_LOAD : [j [NEW]]<br />
08/21/2024 14:31:56.584 INFO  [main] com.prosysopc.fx.library.utility.managedservices.ManagedServiceManager  [] - Services for start order S3_AFTER_CONF_FILE_LOAD : [b [NEW], a [NEW]]<br />
08/21/2024 14:31:56.584 INFO  [main] com.prosysopc.fx.library.utility.managedservices.ManagedServiceManager  [] - Services for start order S5_UI_START : [i [NEW]]<br />
08/21/2024 14:31:56.584 INFO  [main] com.prosysopc.fx.library.utility.managedservices.ManagedServiceManager  [] - Services for start order S6_MAIN : [a [NEW]]<br />
08/21/2024 14:31:56.586 INFO  [main] com.prosysopc.fx.library.utility.managedservices.ManagedServiceManager  [] - Starting: {NEW=[j [NEW]]}<br />
08/21/2024 14:31:56.647 INFO  [main] com.prosysopc.fx.library.utility.managedservices.ManagedServiceManager  [] - Starting: {NEW=[b [NEW], a [NEW]]}<br />
08/21/2024 14:31:56.648 INFO  [pool-5-thread-1]           com.prosysopc.ua.app.uabrowser.core.a  [] - Loading ApplicationInstanceCertificates<br />
08/21/2024 14:31:56.650 INFO  [main] com.prosysopc.fx.library.utility.managedservices.ManagedServiceManager  [] - Starting: {NEW=[i [NEW]]}<br />
08/21/2024 14:31:56.651 INFO  [main] com.prosysopc.fx.library.utility.managedservices.ManagedServiceManager  [] - Starting: {NEW=[a [NEW]]}<br />
08/21/2024 14:31:56.683 INFO  [JavaFX Application Thread]                com.prosysopc.ua.app.uabrowser.i  [] - Loaded font:Font[name=Roboto, family=Roboto, style=Regular, size=12.0]<br />
08/21/2024 14:31:56.685 INFO  [JavaFX Application Thread]                com.prosysopc.ua.app.uabrowser.i  [] - Loaded font:Font[name=Roboto Bold, family=Roboto, style=Bold, size=12.0]<br />
08/21/2024 14:31:56.686 INFO  [JavaFX Application Thread]                com.prosysopc.ua.app.uabrowser.i  [] - Loaded font:Font[name=Roboto Italic, family=Roboto, style=Italic, size=12.0]<br />
08/21/2024 14:31:56.688 INFO  [JavaFX Application Thread]                com.prosysopc.ua.app.uabrowser.i  [] - Loaded font:Font[name=Roboto Bold Italic, family=Roboto, style=Bold Italic, size=12.0]<br />
08/21/2024 14:31:56.816 INFO  [JavaFX Application Thread]                com.prosysopc.ua.app.uabrowser.i  [] - Showing main window<br />
08/21/2024 14:31:56.868 ERROR [pool-5-thread-1]           com.prosysopc.ua.app.uabrowser.core.a  [] - Failed to load ApplicationInstanceCertificates<br />
java.lang.IllegalArgumentException: ApplicationURI should not contain 'localhost'.<br />
        at com.prosysopc.ua.g.a(SourceFile:317) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.g.b(SourceFile:954) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.g.a(SourceFile:709) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.g.a(SourceFile:562) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.app.uabrowser.core.a.lL(SourceFile:71) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.app.uabrowser.core.a.lM(SourceFile:97) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]<br />
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]<br />
        at java.base/java.lang.Thread.run(Thread.java:833) [?:?]<br />
08/21/2024 14:31:56.872 ERROR [pool-5-thread-1]                com.prosysopc.ua.app.uabrowser.i  [] - Could not load SingleClient<br />
java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: ApplicationURI should not contain 'localhost'.<br />
        at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332) ~[?:?]<br />
        at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:347) ~[?:?]<br />
        at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:636) ~[?:?]<br />
        at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?]<br />
        at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2162) ~[?:?]<br />
        at com.prosysopc.ua.app.uabrowser.core.a.lL(SourceFile:82) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.app.uabrowser.core.a.lM(SourceFile:97) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) [?:?]<br />
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) [?:?]<br />
        at java.base/java.lang.Thread.run(Thread.java:833) [?:?]<br />
Caused by: java.lang.IllegalArgumentException: ApplicationURI should not contain 'localhost'.<br />
        at com.prosysopc.ua.g.a(SourceFile:317) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.g.b(SourceFile:954) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.g.a(SourceFile:709) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.g.a(SourceFile:562) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        at com.prosysopc.ua.app.uabrowser.core.a.lL(SourceFile:71) ~[application-5.0.0-173.jar:5.0.0-173]<br />
        ... 4 more<br />
The OPC UA Browse application window opens, but then the wheel with the inscription loading spins endlessly. It is impossible to work. There is nowhere to enter the address, the window is clean.</p>
]]></description>
					                    <pubDate>Wed, 21 Aug 2024 18:02:12 +0300</pubDate>
                </item>
				                <item>
                    <title>Miikka Mikkonen on OPC UA Browser not able to show enumerations</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7079</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7079</guid>
					                        <description><![CDATA[<p>Hi,</p>
<p>Yes, sorry forgot to reply, that was an issue on my end, trying to fix that now that I understand the problem. Thank you for the help!</p>
<p>Best regards,<br />
Miikka</p>
]]></description>
					                    <pubDate>Thu, 13 Jun 2024 12:01:38 +0300</pubDate>
                </item>
				                <item>
                    <title>Jouni Aro on OPC UA Browser not able to show enumerations</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7078</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7078</guid>
					                        <description><![CDATA[<p>Turned out that the server was not providing a proper DataTypeDefinition for these enumeration types, and therefore the Browser was not able to use the enumerated values properly.</p>
]]></description>
					                    <pubDate>Wed, 12 Jun 2024 19:00:03 +0300</pubDate>
                </item>
				                <item>
                    <title>Miikka Mikkonen on OPC UA Browser not able to show enumerations</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7072</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7072</guid>
					                        <description><![CDATA[<p>Hi,</p>
<p>Thank you for the quick response!</p>
<p>I have sent the requested information. Thank you.</p>
<p>Best regards,<br />
Miikka</p>
]]></description>
					                    <pubDate>Wed, 05 Jun 2024 17:32:38 +0300</pubDate>
                </item>
				                <item>
                    <title>Matti Siponen on OPC UA Browser not able to show enumerations</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7070</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7070</guid>
					                        <description><![CDATA[<p>Hello,</p>
<p>Reading enumeration values returns just the numeric identifier of the enumeration value in the current version of Browser, which is 5.0.0-173. This will be improved in a future release to include both the numeric and the text value.</p>
<p>However, writing should work the same way for both standard and custom enumerations, so the Write Value dialog should have a droplist for selecting a value for both AxisScaleEnumeration and UserRating.</p>
<p>Would it be possible for you to send the NodeSet containing the UserRating Enumeration DataType to <a href="mailto:uabrowser-support@prosysopc.com" target="_blank">uabrowser-support@prosysopc.com</a> so that we could check if there is anything odd about it? If sending the NodeSet is not possible, could you show us the value of DataTypeDefinition Attribute for UserRating? If this Attribute doesn't have a value, can you show use how the UserRating enumeration has been defined in DataTypeDictionary? For Browser to work correctly with custom enumeration, it must be defined in either the DataTypeDefinition Attribute of UserRating Node or in the DataTypeDictionary for the Namespace containing UserRating.</p>
]]></description>
					                    <pubDate>Wed, 05 Jun 2024 17:08:50 +0300</pubDate>
                </item>
				                <item>
                    <title>Miikka Mikkonen on OPC UA Browser not able to show enumerations</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7069</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-not-able-to-show-enumerations/#p7069</guid>
					                        <description><![CDATA[<p>Hi,</p>
<p>Does OPC UA Browser have support for "custom enumerations"? I am developing an OPC UA server where enumerations are needed and can't get them to work in OPC UA Browser. I have tried with UaExpert and there they work fine. The nodes also pass OPC UA Compliance Test Tool so I am quite confident there is nothing wrong with the implementation.</p>
<p>I tried enumerations with EnumValueType (EnumValue) and LocalizedText (EnumString) and could not get either one to work. Read returns an integer and write does not work at all, this is probably the worst issue as it makes the nodes not usable as I cannot select integer values either to write.</p>
<p>I was able to get "AxisScaleEnumeration" standard Enumeration to work (Write only but Read also just returns an integer), which is defined in the OPC UA standard: <a href="https://reference.opcfoundation.org/Core/Part8/v105/docs/5.6.7" rel="nofollow" target="_blank"><a href="https://reference.opcfoundatio" rel="nofollow">https://reference.opcfoundatio</a>.....docs/5.6.7</a></p>
<p>I posted some screenshots here <a href="https://postimg.cc/gallery/d088gy9" rel="nofollow" target="_blank">https://postimg.cc/gallery/d088gy9</a> regarding the issue.</p>
<p>Best regards,<br />
Miikka</p>
]]></description>
					                    <pubDate>Wed, 05 Jun 2024 16:24:07 +0300</pubDate>
                </item>
				                <item>
                    <title>rocket science on OPC UA Browser 5.0.0-173 shows warning message when subscribing to EventNode</title>
                    <link>https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-5-0-0-173-shows-warning-message-when-subscribing-to-eventnode/#p6966</link>
                    <category>OPC UA Browser</category>
                    <guid isPermaLink="true">https://forum.prosysopc.com/forum/opc-ua-client/opc-ua-browser-5-0-0-173-shows-warning-message-when-subscribing-to-eventnode/#p6966</guid>
					                        <description><![CDATA[<p>understand - thank you for clarification</p>
]]></description>
					                    <pubDate>Wed, 14 Feb 2024 13:34:28 +0200</pubDate>
                </item>
				    </channel>
	</rss>
