It fails at uploading tht voice file to the server though.
I read and reread the documentation and installation instructions, and I concluded that the error lies with an exception in the servlet code somewhere.
Using the WAV recorder and the "WAV_JBOSS_JSP" files. But instead of JBOSS, using Weblogic.(Should'nt matter I suppose).
Using a local server with url "localhost:7001"
Here is the Java Console output. It has the output of 2-3 tries of reloading and rerecording.
Using JRE version 1.4.1_06 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Toxic
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
uploadVoiceMsg: voiceBuffer size = 13440
http://localhost:7001/rpappletserverscript/rpappletserverscript
IOException
Exception at uploadingjava.lang.NullPointerException
java.lang.NullPointerException
at java.io.DataInputStream.readLine(Unknown Source)
at ba.d(ba.java)
at ba.b(ba.java)
at ba.a(ba.java)
at ba.run(ba.java)
at java.lang.Thread.run(Unknown Source)
Stopped
uploadVoiceMsg: voiceBuffer size = 13440
http://localhost:7001/rpappletserverscript/rpappletserverscript
IOException
Exception at uploadingjava.lang.NullPointerException
java.lang.NullPointerException
at java.io.DataInputStream.readLine(Unknown Source)
at ba.d(ba.java)
at ba.b(ba.java)
at ba.a(ba.java)
at ba.run(ba.java)
at java.lang.Thread.run(Unknown Source)
Start Record
Stopped
Start Play
Stopped
uploadVoiceMsg: voiceBuffer size = 107520
http://localhost:7001/rpappletserverscript/rpappletserverscript
IOException
Exception at uploadingjava.lang.NullPointerException
java.lang.NullPointerException
at java.io.DataInputStream.readLine(Unknown Source)
at ba.d(ba.java)
at ba.b(ba.java)
at ba.a(ba.java)
at ba.run(ba.java)
at java.lang.Thread.run(Unknown Source)
OS: Windows XP
VERSION:1.3.12
Wav Dll version
DEMO_VERSION
Maximal time of record is 0:0:20
Loading library C:\Documents and Settings\Toxic\jaudioWavWin.tar...
Library loaded...
Start Record
Stopped
uploadVoiceMsg: voiceBuffer size = 15120
http://localhost:7001/rpappletserverscript/rpappletserverscript
IOException
Exception at uploadingjava.lang.NullPointerException
java.lang.NullPointerException
at java.io.DataInputStream.readLine(Unknown Source)
at ba.d(ba.java)
at ba.b(ba.java)
at ba.a(ba.java)
at ba.run(ba.java)
at java.lang.Thread.run(Unknown Source)
Hope it's not much of a difficulty for you guys.












