-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OTGC app crashes when installed on ubuntu 16.04 #3
Comments
I have not seen this before. I have had it crash when trying to control IoTivity-lite servers, but that was after a successful installation. I'll see if I can reproduce it. Also, you should know that we are creating a new, more stable version of OTGC that should be done in August. This version is based on IoTivity-lite which fixes some known issues in IoTivity. If you are not in a hurry, you may just want to wait for this. |
Hi,
This could happen if there a dependency conflict. Please un-install the OTGC. You can do so with the following command:
$ sudo dpkg –r otgc
Next re-install manually without using the shell script just to make sure all steps have succeeded assuming you have admin rights over this Ubuntu machine.
The OTGC application has the following dependencies, which must be installed
previously or the installation is not possible:
· openjdk-8-jdk.
· openjfx.
These dependencies can be installed using the following command:
$ sudo apt-get install <package>
where <package> is the name of the package to install.
Next, change to the directory where the OTGC Debian package has been downloaded using the console.
To install the OTGC application, execute the following command, which requires root privileges:
$ sudo dpkg -i otgc-<version>.deb
where <version> is the target version of the package downloaded (e.g. 1.3.0).
Once the installation process has finished, an icon of the OTGC application appears on the menu.
Thanks,
OCF Development support
From: payalgaikwad42 [mailto:[email protected]]
Sent: Friday, July 12, 2019 5:10 AM
To: openconnectivityfoundation/development-support <[email protected]>
Cc: Subscribed <[email protected]>
Subject: [openconnectivityfoundation/development-support] OTGC app crashes when installed on ubuntu 16.04 (#3)
Hi,
I have OTGC app downloaded and installed on my ubuntu 16.04 from this link:
https://github.com/openconnectivityfoundation/development-support/tree/master/otgc#install-otgc-on-linux-x86-debian
But when I open the app it crashed immediately. does not show any window.
Can someone help me to install this app on my pc?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#3?email_source=notifications&email_token=ADQ4DLU3CMK7MZ7NZUHKY2LP7BYBHA5CNFSM4ICIPRS2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G63VDLA>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADQ4DLVL7KRQ52GFB73UD2LP7BYBHANCNFSM4ICIPRSQ>.
|
@OICAdmin |
@cstevens @OICAdmin Crash Logs:
|
Hi,
I have OTGC app downloaded and installed on my ubuntu 16.04 from this link:
https://github.com/openconnectivityfoundation/development-support/tree/master/otgc#install-otgc-on-linux-x86-debian
But when I open the app it crashed immediately. does not show any window.
Can someone help me to install this app on my pc?
The text was updated successfully, but these errors were encountered: