Skip to content

Instantly share code, notes, and snippets.

class Machine extends AbstractEntity
{
/**
* pdf
*
* @var \TYPO3\CMS\Extbase\Domain\Model\FileReference
*/
protected $pdf = null;
/**
<f:groupedFor each="{objects}" as="images" groupBy="{groupBy}" groupKey="group">
<f:if condition="{group} == {category}">
<f:image src="fileadmin/uploads/{images.0}.jpeg />
</f:if>
</f:groupedFor>
17/07/12 13:37:31 INFO NativeOpsHolder: Number of threads used for NativeOps: 8
17/07/12 13:37:31 INFO Reflections: Reflections took 188 ms to scan 1 urls, producing 29 keys and 189 values
17/07/12 13:37:31 INFO Nd4jBlas: Number of threads used for BLAS: 8
17/07/12 13:37:31 INFO DefaultOpExecutioner: Backend used: [CPU]; OS: [Linux]
17/07/12 13:37:31 INFO DefaultOpExecutioner: Cores: [16]; Memory: [1.0GB];
17/07/12 13:37:31 INFO DefaultOpExecutioner: Blas vendor: [OPENBLAS]
17/07/12 13:37:32 WARN Reflections: could not create Dir using directory from url file:/usr/share/aws/emr/emrfs/auxlib/*. skipping.
java.lang.NullPointerException
at org.reflections.vfs.Vfs$DefaultUrlTypes$3.matches(Vfs.java:239)
at org.reflections.vfs.Vfs.fromURL(Vfs.java:98)