Are you looking into red5.log only?
Or you checking also openmeetings.log file?
Are you able to access http://localhost:5080/openmeetings ? (netstat
-an|grep 5080)

On Fri, Jun 16, 2017 at 12:00 AM, Ramón Zárate Moedano <[email protected]>
wrote:

> I did it .... and got this ...
> [root@centos7 ~]# ps -ef|grep java
> root      2339     1  4 16:54 ?        00:00:10 /bin/java
> -Dred5.root=/opt/red5321 -Djava.security.debug=failure -Xms256m -Xmx1g
> -Xverify:none -XX:+TieredCompilation -XX:+UseBiasedLocking
> -XX:InitialCodeCacheSize=8m -XX:ReservedCodeCacheSize=32m
> -Dorg.terracotta.quartz.skipUpdateCheck=true -XX:MaxMetaspaceSize=128m
> -XX:+DisableExplicitGC -XX:+UseParNewGC -XX:+UseConcMarkSweepGC
> -XX:ParallelGCThreads=2 -Dcatalina.home=/opt/red5321
> -Dcatalina.useNaming=true -Djava.library.path=/opt/red5321/lib/native
> -Dpython.home=lib -cp /opt/red5321/red5-service.jar:/opt/red5321/conf:
> org.red5.server.Bootstrap 9999
> root      2479  2458  0 16:58 pts/0    00:00:00 grep --color=auto java
>
>
> It doesnt do anything more than
>
> [INFO] [0.0.0.0-startStop-1] org.apache.catalina.core.Conta
> inerBase.[red5Engine].[0.0.0.0].[/] - No Spring WebApplicationInitializer
> types detected on classpath[INFO] [pool-4-thread-1]
> org.red5.server.tomcat.WarDeployer - Deploy wars with app start
>
> :(
>
> 2017-06-15 11:57 GMT-05:00 Maxim Solodovnik <[email protected]>:
>
>> I personally prefer: "ps -ef|grep java" :)
>> Your output states red5 works, I can see delays on red5 start but it
>> usually ~15 seconds to generate secure random ....
>>
>> On Thu, Jun 15, 2017 at 11:16 PM, Ramón Zárate Moedano <[email protected]>
>> wrote:
>>
>>> This is why i get.
>>>
>>> [root@centos7 ~]# jps -m
>>> 2244 Jps -m
>>> 2086 Bootstrap 9999
>>>
>>>
>>> 2017-06-15 11:04 GMT-05:00 Maxim Solodovnik <[email protected]>:
>>>
>>>> does java process started with red5.sh works or exit?
>>>>
>>>> On Thu, Jun 15, 2017 at 11:00 PM, Ramón Zárate Moedano <
>>>> [email protected]> wrote:
>>>>
>>>>> I am using a VPS
>>>>>
>>>>> 4GB
>>>>> 2 CPU
>>>>>
>>>>> Memory usage no more than %50
>>>>> CPU less than %30
>>>>>
>>>>>
>>>>> Its weird.  I am running on Centos 6.5 OM 321 and works fine with a
>>>>> very small vps (1Gb and 1 CPU)  but on Centos 7.3 nothing .....
>>>>>
>>>>> 2017-06-15 10:12 GMT-05:00 Maxim Solodovnik <[email protected]>:
>>>>>
>>>>>> Is the process exits?
>>>>>> can you check CPU/Memory usage?
>>>>>>
>>>>>> On Thu, Jun 15, 2017 at 10:10 PM, Ramón Zárate Moedano <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> I get this ...
>>>>>>>
>>>>>>> INFO: Starting Servlet Engine: Apache Tomcat/8.5.11
>>>>>>> [INFO] [main] org.apache.catalina.core.StandardEngine - Starting
>>>>>>> Servlet Engine: Apache Tomcat/8.5.11
>>>>>>> Jun 15, 2017 3:01:29 PM org.apache.catalina.startup.ContextConfig
>>>>>>> getDefaultWebXmlFragment
>>>>>>> INFO: No global web.xml found
>>>>>>> [INFO] [0.0.0.0-startStop-1] org.apache.catalina.startup.ContextConfig
>>>>>>> - No global web.xml found
>>>>>>> Jun 15, 2017 3:01:30 PM org.apache.catalina.core.ApplicationContext
>>>>>>> log
>>>>>>> INFO: No Spring WebApplicationInitializer types detected on classpath
>>>>>>> [INFO] [0.0.0.0-startStop-1] org.apache.catalina.core.Conta
>>>>>>> inerBase.[red5Engine].[0.0.0.0].[/] - No Spring
>>>>>>> WebApplicationInitializer types detected on classpath
>>>>>>> [INFO] [pool-4-thread-1] org.red5.server.tomcat.WarDeployer -
>>>>>>> Deploy wars with app start
>>>>>>>
>>>>>>>
>>>>>>> Yesterday i wait for 30 minutes .. and nothing ...
>>>>>>>
>>>>>>> :(
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 2017-06-15 9:57 GMT-05:00 Maxim Solodovnik <[email protected]>:
>>>>>>>
>>>>>>>> not sure about the same
>>>>>>>>
>>>>>>>> process exits?
>>>>>>>> what if will wait couple more minutes?
>>>>>>>>
>>>>>>>> On Thu, Jun 15, 2017 at 9:56 PM, Ramón Zárate Moedano <
>>>>>>>> [email protected]> wrote:
>>>>>>>>
>>>>>>>>> Im sorry ... i try on /opt/red5321 and i get the same ....
>>>>>>>>>
>>>>>>>>> Jun 15, 2017 2:55:38 PM org.apache.catalina.core.AprLifecycleListener
>>>>>>>>> lifecycleEvent
>>>>>>>>> INFO: The APR based Apache Tomcat Native library which allows
>>>>>>>>> optimal performance in production environments was not found on the
>>>>>>>>> java.library.path: /opt/red5321/lib/native
>>>>>>>>> [INFO] [main] org.apache.catalina.core.AprLifecycleListener - The
>>>>>>>>> APR based Apache Tomcat Native library which allows optimal 
>>>>>>>>> performance in
>>>>>>>>> production environments was not found on the java.library.path:
>>>>>>>>> /opt/red5321/lib/native
>>>>>>>>> Jun 15, 2017 2:55:38 PM org.apache.coyote.AbstractProtocol init
>>>>>>>>> INFO: Initializing ProtocolHandler ["http-nio-0.0.0.0-5080"]
>>>>>>>>> [INFO] [main] org.apache.coyote.http11.Http11NioProtocol -
>>>>>>>>> Initializing ProtocolHandler ["http-nio-0.0.0.0-5080"]
>>>>>>>>> Jun 15, 2017 2:55:38 PM org.apache.tomcat.util.net.NioSelectorPool
>>>>>>>>> getSharedSelector
>>>>>>>>> INFO: Using a shared selector for servlet write/read
>>>>>>>>> [INFO] [main] org.apache.tomcat.util.net.NioSelectorPool - Using
>>>>>>>>> a shared selector for servlet write/read
>>>>>>>>> Jun 15, 2017 2:55:38 PM org.apache.catalina.core.StandardService
>>>>>>>>> startInternal
>>>>>>>>> INFO: Starting service Tomcat
>>>>>>>>> [INFO] [main] org.apache.catalina.core.StandardService - Starting
>>>>>>>>> service Tomcat
>>>>>>>>> Jun 15, 2017 2:55:38 PM org.apache.catalina.core.StandardEngine
>>>>>>>>> startInternal
>>>>>>>>> INFO: Starting Servlet Engine: Apache Tomcat/8.5.11
>>>>>>>>> [INFO] [main] org.apache.catalina.core.StandardEngine - Starting
>>>>>>>>> Servlet Engine: Apache Tomcat/8.5.11
>>>>>>>>> Jun 15, 2017 2:55:39 PM org.apache.catalina.startup.ContextConfig
>>>>>>>>> getDefaultWebXmlFragment
>>>>>>>>> INFO: No global web.xml found
>>>>>>>>> [INFO] [0.0.0.0-startStop-1] org.apache.catalina.startup.ContextConfig
>>>>>>>>> - No global web.xml found
>>>>>>>>> Jun 15, 2017 2:55:39 PM org.apache.catalina.core.ApplicationContext
>>>>>>>>> log
>>>>>>>>> INFO: No Spring WebApplicationInitializer types detected on
>>>>>>>>> classpath
>>>>>>>>> [INFO] [0.0.0.0-startStop-1] org.apache.catalina.core.Conta
>>>>>>>>> inerBase.[red5Engine].[0.0.0.0].[/] - No Spring
>>>>>>>>> WebApplicationInitializer types detected on classpath
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 2017-06-15 9:54 GMT-05:00 Ramón Zárate Moedano <[email protected]>:
>>>>>>>>>
>>>>>>>>>> [root@centos7 ~]# ./red5.sh
>>>>>>>>>> -bash: ./red5.sh: No such file or directory
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 2017-06-15 9:47 GMT-05:00 Maxim Solodovnik <[email protected]>
>>>>>>>>>> :
>>>>>>>>>>
>>>>>>>>>>> what will happen if you will start ./red5.sh ?
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Jun 15, 2017 at 9:41 PM, Ramón Zárate Moedano <
>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hello to everyone.
>>>>>>>>>>>>
>>>>>>>>>>>> I have a weird thing with OM 321 and CentOS 7.3
>>>>>>>>>>>>
>>>>>>>>>>>> I installed everything following  Centos7 Tutorial but  red5
>>>>>>>>>>>> never starts.
>>>>>>>>>>>>
>>>>>>>>>>>> After use this
>>>>>>>>>>>>
>>>>>>>>>>>> /etc/init.d/red5-2 start
>>>>>>>>>>>>
>>>>>>>>>>>> Server does something but stop here ...
>>>>>>>>>>>>
>>>>>>>>>>>> [INFO] [main] org.apache.catalina.core.StandardEngine -
>>>>>>>>>>>> Starting Servlet Engine: Apache Tomcat/8.5.11 Jun 15, 2017 1:17:00 
>>>>>>>>>>>> AM
>>>>>>>>>>>> org.apache.catalina.startup.ContextConfig
>>>>>>>>>>>> getDefaultWebXmlFragment INFO: No global web.xml found [INFO]
>>>>>>>>>>>> [0.0.0.0-startStop-1] org.apache.catalina.startup.ContextConfig
>>>>>>>>>>>> - No global web.xml found Jun 15, 2017 1:17:00 AM
>>>>>>>>>>>> org.apache.catalina.core.ApplicationContext log INFO: No
>>>>>>>>>>>> Spring WebApplicationInitializer types detected on classpath [INFO]
>>>>>>>>>>>> [0.0.0.0-startStop-1] org.apache.catalina.core.Conta
>>>>>>>>>>>> inerBase.[red5Engine].[0.0.0.0].[/] - No Spring
>>>>>>>>>>>> WebApplicationInitializer types detected on classpath [INFO]
>>>>>>>>>>>> [pool-4-thread-1] org.red5.server.tomcat.WarDeployer - Deploy
>>>>>>>>>>>> wars with app start
>>>>>>>>>>>>
>>>>>>>>>>>> I can see there are some files missing but i dont know why ....
>>>>>>>>>>>>
>>>>>>>>>>>> I attach full log ...
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks in advance.
>>>>>>>>>>>> Ramón
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>


-- 
WBR
Maxim aka solomax

Reply via email to