| 74 | == CORBA Failure (COMM_FAILURE) during read of model, e.g. during start of Visual Explorer or Editor == |
| 75 | |
| 76 | The error message will look like:[[BR]] |
| 77 | |
| 78 | WARNING: "IOP00410215: (COMM_FAILURE) Read of full message failed : |
| 79 | bytes requested = 5,033,716 bytes read = 540,372 max wait time = 3,000 |
| 80 | total time spent waiting = 3,190"[[BR]] |
| 81 | |
| 82 | The maximal waiting time is set, to the default value of 3000, in promot-ui (for linux) or promot-ui.bat (windows). This parameter is passed in the statement -Dcom.sun.CORBA.transport.ORBTCPReadTimeout=100.3000.300.10. To increase the waiting time substitute the 3000 there for a larger time, e.g. 10000, until everything works again. |
| 83 | |