Eclipse IDE PaperUI missing

I don’t know what to tell you. I just setup another one, on Linux, and Paper UI is there. Was everything downloaded and the build complete? I’m only seeing the one error, and it is in Paper UI, but that didn’t seem to effect it. When my wife wakes up, I’ll have her try it on Windows.

I cleared my m2, and Paper UI had issues (errors in the log). I manually reran the PaperUI Setup.launch, and all was good. Running the setup tasks again would probably take care of it too.

I just installed the IDE on a Windows 10 device and selected the ‘Standard’ install option. The Paper UI is missing.

I found only one Jetty related log entry at startup of OH:

2019-02-19 15:07:46.322:INFO:oejut.ThreadPoolBudget:Start Level: Equinox Container: 64f889f7-e890-444a-a22f-c9e44b03c033: ReservedThreadExecutor@41888773{s=0/1,p=0} requires 1 threads from QueuedThreadPool[AsyncProxyServlet]@16fcf58a{STARTING,8<=0<=8,i=0,q=0}[ReservedThreadExecutor@41888773{s=0/1,p=0}]
2019-02-19 15:07:46.322:WARN:oejut.ThreadPoolBudget:Start Level: Equinox Container: 64f889f7-e890-444a-a22f-c9e44b03c033: Low configured threads: (max=8 - required=1)=7 < warnAt=8 for QueuedThreadPool[AsyncProxyServlet]@16fcf58a{STARTING,8<=0<=8,i=0,q=0}[ReservedThreadExecutor@41888773{s=0/1,p=0}]
2019-02-19 15:07:46.324:INFO:oejut.ThreadPoolBudget:Start Level: Equinox Container: 64f889f7-e890-444a-a22f-c9e44b03c033: org.eclipse.jetty.client.AbstractConnectorHttpClientTransport$ClientSelectorManager@164ecd1d requires 4 threads from QueuedThreadPool[AsyncProxyServlet]@16fcf58a{STARTED,8<=8<=8,i=8,q=0}[ReservedThreadExecutor@41888773{s=0/1,p=0}]

Do you see any errors in Problems view?

Ran the PaperUI Setup.launch file, after it finally completed, PaperUI is accessible again, although no proper Bindings are available to install in the Add-Ons section.

That is normal. You need to go to Run (and/or Debug) Configurations> Plugins and add them.

1 Like

Thanks, got my new binding showing up now.

About 100 errors, all of the type Access restriction: The <constructor/field/method/type> of ‘’ is not API (restriction on required library…. Doesn’t seem related to the Paper UI issue.

I don’t see the PaperUI Setup.launch in the IDE…? Did I miss something at install time?
Found it… :grin:

Right-click, Run As -> PaperUI Setup

It took about 15 minutes to run and complete here - just let it do its thing.

1 Like

Yeah, just found it after posting. It’s running, and running, and running… :sunglasses:

From the testing I’ve done while trying to get Paper UI in Core Development, those errors sound like you need to run the setup tasks again. Did you select both Core Development and Addon Development selected in the installer?

FYI the ui’s have just been moved to their own repository: https://github.com/openhab/openhab-webui
If you would do a rebase of your branch to the main openhab2-addons they will be gone.

Thank you, @hilbrand. I saw the PR yesterday, so was expecting this. After your post, I see they are now gone from openhab-addons and the PR has been merged. Sounds like we’ll need to stop installing IDEs again, until the setup is updated.

1 Like

There is one PR still pending on openhab-core that moves the dashboard to -webui. After that has happened, at least all files are where they belong to.

Do you let us know when it’s available?
I’m still !!!

If you are referring to this PR, it has been united

Quite right?

@5iver
I have seen in these days several PR merged for the management of UI.
How can I push the update for IDE?

The best people to ask are the maintainers. Report your issues in Github, and if you can, help with a solution. Core, Addons and Webui all have active issues related to UIs, builds, or the IDE. There have been some major changes, so we’ll need to be patient as everything gets put back together again!

Hello @wborn,
These days I have seen several PR mergers for the operation of PaperUI, congratulations for the hard work you do.
What I can not understand if you can run a new installation running on Eclipse IDE, up to 2 days ago the UI did not work.
I need the installation to take the development and debug a binding.
What can you suggest?

Today I tested this and got a working Paper UI in Eclipse.
I did need to update the launch configuration with the changes in PR #885.

Hello,
I tried a new installation with Latest Release (2018-12)
No duplicate Equinox bundles anymore
PaperUI not work
image