My.openhab.org offline

When I log into https://my.openhab.org the tab says offline. I have followed all the steps in the docs page of my.openhab.org. I have downloaded the org.openhab.io.myopenhab-1.8.0.jar and placed the file in the addons folder. I have copied the uuid and secret that were created in the webapps\static folder to my.openhab.org account page. I have created a file called myopenhab.persist in the persistence folder and have it collecting all events. I have also edited the config file for persistence:default=myopenhab.persist.
My page still says offline, and when I start openhab, I can see a lot of errors appear that say “[WARN] [.o.c.p.e.PersistenceExtensions] - There is no queryable persistence service registered with the name ‘myopenhab.persist’”

I just figured this out on my own. I had IIS installed for something else on my PC and it using port 8080 for its default pool. As soon as I disable IIS and restarted openhab, myopenhab connected fine. This is solved.

OK. The site is online, but I keep getting error messages in the log and I am not seeing the events in my.openhab.org. Below is a snippet of the log and the errors point that there is not a persistence route:

2016-01-15 10:01:25.062 [INFO ] [.o.core.internal.CoreActivator] - openHAB runtime has been started (v1.8.0).
2016-01-15 10:01:25.656 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - mDNS service has been started
2016-01-15 10:01:25.797 [INFO ] [o.o.i.s.i.DiscoveryServiceImpl] - Service Discovery initialization completed.
2016-01-15 10:01:26.759 [INFO ] [penhab.io.rest.RESTApplication] - Started REST API at /rest
2016-01-15 10:01:35.513 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.sitemap’
2016-01-15 10:01:35.685 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'db4o.persist’
2016-01-15 10:01:35.700 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'exec.persist’
2016-01-15 10:01:35.700 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'logging.persist’
2016-01-15 10:01:35.700 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'myopenhab.persist’
2016-01-15 10:01:35.700 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'rrd4j.persist’
2016-01-15 10:01:35.732 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.script’
2016-01-15 10:01:35.794 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.items’
2016-01-15 10:01:36.185 [INFO ] [.o.u.w.i.servlet.WebAppServlet] - Started Classic UI at /classicui/openhab.app
2016-01-15 10:01:40.281 [INFO ] [.p.rrd4j.internal.RRD4jService] - Removing invalid defintion component = null heartbeat = 0 min/max = 0.0/0.0 step = 0 0 archives(s) = [] 0 items(s) = []
2016-01-15 10:01:40.453 [INFO ] [.service.AbstractActiveService] - NTP Refresh Service has been started
2016-01-15 10:01:40.515 [INFO ] [o.o.b.w.i.common.WeatherConfig] - LocationConfig[providerName=YAHOO,language=en,updateInterval=10,latitude=39.945191,longitude=-80.75263089999999,locationId=work,name=]
2016-01-15 10:01:40.515 [INFO ] [o.o.b.w.i.common.WeatherConfig] - LocationConfig[providerName=YAHOO,language=en,updateInterval=10,latitude=39.9229616,longitude=-80.7400629,locationId=home,name=]
2016-01-15 10:01:40.800 [INFO ] [.service.AbstractActiveService] - HTTP Refresh Service has been started
2016-01-15 10:01:42.391 [INFO ] [.myopenhab.internal.MyOHClient] - Connected to my.openHAB service (UUID = 008e6737-ac9a-40fa-8a46-710ef3cafce3, local base URL = http://localhost:8080)
2016-01-15 10:01:43.516 [INFO ] [.o.b.w.i.s.WeatherJobScheduler] - Starting and scheduling weatherJob-work with interval of 10 minutes
2016-01-15 10:01:43.516 [INFO ] [.o.b.w.i.s.WeatherJobScheduler] - Disabling weather locationId ‘home’, no binding available
2016-01-15 10:01:45.858 [INFO ] [c.internal.ModelRepositoryImpl] - Loading model 'demo.rules’
2016-01-15 10:01:46.358 [ERROR] [m.r.internal.engine.RuleEngine] - Error during the execution of startup rule ‘Initialize light states’: Could not invoke method: org.openhab.model.script.actions.BusEvent.postUpdate(org.openhab.core.items.Item,java.lang.Number) on instance: null
2016-01-15 10:01:46.405 [ERROR] [m.r.internal.engine.RuleEngine] - Error during the execution of startup rule ‘Initialize heating states’: Could not invoke method: org.openhab.model.script.actions.BusEvent.postUpdate(org.openhab.core.items.Item,java.lang.Number) on instance: null
2016-01-15 10:01:46.468 [ERROR] [m.r.internal.engine.RuleEngine] - Error during the execution of startup rule ‘Initialize contact states’: Could not invoke method: org.openhab.model.script.actions.BusEvent.postUpdate(org.openhab.core.items.Item,java.lang.Number) on instance: null
2016-01-15 10:01:46.655 [WARN ] [.o.c.p.e.PersistenceExtensions] - There is no queryable persistence service registered with the name 'myopenhab.persist’
2016-01-15 10:01:46.686 [WARN ] [.o.c.p.e.PersistenceExtensions] - There is no queryable persistence service registered with the name 'myopenhab.persist’
2016-01-15 10:01:46.724 [WARN ] [.o.c.p.e.PersistenceExtensions] - There is no queryable persistence service registered with the name 'myopenhab.persist’
2016-01-15 10:01:46.726 [INFO ] [g.openhab.model.script.Weather] - Temperature evolved of null degrees.
2016-01-15 10:02:00.092 [WARN ] [.o.c.p.e.PersistenceExtensions] - There is no queryable persistence service registered with the name 'myopenhab.persist’
2016-01-15 10:02:00.092 [WARN ] [.o.c.p.e.PersistenceExtensions] - There is no queryable persistence service registered with the name 'myopenhab.persist’
2016-01-15 10:03:00.007 [WARN ] [.o.c.p.e.PersistenceExtensions] - There is no queryable persistence service registered with the name 'myopenhab.persist’
2016-01-15 10:03:00.015 [WARN ] [.o.c.p.e.PersistenceExtensions] - There is no queryable persistence service registered with the name ‘myopenhab.persist’

How does your configuration/persistence directory looks like?