Foren

Quick start guide - issues

Andres P Ferrando, geändert vor 7 Jahren.

Quick start guide - issues

New Member Beiträge: 2 Beitrittsdatum: 29.07.08 Neueste Beiträge
Hi guys,

I'm trying a new installation from scratch with latest version (7.0 GA3 right now). I download and extract it in a Linux server. I'm using Java 1.8 instead of 1.7, but I'd expect that's not an issue.

After the start, I see a short setup steps in the browser (http://localhost:8080/). After completing this steps, it seems that all portlets were uninstalled, and I see error messages everywhere. Messages are: "This portlet has been undeployed. Please redeploy it or remove it from the page."

I tried both Tomcat and Wildfly bundles. I also tried keeping sample data and not keeping it.

I do see warnings in logs. For example, using Wildfly there are several issues with jar libs missing, that could be affecting this.

Any idea to get a test environment running?

Also, I can help to update the https://web.liferay.com/quick-start page if needed.

Regards,
thumbnail
David H Nebinger, geändert vor 7 Jahren.

RE: Quick start guide - issues

Liferay Legend Beiträge: 14919 Beitrittsdatum: 02.09.06 Neueste Beiträge
When you did the setup, what database did you point to?





Come meet me at the LSNA!
Andres P Ferrando, geändert vor 7 Jahren.

RE: Quick start guide - issues

New Member Beiträge: 2 Beitrittsdatum: 29.07.08 Neueste Beiträge
Hi, I use the default HSQL db included. I think I solve it: accordint to the logs, the issue was the server name has a dash on it (?!). It was like server-1

Thanks anyway for your help.