...
...
...
...
...
...
Table of Contents |
---|
Getting Started
Make sure you can run the HelloWorld workflow. In three xterms do the following:
...
(4) Each time you run the Initiator, you should see some "hello world!" messages in the Activity worker output. If not, log into the AWS console and look at the SWF tab to see what's going on with your workflows.
Common Errors
"java.lang.IllegalStateException",{"cause":null,"message":"not ready","localizedMessage":"not ready"
This can happen when you have @Asynchronous annotations but aspectj weaving is not correctly configured and enabled. Make sure:
...