Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt service plugin not loading (QtServiceFramework)
Qt 6.11 is out! See what's new in the release blog

Qt service plugin not loading (QtServiceFramework)

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hi All,

    I am developing a service plugin for QtServiceFramework for ARM based Platform.

    I am trying to load a service plugin which is a .so from a client application. I am getting the below error.

    Error:

    Plugin not found.

    But the plugin is available in the "/usr/local/Trolltech/Qtmobile-1.2.2/plugins/serviceframework/*.so". I also cross checked the name of plugin everywhere it is used and it matches.

    So I tried to load the NotesManagerplugin example available with QtServiceFramework source code.

    The client to this plugin is sfw-notes which tries to add the service to serviceframework using QServiceManager::addService(/path/to/xml). But unfortunately this fails with below error.

    Error:

    "Library serviceframework_notesmanagerplugin.so not found!"

    please be sure that your library is in one of the following path:

    • "/usr/local/Trolltech/QtEmbedded-4.8.4-arm/plugins/"

    • "/usr/local/Trolltech/Qtmobile-arm-1.2.2/bin/

    • "/usr/local/Trolltech/Qtmobile-1.2.2/plugins/serviceframework/"

    But library is available in the third location mention ablove.

    But when I try to add service using servicefw tool, I am able to add the service and can see that service using servicefw browse command.

    My question is why am I not able to add the service using the sfw-notes client application.

    NOTE: I am trying all this in ARM based embedded device.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved