[ 
https://issues.apache.org/jira/browse/PLC4X-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17370605#comment-17370605
 ] 

Christofer Dutz commented on PLC4X-301:
---------------------------------------

Well I actually put quite some effort into that prerequisite check ... if it 
fails, it prints in plain text what it's missing. 

In a successful execution it should look something like this: 


{code:java}
[INFO] --- groovy-maven-plugin:2.1.1:execute (prerequisite-check) @ 
plc4x-parent ---
Detected OS:   linux
Detected Arch: x86_64
Enabled profiles:
c
sandbox
Detecting Git version:     2.30.2         OK
Detecting Java version:    11.0.11        OK
Detecting Gcc version:     10.3.0         OK
Detecting Maven version:   3.6.3          OK
All known conditions met successfully.

{code}
In your case it should be even less as you probably didn't enable any profiles. 

So if it failes, it will not have an "OK" in the line that's important but have 
something indicating something is missing, too old, too new.

 

> OPCUA address identifier with colon will not work
> -------------------------------------------------
>
>                 Key: PLC4X-301
>                 URL: https://issues.apache.org/jira/browse/PLC4X-301
>             Project: Apache PLC4X
>          Issue Type: Bug
>          Components: Driver-OPC-UA
>    Affects Versions: 0.8.0
>            Reporter: Torsten
>            Priority: Major
>
> If a field address has an identifier like 
> „ns=6;s=::AsGlobalPV:dsMES.Read.ProductionOrder“, the colons in the field 
> identifier does not match to the Regex in  
> org.apache.plc4x.java.opcua.protocol.OpcuaField.
> Such fields are not accesable at the moment.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to