Git Product home page Git Product logo

Comments (17)

Yasuhito-Yoshida-3 avatar Yasuhito-Yoshida-3 commented on July 30, 2024

Have you checked issue #183?
It seems that the port has been changed to 5001.
But no matter what I changed it didn't work.

from server.

Yasuhito-Yoshida-3 avatar Yasuhito-Yoshida-3 commented on July 30, 2024

I checked AasxServerBlazor port 5001 is worked.
But AasxServerCore did not work.

from server.

Jorgecanetemartin avatar Jorgecanetemartin commented on July 30, 2024

I checked AasxServerBlazor port 5001 is worked. But AasxServerCore did not work.

I already changed the ports and i tried to connect with different ports and it happens the same, it is about OPC UA, because when i create a rest server without the --opc it works.

from server.

Yasuhito-Yoshida-3 avatar Yasuhito-Yoshida-3 commented on July 30, 2024

My condition seems to be working well. OPC UA option is successful.
aasx-package-explorer.2023-09-12.alpha.zip
AasxServerBlazor.2023-09-13.alpha.zip
serverstart.bat "AasxServerBlazor.exe --opc --rest --no-security --data-path aasxs"

PackageExplorer boot.
image
image
"Conenet via REST" connected successfully. Diaglog button press "OK" step by step.
Dialog message "/server/getaasx2/0" is appeared. it was OK.

Other connect "Connect HTTP/REST repository"
image
image

Red line square part is appeared.
image

from server.

Jorgecanetemartin avatar Jorgecanetemartin commented on July 30, 2024

I have just downloaded the two versions for starting from zero, i repeat your steps but i get this error and i can't connect to the server
image
image

from server.

juileetikekar avatar juileetikekar commented on July 30, 2024

Hi @Jorgecanetemartin,

Are you looking for OPC UA client or Server in AASX Server?

from server.

Jorgecanetemartin avatar Jorgecanetemartin commented on July 30, 2024

Hello, i want to create a server which contains one or more aasx files and access it from Ua Expert.

from server.

aorzelskiGH avatar aorzelskiGH commented on July 30, 2024

Maybe you need to switch security off: --no-security

Please also look into the beginning of the updated readme.

I am not sure if V3 server already works again with OPC UA.

from server.

EmilAlipiev avatar EmilAlipiev commented on July 30, 2024

how do you exactly run the blazor App? i get an exception at ParseSecurityMetamodel function after cloning and trying to run it. is there any specific set up needed before?

from server.

aorzelskiGH avatar aorzelskiGH commented on July 30, 2024

Please take a look into the beginning of the README.MD:
https://github.com/admin-shell-io/aasx-server
Especially "--no-security"

from server.

EmilAlipiev avatar EmilAlipiev commented on July 30, 2024

@aorzelskiGH but this is for the already compiled dlls right? how to achieve it for locally debugging using VS ? should i comment out some code? and X509Store does this work only under windows? is it possible to achieve running also on Mac?

from server.

juileetikekar avatar juileetikekar commented on July 30, 2024

Hi @EmilAlipiev ,

if the problem still persists, could you please share the exception at ParseSecurityMetamodel that you mentioned before?

from server.

aorzelskiGH avatar aorzelskiGH commented on July 30, 2024

from server.

EmilAlipiev avatar EmilAlipiev commented on July 30, 2024

Hi @juileetikekar,

I get the following exception that Program.env is always returned null. Not sure what to set up here? if you will have time, we can also have a short call. thanks for you help.

image

from server.

EmilAlipiev avatar EmilAlipiev commented on July 30, 2024

@juileetikekar @aorzelskiGH just a quick update. I have solved my problem.
indeed on windows VS there are 2 options to run blazor UI and IIS-express was the selected one, i was trying to run with IIS express and in the UI launch settings as shown below, IIS-express doesnt include, no-security option. When choosing the other one, it works fine.
But on Mac, IIS-express is not exist, so there is the another issue using <StoreType>X509Store</StoreType>. That wont work I believe. So should we only use "Mono" option on Mac and Linux with <StoreType>Directory</StoreType>

image

from server.

aorzelskiGH avatar aorzelskiGH commented on July 30, 2024

I have just checked it in the code.
X509Store is only used by the OPC UA sample client in case of ApplicationCertificate.
But in the code only username and password is used and supported. During runtime it will not be used.

from server.

EmilAlipiev avatar EmilAlipiev commented on July 30, 2024

I come back to this issue because it only works for me on the windows machine. I am trying to start BlazorServer Ui but this certificate error is throwing. it starts as
aasx-server/src/AasxServerBlazor/bin/Debug/net6.0/AasxServerBlazor.dll --no-security --aasx-in-memory 1000 --data-path "C:\Development\Safety3" --edit --external-blazor http://localhost:5001

image

What should we do run the source code on mac or linux?

from server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.