Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: SevHist problem

SevHist problem 6 years 9 months ago #9042

  • brew
  • brew's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 108
  • Karma: 0
Hello All,

Quick question on SevHist...
I am getting a runtime error Process Timeout on my project, but it builds the nodes okay.
any ideas what i have done wrong?
The error Unknown Nodename on runtime is shown below

and i included the SevHist setup screengrab too.

Everything ran fine before i started trying to add the data storage setup.

Thanks !!
bill

PS hope everyone is enjoying the Midsummer!
Attachments:
Last Edit: 6 years 9 months ago by brew. Reason: mistake
The administrator has disabled public write access.

SevHist problem 6 years 9 months ago #9043

  • benoit
  • benoit's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 180
  • Thank you received: 1
  • Karma: 0
Hi Brew,
In the 'errorsevHist' picture I can see:

rt_sevhistmon: node brewbrain connected

But in the 'sevHist' picture I see the ServerNode attribute of the SevHistThread is 'brewery2'

Maybe the serverNode name is not correct?
/Ben
The administrator has disabled public write access.

SevHist problem 6 years 8 months ago #9079

  • brew
  • brew's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 108
  • Karma: 0
Hello Ben,

I changed the serverNode attribute to brewbrain, and it worked fine on the Development station!

brewbrain is the name of the runtime simulation on the development station.

But when i transfer the program over to the runtime station (brewery2), i get an error.
Unknown Node name. VolBrewery2-nodes-Brewery2-CelsiusMonitor-CelsiusThread

the server node says: Brewbrain.
Thread says : CelsiusThread

Status : unknown server node name

it seems if i name the server node to run on the simulation development station (brewbrain)
then it does not run on the Runtime station.

any ideas on how to fix?

Thanks!
bill
The administrator has disabled public write access.

SevHist problem 6 years 8 months ago #9082

  • benoit
  • benoit's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 180
  • Thank you received: 1
  • Karma: 0
Hi Bill,
If I understand good...
> dev station... node name: brewbrain
> process station... node name: brewery2

#1: when you run the project on the dev station it's run fine
#2: after distribute to Process station, when you run it you have 'unknow node name' error

My suggestions:
#1: your project run fine on dev station so
> I suppose MySql is installed and pwrp user has rights access,
> if you don't specify a 'storage' node, by default the data storage is done on the local node
(dev station), see 'SevServer-SevHistThread' in Nodes/$NodeHier,
> in this case, it's not necessary to configure IP adress/NodeName in the 'host' file (/etc/host)

#2: in the Process station:
> I suppose you want to use Process station as Storage station (don't install Storage Environment, only
Runtime),
> MySql is installed and 'pwrp' user with rights access,
> before distribute from dev to process station, put 'brewery2' as ServerNode attribute in
'SevHistThread' object,
> verify the 'host' file, you must have something like...

127.0.0.1 localhost
127.0.1.1 brewery2

I hope you will solve your problem.
/Ben
The administrator has disabled public write access.
  • Page:
  • 1
Time to create page: 8.730 seconds