Changes
Page history
miguel.carreira.rial deleted page: Plataforma_FI WARE
authored
Mar 19, 2015
by
Miguel Carreira Rial
Show whitespace changes
Inline
Side-by-side
PlataformaFIWARE.markdown
View page @
379591fc
...
...
@@ -74,3 +74,14 @@ Parar el servicio contextBroker:
Ver el estado:
```
/etc/init.d/contextBroker status
```
### Fallos en Context Broker
Si ocurre un fallo como: "pidfile not found [FALLO]". Para resolverlo, habra que eliminar el proceso "contextBroker", para ello:
Obtener el PID del proceso
```
ps ax | grep contextBroker
```
```
kill -9 PID
```