miguel.carreira.rial deleted page: Plataforma_FI WARE authored by Miguel Carreira Rial's avatar Miguel Carreira Rial
...@@ -74,3 +74,14 @@ Parar el servicio contextBroker: ...@@ -74,3 +74,14 @@ Parar el servicio contextBroker:
Ver el estado: Ver el estado:
```/etc/init.d/contextBroker status``` ```/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```