You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Bakko <as...@gmail.com> on 2013/02/06 02:20:35 UTC

Error recording

Hello,

when I try to activate recordings on a room, on the applet i see this error:

com.sun.deploy.net.JARSigningException: Se ha encontrado una entrada sin 
firma en el recurso: 
http://dominio.org:5080/openmeetings/red5-screenshare/commons-httpclient-3.1.jar

I thing I'm using 1.9 openmeetings version (how i can see openmeetings 
version installated?).

Is there a trick to resolve this error without to upgrade to 2.0?

Thank you

Regards



Re: Error recording

Posted by Bakko <as...@gmail.com>.
Thank you

i used the hard way. First I created a genkey on my keystore (openjdk 1.6)

cd /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/lib/security/

then:

  keytool -genkey -keystore cacerts -alias voztovoice

voztovoice is my alias key

then I have copied all files on 
/opt/openmeetings/webapps/openmeetings/red5-screenshare to a temporary 
folder /tmp

created a new dir /tmp/jar

copied the first file to /tmp/jar (example apache-commons.jar)

unzip apache-commons.jar

delete META-INF directory:

rm -fr META-INF

zip -r apache-commons.jar  *

Signed:

jarsigner -keystore cacerts /tmp/jar/apache-commons.jar voztovoice

verified:

jarsigner -verify  /tmp/jar/apache-commons.jar

And so for each file.

the last operation is copy all news signed files to the same directory 
/opt/openmeetings/webapps/openmeetings/red5-screenshare

Now recording working fine.

Than you Maxim and sorry for my poor english


Re: Error recording

Posted by Maxim Solodovnik <so...@gmail.com>.
I you built from sources you can use "ant signWebStartJars"
The general instruction is:
1) rebuild
2) replace webapps/openmeetings/screensharing (or red5screensharing in 1.9)
folder

the hard way is:
1) repack and sign each jar in webapps/openmeetings/screensharing (or
red5screensharing in 1.9) folder


On Thu, Feb 7, 2013 at 10:19 PM, Bakko <as...@gmail.com> wrote:

>  I'm using for 3 deferents courses just now and i can't upgrade until the
> next month.
>
> Is there a howto about re-sign the applet?
>
> Thank you in advance.
>
> Regards
>
> El 07/02/2013 09:16, Maxim Solodovnik escribió:
>
> I'm afraid signature of your screen-sharing applet is expired
> you need to upgrade to the new version or "re-sign" the applet
>
>
>  On Thu, Feb 7, 2013 at 8:17 PM, Bakko <as...@gmail.com> wrote:
>
>>  Hello
>>
>> any hint?
>>
>> Thank you
>>
>>
>> -------- Mensaje original --------  Asunto: Error recording  Fecha: Tue,
>> 05 Feb 2013 20:20:35 -0500  De: Bakko <as...@gmail.com>  Para:
>> user@openmeetings.apache.org
>>
>> Hello,
>>
>> when I try to activate recordings on a room, on the applet i see this error:
>>
>> com.sun.deploy.net.JARSigningException: Se ha encontrado una entrada sin
>> firma en el recurso: http://dominio.org:5080/openmeetings/red5-screenshare/commons-httpclient-3.1.jar
>>
>> I'm using 1.9 openmeetings version.
>>
>> Is there a trick to resolve this error without to upgrade to 2.0?
>>
>> Thank you
>>
>> Regards
>>
>>
>>
>>
>>
>>
>
>
>  --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax

Re: Error recording

Posted by Bakko <as...@gmail.com>.
I'm using for 3 deferents courses just now and i can't upgrade until the 
next month.

Is there a howto about re-sign the applet?

Thank you in advance.

Regards

El 07/02/2013 09:16, Maxim Solodovnik escribió:
> I'm afraid signature of your screen-sharing applet is expired
> you need to upgrade to the new version or "re-sign" the applet
>
>
> On Thu, Feb 7, 2013 at 8:17 PM, Bakko <asannucci@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     Hello
>
>     any hint?
>
>     Thank you
>
>
>     -------- Mensaje original --------
>     Asunto: 	Error recording
>     Fecha: 	Tue, 05 Feb 2013 20:20:35 -0500
>     De: 	Bakko <as...@gmail.com> <ma...@gmail.com>
>     Para: 	user@openmeetings.apache.org
>     <ma...@openmeetings.apache.org>
>
>
>
>     Hello,
>
>     when I try to activate recordings on a room, on the applet i see this error:
>
>     com.sun.deploy.net.JARSigningException: Se ha encontrado una entrada sin
>     firma en el recurso:
>     http://dominio.org:5080/openmeetings/red5-screenshare/commons-httpclient-3.1.jar
>
>     I'm using 1.9 openmeetings version.
>
>     Is there a trick to resolve this error without to upgrade to 2.0?
>
>     Thank you
>
>     Regards
>
>
>
>
>
>
>
> -- 
> WBR
> Maxim aka solomax


Re: Error recording

Posted by Maxim Solodovnik <so...@gmail.com>.
I'm afraid signature of your screen-sharing applet is expired
you need to upgrade to the new version or "re-sign" the applet


On Thu, Feb 7, 2013 at 8:17 PM, Bakko <as...@gmail.com> wrote:

>  Hello
>
> any hint?
>
> Thank you
>
>
> -------- Mensaje original --------  Asunto: Error recording  Fecha: Tue,
> 05 Feb 2013 20:20:35 -0500  De: Bakko <as...@gmail.com>  Para:
> user@openmeetings.apache.org
>
> Hello,
>
> when I try to activate recordings on a room, on the applet i see this error:
>
> com.sun.deploy.net.JARSigningException: Se ha encontrado una entrada sin
> firma en el recurso: http://dominio.org:5080/openmeetings/red5-screenshare/commons-httpclient-3.1.jar
>
> I'm using 1.9 openmeetings version.
>
> Is there a trick to resolve this error without to upgrade to 2.0?
>
> Thank you
>
> Regards
>
>
>
>
>
>


-- 
WBR
Maxim aka solomax

Fwd: Error recording

Posted by Bakko <as...@gmail.com>.
Hello

any hint?

Thank you


-------- Mensaje original --------
Asunto: 	Error recording
Fecha: 	Tue, 05 Feb 2013 20:20:35 -0500
De: 	Bakko <as...@gmail.com>
Para: 	user@openmeetings.apache.org



Hello,

when I try to activate recordings on a room, on the applet i see this error:

com.sun.deploy.net.JARSigningException: Se ha encontrado una entrada sin
firma en el recurso:
http://dominio.org:5080/openmeetings/red5-screenshare/commons-httpclient-3.1.jar

I'm using 1.9 openmeetings version.

Is there a trick to resolve this error without to upgrade to 2.0?

Thank you

Regards