Discussions
What is Oracle Fusion HCM ?
Oracle Fusion HCM is a full system that connects every human resource process from hire to retire, including global HR, talent management, workforce management, and payroll. It is natively created for the cloud.read more https://bit.ly/3t3c7AU
Posted by joquin 8 months ago
How does Okta compare to OneLogin?
Hello..
This is Sarika... I am recently completed my Okta training... Can anyone help me..
Posted by Sarika Akula over 1 year ago
COAP and video streaming support
I am trying a simple MQTT based client for device connection as mentioned in the documentation. I want to try this same client with COAP protocol for publishing and subscribing to request and response alternatively for COAP based client. But unfortunately, there is nothing for COAP based client. What should I change?
Posted by Harsh Duggal almost 2 years ago
DeviceHive Server Installation : Frontend Service not started Error: Backend Server is not reachable
Hey,
I am trying to setup DeviceHive Server on our Servers for a simulation activity. I have followed the steps as stated in the documentation - https://docs.devicehive.com/v2.0/docs/server-installation. The following services are running:
Hazelcast - port 5701 - ./hzstart.sh
Zookeeper & Kafka
DeviceHive WS Proxy Server - port 6000
I started the Backend Server using the command - java -jar ${devicehive-java-server-directory}/devicehive-backend/target/devicehive-backend-<version>-boot.jar
And its running but when I try to run the Frontend Service it fails with the error : Backend Server is not reachable. Can someone please advise on this error?
Posted by Megha Vij over 2 years ago
front end service stuck - anyone knows why?
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.5.7.RELEASE)
2020-08-04 06:01:45.666 [main] INFO c.d.a.DeviceHiveFrontendApplication - Starting DeviceHiveFrontendApplication v3.5.0 on ip-172-31-52-22 with PID 10104 (/home/ubuntu/devicehive/devicehive-java-server/devicehive-frontend/target/devicehive-frontend-3.5.0-boot.jar started by root in /home/ubuntu/devicehive)
2020-08-04 06:01:45.681 [main] INFO c.d.a.DeviceHiveFrontendApplication - The following profiles are active: ws-kafka-proxy-frontend
2020-08-04 06:01:54.173 [XNIO-1 task-1] INFO c.d.p.c.WebSocketKafkaProxyClient - New WebSocket session established: hrHoGXVbrqosftnjykvTjmturt2MOgCtK7mPQcqL
2020-08-04 06:01:54.186 [XNIO-1 task-2] INFO c.d.p.c.WebSocketKafkaProxyClient - New WebSocket session established: XkFUaocTehzS-IM0yh06raB30itXZrkCaWPDtlFY
2020-08-04 06:01:54.198 [XNIO-1 task-3] INFO c.d.p.c.WebSocketKafkaProxyClient - New WebSocket session established: CdcmaA1s-HSp1-ciSIBF-2kxuHlTt-Y8rxl2HQWl
2020-08-04 06:01:54.329 [XNIO-1 task-4] INFO c.d.p.c.WebSocketKafkaProxyClient - New WebSocket session established: XFzr_zIgkAzsbxbf_tuvUTHxinVBLPyJSnWGzwWv
Posted by lidor over 2 years ago
why do I get: "HTTP 404 Not Found"
my code (python client):
from devicehive import DeviceHiveApi
urlauth = 'http://192.168.0.40:8090/dh/rest'
login = 'dhadmin'
password = 'dhadmin#911'
device_hive_api = DeviceHiveApi(url_auth, login=login, password=password)
info = device_hive_api.get_info() #working
user = device_hive_api.get_current_user() #error "HTTP 404 Not Found"
Posted by lidor over 2 years ago
why do I get: " HTTP 404 Not Found"
from devicehive import DeviceHiveApi
url_auth = 'http://192.168.0.40:8090/dh/rest'
login = 'dhadmin'
password = 'dhadmin_#911'
device_hive_api = DeviceHiveApi(url_auth, login=login, password=password)
user = device_hive_api.get_current_user()
Posted by lidor over 2 years ago
Express server Port Configuration For Node
Which port is used to start the Node server and where we need to define this.
Posted by vijay Sharma almost 3 years ago
用户名和密码不对怎么办
用户名和密码不对怎么办
Posted by smzy about 3 years ago
Manual Installation - Single Port Config
Hi,
I have successfully deployed manually.
I would like to know is it possible to host Auth, Frontend & Plugin on one port (80)
http://mydevicehive.com/auth/rest
http://mydevicehive.com/api/rest
http://mydevicehive.com/plugin/rest
INSTEAD OF
http://mydevicehive.com:8090/auth/rest
http://mydevicehive.com:8080/api/rest
http://mydevicehive.com:8110/plugin/rest
I have tried :
1. Changed Swagger port to 8080
2. Changed Server Port to 80
3. Changed Server Context to match
/auth
/api
/plugin
Any help would be highly appreciated.
Posted by Zak over 3 years ago