Not receiving Transaction/span from java APM

Kibana version: 7.14

Elasticsearch version:7.14

APM Server version: 7.14

APM Agent language and version: 1.24.0

Original install method (e.g. download page, yum, deb, from source, etc.) and version: download

Fresh install or upgraded from other version? Fresh

Is there anything special in your setup? Straight from JAVA app to Elasticsearch

Description of the problem including expected versus actual behavior. Please include screenshots (if relevant):

I am only receiving JVMs data in to ELK. no transaction or span data.

Here is my config to start that java app

  export JAVA_OPTS="$JAVA_OPTS -javaagent:/opt/teamplayer-1.0-SNAPSHOT/lib/elastic-apm-agent-1.24.0.jar"
  export JAVA_OPTS="$JAVA_OPTS -Delastic.apm.service_name=mcnv-teamplayer"
  export JAVA_OPTS="$JAVA_OPTS -Delastic.apm.application_packages=org.example,org.another.example"
  export JAVA_OPTS="$JAVA_OPTS -Delastic.apm.server_url=http://elkdev01:8200"
  export JAVA_OPTS="$JAVA_OPTS -Delastic.apm.log_file=/opt/teamplayer-1.0-SNAPSHOT/logs/apm.log -Delastic.apm.log_level=DEBUG"

Am I missing something?

I did created error which gets register in ELK.
here is log that got generated while doing it

2021-09-28 00:09:26,097 [application-akka.actor.default-dispatcher-10] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: (((name(equals(execute)) and returns(erasure(is(void))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public final void scala.concurrent.impl.ExecutionContextImpl.execute(java.lang.Runnable)
2021-09-28 00:09:26,911 [pool-2-thread-1] DEBUG co.elastic.apm.agent.bci.IndyPluginClassLoaderFactory - Creating plugin class loader for jdk.internal.loader.ClassLoaders$AppClassLoader@9e89d68 containing **[co.elastic.apm.agent.errorlogging.Log4j2LoggerErrorCapturingInstrumentation, co.elastic.apm.agent.errorlogging.AbstractLoggerErrorCapturingInstrumentation, co.elastic.apm.agent.errorlogging.package-info, co.elastic.apm.agent.errorlogging.Slf4jLoggerErrorCapturingInstrumentation, co.elastic.apm.agent.errorlogging.AbstractLoggerErrorCapturingInstrumentation$LoggingAdvice, co.elastic.apm.agent.bci.classloading.LookupExposer]**
2021-09-28 00:09:26,947 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving ERROR event (sequence 3415)
2021-09-28 00:09:26,950 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving ERROR event (sequence 3416)
2021-09-28 00:09:31,840 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler$FlushOnTimeoutTimerTask - Request flush because the request timeout occurred
2021-09-28 00:09:31,847 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 3417)
2021-09-28 00:09:31,848 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 16024 uncompressed 2740 compressed bytes
2021-09-28 00:09:48,574 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2021-09-28 00:09:48,574 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2021-09-28 00:09:51,516 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Reloading configuration from APM Server http://elkdev01:8200/config/v1/agents
2021-09-28 00:09:51,657 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Configuration did not change
2021-09-28 00:09:51,657 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Scheduling next remote configuration reload in 30s

Hi @elasticforme
Is the framework that you use supported by Supported technologies | APM Java Agent Reference [1.x] | Elastic ?
Which servlet container do you use?
I noticed that you use -Delastic.apm.application_packages=org.example,org.another.example.
In this setting you need to use your application's packages.

how do I find out which technologies it is using. I have full control of the test container. but I am clueless on application. :slight_smile:

This is java process it is running

root 6 1 1 Sep27 ? 00:16:23 /usr/local/openjdk-11/bin/java -javaagent:/opt/teamplayer-1.0-SNAPSHOT/lib/elastic-apm-agent-1.24.0.jar -Delastic.apm.service_name=mcnv-teamplayer -Delastic.apm.application_packages=org.example,org.another.example -Delastic.apm.span_frames_min_duration=-1ms -Delastic.apm.server_url=http://houelkdev01:8200 -Delastic.apm.log_file=/opt/teamplayer-1.0-SNAPSHOT/logs/apm.log -Delastic.apm.log_level=DEBUG -Duser.dir=/opt/teamplayer-1.0-SNAPSHOT -Dhttps.port=9443 -cp /opt/teamplayer-1.0-SNAPSHOT/lib/../conf/:/opt/teamplayer-1.0-SNAPSHOT/lib/cgg.teamplayer-1.0-SNAPSHOT-sans-externalized.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/commons-lang3-3.8.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/json-lib-2.2.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/commons-beanutils-1.7.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/commons-collections-3.2.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/commons-lang-2.4.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/commons-logging-1.1.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/ezmorph-1.0.6.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.jogl.jogl-all-2.3.2-natives-solaris-i586.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.codehaus.jackson.jackson-mapper-lgpl-1.9.13.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.apache.httpcomponents.httpclient-4.5.9.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-core-scripting-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.jidesoft.jide-oss-3.7.4.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.slf4j.slf4j-api-1.7.29.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.play.play_2.13-2.8.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.eclipse.collections.eclipse-collections-8.0.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.scala-lang.scala-library-2.13.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-core-dataprocessing-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/commons-codec.commons-codec-1.11.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.play.twirl-api_2.13-1.5.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.swinglabs.swingx-1.6.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.fasterxml.jackson.module.jackson-module-parameter-names-2.10.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.mozilla.rhino-1.7.6.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.surelogic.promises-4.4.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-swing-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/net.jodah.typetools-0.5.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-core-acornpreloading-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.gluegen.gluegen-rt-2.3.2-natives-macosx-universal.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.play.play-streams_2.13-2.8.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.scala-lang.modules.scala-parser-combinators_2.13-1.1.2.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/javax.xml.soap.saaj-api-1.3.5.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/jakarta.activation.jakarta.activation-api-1.2.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.jogl.jogl-all-2.3.2-natives-android-armv6.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/it.geosolutions.imageio-ext.imageio-ext-utilities-1.1.9.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.fasterxml.classmate-1.3.4.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.akka.akka-protobuf-v3_2.13-2.6.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-metrics-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.zaxxer.HikariCP-2.4.7.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.jhlabs.filters-2.0.235.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jcodec.jcodec-0.2.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.fasterxml.jackson.module.jackson-module-paranamer-2.10.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.codehaus.jackson.jackson-core-lgpl-1.9.13.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/INT.jseismic-3.4.0.14.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.jogl.jogl-all-2.3.2-natives-linux-i586.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/INT.jwelllog-3.4.0.14.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.akka.akka-http-core_2.13-10.1.11.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/INT.jwelllog-ogl-3.4.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/net.java.dev.appframework.appframework-1.03.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/net.lingala.zip4j.zip4j-1.3.2.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-laf-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-utils-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/ch.qos.logback.logback-classic-1.2.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.infra.data.hppacorn.hppacorn-3.0.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-icons-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-core-mvc-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.swinglabs.swing-worker-1.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-gui-plot-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-gui-synchronizer-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/commons-primitives.commons-primitives-1.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/imageio-ext.gdalmrsid-1.0.2.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.apache.commons.commons-lang3-3.9.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.google.code.findbugs.jsr305-3.0.2.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.play.play-server_2.13-2.8.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/javax.media.jai_core-1.1.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-core-model-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.json.json-20190722.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.jogl.jogl-all-2.3.2-natives-android-aarch64.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.akka.akka-actor-typed_2.13-2.6.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.google.guava.listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.fasterxml.jackson.core.jackson-core-2.10.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.slf4j.slf4j-log4j12-1.7.21.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.blackpearl.filtered-file-system-1.2.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/joda-time.joda-time-2.10.5.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/INT.jcarnacpro-3.4.0.14.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/jfree.jcommon-1.0.8.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.fife.autocomplete-3.0.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/flexlm.EccpressoAll-9.5.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.gluegen.gluegen-rt-2.3.2-natives-linux-armv6.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.fife.rsyntaxtextarea-3.0.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.play.play-exceptions-2.8.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-properties-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/jdbc.ojdbc8-12.2.0.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.gluegen.gluegen-rt-2.3.2-natives-solaris-i586.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.codehaus.groovy.groovy-3.0.5.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-threads-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jetbrains.kotlin.kotlin-stdlib-1.0.6.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.springframework.spring-beans-5.2.6.RELEASE.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.eclipse.collections.eclipse-collections-api-8.0.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/INT.jseismic-ogl-3.4.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.freedesktop.dbus-all-2.5.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jooq.jooq-3.6.4.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.akka.akka-slf4j_2.13-2.6.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/openswing.clientos-2.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.fasterxml.jackson.core.jackson-annotations-2.10.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.play.build-link-2.8.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/it.geosolutions.imageio-ext.imageio-ext-gdalframework-1.1.9.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.gluegen.gluegen-rt-main-2.3.2.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/junit.junit-4.12.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/xalan.serializer-2.7.2.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.googlecode.json-simple.json-simple-1.1.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.google.protobuf.protobuf-java-3.10.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.eclipse.collections.eclipse-collections-forkjoin-8.0.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/stax.stax-api-1.0.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/jakarta.transaction.jakarta.transaction-api-1.3.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.h2database.h2-1.4.190.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.jogl.jogl-all-2.3.2-natives-linux-armv6hf.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/jfree.jfreechart-1.0.4.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.apache.poi.poi-ooxml-3.10-FINAL.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.jogl.jogl-all-2.3.2-natives-windows-i586.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jcodec.jcodec-javase-0.2.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/it.geosolutions.imageio-ext.imageio-ext-kakadujni-5.2.6.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/javax.servlet.servlet-api-2.5.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/javax.javax-persistence-7.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.ini4j.ini4j-0.5.4.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.google.j2objc.j2objc-annotations-1.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-core-tools-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/INT.core-ogl-3.4.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.play.play-guice_2.13-2.8.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/net.java.timingframework.timingframework-swing-7.3.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.google.guava.guava-28.1-jre.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.gluegen.gluegen-rt-2.3.2-natives-windows-amd64.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/net.java.dev.glazedlists.glazedlists_java15-1.9.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/net.java.dev.colorchooser-1.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.springframework.spring-core-5.2.6.RELEASE.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.jogl.jogl-all-2.3.2-natives-solaris-amd64.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.google.inject.guice-4.2.2.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.apache.commons.commons-text-1.7.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.fasterxml.jackson.datatype.jackson-datatype-jdk8-2.10.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.javapatches.jdk11patches-0.1.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/net.java.timingframework.timingframework-core-7.2.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.mapdb.mapdb-3.1.0-20170110.bis.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-test-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.jogl.jogl-all-2.3.2-natives-windows-amd64.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.fasterxml.jackson.dataformat.jackson-dataformat-cbor-2.10.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-pluginengine-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.apache.commons.commons-math3-3.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.springframework.spring-aop-5.2.6.RELEASE.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.graalvm.graaljs-1.0.0.rc12.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.play.play-json_2.13-2.8.1.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-gui-confedit-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.typesafe.akka.akka-parsing_2.13-10.1.11.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.apache.httpcomponents.httpcore-4.4.11.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.codehaus.janino.janino-2.7.8.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.gluegen.gluegen-rt-2.3.2-natives-linux-i586.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.codehaus.mojo.animal-sniffer-annotations-1.18.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/ch.qos.logback.logback-core-1.2.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.hamcrest.hamcrest-core-1.3.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-webbrowser-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jetbrains.kotlin.kotlin-runtime-1.0.6.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/INT.cgmoutput-3.4.0.14.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/INT.jcarnac-ogl-3.4.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.cgg.synergy.sy-basic-mvc-XP-SNAPSHOT.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.dozer.dozer-5.4.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.sun.activation.jakarta.activation-1.2.2.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.gluegen.gluegen-rt-2.3.2-natives-android-aarch64.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/com.github.insubstantial.flamingo-7.0.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/org.jogamp.jogl.jogl-all-2.3.2-natives-macosx-universal.jar:/opt/teamplayer-1.0-SNAPSHOT/lib/cgg.teamplayer-1.0-SNAPSHOT-assets.jar play.core.server.ProdServerStart

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.