Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mihini-dev] Unable to install package

Hi,
I am not an expert on mihini but however have some idea, since we currently using mihini for our project,
If you can elaborate little more, that how you tried to deploy the lua app, what is your package contains, however this is the procedure we followed,
1. make a folder and put lua app and the run file
2. copy that folder to target system
3. use a lua shell and issue the following command
    agent.appcon.install('tag for your app' , 'path to the folder' , 'true')

Thanks


On Wed, Feb 12, 2014 at 10:18 PM, Serano Colameo <serano.colameo@xxxxxxxxx> wrote:
Hello,

I'm trying to deploy a lua app to the target system (linux with mihini 0.9-dev) and I am getting this exception:

Unable to run export.
  Unable to install package.
  org.apache.http.client.ClientProtocolException


Beside of that, I can run Lua modules remotely (Run As -> Lua Remote Application) without any problem.

Best,
Serano




_______________________________________________
mihini-dev mailing list
mihini-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mihini-dev



Back to the top