Which archive are you using? apache-openmeetings-4.0.5-SNAPSHOT.tar.gz? it definitely contains all string resources in proper location
Could you 1) download latest apache-openmeetings-4.0.5-SNAPSHOT.tar.gz 2) extract to new, empty folder 3) run ./red-debug.sh What would be the result? On Wed, Aug 15, 2018 at 12:29 PM Coscend@OM <[email protected]> wrote: > > Dear Maxim, > > Below is another validation of Java Exceptions in InstallWizardPage.java and > SignInDialog.java of Application.properties.xml. > > CENTOS 7.0 > + > JDK 1.8.162 > vs > JDK 1.8.181 > > Use case 1: Use OM-405 snapshot “BINARY” from Jenkins > https://builds.apache.org/view/M-R/view/OpenMeetings/job/OpenMeetings%204.0.x/ > --------------- > Everything works. Does it use Ubuntu? > > > > Use case 2: Compiled OM-405 snapshot “SOURCE CODE” from Jenkins > --------------- > (A) JDK 1.8.162 + CentOS 7 + Maven 3.5.4 + MariadB 10.0.6 > Throws two Java exceptions: > org.apache.wicket.WicketRuntimeException: Can't instantiate > page using constructor 'public > org.apache.openmeetings.web.pages.install.InstallWizardPage()'. An exception > has been thrown during construction! > Caused by: java.lang.reflect.InvocationTargetException: null > Caused by: java.util.MissingResourceException: Unable to find > property: 'install.wizard.install.header' for component: > [class=org.apache.openmeetings.web.pages.install.InstallWizardPage]. Locale: > null, style: null > > > (B) JDK 1.8.181 + CentOS 7 + Maven 3.5.4 + MariadB 10.0.6 > Throws two Java exceptions: > java.util.MissingResourceException: Unable to find property: > '108' for component: signin > [class=org.apache.openmeetings.web.pages.auth.SignInDialog]. Locale: null, > style: null > java.util.MissingResourceException: Unable to find property: > '114' for component: signin:signin > [class=org.apache.openmeetings.web.pages.auth.SignInDialog$SignInForm]. > Locale: null, style: null > > Thank you. > > Sincerely, >
