The demo default taudb database should be automatically set up when autoperf is installed.
Could not find file: /home/norris/.ParaProf/perfdmf.cfg.demo
ERROR: Couldn't select views from the database!
java.lang.NullPointerException
at edu.uoregon.tau.perfdmf.View.getViews(View.java:463)
at edu.uoregon.tau.perfdmf.View.getTrialsForTAUdbView(View.java:592)
at edu.uoregon.tau.perfdmf.View.getTrialsForTAUdbView(View.java:577)
at edu.uoregon.tau.perfdmf.taudb.TAUdbDatabaseAPI.getTrialList(TAUdbDatabaseAPI.java:1545)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:186)
at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:204)
at org.python.core.PyObject.__call__(PyObject.java:404)
at org.python.core.PyObject.__call__(PyObject.java:408)
at org.python.core.PyMethod.__call__(PyMethod.java:124)
at org.python.pycode._pyx0.is_exist$1(2015-05-26-22-58-38-951361/taudb_loadtrial.py:46)
at org.python.pycode._pyx0.call_function(2015-05-26-22-58-38-951361/taudb_loadtrial.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyBaseCode.call(PyBaseCode.java:149)
at org.python.core.PyFunction.__call__(PyFunction.java:327)
at org.python.pycode._pyx0.f$0(2015-05-26-22-58-38-951361/taudb_loadtrial.py:54)
at org.python.pycode._pyx0.call_function(2015-05-26-22-58-38-951361/taudb_loadtrial.py)
at org.python.core.PyTableCode.call(PyTableCode.java:165)
at org.python.core.PyCode.call(PyCode.java:18)
at org.python.core.Py.runCode(Py.java:1275)
at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:235)
at org.python.util.jython.run(jython.java:247)
at org.python.util.jython.main(jython.java:129)
Traceback (most recent call last):
File "2015-05-26-22-58-38-951361/taudb_loadtrial.py", line 50, in
if is_exist(TAUDB, TRIAL):
File "2015-05-26-22-58-38-951361/taudb_loadtrial.py", line 42, in is_exist
for t in db.getTrialList(False):
TypeError: 'NoneType' object is not iterable
The demo default taudb database should be automatically set up when autoperf is installed.