Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cargotracker-dev] Error while setting cargo tracker project locally.

Dear Sir/Madam,


1) I have imported project in Eclipse and trying to run it. I have downloaded payara server plug from Eclipse Marketplace. runned project using, maven run as (mvn clean package cargo:run).  Error logs are attached as .txt file

2) Also had doubt regarding configuration for database. Here's what my database configuration in pom.xml looks like. Not sure if it will work with h2. I can also configure it with postgres. Need suggestions regarding this.
Capture.JPG





I am really sorry for such trivial doubts. Really hoping for help.
Thanks & regards,
Chaitanya Gorule

SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J: Ignoring binding found at [jar:file:/C:/Users/Chaitanya/.p2/pool/plugins/org.eclipse.m2e.maven.runtime_3.8.701.20230209-1606/jars/maven-slf4j-provider-3.8.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.
Nov 27, 2023 2:07:00 PM fish.payara.arquillian.container.payara.managed.PayaraMicroDeployableContainer deploy
INFO: Starting Payara Micro using cmd: [C:\Program Files\Eclipse Adoptium\jdk-17.0.6.10-hotspot\bin\java, -jar, C:\Users\Chaitanya\.m2\repository\fish\payara\extras\payara-micro\6.2023.8\payara-micro-6.2023.8.jar, --deploy, C:\Users\CHAITA~1\AppData\Local\Temp\arquillian-payara-micro8003501274674533667\deployments\cargo-tracker-test.war, --nocluster, --showServletMappings, --port, 9090, --contextroot, cargo-tracker-test]
[2023-11-27T14:07:01.332+0530] [] [WARNING] [] [PayaraMicro] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074221332] [levelValue: 900] Payara Micro Runtime directory is located in a temporary file location which can be cleaned by system processes.

[2023-11-27T14:07:01.355+0530] [] [INFO] [] [PayaraMicro] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074221355] [levelValue: 800] Payara Micro Runtime directory is located at C:\Users\CHAITA~1\AppData\Local\Temp\payaramicro-rt15152747191557132282tmp

[2023-11-27T14:07:01.365+0530] [] [INFO] [] [fish.payara.micro.boot.runtime.PayaraMicroRuntimeBuilder] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074221365] [levelValue: 800] Built Payara Micro Runtime

[2023-11-27T14:07:02.431+0530] [] [INFO] [] [fish.payara.boot.runtime.BootCommand] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074222431] [levelValue: 800] Boot Command set returned with result SUCCESS : PlainTextActionReporterSUCCESSDescription: set AdminCommandnull
    configs.config.server-config.network-config.network-listeners.network-listener.http-listener.port=9090


[2023-11-27T14:07:02.448+0530] [] [INFO] [] [fish.payara.boot.runtime.BootCommand] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074222448] [levelValue: 800] Boot Command set returned with result SUCCESS : PlainTextActionReporterSUCCESSDescription: set AdminCommandnull
    configs.config.server-config.hazelcast-config-specific-configuration.clustering-enabled=false


[2023-11-27T14:07:03.055+0530] [] [INFO] [] [org.glassfish.ha.store.spi.BackingStoreFactoryRegistry] [tid: _ThreadID=25 _ThreadName=RunLevelControllerThread-1701074222455] [timeMillis: 1701074223055] [levelValue: 800] Registered fish.payara.ha.hazelcast.store.HazelcastBackingStoreFactoryProxy for persistence-type = hazelcast in BackingStoreFactoryRegistry

[2023-11-27T14:07:03.361+0530] [] [WARNING] [] [com.hazelcast.instance.AddressPicker] [tid: _ThreadID=26 _ThreadName=RunLevelControllerThread-1701074222459] [timeMillis: 1701074223361] [levelValue: 900] [LOCAL] [development] [5.3.1] Ignoring TCP_KEEPCOUNT. It seems your JDK does not support jdk.net.ExtendedSocketOptions on this OS. Try upgrading to the latest JDK or check with your JDK vendor.Alternatively, on Linux, configure tcp_keepalive_probes in the kernel (affecting default keep-alive configuration for all sockets): For more info see https://tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/. If this isn't dealt with, idle connections could be closed prematurely.

[2023-11-27T14:07:03.362+0530] [] [WARNING] [] [com.hazelcast.instance.AddressPicker] [tid: _ThreadID=26 _ThreadName=RunLevelControllerThread-1701074222459] [timeMillis: 1701074223362] [levelValue: 900] [LOCAL] [development] [5.3.1] Ignoring TCP_KEEPIDLE. It seems your JDK does not support jdk.net.ExtendedSocketOptions on this OS. Try upgrading to the latest JDK or check with your JDK vendor.Alternatively, on Linux, configure tcp_keepalive_time in the kernel (affecting default keep-alive configuration for all sockets): For more info see https://tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/. If this isn't dealt with, idle connections could be closed prematurely.

[2023-11-27T14:07:03.362+0530] [] [WARNING] [] [com.hazelcast.instance.AddressPicker] [tid: _ThreadID=26 _ThreadName=RunLevelControllerThread-1701074222459] [timeMillis: 1701074223362] [levelValue: 900] [LOCAL] [development] [5.3.1] Ignoring TCP_KEEPINTERVAL. It seems your JDK does not support jdk.net.ExtendedSocketOptions on this OS. Try upgrading to the latest JDK or check with your JDK vendor.Alternatively, on Linux, configure tcp_keepalive_intvl in the kernel (affecting default keep-alive configuration for all sockets): For more info see https://tldp.org/HOWTO/html_single/TCP-Keepalive-HOWTO/. If this isn't dealt with, idle connections could be closed prematurely.

[2023-11-27T14:07:07.478+0530] [] [INFO] [] [fish.payara.nucleus.hazelcast.HazelcastCore] [tid: _ThreadID=26 _ThreadName=RunLevelControllerThread-1701074222459] [timeMillis: 1701074227478] [levelValue: 800] Hazelcast Instance Bound to JNDI at payara/Hazelcast

[2023-11-27T14:07:07.478+0530] [] [INFO] [] [fish.payara.nucleus.hazelcast.HazelcastCore] [tid: _ThreadID=26 _ThreadName=RunLevelControllerThread-1701074222459] [timeMillis: 1701074227478] [levelValue: 800] JSR107 Caching Provider Bound to JNDI at payara/CachingProvider

[2023-11-27T14:07:07.478+0530] [] [INFO] [] [fish.payara.nucleus.hazelcast.HazelcastCore] [tid: _ThreadID=26 _ThreadName=RunLevelControllerThread-1701074222459] [timeMillis: 1701074227478] [levelValue: 800] JSR107 Default Cache Manager Bound to JNDI at payara/CacheManager

[2023-11-27T14:07:07.602+0530] [] [INFO] [NCLS-CORE-00101] [javax.enterprise.system.core] [tid: _ThreadID=26 _ThreadName=RunLevelControllerThread-1701074222459] [timeMillis: 1701074227602] [levelValue: 800] Network Listener http-listener started in: 7ms - bound to [/0.0.0.0:9090]

[2023-11-27T14:07:07.603+0530] [] [INFO] [NCLS-CORE-00058] [javax.enterprise.system.core] [tid: _ThreadID=26 _ThreadName=RunLevelControllerThread-1701074222459] [timeMillis: 1701074227603] [levelValue: 800] Network listener https-listener on port 8443 disabled per domain.xml

[2023-11-27T14:07:07.604+0530] [] [INFO] [NCLS-CORE-00087] [javax.enterprise.system.core] [tid: _ThreadID=26 _ThreadName=RunLevelControllerThread-1701074222459] [timeMillis: 1701074227604] [levelValue: 800] Grizzly 4.0.0 started in: 4,719ms - bound to [http-listener:9090]

[2023-11-27T14:07:07.644+0530] [] [INFO] [] [fish.payara.nucleus.cluster.PayaraCluster] [tid: _ThreadID=85 _ThreadName=Executor-Service-5] [timeMillis: 1701074227644] [levelValue: 800] [[
  Data Grid Status 
Payara Data Grid State: DG Version: 5 DG Name: development DG Size: 1
Instances: {
 DataGrid: development Name: Outstanding-Ziege Lite: false This: true UUID: cc79fc4a-fb94-4dc4-9bfd-03879aeb2641 Address: /192.168.0.111:6900
}]]

[2023-11-27T14:07:07.646+0530] [] [INFO] [NCLS-CORE-00017] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074227646] [levelValue: 800] Payara Micro 6.2023.8 #badassmicrofish (920) startup time : Embedded (1,083ms), startup services(5,197ms), total(6,280ms)

[2023-11-27T14:07:07.713+0530] [] [INFO] [NCLS-JMX-00006] [javax.enterprise.system.jmx] [tid: _ThreadID=94 _ThreadName=Thread-6] [timeMillis: 1701074227713] [levelValue: 800] JMXStartupService has disabled JMXConnector system

[2023-11-27T14:07:08.985+0530] [] [INFO] [] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074228985] [levelValue: 800] No deployment transformer implementation found.

[2023-11-27T14:07:09.097+0530] [] [INFO] [] [] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074229097] [levelValue: 800] Cannot find the resource bundle for the name com.sun.logging.enterprise.system.container.ejb for class com.sun.ejb.containers.EjbAsyncInvocationManager using fish.payara.micro.boot.loader.ExplodedURLClassloader@5b6f7412

[2023-11-27T14:07:09.130+0530] [] [INFO] [] [] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074229130] [levelValue: 800] Cannot find the resource bundle for the name com.sun.logging.enterprise.system.container.ejb for class com.sun.ejb.base.io.EJBObjectOutputStreamHandler using fish.payara.micro.boot.loader.ExplodedURLClassloader@5b6f7412

[2023-11-27T14:07:09.419+0530] [] [INFO] [NCLS-SECURITY-01002] [javax.enterprise.system.core.security] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074229419] [levelValue: 800] Java security manager is disabled.

[2023-11-27T14:07:09.420+0530] [] [INFO] [NCLS-SECURITY-01010] [javax.enterprise.system.core.security] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074229420] [levelValue: 800] Entering Security Startup Service.

[2023-11-27T14:07:09.420+0530] [] [INFO] [NCLS-SECURITY-01143] [javax.enterprise.system.core.security] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074229420] [levelValue: 800] Loading policy provider fish.payara.security.jacc.provider.PolicyProviderImpl.

[2023-11-27T14:07:09.448+0530] [] [INFO] [NCLS-SECURITY-01011] [javax.enterprise.system.core.security] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074229448] [levelValue: 800] Security Service(s) started successfully.

[2023-11-27T14:07:09.748+0530] [] [INFO] [AS-WEB-GLUE-00198] [jakarta.enterprise.web] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074229748] [levelValue: 800] Created HTTP listener http-listener on host/port 0.0.0.0:9090

[2023-11-27T14:07:09.774+0530] [] [INFO] [AS-WEB-GLUE-00200] [jakarta.enterprise.web] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074229774] [levelValue: 800] Created virtual server server

[2023-11-27T14:07:10.147+0530] [] [INFO] [AS-WEB-GLUE-00201] [jakarta.enterprise.web] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074230147] [levelValue: 800] Virtual server server loaded default web module 

[2023-11-27T14:07:12.056+0530] [] [WARNING] [] [javax.enterprise.resource.resourceadapter.org.glassfish.jdbc.deployer] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232056] [levelValue: 900] Value of maxPoolSize Given, -1, was outside the bounds, default value of 32 will be used - PLEASE UPDATE YOUR VALUE

[2023-11-27T14:07:12.057+0530] [] [WARNING] [] [javax.enterprise.resource.resourceadapter.org.glassfish.jdbc.deployer] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232057] [levelValue: 900] Value of steadyPoolSize Given, -1, was outside the bounds, default value of 8 will be used - PLEASE UPDATE YOUR VALUE

[2023-11-27T14:07:12.411+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.server] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232411] [levelValue: 500] Configured server platform: org.eclipse.persistence.platform.server.glassfish.GlassfishPlatform

[2023-11-27T14:07:12.758+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232758] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.location.Location] is set to [FIELD].

[2023-11-27T14:07:12.778+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232778] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.handling.HandlingEvent] is set to [FIELD].

[2023-11-27T14:07:12.793+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232793] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.795+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232795] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field cargo] is being defaulted to: class org.eclipse.cargotracker.domain.model.cargo.Cargo.

[2023-11-27T14:07:12.796+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232796] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field voyage] is being defaulted to: class org.eclipse.cargotracker.domain.model.voyage.Voyage.

[2023-11-27T14:07:12.796+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232796] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.cargo.Cargo] is set to [FIELD].

[2023-11-27T14:07:12.797+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232797] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field origin] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.797+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232797] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.voyage.CarrierMovement] is set to [FIELD].

[2023-11-27T14:07:12.798+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232798] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field departureLocation] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.798+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232798] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field arrivalLocation] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.799+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232799] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.cargo.Leg] is set to [FIELD].

[2023-11-27T14:07:12.799+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232799] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field unloadLocation] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.799+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232799] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field voyage] is being defaulted to: class org.eclipse.cargotracker.domain.model.voyage.Voyage.

[2023-11-27T14:07:12.799+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232799] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field loadLocation] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.800+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232800] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.voyage.Voyage] is set to [FIELD].

[2023-11-27T14:07:12.800+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232800] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.cargo.RouteSpecification] is set to [FIELD].

[2023-11-27T14:07:12.801+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232801] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field origin] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.801+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232801] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field destination] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.806+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232806] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.cargo.Delivery] is set to [FIELD].

[2023-11-27T14:07:12.809+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232809] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field currentVoyage] is being defaulted to: class org.eclipse.cargotracker.domain.model.voyage.Voyage.

[2023-11-27T14:07:12.810+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232810] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.cargo.HandlingActivity] is set to [FIELD].

[2023-11-27T14:07:12.810+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232810] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.811+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232811] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field voyage] is being defaulted to: class org.eclipse.cargotracker.domain.model.voyage.Voyage.

[2023-11-27T14:07:12.814+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232814] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field lastKnownLocation] is being defaulted to: class org.eclipse.cargotracker.domain.model.location.Location.

[2023-11-27T14:07:12.815+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232815] [levelValue: 700] The target entity (reference) class for the many to one mapping element [field lastEvent] is being defaulted to: class org.eclipse.cargotracker.domain.model.handling.HandlingEvent.

[2023-11-27T14:07:12.815+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232815] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.location.UnLocode] is set to [FIELD].

[2023-11-27T14:07:12.816+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232816] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.voyage.VoyageNumber] is set to [FIELD].

[2023-11-27T14:07:12.817+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232817] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.cargo.TrackingId] is set to [FIELD].

[2023-11-27T14:07:12.818+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232818] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.voyage.Schedule] is set to [FIELD].

[2023-11-27T14:07:12.823+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232823] [levelValue: 700] The target entity (reference) class for the one to many mapping element [field carrierMovements] is being defaulted to: class org.eclipse.cargotracker.domain.model.voyage.CarrierMovement.

[2023-11-27T14:07:12.825+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232825] [levelValue: 700] The access type for the persistent class [class org.eclipse.cargotracker.domain.model.cargo.Itinerary] is set to [FIELD].

[2023-11-27T14:07:12.826+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232826] [levelValue: 700] The target entity (reference) class for the one to many mapping element [field legs] is being defaulted to: class org.eclipse.cargotracker.domain.model.cargo.Leg.

[2023-11-27T14:07:12.826+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232826] [levelValue: 700] The alias name for the entity class [class org.eclipse.cargotracker.domain.model.location.Location] is being defaulted to: Location.

[2023-11-27T14:07:12.835+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232835] [levelValue: 700] The table name for entity [class org.eclipse.cargotracker.domain.model.location.Location] is being defaulted to: LOCATION.

[2023-11-27T14:07:12.848+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232848] [levelValue: 700] The column name for element [name] is being defaulted to: NAME.

[2023-11-27T14:07:12.850+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232850] [levelValue: 700] The column name for element [id] is being defaulted to: ID.

[2023-11-27T14:07:12.850+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232850] [levelValue: 700] The column name for element [unlocode] is being defaulted to: UNLOCODE.

[2023-11-27T14:07:12.851+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232851] [levelValue: 700] The alias name for the entity class [class org.eclipse.cargotracker.domain.model.handling.HandlingEvent] is being defaulted to: HandlingEvent.

[2023-11-27T14:07:12.851+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232851] [levelValue: 700] The table name for entity [class org.eclipse.cargotracker.domain.model.handling.HandlingEvent] is being defaulted to: HANDLINGEVENT.

[2023-11-27T14:07:12.853+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232853] [levelValue: 700] The column name for element [id] is being defaulted to: ID.

[2023-11-27T14:07:12.853+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232853] [levelValue: 700] The column name for element [type] is being defaulted to: TYPE.

[2023-11-27T14:07:12.857+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232857] [levelValue: 700] The alias name for the entity class [class org.eclipse.cargotracker.domain.model.cargo.Cargo] is being defaulted to: Cargo.

[2023-11-27T14:07:12.857+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232857] [levelValue: 700] The table name for entity [class org.eclipse.cargotracker.domain.model.cargo.Cargo] is being defaulted to: CARGO.

[2023-11-27T14:07:12.857+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232857] [levelValue: 700] The column name for element [eta] is being defaulted to: ETA.

[2023-11-27T14:07:12.858+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232858] [levelValue: 700] The column name for element [misdirected] is being defaulted to: MISDIRECTED.

[2023-11-27T14:07:12.859+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232859] [levelValue: 700] The column name for element [id] is being defaulted to: ID.

[2023-11-27T14:07:12.859+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232859] [levelValue: 700] The alias name for the entity class [class org.eclipse.cargotracker.domain.model.voyage.CarrierMovement] is being defaulted to: CarrierMovement.

[2023-11-27T14:07:12.860+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232860] [levelValue: 700] The column name for element [id] is being defaulted to: ID.

[2023-11-27T14:07:12.860+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232860] [levelValue: 700] The alias name for the entity class [class org.eclipse.cargotracker.domain.model.cargo.Leg] is being defaulted to: Leg.

[2023-11-27T14:07:12.860+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232860] [levelValue: 700] The table name for entity [class org.eclipse.cargotracker.domain.model.cargo.Leg] is being defaulted to: LEG.

[2023-11-27T14:07:12.860+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232860] [levelValue: 700] The column name for element [id] is being defaulted to: ID.

[2023-11-27T14:07:12.860+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232860] [levelValue: 700] The alias name for the entity class [class org.eclipse.cargotracker.domain.model.voyage.Voyage] is being defaulted to: Voyage.

[2023-11-27T14:07:12.860+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232860] [levelValue: 700] The table name for entity [class org.eclipse.cargotracker.domain.model.voyage.Voyage] is being defaulted to: VOYAGE.

[2023-11-27T14:07:12.861+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232861] [levelValue: 700] The column name for element [id] is being defaulted to: ID.

[2023-11-27T14:07:12.869+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232869] [levelValue: 700] The primary key column name for the mapping element [field location] is being defaulted to: ID.

[2023-11-27T14:07:12.869+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232869] [levelValue: 700] The primary key column name for the mapping element [field cargo] is being defaulted to: ID.

[2023-11-27T14:07:12.870+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232870] [levelValue: 700] The primary key column name for the mapping element [field voyage] is being defaulted to: ID.

[2023-11-27T14:07:12.870+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232870] [levelValue: 700] The primary key column name for the mapping element [field lastKnownLocation] is being defaulted to: ID.

[2023-11-27T14:07:12.870+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232870] [levelValue: 700] The primary key column name for the mapping element [field lastEvent] is being defaulted to: ID.

[2023-11-27T14:07:12.870+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232870] [levelValue: 700] The primary key column name for the mapping element [field currentVoyage] is being defaulted to: ID.

[2023-11-27T14:07:12.871+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232871] [levelValue: 700] The primary key column name for the mapping element [field location] is being defaulted to: ID.

[2023-11-27T14:07:12.871+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232871] [levelValue: 700] The primary key column name for the mapping element [field voyage] is being defaulted to: ID.

[2023-11-27T14:07:12.871+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232871] [levelValue: 700] The primary key column name for the mapping element [field origin] is being defaulted to: ID.

[2023-11-27T14:07:12.872+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232872] [levelValue: 700] The primary key column name for the mapping element [field destination] is being defaulted to: ID.

[2023-11-27T14:07:12.872+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232872] [levelValue: 700] The primary key column name for the mapping element [field origin] is being defaulted to: ID.

[2023-11-27T14:07:12.881+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232881] [levelValue: 700] The primary key column name for the mapping element [field legs] is being defaulted to: ID.

[2023-11-27T14:07:12.881+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232881] [levelValue: 700] The primary key column name for the mapping element [field departureLocation] is being defaulted to: ID.

[2023-11-27T14:07:12.881+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232881] [levelValue: 700] The primary key column name for the mapping element [field arrivalLocation] is being defaulted to: ID.

[2023-11-27T14:07:12.882+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232882] [levelValue: 700] The primary key column name for the mapping element [field unloadLocation] is being defaulted to: ID.

[2023-11-27T14:07:12.882+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232882] [levelValue: 700] The primary key column name for the mapping element [field voyage] is being defaulted to: ID.

[2023-11-27T14:07:12.882+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232882] [levelValue: 700] The primary key column name for the mapping element [field loadLocation] is being defaulted to: ID.

[2023-11-27T14:07:12.882+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074232882] [levelValue: 700] The primary key column name for the mapping element [field carrierMovements] is being defaulted to: ID.

[2023-11-27T14:07:13.284+0530] [] [INFO] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233284] [levelValue: 800] EclipseLink, version: Eclipse Persistence Services - 4.0.1.payara-p1.v202304041433

[2023-11-27T14:07:13.576+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.connection] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233576] [levelValue: 500] Detected database platform: org.eclipse.persistence.platform.database.H2Platform

[2023-11-27T14:07:13.585+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.connection] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233585] [levelValue: 500] [[
  connecting(DatabaseLogin(
	platform=>DatabasePlatform
	user name=> ""
	connector=>JNDIConnector datasource name=>null
))]]

[2023-11-27T14:07:13.586+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.connection] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233586] [levelValue: 700] [[
  Connected: jdbc:h2:file:./target/cargo-tracker-test-data/cargo-tracker-database
	User: 
	Database: H2  Version: 2.1.212 (2022-04-09)
	Driver: H2 JDBC Driver  Version: 2.1.212 (2022-04-09)]]

[2023-11-27T14:07:13.586+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.connection] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233586] [levelValue: 500] [[
  connecting(DatabaseLogin(
	platform=>H2Platform
	user name=> ""
	connector=>JNDIConnector datasource name=>null
))]]

[2023-11-27T14:07:13.587+0530] [] [CONFIG] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.connection] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233587] [levelValue: 700] [[
  Connected: jdbc:h2:file:./target/cargo-tracker-test-data/cargo-tracker-database
	User: 
	Database: H2  Version: 2.1.212 (2022-04-09)
	Driver: H2 JDBC Driver  Version: 2.1.212 (2022-04-09)]]

[2023-11-27T14:07:13.616+0530] [] [WARNING] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233616] [levelValue: 900] isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[itinerary] because the aggregate has a (possibly nested) target foreign key mapping

[2023-11-27T14:07:13.620+0530] [] [WARNING] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.metadata] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233620] [levelValue: 900] isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[schedule] because the aggregate has a (possibly nested) target foreign key mapping

[2023-11-27T14:07:13.668+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.connection] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233668] [levelValue: 500] /file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit login successful

[2023-11-27T14:07:13.682+0530] [] [FINE] [] [org.eclipse.persistence.default] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233682] [levelValue: 500] JsonPlatformProvider class org.eclipse.persistence.pgsql.PostgreSQLJsonPlatformProvider was not found

[2023-11-27T14:07:13.689+0530] [] [FINE] [] [org.eclipse.persistence.default] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233689] [levelValue: 500] JsonPlatformProvider class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider was not found

[2023-11-27T14:07:13.689+0530] [] [FINE] [] [org.eclipse.persistence.default] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233689] [levelValue: 500] JsonPlatformProvider class org.eclipse.persistence.json.DefaultJsonPlatformProvider was not found

[2023-11-27T14:07:13.714+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233714] [levelValue: 500] CREATE TABLE HANDLINGEVENT (ID BIGINT NOT NULL, completionTime TIMESTAMP, registration TIMESTAMP, TYPE VARCHAR, cargo_id BIGINT, location_id BIGINT, voyage_id BIGINT, PRIMARY KEY (ID))

[2023-11-27T14:07:13.722+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233722] [levelValue: 500] CREATE TABLE carrier_movement (ID BIGINT NOT NULL, arrival_time TIMESTAMP, departure_time TIMESTAMP, arrival_location_id BIGINT, departure_location_id BIGINT, voyage_id BIGINT, movement_order INTEGER, PRIMARY KEY (ID))

[2023-11-27T14:07:13.724+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233724] [levelValue: 500] CREATE TABLE LEG (ID BIGINT NOT NULL, load_time TIMESTAMP, unload_time TIMESTAMP, load_location_id BIGINT, unload_location_id BIGINT, voyage_id BIGINT, cargo_id BIGINT, leg_order INTEGER, PRIMARY KEY (ID))

[2023-11-27T14:07:13.734+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233734] [levelValue: 500] CREATE TABLE CARGO (ID BIGINT NOT NULL, calculated_at TIMESTAMP, ETA TIMESTAMP, unloaded_at_dest BOOLEAN, MISDIRECTED BOOLEAN, routing_status VARCHAR, transport_status VARCHAR, next_expected_handling_event_type VARCHAR, next_expected_location_id BIGINT, next_expected_voyage_id BIGINT, current_voyage_id BIGINT, last_event_id BIGINT, last_known_location_id BIGINT, spec_arrival_deadline DATE, spec_destination_id BIGINT, spec_origin_id BIGINT, tracking_id VARCHAR UNIQUE, origin_id BIGINT, PRIMARY KEY (ID))

[2023-11-27T14:07:13.737+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233737] [levelValue: 500] CREATE TABLE LOCATION (ID BIGINT NOT NULL, NAME VARCHAR, UNLOCODE VARCHAR, PRIMARY KEY (ID))

[2023-11-27T14:07:13.739+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233739] [levelValue: 500] CREATE TABLE VOYAGE (ID BIGINT NOT NULL, voyage_number VARCHAR, PRIMARY KEY (ID))

[2023-11-27T14:07:13.741+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233741] [levelValue: 500] ALTER TABLE HANDLINGEVENT ADD CONSTRAINT FK_HANDLINGEVENT_cargo_id FOREIGN KEY (cargo_id) REFERENCES CARGO (ID)

[2023-11-27T14:07:13.747+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233747] [levelValue: 500] ALTER TABLE HANDLINGEVENT ADD CONSTRAINT FK_HANDLINGEVENT_location_id FOREIGN KEY (location_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.749+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233749] [levelValue: 500] ALTER TABLE HANDLINGEVENT ADD CONSTRAINT FK_HANDLINGEVENT_voyage_id FOREIGN KEY (voyage_id) REFERENCES VOYAGE (ID)

[2023-11-27T14:07:13.750+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233750] [levelValue: 500] ALTER TABLE carrier_movement ADD CONSTRAINT FK_carrier_movement_departure_location_id FOREIGN KEY (departure_location_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.752+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233752] [levelValue: 500] ALTER TABLE carrier_movement ADD CONSTRAINT FK_carrier_movement_voyage_id FOREIGN KEY (voyage_id) REFERENCES VOYAGE (ID)

[2023-11-27T14:07:13.753+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233753] [levelValue: 500] ALTER TABLE carrier_movement ADD CONSTRAINT FK_carrier_movement_arrival_location_id FOREIGN KEY (arrival_location_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.754+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233754] [levelValue: 500] ALTER TABLE LEG ADD CONSTRAINT FK_LEG_unload_location_id FOREIGN KEY (unload_location_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.756+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233756] [levelValue: 500] ALTER TABLE LEG ADD CONSTRAINT FK_LEG_load_location_id FOREIGN KEY (load_location_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.757+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233757] [levelValue: 500] ALTER TABLE LEG ADD CONSTRAINT FK_LEG_voyage_id FOREIGN KEY (voyage_id) REFERENCES VOYAGE (ID)

[2023-11-27T14:07:13.760+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233760] [levelValue: 500] ALTER TABLE LEG ADD CONSTRAINT FK_LEG_cargo_id FOREIGN KEY (cargo_id) REFERENCES CARGO (ID)

[2023-11-27T14:07:13.761+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233761] [levelValue: 500] ALTER TABLE CARGO ADD CONSTRAINT FK_CARGO_next_expected_voyage_id FOREIGN KEY (next_expected_voyage_id) REFERENCES VOYAGE (ID)

[2023-11-27T14:07:13.763+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233763] [levelValue: 500] ALTER TABLE CARGO ADD CONSTRAINT FK_CARGO_origin_id FOREIGN KEY (origin_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.765+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233765] [levelValue: 500] ALTER TABLE CARGO ADD CONSTRAINT FK_CARGO_next_expected_location_id FOREIGN KEY (next_expected_location_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.766+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233766] [levelValue: 500] ALTER TABLE CARGO ADD CONSTRAINT FK_CARGO_current_voyage_id FOREIGN KEY (current_voyage_id) REFERENCES VOYAGE (ID)

[2023-11-27T14:07:13.769+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233769] [levelValue: 500] ALTER TABLE CARGO ADD CONSTRAINT FK_CARGO_spec_destination_id FOREIGN KEY (spec_destination_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.770+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233770] [levelValue: 500] ALTER TABLE CARGO ADD CONSTRAINT FK_CARGO_last_known_location_id FOREIGN KEY (last_known_location_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.772+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233772] [levelValue: 500] ALTER TABLE CARGO ADD CONSTRAINT FK_CARGO_last_event_id FOREIGN KEY (last_event_id) REFERENCES HANDLINGEVENT (ID)

[2023-11-27T14:07:13.774+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233774] [levelValue: 500] ALTER TABLE CARGO ADD CONSTRAINT FK_CARGO_spec_origin_id FOREIGN KEY (spec_origin_id) REFERENCES LOCATION (ID)

[2023-11-27T14:07:13.777+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233777] [levelValue: 500] CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT NUMERIC(38), PRIMARY KEY (SEQ_NAME))

[2023-11-27T14:07:13.779+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233779] [levelValue: 500] SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'

[2023-11-27T14:07:13.786+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.sql] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233786] [levelValue: 500] INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)

[2023-11-27T14:07:13.834+0530] [] [INFO] [] [org.jboss.weld.Version] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074233834] [levelValue: 800] WELD-000900: 5.0.1 (Final)

[2023-11-27T14:07:14.044+0530] [] [INFO] [] [] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234044] [levelValue: 800] Cannot find the resource bundle for the name com.sun.logging.enterprise.system.container.ejb for class org.glassfish.ejb.security.application.EjbSecurityComponentInvocationHandler using fish.payara.micro.boot.loader.ExplodedURLClassloader@5b6f7412

[2023-11-27T14:07:14.068+0530] [] [INFO] [] [] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234068] [levelValue: 800] Cannot find the resource bundle for the name com.sun.logging.enterprise.system.container.ejb for class com.sun.ejb.EJBUtils using fish.payara.micro.boot.loader.ExplodedURLClassloader@5b6f7412

[2023-11-27T14:07:14.090+0530] [] [INFO] [AS-EJB-00054] [jakarta.enterprise.ejb.container] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234090] [levelValue: 800] Portable JNDI names for EJB BookingServiceTestDataGenerator: [java:global/cargo-tracker-test/BookingServiceTestDataGenerator, java:global/cargo-tracker-test/BookingServiceTestDataGenerator!org.eclipse.cargotracker.application.BookingServiceTestDataGenerator]

[2023-11-27T14:07:14.107+0530] [] [INFO] [AS-EJB-00054] [jakarta.enterprise.ejb.container] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234107] [levelValue: 800] Portable JNDI names for EJB ExternalRoutingService: [java:global/cargo-tracker-test/ExternalRoutingService, java:global/cargo-tracker-test/ExternalRoutingService!org.eclipse.cargotracker.domain.service.RoutingService]

[2023-11-27T14:07:14.115+0530] [] [INFO] [AS-EJB-00054] [jakarta.enterprise.ejb.container] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234115] [levelValue: 800] Portable JNDI names for EJB GraphTraversalService: [java:global/cargo-tracker-test/GraphTraversalService!org.eclipse.pathfinder.api.GraphTraversalService, java:global/cargo-tracker-test/GraphTraversalService]

[2023-11-27T14:07:14.120+0530] [] [INFO] [AS-EJB-00054] [jakarta.enterprise.ejb.container] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234120] [levelValue: 800] Portable JNDI names for EJB DefaultBookingService: [java:global/cargo-tracker-test/DefaultBookingService, java:global/cargo-tracker-test/DefaultBookingService!org.eclipse.cargotracker.application.BookingService]

[2023-11-27T14:07:14.139+0530] [] [SEVERE] [NCLS-CORE-00026] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234139] [levelValue: 1000] [[
  Exception during lifecycle processing
java.lang.ExceptionInInitializerError
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper$PackageContext.<init>(Wrapper.java:477)
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper$Environment._clear(Wrapper.java:693)
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper$Environment.<init>(Wrapper.java:688)
	at java.base/java.lang.ThreadLocal$SuppliedThreadLocal.initialValue(ThreadLocal.java:305)
	at java.base/java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:195)
	at java.base/java.lang.ThreadLocal.get(ThreadLocal.java:172)
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper.env(Wrapper.java:886)
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper._clear(Wrapper.java:1142)
	at org.glassfish.ejb.startup.EjbApplication.loadContainers(EjbApplication.java:242)
	at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:286)
	at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:104)
	at org.glassfish.internal.data.ModuleInfo.load(ModuleInfo.java:218)
	at org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:334)
	at com.sun.enterprise.v3.server.ApplicationLifecycle.prepare(ApplicationLifecycle.java:580)
	at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:570)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:556)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:552)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:376)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:551)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:582)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:574)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:376)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:573)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1497)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1879)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1755)
	at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:131)
	at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:104)
	at fish.payara.micro.impl.PayaraMicroImpl.deployAll(PayaraMicroImpl.java:1739)
	at fish.payara.micro.impl.PayaraMicroImpl.bootStrap(PayaraMicroImpl.java:1092)
	at fish.payara.micro.impl.PayaraMicroImpl.create(PayaraMicroImpl.java:236)
	at fish.payara.micro.impl.PayaraMicroImpl.main(PayaraMicroImpl.java:223)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at fish.payara.micro.boot.loader.MainMethodRunner.run(MainMethodRunner.java:50)
	at fish.payara.micro.boot.loader.Launcher.launch(Launcher.java:114)
	at fish.payara.micro.boot.loader.Launcher.launch(Launcher.java:73)
	at fish.payara.micro.boot.PayaraMicroLauncher.create(PayaraMicroLauncher.java:88)
	at fish.payara.micro.boot.PayaraMicroLauncher.main(PayaraMicroLauncher.java:72)
	at fish.payara.micro.PayaraMicro.main(PayaraMicro.java:467)
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make private static java.lang.ClassLoader java.io.ObjectInputStream.latestUserDefinedLoader() accessible: module java.base does not "opens java.io" to unnamed module @3fb6a447
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
	at org.glassfish.pfl.basic.reflection.Bridge$1.run(Bridge.java:90)
	at org.glassfish.pfl.basic.reflection.Bridge$1.run(Bridge.java:82)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at org.glassfish.pfl.basic.reflection.Bridge.getLatestUserDefinedLoaderMethod(Bridge.java:81)
	at org.glassfish.pfl.basic.reflection.Bridge.<init>(Bridge.java:129)
	at org.glassfish.pfl.basic.reflection.Bridge.get(Bridge.java:154)
	at org.glassfish.pfl.dynamic.copyobject.impl.ClassCopierOrdinaryImpl$1.run(ClassCopierOrdinaryImpl.java:58)
	at org.glassfish.pfl.dynamic.copyobject.impl.ClassCopierOrdinaryImpl$1.run(ClassCopierOrdinaryImpl.java:55)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at org.glassfish.pfl.dynamic.copyobject.impl.ClassCopierOrdinaryImpl.<clinit>(ClassCopierOrdinaryImpl.java:54)
	... 44 more
]]

[2023-11-27T14:07:14.139+0530] [] [SEVERE] [] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234139] [levelValue: 1000] Exception while loading the app

[2023-11-27T14:07:14.144+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.connection] [tid: _ThreadID=89 _ThreadName=Executor-Service-9] [timeMillis: 1701074234144] [levelValue: 500] disconnect

[2023-11-27T14:07:14.144+0530] [] [FINE] [] [org.eclipse.persistence.session./file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit.connection] [tid: _ThreadID=89 _ThreadName=Executor-Service-9] [timeMillis: 1701074234144] [levelValue: 500] /file:/C:/Users/CHAITA~1/AppData/Local/Temp/payaramicro-rt15152747191557132282tmp/applications/cargo-tracker-test/WEB-INF/classes/_CargoTrackerUnit logout successful

[2023-11-27T14:07:14.152+0530] [] [SEVERE] [] [javax.enterprise.system.core] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234152] [levelValue: 1000] [[
  Exception while loading the app
java.lang.reflect.InaccessibleObjectException: Unable to make private static java.lang.ClassLoader java.io.ObjectInputStream.latestUserDefinedLoader() accessible: module java.base does not "opens java.io" to unnamed module @3fb6a447
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
	at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
	at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
	at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
	at org.glassfish.pfl.basic.reflection.Bridge$1.run(Bridge.java:90)
	at org.glassfish.pfl.basic.reflection.Bridge$1.run(Bridge.java:82)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at org.glassfish.pfl.basic.reflection.Bridge.getLatestUserDefinedLoaderMethod(Bridge.java:81)
	at org.glassfish.pfl.basic.reflection.Bridge.<init>(Bridge.java:129)
	at org.glassfish.pfl.basic.reflection.Bridge.get(Bridge.java:154)
	at org.glassfish.pfl.dynamic.copyobject.impl.ClassCopierOrdinaryImpl$1.run(ClassCopierOrdinaryImpl.java:58)
	at org.glassfish.pfl.dynamic.copyobject.impl.ClassCopierOrdinaryImpl$1.run(ClassCopierOrdinaryImpl.java:55)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at org.glassfish.pfl.dynamic.copyobject.impl.ClassCopierOrdinaryImpl.<clinit>(ClassCopierOrdinaryImpl.java:54)
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper$PackageContext.<init>(Wrapper.java:477)
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper$Environment._clear(Wrapper.java:693)
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper$Environment.<init>(Wrapper.java:688)
	at java.base/java.lang.ThreadLocal$SuppliedThreadLocal.initialValue(ThreadLocal.java:305)
	at java.base/java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:195)
	at java.base/java.lang.ThreadLocal.get(ThreadLocal.java:172)
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper.env(Wrapper.java:886)
	at org.glassfish.pfl.dynamic.codegen.spi.Wrapper._clear(Wrapper.java:1142)
	at org.glassfish.ejb.startup.EjbApplication.loadContainers(EjbApplication.java:242)
	at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:286)
	at org.glassfish.ejb.startup.EjbDeployer.load(EjbDeployer.java:104)
	at org.glassfish.internal.data.ModuleInfo.load(ModuleInfo.java:218)
	at org.glassfish.internal.data.ApplicationInfo.load(ApplicationInfo.java:334)
	at com.sun.enterprise.v3.server.ApplicationLifecycle.prepare(ApplicationLifecycle.java:580)
	at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:570)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:556)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$2$1.run(CommandRunnerImpl.java:552)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:376)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$2.execute(CommandRunnerImpl.java:551)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:582)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$3.run(CommandRunnerImpl.java:574)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/javax.security.auth.Subject.doAs(Subject.java:376)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:573)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1497)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1879)
	at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1755)
	at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:131)
	at com.sun.enterprise.admin.cli.embeddable.DeployerImpl.deploy(DeployerImpl.java:104)
	at fish.payara.micro.impl.PayaraMicroImpl.deployAll(PayaraMicroImpl.java:1739)
	at fish.payara.micro.impl.PayaraMicroImpl.bootStrap(PayaraMicroImpl.java:1092)
	at fish.payara.micro.impl.PayaraMicroImpl.create(PayaraMicroImpl.java:236)
	at fish.payara.micro.impl.PayaraMicroImpl.main(PayaraMicroImpl.java:223)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at fish.payara.micro.boot.loader.MainMethodRunner.run(MainMethodRunner.java:50)
	at fish.payara.micro.boot.loader.Launcher.launch(Launcher.java:114)
	at fish.payara.micro.boot.loader.Launcher.launch(Launcher.java:73)
	at fish.payara.micro.boot.PayaraMicroLauncher.create(PayaraMicroLauncher.java:88)
	at fish.payara.micro.boot.PayaraMicroLauncher.main(PayaraMicroLauncher.java:72)
	at fish.payara.micro.PayaraMicro.main(PayaraMicro.java:467)
]]

[2023-11-27T14:07:14.203+0530] [] [INFO] [] [PayaraMicro] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234203] [levelValue: 800] Deployed 1 archive(s)

[2023-11-27T14:07:14.221+0530] [] [INFO] [] [PayaraMicro] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234221] [levelValue: 800] {
    "Instance Configuration": {
        "Host": "Chaitanya",
        "Http Port(s)": "9090",
        "Https Port(s)": "",
        "Instance Name": "Outstanding-Ziege",
        "Instance Group": "MicroShoal",
        "Hazelcast Member UUID": "cc79fc4a-fb94-4dc4-9bfd-03879aeb2641",
        "Deployed": [
        ]
    }
}

[2023-11-27T14:07:14.223+0530] [] [INFO] [] [PayaraMicro] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234223] [levelValue: 800] 
Payara Micro URLs:



[2023-11-27T14:07:14.224+0530] [] [INFO] [] [PayaraMicro] [tid: _ThreadID=1 _ThreadName=main] [timeMillis: 1701074234224] [levelValue: 800] Payara Micro 6.2023.8 #badassmicrofish (build 920) ready in 12,954 (ms)

Nov 27, 2023 2:07:14 PM fish.payara.arquillian.container.payara.managed.PayaraMicroDeployableContainer deploy
INFO: Payara Micro running on host: Chaitanya port: 9090

Back to the top