On my test data the planner, if run from the command line, successfully
generates a valid result, but using the planner framework produces the
following error output (the text in the error report is the default output
header of SGPlan):
Calling planner SGPlan 5
Exception during planning.
cz.cuni.amis.planning4j.PlanningException: Planner terminated with an error.
Planner output:
#
# Copyright (C) 2006, Board of Trustees of the University of Illinois.
#
# The program is copyrighted by the University of Illinois, and should
# not be distributed without prior approval. Commercialization of this
# product requires prior licensing from the University of Illinois.
# Commercialization includes the integration of this code in part or
# whole into a product for resale.
#
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Author: C. W. Hsu, B. W. Wah, R. Y. Huang, Y. X. Chen
#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Parsing domain file
Error output:
Could not get error stream
at cz.cuni.amis.planning4j.external.impl.itsimple.ItSimplePlannerExecutor.getPlannerOutput(ItSimplePlannerExecutor.java:309)
at cz.cuni.amis.planning4j.external.impl.itsimple.ItSimplePlannerExecutor.executePlanner(ItSimplePlannerExecutor.java:571)
at cz.cuni.amis.planning4j.external.ExternalPlanner.plan(ExternalPlanner.java:102)
at cz.cuni.amis.planning4j.external.ExternalPlanner.plan(ExternalPlanner.java:34)
at cz.cuni.mff.abacs.plannertest.App.test2(App.java:164)
at cz.cuni.mff.abacs.plannertest.App.main(App.java:189)
Original issue reported on code.google.com by
toth.csa...@gmail.comon 27 Jan 2012 at 2:19