The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 36 - File: global.php(844) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/global.php(844) : eval()'d code 36 errorHandler->error
/global.php 844 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5132 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 5132 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7288 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7288 errorHandler->error
/inc/functions.php 5152 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7288 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7288 errorHandler->error
/inc/functions.php 5152 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



jeplus.org forums
Unexpected sever errors - missing compenents - Printable Version

+- jeplus.org forums (http://jeplus.org/mybb)
+-- Forum: Building simulation tools (http://jeplus.org/mybb/forumdisplay.php?fid=1)
+--- Forum: jEPlus (http://jeplus.org/mybb/forumdisplay.php?fid=2)
+--- Thread: Unexpected sever errors - missing compenents (/showthread.php?tid=424)



Unexpected sever errors - missing compenents - rkbest - 10-07-2016

I want to run a small simulation before executing a 90 run batch. However, during my initial run all the eso, SQL or other files are missing from subfolders. On diagnosis, I saw the error file reporting missing components which is wrong. Here is the part of the error file and corresponding object in idf-

 Branch,
   HeatSys1 Demand Load Branch 19,  !- Name
   ,                        !- Pressure Drop Curve Name
   Coil:Heating:Water,      !- Component 1 Object Type
   VAV_2_HeatC,             !- Component 1 Name
   VAV_2_HeatCDemand Inlet Node,  !- Component 1 Inlet Node Name
   VAV_2_HeatCDemand Outlet Node;  !- Component 1 Outlet Node Name

Error
    Field=[Component 1 Outlet Node Name] was blank.
     ** Severe  ** IP: IDF line~7520 Object=BRANCH, name=HEATSYS1 DEMAND LOAD BRANCH 19, Required

There are about 60+ similar errors reporting blank fields which are not blank and run OK without JE+.
What could be wrong?

Just changed the directory to EnergyPlus 8.6 instead of 8.5 and it seems its running now. Huh


RE: Unexpected sever errors - missing compenents - Yi - 10-08-2016

... odd indeed!