Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Question about snapshot persistence

Hi Kevin,

I did a check and all seems to be working. What version of Kura are you using? Are you getting the return of mConfigurationService.snapshot()? That method will return the timestamp at which time the snapshot was taken if successful. Can you check both log files (/var/log/kura.log and /var/log/kura-console.log) for any errors?

Thanks,
--Dave

On Jul 14, 2015, at 09:37, Kevin Read <me@xxxxxxxxxxxxxx> wrote:

Dear Kura team,

I’m having trouble interfacing directly with ConfigurationService. I’m trying to update the configuration for a certain pid with a Map, which seems to work fine:

mConfigurationService.updateConfiguration(pid, map);

The Component gets its update method called and all changed parameters are there. But when I want to persist this configuration change and try to create a new snapshot nothing happens. I tried

mConfigurationService.snapshot();

But the Kura Web console shows no new snapshot, and none appear in the folder (/tmp/kura/snapshots in my case).

Is there anything else I need to do?

Thanks and best,
Kevin
_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top