Trying to run the model in the last few days, setting CPLEX as solver on the NEOS server, I get the following error message (shown after the start of the "Solving" phase).
I am not able to understand the origin of the error. Has anyone seen this error before and know what it is due to?
I suppose there are no errors in my database, since the phases "Reading data files" and "Creating Temoa model instance" work correctly. It seems that something does not work in my pyomo version, but I have made some attempts also with my other databases and everything works normally. In any case, hoping it will be useful I also attach my database.
[ 2.50] Reading data files.
[ 67.79] Creating Temoa model instance.
[ ] Solving.ERROR: Error parsing NEOS solution file NEOS log:
Exception found in solve_temoa_instance
Problem executing an event. No results are available.Problem executing an event. No results are available.
Exiting Temoa ...
Traceback (most recent call last):
File "temoa_model\temoa_run.py", line 275, in createAndSolve
for k in self.solveWithoutMGA():
File "temoa_model\temoa_run.py", line 247, in solveWithoutMGA
for k in temoaInstance1.solve_temoa_instance():
File "temoa_model\temoa_run.py", line 413, in solve_temoa_instance
raise model_exc
File "temoa_model\temoa_run.py", line 375, in solve_temoa_instance
self.result = self.optimizer.solve(self.instance, opt=self.options.solver)
File "C:\Users\matte\anaconda3\envs\temoa-py3\lib\site-packages\pyomo\opt\parallel\async_solver.py", line 28, in solve
return self.execute(*args, **kwds)
File "C:\Users\matte\anaconda3\envs\temoa-py3\lib\site-packages\pyomo\opt\parallel\manager.py", line 111, in execute
"Problem executing an event. No results are available.")
pyomo.opt.parallel.manager.ActionManagerError: Problem executing an event. No results are available.