Thanks for the help Maxim.  It was just added the -Djava.awt.headless=true
statement in the red5.sh script to the java options. I have it working now.

I really appreciate the patience and pointing me in the right direction.

-Chad

On Wed, Dec 6, 2017 at 9:28 AM, Chad Palenshus <c...@palenshus.com> wrote:

> I apologize, I'm not sure what I was thinking.  I got the log files mixed
> up and didn't realize I had pulled from historical log.  The current log
> file revealed this error:
>
> java.lang.NoClassDefFoundError: Could not initialize class
> sun.awt.X11GraphicsEnvironment
>
> It definitely seems that it could be related to the java.awt as you had
> mentioned.  I had already found that link you sent, however when I tried to
> execute "java -Djava.awt.headless=true" it doesn't like the command.
>
> So, this is where my skills are very limited. How do I set this in the
> environment?  Do I need to set this in the startup script for red5 somehow?
>
>
>
> On Wed, Dec 6, 2017 at 12:37 AM, Maxim Solodovnik <solomax...@gmail.com>
> wrote:
>
>> Hello Chad,
>>
>> Part of log you have quoted is related to Web installer, please check
>> most recent logs ....
>>
>> Here is what I was able to found regarding java awt on CentOS:
>> https://discuss.pivotal.io/hc/en-us/articles/2026521
>> 18-Libraries-required-when-setting-the-java-awt-headless-
>> system-property-for-use-with-Apache-Tomcat-2010240-
>>
>> not sure it can be applied, I believe error must be identified first ...
>>
>> On Wed, Dec 6, 2017 at 12:56 AM, Chad Palenshus <c...@palenshus.com>
>> wrote:
>>
>>> I am using Oracle JDK.  I'm trying to find how to make sure the AWT java
>>> module is working but it's not clear to me how to do just that.
>>>
>>> I do have logging in the openmeetings.log, most is debugging, but see
>>> some stuff about wicket in there that I was guessing is part of the issue.
>>>
>>> This is just a snippet of the log but I believe it to be most relevant
>>> but then I could be wrong...
>>>
>>> ERROR 11-27 10:27:53.034 o.a.w.DefaultExceptionMapper:170
>>> [0.0-5080-exec-9] - Un
>>> expected error occurred
>>> java.lang.IllegalArgumentException: argument step must to be not null
>>>         at org.apache.wicket.extensions.wizard.dynamic.DynamicWizardMod
>>> el.setAct
>>> iveStep(DynamicWizardModel.java:166)
>>>         at org.apache.wicket.extensions.wizard.dynamic.DynamicWizardMod
>>> el.next(D
>>> ynamicWizardModel.java:126)
>>>
>>>
>>>
>>> On Tue, Dec 5, 2017 at 10:18 AM, Maxim Solodovnik <solomax...@gmail.com>
>>> wrote:
>>>
>>>> CentOS again ... :(
>>>>
>>>> The images are being generated "on the fly" by Java
>>>> I guess you don't have AWT Java module working on your server
>>>> What JVM are you using? OpenJDK? Oracle JDK?
>>>>
>>>> Can you check if log messages are being written to
>>>> $OM_HOME/log/openmeetings.log ?
>>>>
>>>>
>>>> On Tue, Dec 5, 2017 at 10:12 PM, Chad Palenshus <c...@palenshus.com>
>>>> wrote:
>>>>
>>>>> Sorry I should have included that info.  4.0.0 on Centos 7.
>>>>>
>>>>> I do not have any errors in the logs.  I guess I really just need help
>>>>> understanding how it works so that I can begin to diagnose why it's not
>>>>> working.  Are the captcha images supposed to be locally stored somewhere 
>>>>> on
>>>>> the system or they a call out to a URL or somehow dynamically created?  It
>>>>> appears they are supposed to be locally stored or generated, but I can 
>>>>> find
>>>>> where that would be.  I should also say, I am by no means a web developer.
>>>>> My skills are limited in that area.
>>>>>
>>>>> Thanks!
>>>>>
>>>>> On Tue, Dec 5, 2017 at 10:07 AM, Maxim Solodovnik <
>>>>> solomax...@gmail.com> wrote:
>>>>>
>>>>>> Hello Chad,
>>>>>> What version are you using?
>>>>>>
>>>>>> Captcha works as expected on all our demo servers:
>>>>>> http://openmeetings.apache.org/demo.html
>>>>>> Do you have any errors in the logs?
>>>>>>
>>>>>> On Tue, Dec 5, 2017 at 9:41 PM, Chad Palenshus <c...@palenshus.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi All:
>>>>>>>
>>>>>>> I'm struggling with getting the captcha image to show on the new
>>>>>>> user "Sign Up" page.  The place holder is there but the missing image 
>>>>>>> error
>>>>>>> is displayed.  When I try to view the image, it resolves to the URL
>>>>>>> of x.x.x.x:5080/openmeetings/wicket/bookmarkable/org.apache.
>>>>>>> openmeetings.web.pages.auth.SignInPage?3--register-form-capt
>>>>>>> cha-captcha&antiCache=1511987465814.
>>>>>>>
>>>>>>> Any guidance would be appreciated!
>>>>>>>
>>>>>>> Thanks!
>>>>>>>
>>>>>>> -Chad
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>

Reply via email to