3 | | Through this page we will try to answer some of the most common questions about WRF4G |
| 3 | Through this page we will try to answer the most common questions about WRF4G. |
| 4 | |
| 5 | == What you should do if you see the errors below == |
| 6 | |
| 7 | * If you execute `wrf4g_submit` and see this error. You probably has !GridWay in '''Stopped status''': |
| 8 | {{{ |
| 9 | #!sh |
| 10 | [user@mycomputer~]$ wrf4g_submit -e test |
| 11 | connect(): Connection refused |
| 12 | FAILED: failed connection to gwd |
| 13 | }}} |
| 14 | |
| 15 | In order to solve the problem, you have to first check out the `wrf4g_framework` status. |
| 16 | {{{ |
| 17 | #!sh |
| 18 | [user@mycomputer~]$ wrf4g_framework status |
| 19 | GridWay Stopped |
| 20 | MySQL Stopped |
| 21 | }}} |
| 22 | Then you have to execute: |
| 23 | {{{ |
| 24 | #!sh |
| 25 | [user@mycomputer~]$ wrf4g_framework start |
| 26 | Starting GridWay....... OK |
| 27 | Starting MySQL....... OK |
| 28 | }}} |