Hello,
I tried publishing my application but I keep getting errors:
Unable to reload the newly published application.
When I look into the server logs on Bizflow, I see that there are errors regarding a rule in one of the controllers I had, so I deleted that controller. However, it's still showing the same error:
com.hyfinity.xengine.parser.RulesParserException: Unable to handle parameter for Rule ID= Insert_database_entry_for_action_assignBillet, Clause/Result ID= insert_record
I've tried a clean publish but it does not work. However, a clean publish works on a different environment.
What can I do to resolve this? It seems like the application still has the controller somewhere, but I deleted it from my application and looked in the project details as well.
I tried publishing my application but I keep getting errors:
Unable to reload the newly published application.
When I look into the server logs on Bizflow, I see that there are errors regarding a rule in one of the controllers I had, so I deleted that controller. However, it's still showing the same error:
com.hyfinity.xengine.parser.RulesParserException: Unable to handle parameter for Rule ID= Insert_database_entry_for_action_assignBillet, Clause/Result ID= insert_record
I've tried a clean publish but it does not work. However, a clean publish works on a different environment.
What can I do to resolve this? It seems like the application still has the controller somewhere, but I deleted it from my application and looked in the project details as well.
RE: Publication Failed
Are you able to successfully run your application locally using the Run Test option?
If so, then this definitely seems like the controller rules file has got stuck on the server somewhere. Normally the Clean Publish option should make sure any existing files on the server are removed before the new ones are extracted, but perhaps the file is being locked for some reason.
Can you try manually deleting the directory for this project on the server (under the bizflowwebmaker location) and then publish the project again?
Hopefully if there was just an old file left around then it should work correctly after manually cleaning it up.
I hope this helps.
Regards,
Gerard
RE: Publication Failed