Am Mittwoch, 19. März 2014, 19:07:47 schrieb Maxim Solodovnik:
> files under webapps/openmeetings/WEB-INF/classes can not be found
> Maybe some files were deleted?
> Or permission problem?
>
> Never saw this before
OM runs as root - I cannot imagine there is a permission problem..
When I unpack files from tar.gz I got message "file already exist - overwrite?"
which I answered
with YES.
Here the contents of the folder:
/webapps/openmeetings/WEB-INF/classes/
├── logback-config.xml
├── logback.xsd
├── META-INF
│ ├── db2_persistence.xml
│ ├── derby_persistence.xml
│ ├── mssql_persistence.xml
│ ├── mysql_persistence.xml
│ ├── oracle_persistence.xml
│ ├── persistence.xml
│ └── postgresql_persistence.xml
├── openmeetings-applicationContext.xml
└── org
└── apache
└── openmeetings
└── web
├── admin
│ ├── AddUsersDialog.html
│ ├── AdminSavePanel.html
│ ├── backup
│ │ └── BackupPanel.html
│ ├── configurations
│ │ └── ConfigsPanel.h
│ ├── connection
│ │ └── ConnectionsPanel.h
│ ├── groups
│ │ ├── GroupsPanel.html
│ │ └── GroupUsersPanel.html
│ ├── labels
│ │ └── LangPanel.html
│ ├── ldaps
│ │ └── LdapsPanel.html
│ ├── oauth
│ │ └── OAuthPanel.html
│ ├── rooms
│ │ └── RoomsPanel.html
│ ├── servers
│ │ └── ServersPanel.html
│ └── users
│ ├── UserForm.html
│ └── UsersPanel.html
├── app
│ ├── Application_de.properties.xml
│ ├── Application_es.properties.xml
│ ├── Application_fr.properties.xml
│ ├── Application_hu.properties.xml
│ ├── Application.properties.xml
│ ├── Application_pt_BR.properties.xm
│ └── Application_ru.properties.xml
├── common
│ ├── AddFolderDialog.html
│ ├── ComunityUserForm.html
│ ├── ErrorMessagePanel.html
│ ├── FormSaveRefreshPanel.html
│ ├── GeneralUserForm.html
│ ├── HeaderPanel.html
│ ├── MenuPanel.html
│ ├── OmPagingNavigator.html
│ ├── PagedEntityListPanel.html
│ ├── PagingNavigatorPanel.html
│ ├── ProfileImagePanel.html
│ └── UploadableProfileImagePanel.
├── mail
│ └── template
│ ├── FeedbackTemplate.html
│ ├── InvitationTemplate.ht
│ ├── RegisterUserTemplate.
│ ├── RequestContactConfirm
│ ├── RequestContactTemplat
│ └── ResetPasswordTemplate
├── pages
│ ├── auth
│ │ ├── ForgetPasswordDialog.htm
│ │ ├── RegisterDialog.html
│ │ ├── ResetPasswordDialog.html
│ │ ├── SignInDialog.html
│ │ └── SignInPage.html
│ ├── BasePage.html
│ ├── install
│ │ ├── CongratulationsPanel.
│ │ ├── InstallWizard.html
│ │ ├── InstallWizard$Install
│ │ ├── InstallWizardPage.htm
│ │ ├── InstallWizard$ParamsS
│ │ └── InstallWizard$Welcome
│ ├── MainPage.html
│ ├── NotInitedPage.html
│ ├── RecordingPage.html
│ ├── ResetPage.html
│ └── SwfPage.html
├── user
│ ├── AboutDialog.html
│ ├── calendar
│ │ ├── AppointmentDialog.htm
│ │ ├── calendar-functions.js
│ │ └── CalendarPanel.html
│ ├── ChatPanel.html
│ ├── ChatToolbar.html
│ ├── dashboard
│ │ ├── OmDashboardPanel.htm
│ │ ├── PrivateRoomsWidgetVi
│ │ ├── RssWidgetView.html
│ │ ├── StartWidgetView.html
│ │ └── WelcomeWidgetView.ht
│ ├── profile
│ │ ├── MessageDialog.html
│ │ ├── MessagesContactsPanel.
│ │ ├── ProfileForm.html
│ │ ├── ProfilePanel.html
│ │ ├── SettingsPanel.html
│ │ ├── UserForm.html
│ │ ├── UserInfoDialog.html
│ │ ├── UserProfilePanel.html
│ │ ├── UserSearchPanel.html
│ │ └── WidgetsPanel.html
│ ├── record
│ │ ├── RecordingErrorsDialog.h
│ │ ├── RecordingItemPanel.html
│ │ ├── RecordingPanel.html
│ │ ├── RecordingsPanel.html
│ │ ├── VideoInfo.html
│ │ └── VideoPlayer.html
│ └── rooms
│ ├── RoomPanel.html
│ ├── RoomsPanel.html
│ ├── RoomsSelectorPanel.html
│ ├── RoomsTabbedPanel.html
│ └── swf-functions.js
└── util
├── bootstrap-fileupload.css
├── bootstrap-fileupload.js
└── user-multi-choice.js
30 directories, 101 files