I download the latest openmeetings code from svn https://svn.apache.org/repos/asf/incubator/openmeetings/trunk/singlewebapp/ and run the command ant -Ddb=mysql prepare-eclipse and ant -Ddb=mysql after that , cd to the dist folder to run the red5.bat . then open the browser http://localhost:8080/openmeetins/install and configure the basic information. When I went to the conference room ,Screen Sharing application is not working . here is the log java.io.IOException: invalid SHA1 signature file digest for org/bouncycastle/asn1/ocsp/ResponderID.class at com.sun.deploy.cache.CacheEntry$10.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source) at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source) at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source) at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source) at com.sun.deploy.net.DownloadEngine._downloadCacheEntry(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
com.sun.deploy.net.FailedDownloadException: 无法加载资源: http://localhost:5080/openmeetings/screensharing/bcprov-jdk16-145.jar at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source) at com.sun.deploy.net.DownloadEngine._downloadCacheEntry(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResourceCacheEntry(Unknown Source) at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source) at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) <jnlp spec="1.0+" codebase="http://localhost:5080/openmeetings/screensharing"> <information> <title>Screen Sharing Application</title> <vendor>OpenMeetings</vendor> <homepage> http://incubator.apache.org/openmeetings/</homepage> <icon href="icon.jpg"/> <icon kind="splash" href="splashicon.jpg"/> <description>ScreenViewer Client Application</description> <description kind="short">A File to grab a screen and send it to a Server</description> <offline-allowed/> </information> <security> <all-permissions/> </security> <resources> <j2se version="1.4+"/> <jar href="bcprov-jdk16-145.jar"/> <jar href="commons-beanutils-1.8.3.jar"/> <jar href="commons-codec-1.6.jar"/> <jar href="commons-collections-3.2.1.jar"/> <jar href="ehcache-core-2.5.0.jar"/> <jar href="httpclient-4.2.jar"/> <jar href="httpcore-4.2.1.jar"/> <jar href="jcl-over-slf4j-1.6.4.jar"/> <jar href="logback-classic-1.0.3.jar"/> <jar href="logback-core-1.0.3.jar"/> <jar href="mina-core-2.0.5.jar"/> <jar href="openmeetings-screenshare-2.1.0-SNAPSHOT.jar"/> <jar href="red5-client.jar"/> <jar href="red5.jar"/> <jar href="slf4j-api-1.6.4.jar"/> <jar href="spring-beans-3.1.1.RELEASE.jar"/> <jar href="spring-context-3.1.1.RELEASE.jar"/> <jar href="spring-core-3.1.1.RELEASE.jar"/> </resources> <application-desc main-class="org.apache.openmeetings.screen.webstart.RTMPScreenShare"> <argument>localhost</argument> <argument>openmeetings/9</argument> <argument>1935</argument> <argument>6f64b666e8b01083df454ad9d082614e</argument> <argument>?????;??????????;????;????;?????????;????;????;????;????;??;??;????????;???????????;??;?????????????????????????????????????????????????????????????????;????;????;????;???????:;????;???;????;????;Publish;Start Publish;Stop Publish;Host;Publish App;Publish Id;Reduce the width of the SharingScreen before you try to move it left;Reduce the height of the SharingScreen before you try to move it bottom;Reduce the x of the SharingScreen before you try to make it wider;Reduce the y of the SharingScreen before you try to make it higher;Fill these settings stream your screen data to 3th party providers like justin.tv;Please start Screen sharing to be able to publish it;Moderator permission required to start recording</argument> <argument>1</argument> <argument>1</argument> <argument>1</argument> <argument>true</argument> <argument>true</argument> </application-desc> </jnlp> Thanks and Regards!