View Single Post
Old 11-18-2012, 06:56 PM   #12
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
okay - you don't say exactly "how" you run the ./sign.sh

nor do you give the exact error.

if the error is
Quote:
cp: missing destination file operand after `./blah.azw2'
then you must give it a valid azw2 filename (other than test.azw2)

If the error is something else then I don't understand. as I can sign it fine.

Quote:
me@dev ~/Downloads/test $ ./sign.sh ./renamedDownloadedKindlet.azw2
(attached)

Quote:
--------------------------------------------------------------------------------
[11/18/12 11:51 PM] Kindlet (v. 1.0)

java.lang.ClassNotFoundException: nsuchy.kindlet.main was not found:
at com.amazon.kindle.kindlet.internal.security.m.find Class(tdb:486)
at com.amazon.kindle.kindlet.internal.security.m.load Class(tdb:463)
at java.lang.ClassLoader.loadClass(Compiled Method)(ClassLoader.java:321)
at com.amazon.kindle.kindlet.internal.gb.gdb(bvb:153)
at com.amazon.kindle.kindlet.internal.gb.St(bvb:439)
at com.amazon.kindle.kindlet.internal.lifecycle.o.cal l(upb:412)
at edu.emory.mathcs.backport.java.util.concurrent.Fut ureTask.run(ez:491)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor.BW(jv:959)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.run(jv:803)
at java.lang.Thread.run(Thread.java:988)
at java.lang.Thread.startup(Thread.java:1065)
Caused by: java.lang.ClassFormatError: nsuchy/kindlet/main (Bad magic number)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Compiled Method)(ClassLoader.java:634)
at java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:125)
at com.amazon.kindle.kindlet.internal.security.m.find Class(tdb:342)
at com.amazon.kindle.kindlet.internal.security.m.load Class(tdb:463)
at java.lang.ClassLoader.loadClass(Compiled Method)(ClassLoader.java:321)
at com.amazon.kindle.kindlet.internal.gb.gdb(bvb:153)
at com.amazon.kindle.kindlet.internal.gb.St(bvb:439)
at com.amazon.kindle.kindlet.internal.lifecycle.o.cal l(upb:412)
at edu.emory.mathcs.backport.java.util.concurrent.Fut ureTask.run(ez:491)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor.BW(jv:959)
at edu.emory.mathcs.backport.java.util.concurrent.Thr eadPoolExecutor$Worker.run(jv:803)
at java.lang.Thread.run(Thread.java:988)
at java.lang.Thread.startup(Thread.java:1065)
HTH

(peruse the source luke)
Attached Files
File Type: zip test.azw2.zip (2.8 KB, 109 views)

Last edited by twobob; 11-18-2012 at 07:02 PM.
twobob is offline   Reply With Quote