Installed WAE in environment and installed the trial license.
When tried some rest APIs, got below error log,
{
"2500": "The OUT message was not received within: 60000 millis due reply message with correlationID: Camel-ID-wae-auto-2-36489-1458028861475-3-145 not received on destination: temp-queue://ID:wae-auto-2-52964-1458028859730-1:13:1. Exchange[Message: com.cisco.wae.design.client.comm.MateApiRequest@c8a1110]"
}
Checked the back end log files design-server.log, and found below error log,
Error processing exchange. Exchange[Message: [Body is null]]. Caused by: [org.quartz.JobExecutionException - java.lang.Exception: designapid is not running]
<---LOGS REMOVED--->
It looks like not all the services are started.
Please stop the following services
service wwe-messaging stop
service wae-db stop
service wae-core stop
service wae-appenginecore stop
service wae-designapiserver stop
Delete the data directory
rm -rf /opt/cariden/software/wae-core/data
Start the Services
service wwe-messaging start
service wae-db start
service wae-core start
service wae-appenginecore start
service wae-designapiserver start
Load in a plan file from the snapshot task WAE_INSERT or using the WAE Design Client File -> Save to WAE -> and selecting process plan
You should now be able to use the APIs.
Comments
0 comments
Please sign in to leave a comment.