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
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
Job rejected by JESS - Printable Version

+- jeplus.org forums (http://jeplus.org/mybb)
+-- Forum: Building simulation tools (http://jeplus.org/mybb/forumdisplay.php?fid=1)
+--- Forum: JESS and client (http://jeplus.org/mybb/forumdisplay.php?fid=4)
+--- Thread: Job rejected by JESS (/showthread.php?tid=62)



Job rejected by JESS - Shang Sun - 02-04-2015

Hi, Dr. Yi,

I tried to use JESS to run my jEplus project, however, the job was rejected and said:

"Tue Feb 03 17:14:43 PST 2015 [JESSUser@Sunshine-PC@2C-D0-5A-7B-2D-D2] RJOB; SN=14772; Status=REJECTED; message=Job is rejected due to Project validation failed: Validation failed
/data/jess/temp/tmp155/14772/D:\Test\/Model_MC.idf does not exist or cannot be read.
Some of model template files are missing. Check file directory.
/data/jess/temp/tmp155/14772/D:\ ()"


The job can be run on my laptop, do you know what causes this problem?



Also, I had problem with EP 7.2, every time when I tried to open a .idf file, it says:
"Run-time error '52': Bad file name or number"


Thank you!


RE: Job rejected by JESS - Yi - 02-05-2015

Hi Shang,

The project you submitted contains absolute paths, e.g. "D:\Test\Model_MC.idf". As you can see in the error message, JESS append the paths onto its local folder, and ends up with an invalid address as the result. In your project, you need to convert the absolute paths to a relative form. Try the "Change all paths to relative form" command in the "Edit" menu if you don't want to do it manually.

More details of project preparation can be found here: http://www.jeplus.org/wiki/doku.php?id=docs:jess_client#job_submission.

I am not sure what it is with E+ v7.2. Did you get the error message from JESS, or jEPlus, or your local EnergyPlus?

Cheers,

Yi


RE: Job rejected by JESS - Shang Sun - 02-09-2015

Dear Dr.Yi,

Thank you for your help, it works now!

As for the error in E+ 7.2. I got the error message from EPlanch. I am not sure what caused the problem, after using jEplus, I can't open the .idf file through E+ any more. Even other files that has never used in jEplus. I tried re-install E+, but still not working.


Best,

Shang


RE: Job rejected by JESS - Yi - 02-09-2015

hmm, I wonder if it is the line end character... If you have Notepad++ or other text editors, open the IDF file and change the line end from Unix to Windows and see if it works. In Notepad++ the command can be found in Edit/EOL Conversion menu. Or you can send me the file to have a look.

Yi