users@glassfish.java.net

Re: Build 32 embedded testing

From: <forums_at_java.net>
Date: Mon, 5 Sep 2011 11:58:32 -0500 (CDT)

Hi Marina,

I have fixed my project, but I still have some issues:

SEVERE: EJB6004:Specified application server installation location
[/home/devalentino/.m2/repository/org/glassfish/extras/glassfish-embedded-all/domains/domain1]
does not exist.
and

connector=>JNDIConnector datasource name=>null
My project is not persistant, there is no data in my DB. May be you know how
to fix it?

My repository is github.com/devalentino/temp [1] . My compilation
stacktrace:

[INFO] Scanning for projects... [INFO] [INFO]
------------------------------------------------------------------------
[INFO] Building football monopoly game 0.0.1 [INFO]
------------------------------------------------------------------------
[INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ game ---
[INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
@ game --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO]
Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile
(default-compile) @ game --- [INFO] Compiling 22 source files to
/home/devalentino/projects/monopoly/target/classes [INFO] [INFO] ---
maven-resources-plugin:2.4.3:testResources (default-testResources) @ game ---
[INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non
existing resourceDirectory
/home/devalentino/projects/monopoly/src/test/resources [INFO] [INFO] ---
maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ game ---
[INFO] Compiling 1 source file to
/home/devalentino/projects/monopoly/target/test-classes [INFO] [INFO] ---
maven-surefire-plugin:2.7.2:test (default-test) @ game --- [INFO] Surefire
report directory: /home/devalentino/projects/monopoly/target/surefire-reports
------------------------------------------------------- T E S T S
------------------------------------------------------- Running
net.monopolyclub.game.CellEJBTest Sep 5, 2011 6:37:53 PM
org.glassfish.ejb.embedded.EJBContainerProviderImpl getValidFile SEVERE:
EJB6004:Specified application server installation location
[/home/devalentino/.m2/repository/org/glassfish/extras/glassfish-embedded-all/domains/domain1]
does not exist. Sep 5, 2011 6:37:55 PM
com.sun.enterprise.v3.server.CommonClassLoaderServiceImpl findDerbyClient
INFO: Cannot find javadb client jar file, derby jdbc driver will not be
available by default. Sep 5, 2011 6:37:56 PM
com.sun.enterprise.v3.services.impl.GrizzlyService createNetworkProxy INFO:
Network listener http-listener on port 0 disabled per domain.xml Sep 5, 2011
6:37:56 PM com.sun.enterprise.v3.services.impl.GrizzlyService
createNetworkProxy INFO: Network listener https-listener on port 0 disabled
per domain.xml Sep 5, 2011 6:37:56 PM
com.sun.enterprise.v3.server.AppServerStartup run INFO: GlassFish Server Open
Source Edition 3.2-b06 (java_re-private) startup time : Embedded (1,719ms),
startup services(773ms), total(2,492ms) Sep 5, 2011 6:37:57 PM
org.glassfish.admin.mbeanserver.JMXStartupService$JMXConnectorsStarterThread
run INFO: JMX006: JMXStartupService had disabled JMXConnector system Sep 5,
2011 6:37:57 PM org.glassfish.ejb.embedded.EJBContainerImpl deploy INFO:
[EJBContainerImpl] Deploying app: target/classes Sep 5, 2011 6:37:59 PM
org.hibernate.validator.util.Version <clinit> INFO: Hibernate Validator null
Sep 5, 2011 6:37:59 PM
org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA
INFO: Instantiated an instance of
org.hibernate.validator.engine.resolver.JPATraversableResolver. Sep 5, 2011
6:38:00 PM com.sun.enterprise.security.SecurityLifecycle <init> INFO:
SEC1002: Security Manager is OFF. Sep 5, 2011 6:38:00 PM
com.sun.enterprise.security.SecurityLifecycle onInitialization INFO: SEC1010:
Entering Security Startup Service Sep 5, 2011 6:38:00 PM
com.sun.enterprise.security.PolicyLoader loadPolicy INFO: SEC1143: Loading
policy provider
com.sun.enterprise.security.jacc.provider.SimplePolicyProvider. Sep 5, 2011
6:38:00 PM com.sun.enterprise.security.auth.realm.Realm doInstantiate INFO:
SEC1115: Realm [admin-realm] of classtype
[com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
Sep 5, 2011 6:38:00 PM com.sun.enterprise.security.auth.realm.Realm
doInstantiate INFO: SEC1115: Realm [file] of classtype
[com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
Sep 5, 2011 6:38:00 PM com.sun.enterprise.security.auth.realm.Realm
doInstantiate INFO: SEC1115: Realm [certificate] of classtype
[com.sun.enterprise.security.auth.realm.certificate.CertificateRealm]
successfully created. Sep 5, 2011 6:38:00 PM
com.sun.enterprise.security.SecurityLifecycle onInitialization INFO: SEC1011:
Security Service(s) Started Successfully Sep 5, 2011 6:38:01 PM
org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA
INFO: Instantiated an instance of
org.hibernate.validator.engine.resolver.JPATraversableResolver. [EL Config]:
The element [method getPlayers] is being defaulted to a one to many mapping.
[EL Config]: The target entity (reference) class for the one to many mapping
element [method getPlayers] is being defaulted to: class
net.monopolyclub.game.entity.person.Player. [EL Config]: The element [method
getBackgroundIcon] is being defaulted to a one to one mapping. [EL Config]:
The target entity (reference) class for the one to one mapping element
[method getBackgroundIcon] is being defaulted to: class
net.monopolyclub.game.entity.Icon. [EL Config]: The element [method getIcon]
is being defaulted to a one to one mapping. [EL Config]: The target entity
(reference) class for the one to one mapping element [method getIcon] is
being defaulted to: class net.monopolyclub.game.entity.Icon. [EL Config]: The
target class (reference) class for the element collection mapping element
[method getLevelProfitTable] is being defaulted to: class java.lang.Long. [EL
Config]: The target entity (reference) class for the one to many mapping
element [method getPlayers] is being defaulted to: class
net.monopolyclub.game.entity.person.Player. [EL Config]: The target entity
(reference) class for the one to many mapping element [method getCells] is
being defaulted to: class net.monopolyclub.game.entity.cell.Cell. [EL
Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.cell.Prison] is being defaulted to: Prison. [EL
Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.cell.Cell] is being defaulted to: Cell. [EL
Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.Cell] is being defaulted to: CELL. [EL
Config]: The discriminator column name for the root inheritance class [class
net.monopolyclub.game.entity.cell.Cell] is being defaulted to: DTYPE. [EL
Config]: The column name for element [method getId] is being defaulted to:
ID. [EL Config]: The column name for element [method getName] is being
defaulted to: NAME. [EL Config]: The column name for element [method
getVersion] is being defaulted to: VERSION. [EL Config]: The table name for
entity [class net.monopolyclub.game.entity.cell.Prison] is being defaulted
to: PRISON. [EL Config]: The primary key column name for the inheritance
class [class net.monopolyclub.game.entity.cell.Prison] is being defaulted to:
ID. [EL Config]: The foreign key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Prison] is being defaulted to: ID. [EL
Config]: The column name for element [method getPrisoners] is being defaulted
to: PRISONERS. [EL Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.cell.HalfLap] is being defaulted to: HalfLap.
[EL Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.HalfLap] is being defaulted to: HALFLAP.
[EL Config]: The primary key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.HalfLap] is being defaulted to: ID. [EL
Config]: The foreign key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.HalfLap] is being defaulted to: ID. [EL
Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.cell.Property] is being defaulted to: Property.
[EL Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.Property] is being defaulted to: PROPERTY.
[EL Config]: The primary key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Property] is being defaulted to: ID. [EL
Config]: The foreign key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Property] is being defaulted to: ID. [EL
Config]: The column name for element [method getGroupId] is being defaulted
to: GROUPID. [EL Config]: The column name for element [method getIsDeposit]
is being defaulted to: ISDEPOSIT. [EL Config]: The alias name for the entity
class [class net.monopolyclub.game.entity.cell.Start] is being defaulted to:
Start. [EL Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.Start] is being defaulted to: START. [EL
Config]: The primary key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Start] is being defaulted to: ID. [EL
Config]: The foreign key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Start] is being defaulted to: ID. [EL
Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.cell.Disbonus] is being defaulted to: Disbonus.
[EL Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.Disbonus] is being defaulted to: DISBONUS.
[EL Config]: The primary key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Disbonus] is being defaulted to: ID. [EL
Config]: The foreign key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Disbonus] is being defaulted to: ID. [EL
Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.cell.Upgradable] is being defaulted to:
Upgradable. [EL Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.Upgradable] is being defaulted to:
UPGRADABLE. [EL Config]: The primary key column name for the inheritance
class [class net.monopolyclub.game.entity.cell.Upgradable] is being defaulted
to: ID. [EL Config]: The foreign key column name for the inheritance class
[class net.monopolyclub.game.entity.cell.Upgradable] is being defaulted to:
ID. [EL Config]: The column name for element [method
getAdditionalContractCost] is being defaulted to: ADDITIONALCONTRACTCOST. [EL
Config]: The column name for element [method getStadiumLevel] is being
defaulted to: STADIUMLEVEL. [EL Config]: The column name for element [method
getReadyForAdditionalContracts] is being defaulted to:
READYFORADDITIONALCONTRACTS. [EL Config]: The column name for element [method
getMainContractCost] is being defaulted to: MAINCONTRACTCOST. [EL Config]:
The column name for element [method getCountry] is being defaulted to:
COUNTRY. [EL Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.cell.Multipliable] is being defaulted to:
Multipliable. [EL Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.Multipliable] is being defaulted to:
MULTIPLIABLE. [EL Config]: The primary key column name for the inheritance
class [class net.monopolyclub.game.entity.cell.Multipliable] is being
defaulted to: ID. [EL Config]: The foreign key column name for the
inheritance class [class net.monopolyclub.game.entity.cell.Multipliable] is
being defaulted to: ID. [EL Config]: The column name for element [method
getFactor] is being defaulted to: FACTOR. [EL Config]: The alias name for the
entity class [class net.monopolyclub.game.entity.cell.Lap] is being defaulted
to: Lap. [EL Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.Lap] is being defaulted to: LAP. [EL
Config]: The primary key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Lap] is being defaulted to: ID. [EL
Config]: The foreign key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Lap] is being defaulted to: ID. [EL
Config]: The column name for element [method getBonus] is being defaulted to:
BONUS. [EL Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.person.Player] is being defaulted to: Player.
[EL Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.person.User] is being defaulted to: User. [EL
Config]: The discriminator column name for the root inheritance class [class
net.monopolyclub.game.entity.person.User] is being defaulted to: DTYPE. [EL
Config]: The column name for element [method getId] is being defaulted to:
ID. [EL Config]: The column name for element [method getEnabled] is being
defaulted to: ENABLED. [EL Config]: The column name for element [method
getVictoryCount] is being defaulted to: VICTORYCOUNT. [EL Config]: The column
name for element [method getName] is being defaulted to: NAME. [EL Config]:
The column name for element [method getDefeatCount] is being defaulted to:
DEFEATCOUNT. [EL Config]: The column name for element [method getLogin] is
being defaulted to: LOGIN. [EL Config]: The column name for element [method
getPassword] is being defaulted to: PASSWORD. [EL Config]: The column name
for element [method getLoginType] is being defaulted to: LOGINTYPE. [EL
Config]: The column name for element [method getDateOfRegistration] is being
defaulted to: DATEOFREGISTRATION. [EL Config]: The column name for element
[method getVersion] is being defaulted to: VERSION. [EL Config]: The column
name for element [method getOnline] is being defaulted to: ONLINE. [EL
Config]: The table name for entity [class
net.monopolyclub.game.entity.person.Player] is being defaulted to: PLAYER.
[EL Config]: The primary key column name for the inheritance class [class
net.monopolyclub.game.entity.person.Player] is being defaulted to: ID. [EL
Config]: The foreign key column name for the inheritance class [class
net.monopolyclub.game.entity.person.Player] is being defaulted to: ID. [EL
Config]: The column name for element [method getMoney] is being defaulted to:
MONEY. [EL Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.cell.Inspection] is being defaulted to:
Inspection. [EL Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.Inspection] is being defaulted to:
INSPECTION. [EL Config]: The primary key column name for the inheritance
class [class net.monopolyclub.game.entity.cell.Inspection] is being defaulted
to: ID. [EL Config]: The foreign key column name for the inheritance class
[class net.monopolyclub.game.entity.cell.Inspection] is being defaulted to:
ID. [EL Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.cell.Bonus] is being defaulted to: Bonus. [EL
Config]: The table name for entity [class
net.monopolyclub.game.entity.cell.Bonus] is being defaulted to: BONUS. [EL
Config]: The primary key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Bonus] is being defaulted to: ID. [EL
Config]: The foreign key column name for the inheritance class [class
net.monopolyclub.game.entity.cell.Bonus] is being defaulted to: ID. [EL
Config]: The alias name for the entity class [class
net.monopolyclub.game.entity.Game] is being defaulted to: Game. [EL Config]:
The table name for entity [class net.monopolyclub.game.entity.Game] is being
defaulted to: GAME. [EL Config]: The column name for element [method getId]
is being defaulted to: ID. [EL Config]: The alias name for the entity class
[class net.monopolyclub.game.entity.Icon] is being defaulted to: Icon. [EL
Config]: The table name for entity [class net.monopolyclub.game.entity.Icon]
is being defaulted to: ICON. [EL Config]: The column name for element [method
getId] is being defaulted to: ID. [EL Config]: The column name for element
[method getTitle] is being defaulted to: TITLE. [EL Config]: The column name
for element [method getUrl] is being defaulted to: URL. [EL Config]: The
collection table name for the basic collection/map mapping [method
getLevelProfitTable] is being defaulted to: Upgradable_LEVELPROFITTABLE. [EL
Config]: The primary key column name for the mapping element [method
getLevelProfitTable] is being defaulted to: ID. [EL Config]: The foreign key
column name for the mapping element [method getLevelProfitTable] is being
defaulted to: Upgradable_ID. [EL Config]: The key column name for the basic
map mapping element [method getLevelProfitTable] is being defaulted to:
LEVELPROFITTABLE_KEY. [EL Config]: The key column name for the basic map
mapping element [method getLevelProfitTable] is being defaulted to:
LEVELPROFITTABLE_KEY. [EL Config]: The value column name for the basic
collection/map mapping element mapping element [method getLevelProfitTable]
is being defaulted to: LEVELPROFITTABLE. [EL Config]: The primary key column
name for the mapping element [method getPlayers] is being defaulted to: ID.
[EL Config]: The primary key column name for the mapping element [method
getPlayers] is being defaulted to: ID. [EL Config]: The primary key column
name for the mapping element [method getCells] is being defaulted to: ID. [EL
Config]: The primary key column name for the mapping element [method
getBackgroundIcon] is being defaulted to: ID. [EL Config]: The foreign key
column name for the mapping element [method getBackgroundIcon] is being
defaulted to: BACKGROUNDICON_ID. [EL Config]: The primary key column name for
the mapping element [method getIcon] is being defaulted to: ID. [EL Config]:
The foreign key column name for the mapping element [method getIcon] is being
defaulted to: ICON_ID. Sep 5, 2011 6:38:04 PM
org.hibernate.validator.engine.resolver.DefaultTraversableResolver detectJPA
INFO: Instantiated an instance of
org.hibernate.validator.engine.resolver.JPATraversableResolver. [EL Info]:
EclipseLink, version: Eclipse Persistence Services - 2.2.0.v20110202-r8913
[EL Config]: Connection(24340171)--connecting(DatabaseLogin(
platform=>DerbyPlatform user name=> "APP" connector=>JNDIConnector datasource
name=>null )) [EL Config]: Connection(10142322)--Connected:
jdbc:derby:/tmp/gfembed1474808460834301420tmp/lib/databases/embedded_default
User: APP Database: Apache Derby Version: 10.6.2.1 - (999685) Driver: Apache
Derby Embedded JDBC Driver Version: 10.6.2.1 - (999685) [EL Config]:
Connection(27651708)--connecting(DatabaseLogin( platform=>DerbyPlatform user
name=> "APP" connector=>JNDIConnector datasource name=>null )) [EL Config]:
Connection(13375473)--Connected:
jdbc:derby:/tmp/gfembed1474808460834301420tmp/lib/databases/embedded_default
User: APP Database: Apache Derby Version: 10.6.2.1 - (999685) Driver: Apache
Derby Embedded JDBC Driver Version: 10.6.2.1 - (999685) [EL Info]:
file:/home/devalentino/projects/monopoly/target/classes/_monopolyPersistence
login successful Sep 5, 2011 6:38:15 PM
com.sun.ejb.containers.builder.StatefulContainerBuilder buildStoreManager
INFO: EJB5175:StatefulContainerBuilder.buildStoreManager() storeName:
[GameEJB-86195377279926273-BackingStore] Sep 5, 2011 6:38:15 PM
org.glassfish.ha.store.adapter.file.FileBackingStore initialize INFO:
[FileBackingStore::initialize] Successfully Created and initialized store.
Working dir:
/tmp/gfembed1474808460834301420tmp/session-store/GameEJB-86195377279926273;
Configuration: BackingStoreConfiguration{clusterName='null',
instanceName='null', storeName='GameEJB-86195377279926273-BackingStore',
shortUniqueName='86195377279926273', storeType='file',
maxIdleTimeInSeconds=-1, relaxVersionCheck='null',
maxLoadWaitTimeInSeconds=0,
baseDirectoryName='/tmp/gfembed1474808460834301420tmp/session-store/GameEJB-86195377279926273',
keyClazz=interface java.io.Serializable, valueClazz=class
org.glassfish.ha.store.util.SimpleMetadata, synchronousSave=false,
typicalPayloadSizeInKiloBytes=0, vendorSpecificSettings={start.gms=false,
async.replication=true,
key.transformer=com.sun.ejb.base.sfsb.util.SimpleKeyGenerator_at_169674,
local.caching=true, value.class.is.thread.safe=true,
broadcast.remove.expired=false}} Sep 5, 2011 6:38:15 PM
com.sun.ejb.containers.builder.StatefulContainerBuilder buildStoreManager
INFO: EJB5177:StatefulContainerbuilder instantiated store:
org.glassfish.ha.store.adapter.file.FileBackingStore_at_efae3b, with ha-enabled
[false], and backing store configuration:
BackingStoreConfiguration{clusterName='null', instanceName='null',
storeName='GameEJB-86195377279926273-BackingStore',
shortUniqueName='86195377279926273', storeType='file',
maxIdleTimeInSeconds=-1, relaxVersionCheck='null',
maxLoadWaitTimeInSeconds=0,
baseDirectoryName='/tmp/gfembed1474808460834301420tmp/session-store/GameEJB-86195377279926273',
keyClazz=interface java.io.Serializable, valueClazz=class
org.glassfish.ha.store.util.SimpleMetadata, synchronousSave=false,
typicalPayloadSizeInKiloBytes=0, vendorSpecificSettings={start.gms=false,
async.replication=true,
key.transformer=com.sun.ejb.base.sfsb.util.SimpleKeyGenerator_at_169674,
local.caching=true, value.class.is.thread.safe=true,
broadcast.remove.expired=false}} Sep 5, 2011 6:38:15 PM
com.sun.ejb.containers.BaseContainer initializeHome INFO: EJB5181:Portable
JNDI names for EJB GameEJB: [java:global/game/GameEJB,
java:global/game/GameEJB!net.monopolyclub.game.ejb.GameEJB] Sep 5, 2011
6:38:20 PM com.sun.jts.CosTransactions.DefaultTransactionService
setServerName INFO: JTS5014: Recoverable JTS instance, serverId = [3700] Sep
5, 2011 6:38:22 PM com.sun.ejb.containers.BaseContainer initializeHome INFO:
EJB5181:Portable JNDI names for EJB CellEJB:
[java:global/game/CellEJB!net.monopolyclub.game.ejb.CellEJBRemote,
java:global/game/CellEJB!net.monopolyclub.game.ejb.CellEJB] Sep 5, 2011
6:38:22 PM com.sun.ejb.containers.BaseContainer initializeHome INFO:
EJB5182:Glassfish-specific (Non-portable) JNDI names for EJB CellEJB:
[net.monopolyclub.game.ejb.CellEJBRemote,
net.monopolyclub.game.ejb.CellEJBRemote#net.monopolyclub.game.ejb.CellEJBRemote]
Sep 5, 2011 6:38:22 PM
com.sun.ejb.containers.builder.StatefulContainerBuilder buildStoreManager
INFO: EJB5175:StatefulContainerBuilder.buildStoreManager() storeName:
[PlayerEJB-86195377279926274-BackingStore] Sep 5, 2011 6:38:22 PM
org.glassfish.ha.store.adapter.file.FileBackingStore initialize INFO:
[FileBackingStore::initialize] Successfully Created and initialized store.
Working dir:
/tmp/gfembed1474808460834301420tmp/session-store/PlayerEJB-86195377279926274;
Configuration: BackingStoreConfiguration{clusterName='null',
instanceName='null', storeName='PlayerEJB-86195377279926274-BackingStore',
shortUniqueName='86195377279926274', storeType='file',
maxIdleTimeInSeconds=-1, relaxVersionCheck='null',
maxLoadWaitTimeInSeconds=0,
baseDirectoryName='/tmp/gfembed1474808460834301420tmp/session-store/PlayerEJB-86195377279926274',
keyClazz=interface java.io.Serializable, valueClazz=class
org.glassfish.ha.store.util.SimpleMetadata, synchronousSave=false,
typicalPayloadSizeInKiloBytes=0, vendorSpecificSettings={start.gms=false,
async.replication=true,
key.transformer=com.sun.ejb.base.sfsb.util.SimpleKeyGenerator_at_ce3393,
local.caching=true, value.class.is.thread.safe=true,
broadcast.remove.expired=false}} Sep 5, 2011 6:38:22 PM
com.sun.ejb.containers.builder.StatefulContainerBuilder buildStoreManager
INFO: EJB5177:StatefulContainerbuilder instantiated store:
org.glassfish.ha.store.adapter.file.FileBackingStore_at_19c1f49, with ha-enabled
[false], and backing store configuration:
BackingStoreConfiguration{clusterName='null', instanceName='null',
storeName='PlayerEJB-86195377279926274-BackingStore',
shortUniqueName='86195377279926274', storeType='file',
maxIdleTimeInSeconds=-1, relaxVersionCheck='null',
maxLoadWaitTimeInSeconds=0,
baseDirectoryName='/tmp/gfembed1474808460834301420tmp/session-store/PlayerEJB-86195377279926274',
keyClazz=interface java.io.Serializable, valueClazz=class
org.glassfish.ha.store.util.SimpleMetadata, synchronousSave=false,
typicalPayloadSizeInKiloBytes=0, vendorSpecificSettings={start.gms=false,
async.replication=true,
key.transformer=com.sun.ejb.base.sfsb.util.SimpleKeyGenerator_at_ce3393,
local.caching=true, value.class.is.thread.safe=true,
broadcast.remove.expired=false}} Sep 5, 2011 6:38:22 PM
com.sun.ejb.containers.BaseContainer initializeHome INFO: EJB5181:Portable
JNDI names for EJB PlayerEJB:
[java:global/game/PlayerEJB!net.monopolyclub.game.ejb.PlayerEJB,
java:global/game/PlayerEJB] Sep 5, 2011 6:38:22 PM
org.glassfish.deployment.admin.DeployCommand execute INFO: game was
successfully deployed in 24,997 milliseconds.
PlainTextActionReporterSUCCESSDescription: deploy AdminCommandApplication
deployed with name game. [name=game
_______________________________________________________
[net.monopolyclub.game.entity.cell.Cell[null],
net.monopolyclub.game.entity.cell.Lap[null],
net.monopolyclub.game.entity.cell.Multipliable[null],
net.monopolyclub.game.entity.cell.Upgradable[null]] [EL Config]:
Connection(31961965)--disconnect [EL Info]:
file:/home/devalentino/projects/monopoly/target/classes/_monopolyPersistence
logout successful PlainTextActionReporterSUCCESSNo monitoring data to report.
Sep 5, 2011 6:38:23 PM
com.sun.enterprise.connectors.service.ResourceAdapterAdminServiceImpl
sendStopToResourceAdapter INFO: RAR7094: __ds_jdbc_ra shutdown successful.
Sep 5, 2011 6:38:23 PM org.glassfish.admin.mbeanserver.JMXStartupService
shutdown INFO: JMX001: JMXStartupService and JMXConnectors have been shut
down. Sep 5, 2011 6:38:23 PM com.sun.enterprise.v3.server.AppServerStartup
stop INFO: Shutdown procedure finished Sep 5, 2011 6:38:23 PM
AppServerStartup run INFO: [Thread[GlassFish Kernel Main Thread,5,main]]
exiting Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
29.733 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO]
[INFO] --- maven-ejb-plugin:2.3:ejb (default-ejb) @ game --- [INFO] Building
EJB game with EJB version 2.1 [INFO] Building jar:
/home/devalentino/projects/monopoly/target/game.jar [INFO] [INFO] ---
maven-install-plugin:2.3.1:install (default-install) @ game --- [INFO]
Installing /home/devalentino/projects/monopoly/target/game.jar to
/home/devalentino/.m2/repository/net/monopolyclub/game/0.0.1/game-0.0.1.jar
[INFO] Installing /home/devalentino/projects/monopoly/pom.xml to
/home/devalentino/.m2/repository/net/monopolyclub/game/0.0.1/game-0.0.1.pom
[INFO]
------------------------------------------------------------------------
[INFO] BUILD SUCCESS [INFO]
------------------------------------------------------------------------
[INFO] Total time: 38.010s [INFO] Finished at: Mon Sep 05 18:38:24 EEST 2011
[INFO] Final Memory: 17M/43M [INFO]
------------------------------------------------------------------------

[1] https://github.com/devalentino/temp

--
[Message sent by forum member 'devalentino']
View Post: http://forums.java.net/node/732952