Formspayer error: Exception in thread "main" java.lang.NoClassDefFoundError: com/google/common/collect/MapMaker

Dear all,

This supervisor service generates the java error below, any leads? thanks

Supervisor File:
[program:commcarehq-prod-formsplayer]
command=java -d64 -Xms8G -Xss1M -classpath /usr/share/java/jython.jar:
-Dpython.home= -Dpython.executable=/usr/bin/jython org.python.util.jython
/home/commcarehq/commcare-hq//submodules/touchforms-src/touchforms/backend/xformserver.py
user=commcarehq
autostart=true
autorestart=true
stdout_logfile=/tmp/formsplayer.log
redirect_stderr=true
stderr_logfile=/tmp/formsplayer.error.log

Java error:
Exception in thread "main" java.lang.NoClassDefFoundError:
com/google/common/collect/MapMaker
at org.python.core.PyType.fromClass(PyType.java:1280)
at org.python.core.PyObject.(PyObject.java:66)
at
org.python.core.PyBuiltinCallable.(PyBuiltinCallable.java:21)
at org.python.core.PyBuiltinMethod.(PyBuiltinMethod.java:16)
at
org.python.core.PyBuiltinMethodNarrow.(PyBuiltinMethodNarrow.java:24)
at
org.python.core.PyType$type___subclasses___exposer.(Unknown Source)
at org.python.core.PyType$PyExposer.(Unknown Source)
at org.python.core.PyType.(PyType.java)
at org.python.core.PyObject.(PyObject.java:66)
at
org.python.core.PyBuiltinCallable.(PyBuiltinCallable.java:21)
at org.python.core.PyBuiltinMethod.(PyBuiltinMethod.java:16)
at
org.python.core.PyBuiltinMethodNarrow.(PyBuiltinMethodNarrow.java:24)
at
org.python.core.PyDataDescr$getset_descriptor___get___exposer.(Unknown
Source)
at org.python.core.PyDataDescr$PyExposer.(Unknown Source)
at org.python.core.PyDataDescr.(PyDataDescr.java)
at org.python.core.PyBuiltinCallable$PyExposer.(Unknown
Source)
at
org.python.core.PyBuiltinCallable.(PyBuiltinCallable.java)
at org.python.core.PyObject$PyExposer.(Unknown Source)
at org.python.core.PyObject.(PyObject.java)
at org.python.util.jython.run(jython.java:150)
at org.python.util.jython.main(jython.java:129)

Eucalyptus - you shouldn't actually need Jython/formsplayer anymore unless
you're using SMS. All other functionality is now handled by the Formplayer
process.

Cheers,
Will

··· On Thu, Apr 6, 2017 at 9:11 PM, Eucalyptus D wrote:

Dear all,

This supervisor service generates the java error below, any leads? thanks

Supervisor File:
[program:commcarehq-prod-formsplayer]
command=java -d64 -Xms8G -Xss1M -classpath /usr/share/java/jython.jar:
-Dpython.home= -Dpython.executable=/usr/bin/jython org.python.util.jython
/home/commcarehq/commcare-hq//submodules/touchforms-src/
touchforms/backend/xformserver.py
user=commcarehq
autostart=true
autorestart=true
stdout_logfile=/tmp/formsplayer.log
redirect_stderr=true
stderr_logfile=/tmp/formsplayer.error.log

Java error:
Exception in thread "main" java.lang.NoClassDefFoundError:
com/google/common/collect/MapMaker
at org.python.core.PyType.fromClass(PyType.java:1280)
at org.python.core.PyObject.(PyObject.java:66)
at org.python.core.PyBuiltinCallable.(
PyBuiltinCallable.java:21)
at org.python.core.PyBuiltinMethod.(PyBuiltinMethod.java:16)
at org.python.core.PyBuiltinMethodNarrow.(
PyBuiltinMethodNarrow.java:24)
at org.python.core.PyType$type___subclasses___exposer.(Unknown
Source)
at org.python.core.PyType$PyExposer.(Unknown Source)
at org.python.core.PyType.(PyType.java)
at org.python.core.PyObject.(PyObject.java:66)
at org.python.core.PyBuiltinCallable.(
PyBuiltinCallable.java:21)
at org.python.core.PyBuiltinMethod.(PyBuiltinMethod.java:16)
at org.python.core.PyBuiltinMethodNarrow.(
PyBuiltinMethodNarrow.java:24)
at org.python.core.PyDataDescr$getset_descriptor___get___exposer.(Unknown
Source)
at org.python.core.PyDataDescr$PyExposer.(Unknown Source)
at org.python.core.PyDataDescr.(PyDataDescr.java)
at org.python.core.PyBuiltinCallable$PyExposer.(Unknown
Source)
at org.python.core.PyBuiltinCallable.(
PyBuiltinCallable.java)
at org.python.core.PyObject$PyExposer.(Unknown Source)
at org.python.core.PyObject.(PyObject.java)
at org.python.util.jython.run(jython.java:150)
at org.python.util.jython.main(jython.java:129)

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

thanks Will, I appreciate.

··· On Friday, April 7, 2017 at 6:38:40 AM UTC+1, William Pride wrote: > > Eucalyptus - you shouldn't actually need Jython/formsplayer anymore unless > you're using SMS. All other functionality is now handled by the Formplayer > process. > > Cheers, > Will > > On Thu, Apr 6, 2017 at 9:11 PM, Eucalyptus D <eucal...@me.net.ng > wrote: > >> Dear all, >> >> This supervisor service generates the java error below, any leads? thanks >> >> Supervisor File: >> [program:commcarehq-prod-formsplayer] >> command=java -d64 -Xms8G -Xss1M -classpath /usr/share/java/jython.jar: >> -Dpython.home= -Dpython.executable=/usr/bin/jython org.python.util.jython >> /home/commcarehq/commcare-hq//submodules/touchforms-src/touchforms/backend/xformserver.py >> user=commcarehq >> autostart=true >> autorestart=true >> stdout_logfile=/tmp/formsplayer.log >> redirect_stderr=true >> stderr_logfile=/tmp/formsplayer.error.log >> >> Java error: >> Exception in thread "main" java.lang.NoClassDefFoundError: >> com/google/common/collect/MapMaker >> at org.python.core.PyType.fromClass(PyType.java:1280) >> at org.python.core.PyObject.(PyObject.java:66) >> at >> org.python.core.PyBuiltinCallable.(PyBuiltinCallable.java:21) >> at org.python.core.PyBuiltinMethod.(PyBuiltinMethod.java:16) >> at >> org.python.core.PyBuiltinMethodNarrow.(PyBuiltinMethodNarrow.java:24) >> at >> org.python.core.PyType$type___subclasses___exposer.(Unknown Source) >> at org.python.core.PyType$PyExposer.(Unknown Source) >> at org.python.core.PyType.(PyType.java) >> at org.python.core.PyObject.(PyObject.java:66) >> at >> org.python.core.PyBuiltinCallable.(PyBuiltinCallable.java:21) >> at org.python.core.PyBuiltinMethod.(PyBuiltinMethod.java:16) >> at >> org.python.core.PyBuiltinMethodNarrow.(PyBuiltinMethodNarrow.java:24) >> at >> org.python.core.PyDataDescr$getset_descriptor___get___exposer.(Unknown >> Source) >> at org.python.core.PyDataDescr$PyExposer.(Unknown Source) >> at org.python.core.PyDataDescr.(PyDataDescr.java) >> at org.python.core.PyBuiltinCallable$PyExposer.(Unknown >> Source) >> at >> org.python.core.PyBuiltinCallable.(PyBuiltinCallable.java) >> at org.python.core.PyObject$PyExposer.(Unknown Source) >> at org.python.core.PyObject.(PyObject.java) >> at org.python.util.jython.run(jython.java:150) >> at org.python.util.jython.main(jython.java:129) >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "CommCare Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-developers+unsubscribe@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > >