so your build is not successful
please install command line SVN client
delete "build" and "dist" folders and run "ant dist prepare-eclipse" again

On Mon, Dec 22, 2014 at 1:46 PM, Mahbub Al-Amin <[email protected]
> wrote:

> Hi Solodovnik,
>
> Thanks for your reply.
>
> I run red5-debug.bat since i am working on windows platform. But no luck,
> same error(Http status-404: openmeetings/install) shows.
> I am afraid of "2014-12-18 12:27:46,780 [0.0.0.0-startStop-1] INFO
> o.a.c.c.C.[.[.0.0.0.[/
> openmeetings] - No Spring WebApplicationInitializer types detected on
> classpath" and the followings errors in the red5 log.
> Because when i run red5 server from downloaded installer zip this error
> does not appear and i can run web installer.
>
> One point: when i run "ant dist prepare-eclipse" build failed occurs.
> "Cannot find javahl, svnkit nor command line svn client". Hence i run ant
> compile command and then it showed build successful and dist folder
> created.  I have attached build failed errors(ant_dist_prepare_eclipse.txt)
> while running "ant dist prepare-eclipse".
>
> However, I want to go through the full process again, if necessary. Then
> can you please tell me what will be eclipse perspective(Java, Spring, Java
> EE)? I used Java early.
>
> Thanks again for you time.
>
>
> Regards,
> mahbub <http://www.commlinkinfotech.com>
>
> On Mon, Dec 22, 2014 at 12:11 PM, Maxim Solodovnik <[email protected]>
> wrote:
>
>> you need to run:
>>
>> ant dist prepare-eclipse
>> cd dist/red5
>> ./red5-debug.sh
>>
>> everything should work as expected
>>
>> On Sun, Dec 21, 2014 at 5:13 PM, Mahbub Al-Amin <
>> [email protected]> wrote:
>>
>>> Dear all,
>>>
>>> I am very much excited about openmeetings feature. I successfully
>>> installed. Now i am interested to develop/customize it, hence i followed
>>> all steps found in the link
>>> http://openmeetings.apache.org/BuildInstructions_3.0.x.html
>>>
>>> I run command "ant dist prepare-eclipse" and run "ant compile", nothing
>>> else. Openmeetings successfully built. But when i run red5.bat from dist
>>> folder, red5.log shows following error:
>>>
>>> 2014-12-18 12:27:40,794 [main] INFO  o.apache.catalina.startup.Embedded
>>> - Starting tomcat server
>>> 2014-12-18 12:27:40,794 [main] INFO  o.a.catalina.core.StandardEngine -
>>> Starting Servlet Engine: Apache Tomcat/7.0.55
>>> 2014-12-18 12:27:46,780 [0.0.0.0-startStop-1] INFO
>>> o.a.c.c.C.[.[.0.0.0.[/openmeetings] - No Spring WebApplicationInitializer
>>> types detected on classpath
>>> 2014-12-18 12:27:46,790 [0.0.0.0-startStop-1] ERROR
>>> o.a.c.c.C.[.[.0.0.0.[/openmeetings] - Error configuring application
>>> listener of class org.apache.openmeetings.util.OMContextListener
>>> java.lang.ClassNotFoundException:
>>> org.apache.openmeetings.util.OMContextListener
>>>     at
>>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1720)
>>> ~[tomcat-embed-core.jar:7.0.55]
>>>     at
>>> org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1571)
>>> ~[tomcat-embed-core.jar:7.0.55]
>>>     at
>>> org.apache.catalina.core.DefaultInstanceManager.loadClass(DefaultInstanceManager.java:530)
>>> ~[tomcat-embed-core.jar:7.0.55]
>>>     at
>>> org.apache.catalina.core.DefaultInstanceManager.loadClassMaybePrivileged(DefaultInstanceManager.java:512)
>>> ~[tomcat-embed-core.jar:7.0.55]
>>>     at
>>> org.apache.catalina.core.DefaultInstanceManager.newInstance(DefaultInstanceManager.java:139)
>>> ~[tomcat-embed-core.jar:7.0.55]
>>>     at
>>> org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4907)
>>> [tomcat-embed-core.jar:7.0.55]
>>>     at
>>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5490)
>>> [tomcat-embed-core.jar:7.0.55]
>>>     at
>>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>>> [tomcat-embed-core.jar:7.0.55]
>>>     at
>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1575)
>>> [tomcat-embed-core.jar:7.0.55]
>>>     at
>>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1565)
>>> [tomcat-embed-core.jar:7.0.55]
>>>     at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>>> [na:1.7.0_67]
>>>     at
>>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>>> [na:1.7.0_67]
>>>     at
>>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>>> [na:1.7.0_67]
>>>     at java.lang.Thread.run(Thread.java:745) [na:1.7.0_67]
>>> 2014-12-18 12:27:46,790 [0.0.0.0-startStop-1] ERROR
>>> o.a.c.c.C.[.[.0.0.0.[/openmeetings] - Skipped installing application
>>> listeners due to previous error(s)
>>> 2014-12-18 12:27:46,790 [0.0.0.0-startStop-1] ERROR
>>> o.a.catalina.core.StandardContext - Error listenerStart
>>> 2014-12-18 12:27:46,790 [0.0.0.0-startStop-1] ERROR
>>> o.a.catalina.core.StandardContext - Context [/openmeetings] startup failed
>>> due to previous errors
>>> 2014-12-18 12:27:51,690 [0.0.0.0-startStop-1] INFO
>>> o.a.c.c.C.[.[0.0.0.0].[/] - No Spring WebApplicationInitializer types
>>> detected on classpath
>>> 2014-12-18 12:27:51,710 [main] INFO  o.a.coyote.http11.Http11NioProtocol
>>> - Starting ProtocolHandler ["http-nio-0.0.0.0-5080"]
>>> 2014-12-18 12:27:51,720 [main] INFO  org.red5.server.tomcat.TomcatLoader
>>> - Dedicated RTMPT server configuration was not specified
>>> 2014-12-18 12:27:51,730 [main] INFO  org.red5.server.ContextLoader - JEE
>>> server was found: TomcatLoader [serviceEngineName=red5Engine]
>>> 2014-12-18 12:27:51,730 [main] INFO  o.r.net.websocket.WebSocketPlugin -
>>> WebSocketPlugin ctor
>>> 2014-12-18 12:27:51,730 [main] INFO  o.r.net.websocket.WebSocketPlugin -
>>> WebSocketPlugin start
>>> 2014-12-18 12:27:51,730 [main] INFO  o.red5.server.plugin.PluginLauncher
>>> - Loaded plugin: org.red5.net.websocket.WebSocketPlugin
>>> 2014-12-18 12:27:51,730 [Launcher:/] INFO
>>> o.s.w.c.s.XmlWebApplicationContext - Refreshing Root WebApplicationContext:
>>> startup date [Thu Dec 18 12:27:51 ALMT 2014]; parent:
>>> org.springframework.context.support.FileSystemXmlApplicationContext@1e3f5bb
>>> 2014-12-18 12:27:51,730 [main] INFO  o.r.n.websocket.WebSocketTransport
>>> - WebSocket will be bound to [localhost:8081]
>>> 2014-12-18 12:27:51,740 [Launcher:/] INFO
>>> o.s.b.f.xml.XmlBeanDefinitionReader - Loading XML bean definitions from
>>> ServletContext resource [/WEB-INF/red5-web.xml]
>>> 2014-12-18 12:27:51,760 [main] INFO  o.r.n.websocket.WebSocketTransport
>>> - started  websocket transport
>>> 2014-12-18 12:27:51,760 [Launcher:/] INFO
>>> o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from
>>> ServletContext resource [/WEB-INF/red5-web.properties]
>>> 2014-12-18 12:27:51,770 [Launcher:/] INFO  org.red5.server.Context -
>>> Setting parent bean factory as core
>>> 2014-12-18 12:27:51,770 [Launcher:/] INFO
>>> org.red5.server.scope.WebScope - Set server [Server@1929095map[[empty]]]
>>> 2014-12-18 12:27:51,780 [Launcher:/] INFO  org.red5.server.Server - Add
>>> mapping global: default host:  context:
>>> 2014-12-18 12:27:51,780 [Launcher:/] WARN  org.red5.server.scope.Scope -
>>> Invalid scope rejected: Scope [name=, path=/default, type=APPLICATION,
>>> autoStart=true, creationTime=1418884071770, depth=1, enabled=true,
>>> running=false]
>>> 2014-12-18 12:27:51,780 [Launcher:/] WARN  org.red5.server.scope.Scope -
>>> Scope not added to parent
>>>
>>>
>>> Please help me if i miss anything. I am stuck here for last couple of
>>> days.
>>> Thanks.
>>>
>>> Regards,
>>> mahbub <http://www.commlinkinfotech.com>
>>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>


-- 
WBR
Maxim aka solomax

Reply via email to