Advertisement
Guest User

Untitled

a guest
Mar 26th, 2012
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 163.22 KB | None | 0 0
  1. DAS
  2. -domaindir
  3. C:/Java/glassfish3/glassfish/domains/domain1
  4. -read-stdin
  5. true
  6. 26/03/2012 01:39:33 com.sun.enterprise.admin.launcher.GFLauncherLogger info
  7. INFO: Iniciado com êxito em 3 ms.
  8. 26/03/2012 01:39:37 null
  9. INFO: Running GlassFish Version: GlassFish Server Open Source Edition 3.1.1 (build 12)
  10. WARNING: Record begin marker is not a proper value so using default.
  11. WARNING: Record end marker is not a proper value so using default.
  12. WARNING: Log Format field separator is not a character so using default.
  13. INFO: Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry
  14. INFO: Grizzly Framework 1.9.36 started in: 36ms - bound to [0.0.0.0:8181]
  15. INFO: Grizzly Framework 1.9.36 started in: 19ms - bound to [0.0.0.0:7676]
  16. INFO: Grizzly Framework 1.9.36 started in: 51ms - bound to [0.0.0.0:8080]
  17. INFO: Grizzly Framework 1.9.36 started in: 31ms - bound to [0.0.0.0:4848]
  18. INFO: Grizzly Framework 1.9.36 started in: 24ms - bound to [0.0.0.0:3700]
  19. INFO: The Admin Console is already installed, but not yet loaded.
  20. INFO: SEC1002: Security Manager is OFF.
  21. INFO: SEC1010: Entering Security Startup Service
  22. INFO: SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
  23. INFO: SEC1115: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
  24. INFO: SEC1115: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
  25. INFO: SEC1115: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.
  26. INFO: SEC1011: Security Service(s) Started Successfully
  27. INFO: WEB0169: Created HTTP listener [http-listener-1] on host/port [0.0.0.0:8080]
  28. INFO: WEB0169: Created HTTP listener [http-listener-2] on host/port [0.0.0.0:8181]
  29. INFO: WEB0169: Created HTTP listener [admin-listener] on host/port [0.0.0.0:4848]
  30. INFO: WEB0171: Created virtual server [server]
  31. INFO: WEB0171: Created virtual server [__asadmin]
  32. INFO: WEB0172: Virtual server [server] loaded default web module []
  33. INFO: Hibernate Validator 4.1.0.Final
  34. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  35. CONFIG: The access type for the persistent class [class entity.Product] is set to [FIELD].
  36. CONFIG: The target entity (reference) class for the many to one mapping element [field operation] is being defaulted to: class entity.Operation.
  37. CONFIG: The target entity (reference) class for the one to many mapping element [field productPictures] is being defaulted to: class entity.ProductPicture.
  38. CONFIG: The target entity (reference) class for the many to one mapping element [field measure] is being defaulted to: class entity.Measure.
  39. CONFIG: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class entity.Status.
  40. CONFIG: The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class entity.Location.
  41. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  42. CONFIG: The access type for the persistent class [class entity.UserPhone] is set to [FIELD].
  43. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  44. CONFIG: The access type for the persistent class [class entity.Operation] is set to [FIELD].
  45. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  46. CONFIG: The access type for the persistent class [class entity.SocialNetwork] is set to [FIELD].
  47. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  48. CONFIG: The access type for the persistent class [class entity.Location] is set to [FIELD].
  49. CONFIG: The target entity (reference) class for the many to one mapping element [field state] is being defaulted to: class entity.State.
  50. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  51. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  52. CONFIG: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class entity.Country.
  53. CONFIG: The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class entity.City.
  54. CONFIG: The access type for the persistent class [class entity.Country] is set to [FIELD].
  55. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  56. CONFIG: The access type for the persistent class [class entity.Status] is set to [FIELD].
  57. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  58. CONFIG: The access type for the persistent class [class entity.State] is set to [FIELD].
  59. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  60. CONFIG: The access type for the persistent class [class entity.Person] is set to [FIELD].
  61. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  62. CONFIG: The access type for the persistent class [class entity.UserType] is set to [FIELD].
  63. CONFIG: The target entity (reference) class for the one to many mapping element [field users] is being defaulted to: class entity.User.
  64. CONFIG: The access type for the persistent class [class entity.User] is set to [FIELD].
  65. CONFIG: The target entity (reference) class for the one to one mapping element [field person] is being defaulted to: class entity.Person.
  66. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  67. CONFIG: The target entity (reference) class for the many to one mapping element [field userType] is being defaulted to: class entity.UserType.
  68. CONFIG: The target entity (reference) class for the one to many mapping element [field userPictures] is being defaulted to: class entity.UserPicture.
  69. CONFIG: The target entity (reference) class for the one to many mapping element [field userPhones] is being defaulted to: class entity.UserPhone.
  70. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  71. CONFIG: The target entity (reference) class for the one to one mapping element [field company] is being defaulted to: class entity.Company.
  72. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  73. CONFIG: The access type for the persistent class [class entity.Area] is set to [FIELD].
  74. CONFIG: The target entity (reference) class for the one to many mapping element [field companies] is being defaulted to: class entity.Company.
  75. CONFIG: The access type for the persistent class [class entity.ProductPicture] is set to [FIELD].
  76. CONFIG: The target entity (reference) class for the many to one mapping element [field product] is being defaulted to: class entity.Product.
  77. CONFIG: The access type for the persistent class [class entity.Company] is set to [FIELD].
  78. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  79. CONFIG: The target entity (reference) class for the many to one mapping element [field areaBean] is being defaulted to: class entity.Area.
  80. CONFIG: The access type for the persistent class [class entity.UserSocialNetwork] is set to [FIELD].
  81. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  82. CONFIG: The target entity (reference) class for the many to one mapping element [field socialNetwork] is being defaulted to: class entity.SocialNetwork.
  83. CONFIG: The access type for the persistent class [class entity.UserPicture] is set to [FIELD].
  84. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  85. CONFIG: The access type for the persistent class [class entity.Measure] is set to [FIELD].
  86. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  87. CONFIG: The access type for the persistent class [class entity.City] is set to [FIELD].
  88. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  89. CONFIG: The alias name for the entity class [class entity.Product] is being defaulted to: Product.
  90. CONFIG: The column name for element [id] is being defaulted to: ID.
  91. CONFIG: The column name for element [description] is being defaulted to: DESCRIPTION.
  92. CONFIG: The column name for element [name] is being defaulted to: NAME.
  93. CONFIG: The column name for element [quantity] is being defaulted to: QUANTITY.
  94. CONFIG: The alias name for the entity class [class entity.UserPhone] is being defaulted to: UserPhone.
  95. CONFIG: The column name for element [id] is being defaulted to: ID.
  96. CONFIG: The column name for element [phone] is being defaulted to: PHONE.
  97. CONFIG: The alias name for the entity class [class entity.Operation] is being defaulted to: Operation.
  98. CONFIG: The column name for element [id] is being defaulted to: ID.
  99. CONFIG: The column name for element [operation] is being defaulted to: OPERATION.
  100. CONFIG: The alias name for the entity class [class entity.SocialNetwork] is being defaulted to: SocialNetwork.
  101. CONFIG: The column name for element [id] is being defaulted to: ID.
  102. CONFIG: The column name for element [name] is being defaulted to: NAME.
  103. CONFIG: The alias name for the entity class [class entity.Location] is being defaulted to: Location.
  104. CONFIG: The column name for element [id] is being defaulted to: ID.
  105. CONFIG: The column name for element [locale] is being defaulted to: LOCALE.
  106. CONFIG: The alias name for the entity class [class entity.Country] is being defaulted to: Country.
  107. CONFIG: The column name for element [id] is being defaulted to: ID.
  108. CONFIG: The column name for element [country] is being defaulted to: COUNTRY.
  109. CONFIG: The alias name for the entity class [class entity.Status] is being defaulted to: Status.
  110. CONFIG: The column name for element [id] is being defaulted to: ID.
  111. CONFIG: The column name for element [status] is being defaulted to: STATUS.
  112. CONFIG: The alias name for the entity class [class entity.State] is being defaulted to: State.
  113. CONFIG: The column name for element [id] is being defaulted to: ID.
  114. CONFIG: The column name for element [state] is being defaulted to: STATE.
  115. CONFIG: The alias name for the entity class [class entity.Person] is being defaulted to: Person.
  116. CONFIG: The column name for element [name] is being defaulted to: NAME.
  117. CONFIG: The column name for element [birthdate] is being defaulted to: BIRTHDATE.
  118. CONFIG: The column name for element [gender] is being defaulted to: GENDER.
  119. CONFIG: The column name for element [surname] is being defaulted to: SURNAME.
  120. CONFIG: The alias name for the entity class [class entity.UserType] is being defaulted to: UserType.
  121. CONFIG: The column name for element [id] is being defaulted to: ID.
  122. CONFIG: The column name for element [type] is being defaulted to: TYPE.
  123. CONFIG: The alias name for the entity class [class entity.User] is being defaulted to: User.
  124. CONFIG: The column name for element [id] is being defaulted to: ID.
  125. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  126. CONFIG: The column name for element [reputation] is being defaulted to: REPUTATION.
  127. CONFIG: The column name for element [password] is being defaulted to: PASSWORD.
  128. CONFIG: The alias name for the entity class [class entity.Area] is being defaulted to: Area.
  129. CONFIG: The column name for element [id] is being defaulted to: ID.
  130. CONFIG: The column name for element [area] is being defaulted to: AREA.
  131. CONFIG: The alias name for the entity class [class entity.ProductPicture] is being defaulted to: ProductPicture.
  132. CONFIG: The column name for element [id] is being defaulted to: ID.
  133. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  134. CONFIG: The alias name for the entity class [class entity.Company] is being defaulted to: Company.
  135. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  136. CONFIG: The column name for element [name] is being defaulted to: NAME.
  137. CONFIG: The alias name for the entity class [class entity.UserSocialNetwork] is being defaulted to: UserSocialNetwork.
  138. CONFIG: The column name for element [id] is being defaulted to: ID.
  139. CONFIG: The column name for element [link] is being defaulted to: LINK.
  140. CONFIG: The alias name for the entity class [class entity.UserPicture] is being defaulted to: UserPicture.
  141. CONFIG: The column name for element [id] is being defaulted to: ID.
  142. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  143. CONFIG: The alias name for the entity class [class entity.Measure] is being defaulted to: Measure.
  144. CONFIG: The column name for element [id] is being defaulted to: ID.
  145. CONFIG: The column name for element [measure] is being defaulted to: MEASURE.
  146. CONFIG: The alias name for the entity class [class entity.City] is being defaulted to: City.
  147. CONFIG: The column name for element [id] is being defaulted to: ID.
  148. CONFIG: The column name for element [city] is being defaulted to: CITY.
  149. CONFIG: The primary key column name for the mapping element [field product] is being defaulted to: ID.
  150. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  151. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  152. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  153. CONFIG: The primary key column name for the mapping element [field socialNetwork] is being defaulted to: ID.
  154. CONFIG: The primary key column name for the mapping element [field status] is being defaulted to: ID.
  155. CONFIG: The primary key column name for the mapping element [field country] is being defaulted to: ID.
  156. CONFIG: The primary key column name for the mapping element [field measure] is being defaulted to: ID.
  157. CONFIG: The primary key column name for the mapping element [field location] is being defaulted to: ID.
  158. CONFIG: The primary key column name for the mapping element [field city] is being defaulted to: ID.
  159. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  160. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  161. CONFIG: The primary key column name for the mapping element [field state] is being defaulted to: ID.
  162. CONFIG: The primary key column name for the mapping element [field userType] is being defaulted to: ID.
  163. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  164. CONFIG: The primary key column name for the mapping element [field areaBean] is being defaulted to: ID.
  165. CONFIG: The primary key column name for the mapping element [field operation] is being defaulted to: ID.
  166. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  167. INFO: Portable JNDI names for EJB EaoProductPicture : [java:global/SuaParte/EaoProductPicture!eao.EaoProductPicture, java:global/SuaParte/EaoProductPicture]
  168. INFO: Portable JNDI names for EJB EaoLocation : [java:global/SuaParte/EaoLocation!eao.EaoLocation, java:global/SuaParte/EaoLocation]
  169. INFO: Portable JNDI names for EJB EaoMeasure : [java:global/SuaParte/EaoMeasure!eao.EaoMeasure, java:global/SuaParte/EaoMeasure]
  170. INFO: Portable JNDI names for EJB EaoProduct : [java:global/SuaParte/EaoProduct!eao.EaoProduct, java:global/SuaParte/EaoProduct]
  171. INFO: Portable JNDI names for EJB EaoPerson : [java:global/SuaParte/EaoPerson, java:global/SuaParte/EaoPerson!eao.EaoPerson]
  172. INFO: Portable JNDI names for EJB EaoArea : [java:global/SuaParte/EaoArea!eao.EaoArea, java:global/SuaParte/EaoArea]
  173. INFO: Portable JNDI names for EJB EaoUserPicture : [java:global/SuaParte/EaoUserPicture, java:global/SuaParte/EaoUserPicture!eao.EaoUserPicture]
  174. INFO: Portable JNDI names for EJB EaoUser : [java:global/SuaParte/EaoUser!eao.EaoUser, java:global/SuaParte/EaoUser]
  175. INFO: Portable JNDI names for EJB EaoCountry : [java:global/SuaParte/EaoCountry!eao.EaoCountry, java:global/SuaParte/EaoCountry]
  176. INFO: Portable JNDI names for EJB EaoUserSocialNetwork : [java:global/SuaParte/EaoUserSocialNetwork, java:global/SuaParte/EaoUserSocialNetwork!eao.EaoUserSocialNetwork]
  177. INFO: Portable JNDI names for EJB EaoUserPhone : [java:global/SuaParte/EaoUserPhone, java:global/SuaParte/EaoUserPhone!eao.EaoUserPhone]
  178. INFO: Portable JNDI names for EJB EaoCompany : [java:global/SuaParte/EaoCompany, java:global/SuaParte/EaoCompany!eao.EaoCompany]
  179. INFO: Portable JNDI names for EJB EaoStatus : [java:global/SuaParte/EaoStatus!eao.EaoStatus, java:global/SuaParte/EaoStatus]
  180. INFO: Portable JNDI names for EJB EaoCity : [java:global/SuaParte/EaoCity!eao.EaoCity, java:global/SuaParte/EaoCity]
  181. INFO: Portable JNDI names for EJB EaoUserType : [java:global/SuaParte/EaoUserType!eao.EaoUserType, java:global/SuaParte/EaoUserType]
  182. INFO: Portable JNDI names for EJB EaoOperation : [java:global/SuaParte/EaoOperation, java:global/SuaParte/EaoOperation!eao.EaoOperation]
  183. INFO: Portable JNDI names for EJB EaoState : [java:global/SuaParte/EaoState, java:global/SuaParte/EaoState!eao.EaoState]
  184. INFO: Portable JNDI names for EJB EaoSocialNetwork : [java:global/SuaParte/EaoSocialNetwork, java:global/SuaParte/EaoSocialNetwork!eao.EaoSocialNetwork]
  185. INFO: Inicializando Mojarra 2.1.3 (FCS b02) para o contexto '/SuaParte'
  186. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  187. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  188. INFO: Selected fallback cache factory
  189. INFO: Creating LRUMap cache instance using parameters: {com.sun.faces.forceLoadConfiguration=true, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, maxRequestSize=1000000, org.richfaces.skin=wine, com.sun.faces.validateXml=true, javax.faces.PROJECT_STAGE=Development, createTempFiles=false, com.sun.faces.disableVersionTracking=true, org.richfaces.enableControlSkinning=true, javax.faces.STATE_SAVING_METHOD=server}
  190. INFO: Creating LRUMap cache instance of 512 items capacity
  191. INFO: RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0.Final SVN r.22269
  192. INFO: Monitoring jndi:/server/SuaParte/WEB-INF/faces-config.xml for modifications
  193. INFO: WEB0671: Loading application [SuaParte] at [/SuaParte]
  194. INFO: CORE10010: Loading application SuaParte done in 28.904 ms
  195. INFO: GlassFish Server Open Source Edition 3.1.1 (12) hora de inicialização : Felix (4.042ms), serviços de inicialização(29.328ms), total(33.370ms)
  196. INFO: JMXStartupService: Started JMXConnector, JMXService URL = service:jmx:rmi://192.168.1.9:8686/jndi/rmi://192.168.1.9:8686/jmxrmi
  197. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  198. CONFIG: The access type for the persistent class [class entity.Product] is set to [FIELD].
  199. CONFIG: The target entity (reference) class for the many to one mapping element [field operation] is being defaulted to: class entity.Operation.
  200. CONFIG: The target entity (reference) class for the one to many mapping element [field productPictures] is being defaulted to: class entity.ProductPicture.
  201. CONFIG: The target entity (reference) class for the many to one mapping element [field measure] is being defaulted to: class entity.Measure.
  202. CONFIG: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class entity.Status.
  203. CONFIG: The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class entity.Location.
  204. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  205. CONFIG: The access type for the persistent class [class entity.UserPhone] is set to [FIELD].
  206. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  207. CONFIG: The access type for the persistent class [class entity.Operation] is set to [FIELD].
  208. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  209. CONFIG: The access type for the persistent class [class entity.SocialNetwork] is set to [FIELD].
  210. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  211. CONFIG: The access type for the persistent class [class entity.Location] is set to [FIELD].
  212. CONFIG: The target entity (reference) class for the many to one mapping element [field state] is being defaulted to: class entity.State.
  213. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  214. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  215. CONFIG: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class entity.Country.
  216. CONFIG: The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class entity.City.
  217. CONFIG: The access type for the persistent class [class entity.Country] is set to [FIELD].
  218. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  219. CONFIG: The access type for the persistent class [class entity.Status] is set to [FIELD].
  220. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  221. CONFIG: The access type for the persistent class [class entity.State] is set to [FIELD].
  222. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  223. CONFIG: The access type for the persistent class [class entity.Person] is set to [FIELD].
  224. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  225. CONFIG: The access type for the persistent class [class entity.UserType] is set to [FIELD].
  226. CONFIG: The target entity (reference) class for the one to many mapping element [field users] is being defaulted to: class entity.User.
  227. CONFIG: The access type for the persistent class [class entity.User] is set to [FIELD].
  228. CONFIG: The target entity (reference) class for the one to one mapping element [field person] is being defaulted to: class entity.Person.
  229. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  230. CONFIG: The target entity (reference) class for the many to one mapping element [field userType] is being defaulted to: class entity.UserType.
  231. CONFIG: The target entity (reference) class for the one to many mapping element [field userPictures] is being defaulted to: class entity.UserPicture.
  232. CONFIG: The target entity (reference) class for the one to many mapping element [field userPhones] is being defaulted to: class entity.UserPhone.
  233. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  234. CONFIG: The target entity (reference) class for the one to one mapping element [field company] is being defaulted to: class entity.Company.
  235. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  236. CONFIG: The access type for the persistent class [class entity.Area] is set to [FIELD].
  237. CONFIG: The target entity (reference) class for the one to many mapping element [field companies] is being defaulted to: class entity.Company.
  238. CONFIG: The access type for the persistent class [class entity.ProductPicture] is set to [FIELD].
  239. CONFIG: The target entity (reference) class for the many to one mapping element [field product] is being defaulted to: class entity.Product.
  240. CONFIG: The access type for the persistent class [class entity.Company] is set to [FIELD].
  241. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  242. CONFIG: The target entity (reference) class for the many to one mapping element [field areaBean] is being defaulted to: class entity.Area.
  243. CONFIG: The access type for the persistent class [class entity.UserSocialNetwork] is set to [FIELD].
  244. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  245. CONFIG: The target entity (reference) class for the many to one mapping element [field socialNetwork] is being defaulted to: class entity.SocialNetwork.
  246. CONFIG: The access type for the persistent class [class entity.UserPicture] is set to [FIELD].
  247. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  248. CONFIG: The access type for the persistent class [class entity.Measure] is set to [FIELD].
  249. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  250. CONFIG: The access type for the persistent class [class entity.City] is set to [FIELD].
  251. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  252. CONFIG: The alias name for the entity class [class entity.Product] is being defaulted to: Product.
  253. CONFIG: The column name for element [id] is being defaulted to: ID.
  254. CONFIG: The column name for element [description] is being defaulted to: DESCRIPTION.
  255. CONFIG: The column name for element [name] is being defaulted to: NAME.
  256. CONFIG: The column name for element [quantity] is being defaulted to: QUANTITY.
  257. CONFIG: The alias name for the entity class [class entity.UserPhone] is being defaulted to: UserPhone.
  258. CONFIG: The column name for element [id] is being defaulted to: ID.
  259. CONFIG: The column name for element [phone] is being defaulted to: PHONE.
  260. CONFIG: The alias name for the entity class [class entity.Operation] is being defaulted to: Operation.
  261. CONFIG: The column name for element [id] is being defaulted to: ID.
  262. CONFIG: The column name for element [operation] is being defaulted to: OPERATION.
  263. CONFIG: The alias name for the entity class [class entity.SocialNetwork] is being defaulted to: SocialNetwork.
  264. CONFIG: The column name for element [id] is being defaulted to: ID.
  265. CONFIG: The column name for element [name] is being defaulted to: NAME.
  266. CONFIG: The alias name for the entity class [class entity.Location] is being defaulted to: Location.
  267. CONFIG: The column name for element [id] is being defaulted to: ID.
  268. CONFIG: The column name for element [locale] is being defaulted to: LOCALE.
  269. CONFIG: The alias name for the entity class [class entity.Country] is being defaulted to: Country.
  270. CONFIG: The column name for element [id] is being defaulted to: ID.
  271. CONFIG: The column name for element [country] is being defaulted to: COUNTRY.
  272. CONFIG: The alias name for the entity class [class entity.Status] is being defaulted to: Status.
  273. CONFIG: The column name for element [id] is being defaulted to: ID.
  274. CONFIG: The column name for element [status] is being defaulted to: STATUS.
  275. CONFIG: The alias name for the entity class [class entity.State] is being defaulted to: State.
  276. CONFIG: The column name for element [id] is being defaulted to: ID.
  277. CONFIG: The column name for element [state] is being defaulted to: STATE.
  278. CONFIG: The alias name for the entity class [class entity.Person] is being defaulted to: Person.
  279. CONFIG: The column name for element [name] is being defaulted to: NAME.
  280. CONFIG: The column name for element [birthdate] is being defaulted to: BIRTHDATE.
  281. CONFIG: The column name for element [gender] is being defaulted to: GENDER.
  282. CONFIG: The column name for element [surname] is being defaulted to: SURNAME.
  283. CONFIG: The alias name for the entity class [class entity.UserType] is being defaulted to: UserType.
  284. CONFIG: The column name for element [id] is being defaulted to: ID.
  285. CONFIG: The column name for element [type] is being defaulted to: TYPE.
  286. CONFIG: The alias name for the entity class [class entity.User] is being defaulted to: User.
  287. CONFIG: The column name for element [id] is being defaulted to: ID.
  288. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  289. CONFIG: The column name for element [reputation] is being defaulted to: REPUTATION.
  290. CONFIG: The column name for element [password] is being defaulted to: PASSWORD.
  291. CONFIG: The alias name for the entity class [class entity.Area] is being defaulted to: Area.
  292. CONFIG: The column name for element [id] is being defaulted to: ID.
  293. CONFIG: The column name for element [area] is being defaulted to: AREA.
  294. CONFIG: The alias name for the entity class [class entity.ProductPicture] is being defaulted to: ProductPicture.
  295. CONFIG: The column name for element [id] is being defaulted to: ID.
  296. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  297. CONFIG: The alias name for the entity class [class entity.Company] is being defaulted to: Company.
  298. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  299. CONFIG: The column name for element [name] is being defaulted to: NAME.
  300. CONFIG: The alias name for the entity class [class entity.UserSocialNetwork] is being defaulted to: UserSocialNetwork.
  301. CONFIG: The column name for element [id] is being defaulted to: ID.
  302. CONFIG: The column name for element [link] is being defaulted to: LINK.
  303. CONFIG: The alias name for the entity class [class entity.UserPicture] is being defaulted to: UserPicture.
  304. CONFIG: The column name for element [id] is being defaulted to: ID.
  305. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  306. CONFIG: The alias name for the entity class [class entity.Measure] is being defaulted to: Measure.
  307. CONFIG: The column name for element [id] is being defaulted to: ID.
  308. CONFIG: The column name for element [measure] is being defaulted to: MEASURE.
  309. CONFIG: The alias name for the entity class [class entity.City] is being defaulted to: City.
  310. CONFIG: The column name for element [id] is being defaulted to: ID.
  311. CONFIG: The column name for element [city] is being defaulted to: CITY.
  312. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  313. CONFIG: The primary key column name for the mapping element [field operation] is being defaulted to: ID.
  314. CONFIG: The primary key column name for the mapping element [field areaBean] is being defaulted to: ID.
  315. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  316. CONFIG: The primary key column name for the mapping element [field state] is being defaulted to: ID.
  317. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  318. CONFIG: The primary key column name for the mapping element [field product] is being defaulted to: ID.
  319. CONFIG: The primary key column name for the mapping element [field city] is being defaulted to: ID.
  320. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  321. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  322. CONFIG: The primary key column name for the mapping element [field location] is being defaulted to: ID.
  323. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  324. CONFIG: The primary key column name for the mapping element [field userType] is being defaulted to: ID.
  325. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  326. CONFIG: The primary key column name for the mapping element [field country] is being defaulted to: ID.
  327. CONFIG: The primary key column name for the mapping element [field measure] is being defaulted to: ID.
  328. CONFIG: The primary key column name for the mapping element [field status] is being defaulted to: ID.
  329. CONFIG: The primary key column name for the mapping element [field socialNetwork] is being defaulted to: ID.
  330. INFO: Portable JNDI names for EJB EaoProduct : [java:global/SuaParte/EaoProduct!eao.EaoProduct, java:global/SuaParte/EaoProduct]
  331. INFO: Portable JNDI names for EJB EaoLocation : [java:global/SuaParte/EaoLocation!eao.EaoLocation, java:global/SuaParte/EaoLocation]
  332. INFO: Portable JNDI names for EJB EaoUser : [java:global/SuaParte/EaoUser!eao.EaoUser, java:global/SuaParte/EaoUser]
  333. INFO: Portable JNDI names for EJB EaoArea : [java:global/SuaParte/EaoArea!eao.EaoArea, java:global/SuaParte/EaoArea]
  334. INFO: Portable JNDI names for EJB EaoCountry : [java:global/SuaParte/EaoCountry!eao.EaoCountry, java:global/SuaParte/EaoCountry]
  335. INFO: Portable JNDI names for EJB EaoUserPhone : [java:global/SuaParte/EaoUserPhone, java:global/SuaParte/EaoUserPhone!eao.EaoUserPhone]
  336. INFO: Portable JNDI names for EJB EaoSocialNetwork : [java:global/SuaParte/EaoSocialNetwork, java:global/SuaParte/EaoSocialNetwork!eao.EaoSocialNetwork]
  337. INFO: Portable JNDI names for EJB EaoOperation : [java:global/SuaParte/EaoOperation, java:global/SuaParte/EaoOperation!eao.EaoOperation]
  338. INFO: Portable JNDI names for EJB EaoMeasure : [java:global/SuaParte/EaoMeasure!eao.EaoMeasure, java:global/SuaParte/EaoMeasure]
  339. INFO: Portable JNDI names for EJB EaoCity : [java:global/SuaParte/EaoCity!eao.EaoCity, java:global/SuaParte/EaoCity]
  340. INFO: Portable JNDI names for EJB EaoStatus : [java:global/SuaParte/EaoStatus!eao.EaoStatus, java:global/SuaParte/EaoStatus]
  341. INFO: Portable JNDI names for EJB EaoUserType : [java:global/SuaParte/EaoUserType!eao.EaoUserType, java:global/SuaParte/EaoUserType]
  342. INFO: Portable JNDI names for EJB EaoCompany : [java:global/SuaParte/EaoCompany, java:global/SuaParte/EaoCompany!eao.EaoCompany]
  343. INFO: Portable JNDI names for EJB EaoState : [java:global/SuaParte/EaoState, java:global/SuaParte/EaoState!eao.EaoState]
  344. INFO: Portable JNDI names for EJB EaoProductPicture : [java:global/SuaParte/EaoProductPicture!eao.EaoProductPicture, java:global/SuaParte/EaoProductPicture]
  345. INFO: Portable JNDI names for EJB EaoUserSocialNetwork : [java:global/SuaParte/EaoUserSocialNetwork, java:global/SuaParte/EaoUserSocialNetwork!eao.EaoUserSocialNetwork]
  346. INFO: Portable JNDI names for EJB EaoUserPicture : [java:global/SuaParte/EaoUserPicture, java:global/SuaParte/EaoUserPicture!eao.EaoUserPicture]
  347. INFO: Portable JNDI names for EJB EaoPerson : [java:global/SuaParte/EaoPerson, java:global/SuaParte/EaoPerson!eao.EaoPerson]
  348. INFO: Inicializando Mojarra 2.1.3 (FCS b02) para o contexto '/SuaParte'
  349. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  350. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  351. INFO: Selected fallback cache factory
  352. INFO: Creating LRUMap cache instance using parameters: {com.sun.faces.forceLoadConfiguration=true, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, maxRequestSize=1000000, org.richfaces.skin=wine, com.sun.faces.validateXml=true, javax.faces.PROJECT_STAGE=Development, createTempFiles=false, com.sun.faces.disableVersionTracking=true, org.richfaces.enableControlSkinning=true, javax.faces.STATE_SAVING_METHOD=server}
  353. INFO: Creating LRUMap cache instance of 512 items capacity
  354. INFO: RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0.Final SVN r.22269
  355. INFO: Monitoring jndi:/server/SuaParte/WEB-INF/faces-config.xml for modifications
  356. INFO: WEB0671: Loading application [SuaParte] at [/SuaParte]
  357. INFO: SuaParte foi implementado com êxito em 32.800 milisegundos.
  358. CONFIG: The access type for the persistent class [class entity.Product] is set to [FIELD].
  359. CONFIG: The target entity (reference) class for the many to one mapping element [field operation] is being defaulted to: class entity.Operation.
  360. CONFIG: The target entity (reference) class for the one to many mapping element [field productPictures] is being defaulted to: class entity.ProductPicture.
  361. CONFIG: The target entity (reference) class for the many to one mapping element [field measure] is being defaulted to: class entity.Measure.
  362. CONFIG: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class entity.Status.
  363. CONFIG: The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class entity.Location.
  364. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  365. CONFIG: The access type for the persistent class [class entity.UserPhone] is set to [FIELD].
  366. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  367. CONFIG: The access type for the persistent class [class entity.Operation] is set to [FIELD].
  368. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  369. CONFIG: The access type for the persistent class [class entity.SocialNetwork] is set to [FIELD].
  370. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  371. CONFIG: The access type for the persistent class [class entity.Location] is set to [FIELD].
  372. CONFIG: The target entity (reference) class for the many to one mapping element [field state] is being defaulted to: class entity.State.
  373. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  374. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  375. CONFIG: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class entity.Country.
  376. CONFIG: The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class entity.City.
  377. CONFIG: The access type for the persistent class [class entity.Country] is set to [FIELD].
  378. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  379. CONFIG: The access type for the persistent class [class entity.Status] is set to [FIELD].
  380. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  381. CONFIG: The access type for the persistent class [class entity.State] is set to [FIELD].
  382. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  383. CONFIG: The access type for the persistent class [class entity.Person] is set to [FIELD].
  384. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  385. CONFIG: The access type for the persistent class [class entity.UserType] is set to [FIELD].
  386. CONFIG: The target entity (reference) class for the one to many mapping element [field users] is being defaulted to: class entity.User.
  387. CONFIG: The access type for the persistent class [class entity.User] is set to [FIELD].
  388. CONFIG: The target entity (reference) class for the one to one mapping element [field person] is being defaulted to: class entity.Person.
  389. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  390. CONFIG: The target entity (reference) class for the many to one mapping element [field userType] is being defaulted to: class entity.UserType.
  391. CONFIG: The target entity (reference) class for the one to many mapping element [field userPictures] is being defaulted to: class entity.UserPicture.
  392. CONFIG: The target entity (reference) class for the one to many mapping element [field userPhones] is being defaulted to: class entity.UserPhone.
  393. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  394. CONFIG: The target entity (reference) class for the one to one mapping element [field company] is being defaulted to: class entity.Company.
  395. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  396. CONFIG: The access type for the persistent class [class entity.Area] is set to [FIELD].
  397. CONFIG: The target entity (reference) class for the one to many mapping element [field companies] is being defaulted to: class entity.Company.
  398. CONFIG: The access type for the persistent class [class entity.ProductPicture] is set to [FIELD].
  399. CONFIG: The target entity (reference) class for the many to one mapping element [field product] is being defaulted to: class entity.Product.
  400. CONFIG: The access type for the persistent class [class entity.Company] is set to [FIELD].
  401. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  402. CONFIG: The target entity (reference) class for the many to one mapping element [field areaBean] is being defaulted to: class entity.Area.
  403. CONFIG: The access type for the persistent class [class entity.UserSocialNetwork] is set to [FIELD].
  404. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  405. CONFIG: The target entity (reference) class for the many to one mapping element [field socialNetwork] is being defaulted to: class entity.SocialNetwork.
  406. CONFIG: The access type for the persistent class [class entity.UserPicture] is set to [FIELD].
  407. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  408. CONFIG: The access type for the persistent class [class entity.Measure] is set to [FIELD].
  409. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  410. CONFIG: The access type for the persistent class [class entity.City] is set to [FIELD].
  411. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  412. CONFIG: The alias name for the entity class [class entity.Product] is being defaulted to: Product.
  413. CONFIG: The column name for element [id] is being defaulted to: ID.
  414. CONFIG: The column name for element [description] is being defaulted to: DESCRIPTION.
  415. CONFIG: The column name for element [name] is being defaulted to: NAME.
  416. CONFIG: The column name for element [quantity] is being defaulted to: QUANTITY.
  417. CONFIG: The alias name for the entity class [class entity.UserPhone] is being defaulted to: UserPhone.
  418. CONFIG: The column name for element [id] is being defaulted to: ID.
  419. CONFIG: The column name for element [phone] is being defaulted to: PHONE.
  420. CONFIG: The alias name for the entity class [class entity.Operation] is being defaulted to: Operation.
  421. CONFIG: The column name for element [id] is being defaulted to: ID.
  422. CONFIG: The column name for element [operation] is being defaulted to: OPERATION.
  423. CONFIG: The alias name for the entity class [class entity.SocialNetwork] is being defaulted to: SocialNetwork.
  424. CONFIG: The column name for element [id] is being defaulted to: ID.
  425. CONFIG: The column name for element [name] is being defaulted to: NAME.
  426. CONFIG: The alias name for the entity class [class entity.Location] is being defaulted to: Location.
  427. CONFIG: The column name for element [id] is being defaulted to: ID.
  428. CONFIG: The column name for element [locale] is being defaulted to: LOCALE.
  429. CONFIG: The alias name for the entity class [class entity.Country] is being defaulted to: Country.
  430. CONFIG: The column name for element [id] is being defaulted to: ID.
  431. CONFIG: The column name for element [country] is being defaulted to: COUNTRY.
  432. CONFIG: The alias name for the entity class [class entity.Status] is being defaulted to: Status.
  433. CONFIG: The column name for element [id] is being defaulted to: ID.
  434. CONFIG: The column name for element [status] is being defaulted to: STATUS.
  435. CONFIG: The alias name for the entity class [class entity.State] is being defaulted to: State.
  436. CONFIG: The column name for element [id] is being defaulted to: ID.
  437. CONFIG: The column name for element [state] is being defaulted to: STATE.
  438. CONFIG: The alias name for the entity class [class entity.Person] is being defaulted to: Person.
  439. CONFIG: The column name for element [name] is being defaulted to: NAME.
  440. CONFIG: The column name for element [birthdate] is being defaulted to: BIRTHDATE.
  441. CONFIG: The column name for element [gender] is being defaulted to: GENDER.
  442. CONFIG: The column name for element [surname] is being defaulted to: SURNAME.
  443. CONFIG: The alias name for the entity class [class entity.UserType] is being defaulted to: UserType.
  444. CONFIG: The column name for element [id] is being defaulted to: ID.
  445. CONFIG: The column name for element [type] is being defaulted to: TYPE.
  446. CONFIG: The alias name for the entity class [class entity.User] is being defaulted to: User.
  447. CONFIG: The column name for element [id] is being defaulted to: ID.
  448. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  449. CONFIG: The column name for element [reputation] is being defaulted to: REPUTATION.
  450. CONFIG: The column name for element [password] is being defaulted to: PASSWORD.
  451. CONFIG: The alias name for the entity class [class entity.Area] is being defaulted to: Area.
  452. CONFIG: The column name for element [id] is being defaulted to: ID.
  453. CONFIG: The column name for element [area] is being defaulted to: AREA.
  454. CONFIG: The alias name for the entity class [class entity.ProductPicture] is being defaulted to: ProductPicture.
  455. CONFIG: The column name for element [id] is being defaulted to: ID.
  456. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  457. CONFIG: The alias name for the entity class [class entity.Company] is being defaulted to: Company.
  458. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  459. CONFIG: The column name for element [name] is being defaulted to: NAME.
  460. CONFIG: The alias name for the entity class [class entity.UserSocialNetwork] is being defaulted to: UserSocialNetwork.
  461. CONFIG: The column name for element [id] is being defaulted to: ID.
  462. CONFIG: The column name for element [link] is being defaulted to: LINK.
  463. CONFIG: The alias name for the entity class [class entity.UserPicture] is being defaulted to: UserPicture.
  464. CONFIG: The column name for element [id] is being defaulted to: ID.
  465. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  466. CONFIG: The alias name for the entity class [class entity.Measure] is being defaulted to: Measure.
  467. CONFIG: The column name for element [id] is being defaulted to: ID.
  468. CONFIG: The column name for element [measure] is being defaulted to: MEASURE.
  469. CONFIG: The alias name for the entity class [class entity.City] is being defaulted to: City.
  470. CONFIG: The column name for element [id] is being defaulted to: ID.
  471. CONFIG: The column name for element [city] is being defaulted to: CITY.
  472. CONFIG: The primary key column name for the mapping element [field city] is being defaulted to: ID.
  473. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  474. CONFIG: The primary key column name for the mapping element [field status] is being defaulted to: ID.
  475. CONFIG: The primary key column name for the mapping element [field product] is being defaulted to: ID.
  476. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  477. CONFIG: The primary key column name for the mapping element [field operation] is being defaulted to: ID.
  478. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  479. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  480. CONFIG: The primary key column name for the mapping element [field measure] is being defaulted to: ID.
  481. CONFIG: The primary key column name for the mapping element [field country] is being defaulted to: ID.
  482. CONFIG: The primary key column name for the mapping element [field socialNetwork] is being defaulted to: ID.
  483. CONFIG: The primary key column name for the mapping element [field location] is being defaulted to: ID.
  484. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  485. CONFIG: The primary key column name for the mapping element [field areaBean] is being defaulted to: ID.
  486. CONFIG: The primary key column name for the mapping element [field state] is being defaulted to: ID.
  487. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  488. CONFIG: The primary key column name for the mapping element [field userType] is being defaulted to: ID.
  489. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  490. INFO: Portable JNDI names for EJB EaoProductPicture : [java:global/SuaParte/EaoProductPicture!eao.EaoProductPicture, java:global/SuaParte/EaoProductPicture]
  491. INFO: Portable JNDI names for EJB EaoLocation : [java:global/SuaParte/EaoLocation!eao.EaoLocation, java:global/SuaParte/EaoLocation]
  492. INFO: Portable JNDI names for EJB EaoStatus : [java:global/SuaParte/EaoStatus!eao.EaoStatus, java:global/SuaParte/EaoStatus]
  493. INFO: Portable JNDI names for EJB EaoUserType : [java:global/SuaParte/EaoUserType!eao.EaoUserType, java:global/SuaParte/EaoUserType]
  494. INFO: Portable JNDI names for EJB EaoCity : [java:global/SuaParte/EaoCity!eao.EaoCity, java:global/SuaParte/EaoCity]
  495. INFO: Portable JNDI names for EJB EaoMeasure : [java:global/SuaParte/EaoMeasure!eao.EaoMeasure, java:global/SuaParte/EaoMeasure]
  496. INFO: Portable JNDI names for EJB EaoState : [java:global/SuaParte/EaoState, java:global/SuaParte/EaoState!eao.EaoState]
  497. INFO: Portable JNDI names for EJB EaoProduct : [java:global/SuaParte/EaoProduct!eao.EaoProduct, java:global/SuaParte/EaoProduct]
  498. INFO: Portable JNDI names for EJB EaoCountry : [java:global/SuaParte/EaoCountry!eao.EaoCountry, java:global/SuaParte/EaoCountry]
  499. INFO: Portable JNDI names for EJB EaoUser : [java:global/SuaParte/EaoUser!eao.EaoUser, java:global/SuaParte/EaoUser]
  500. INFO: Portable JNDI names for EJB EaoCompany : [java:global/SuaParte/EaoCompany, java:global/SuaParte/EaoCompany!eao.EaoCompany]
  501. INFO: Portable JNDI names for EJB EaoUserSocialNetwork : [java:global/SuaParte/EaoUserSocialNetwork, java:global/SuaParte/EaoUserSocialNetwork!eao.EaoUserSocialNetwork]
  502. INFO: Portable JNDI names for EJB EaoUserPhone : [java:global/SuaParte/EaoUserPhone, java:global/SuaParte/EaoUserPhone!eao.EaoUserPhone]
  503. INFO: Portable JNDI names for EJB EaoArea : [java:global/SuaParte/EaoArea!eao.EaoArea, java:global/SuaParte/EaoArea]
  504. INFO: Portable JNDI names for EJB EaoPerson : [java:global/SuaParte/EaoPerson, java:global/SuaParte/EaoPerson!eao.EaoPerson]
  505. INFO: Portable JNDI names for EJB EaoUserPicture : [java:global/SuaParte/EaoUserPicture, java:global/SuaParte/EaoUserPicture!eao.EaoUserPicture]
  506. INFO: Portable JNDI names for EJB EaoOperation : [java:global/SuaParte/EaoOperation, java:global/SuaParte/EaoOperation!eao.EaoOperation]
  507. INFO: Portable JNDI names for EJB EaoSocialNetwork : [java:global/SuaParte/EaoSocialNetwork, java:global/SuaParte/EaoSocialNetwork!eao.EaoSocialNetwork]
  508. INFO: Inicializando Mojarra 2.1.3 (FCS b02) para o contexto '/SuaParte'
  509. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  510. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  511. INFO: Selected fallback cache factory
  512. INFO: Creating LRUMap cache instance using parameters: {com.sun.faces.forceLoadConfiguration=true, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, maxRequestSize=1000000, org.richfaces.skin=wine, com.sun.faces.validateXml=true, javax.faces.PROJECT_STAGE=Development, createTempFiles=false, com.sun.faces.disableVersionTracking=true, org.richfaces.enableControlSkinning=true, javax.faces.STATE_SAVING_METHOD=server}
  513. INFO: Creating LRUMap cache instance of 512 items capacity
  514. INFO: RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0.Final SVN r.22269
  515. INFO: Monitoring jndi:/server/SuaParte/WEB-INF/faces-config.xml for modifications
  516. SEVERE: EJB5014: Exception resolving object
  517. java.lang.NullPointerException
  518. at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate$SerializableLocalObjectDelegate.createObject(EJBLocalObjectInvocationHandlerDelegate.java:158)
  519. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:105)
  520. at java.io.ObjectInputStream.checkResolve(ObjectInputStream.java:1376)
  521. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  522. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  523. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  524. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  525. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  526. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  527. at java.util.HashMap.readObject(HashMap.java:1030)
  528. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  529. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  530. at java.lang.reflect.Method.invoke(Method.java:597)
  531. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  532. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  533. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  534. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  535. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  536. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  537. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  538. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  539. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  540. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  541. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  542. at java.util.HashMap.readObject(HashMap.java:1030)
  543. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  544. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  545. at java.lang.reflect.Method.invoke(Method.java:597)
  546. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  547. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  548. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  549. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  550. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  551. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  552. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  553. at java.util.HashMap.readObject(HashMap.java:1030)
  554. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  555. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  556. at java.lang.reflect.Method.invoke(Method.java:597)
  557. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  558. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  559. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  560. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  561. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  562. at java.util.HashMap.readObject(HashMap.java:1030)
  563. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  564. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  565. at java.lang.reflect.Method.invoke(Method.java:597)
  566. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  567. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  568. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  569. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  570. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  571. at org.apache.catalina.session.StandardSession.readRemainingObject(StandardSession.java:1951)
  572. at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1859)
  573. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  574. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  575. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  576. at java.lang.reflect.Method.invoke(Method.java:597)
  577. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  578. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  579. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  580. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  581. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  582. at org.apache.catalina.session.StandardSession.deserialize(StandardSession.java:1144)
  583. at org.apache.catalina.session.StandardManager.readSessions(StandardManager.java:492)
  584. at com.sun.enterprise.web.WebModule.loadSessions(WebModule.java:1573)
  585. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2002)
  586. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1651)
  587. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
  588. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
  589. at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
  590. at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:294)
  591. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:462)
  592. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
  593. at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:382)
  594. at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
  595. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
  596. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064)
  597. at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
  598. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244)
  599. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232)
  600. at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459)
  601. at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209)
  602. at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
  603. at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
  604. at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238)
  605. at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
  606. at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)
  607. at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)
  608. at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
  609. at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
  610. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
  611. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
  612. at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
  613. at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
  614. at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
  615. at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
  616. at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
  617. at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  618. at java.lang.Thread.run(Thread.java:662)
  619.  
  620. SEVERE: PWC2768: IOException while loading persisted sessions: java.io.IOException
  621. java.io.IOException
  622. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:114)
  623. at java.io.ObjectInputStream.checkResolve(ObjectInputStream.java:1376)
  624. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  625. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  626. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  627. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  628. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  629. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  630. at java.util.HashMap.readObject(HashMap.java:1030)
  631. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  632. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  633. at java.lang.reflect.Method.invoke(Method.java:597)
  634. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  635. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  636. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  637. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  638. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  639. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  640. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  641. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  642. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  643. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  644. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  645. at java.util.HashMap.readObject(HashMap.java:1030)
  646. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  647. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  648. at java.lang.reflect.Method.invoke(Method.java:597)
  649. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  650. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  651. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  652. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  653. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  654. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  655. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  656. at java.util.HashMap.readObject(HashMap.java:1030)
  657. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  658. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  659. at java.lang.reflect.Method.invoke(Method.java:597)
  660. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  661. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  662. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  663. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  664. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  665. at java.util.HashMap.readObject(HashMap.java:1030)
  666. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  667. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  668. at java.lang.reflect.Method.invoke(Method.java:597)
  669. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  670. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  671. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  672. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  673. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  674. at org.apache.catalina.session.StandardSession.readRemainingObject(StandardSession.java:1951)
  675. at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1859)
  676. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  677. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  678. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  679. at java.lang.reflect.Method.invoke(Method.java:597)
  680. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  681. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  682. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  683. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  684. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  685. at org.apache.catalina.session.StandardSession.deserialize(StandardSession.java:1144)
  686. at org.apache.catalina.session.StandardManager.readSessions(StandardManager.java:492)
  687. at com.sun.enterprise.web.WebModule.loadSessions(WebModule.java:1573)
  688. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2002)
  689. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1651)
  690. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
  691. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
  692. at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
  693. at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:294)
  694. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:462)
  695. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
  696. at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:382)
  697. at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
  698. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
  699. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064)
  700. at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
  701. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244)
  702. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232)
  703. at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459)
  704. at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209)
  705. at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
  706. at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
  707. at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238)
  708. at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
  709. at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)
  710. at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)
  711. at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
  712. at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
  713. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
  714. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
  715. at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
  716. at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
  717. at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
  718. at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
  719. at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
  720. at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  721. at java.lang.Thread.run(Thread.java:662)
  722. Caused by: java.lang.NullPointerException
  723. at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate$SerializableLocalObjectDelegate.createObject(EJBLocalObjectInvocationHandlerDelegate.java:158)
  724. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:105)
  725. ... 99 more
  726.  
  727. WARNING: WEB0517: Unable to restore sessions for web module [/SuaParte] from previous deployment
  728. java.io.IOException
  729. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:114)
  730. at java.io.ObjectInputStream.checkResolve(ObjectInputStream.java:1376)
  731. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  732. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  733. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  734. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  735. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  736. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  737. at java.util.HashMap.readObject(HashMap.java:1030)
  738. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  739. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  740. at java.lang.reflect.Method.invoke(Method.java:597)
  741. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  742. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  743. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  744. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  745. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  746. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  747. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  748. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  749. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  750. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  751. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  752. at java.util.HashMap.readObject(HashMap.java:1030)
  753. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  754. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  755. at java.lang.reflect.Method.invoke(Method.java:597)
  756. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  757. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  758. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  759. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  760. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  761. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  762. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  763. at java.util.HashMap.readObject(HashMap.java:1030)
  764. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  765. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  766. at java.lang.reflect.Method.invoke(Method.java:597)
  767. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  768. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  769. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  770. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  771. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  772. at java.util.HashMap.readObject(HashMap.java:1030)
  773. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  774. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  775. at java.lang.reflect.Method.invoke(Method.java:597)
  776. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  777. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  778. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  779. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  780. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  781. at org.apache.catalina.session.StandardSession.readRemainingObject(StandardSession.java:1951)
  782. at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1859)
  783. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  784. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  785. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  786. at java.lang.reflect.Method.invoke(Method.java:597)
  787. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  788. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  789. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  790. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  791. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  792. at org.apache.catalina.session.StandardSession.deserialize(StandardSession.java:1144)
  793. at org.apache.catalina.session.StandardManager.readSessions(StandardManager.java:492)
  794. at com.sun.enterprise.web.WebModule.loadSessions(WebModule.java:1573)
  795. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2002)
  796. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1651)
  797. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
  798. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
  799. at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
  800. at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:294)
  801. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:462)
  802. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
  803. at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:382)
  804. at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
  805. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
  806. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064)
  807. at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
  808. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244)
  809. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232)
  810. at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459)
  811. at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209)
  812. at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
  813. at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
  814. at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238)
  815. at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
  816. at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)
  817. at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)
  818. at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
  819. at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
  820. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
  821. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
  822. at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
  823. at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
  824. at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
  825. at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
  826. at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
  827. at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  828. at java.lang.Thread.run(Thread.java:662)
  829. Caused by: java.lang.NullPointerException
  830. at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate$SerializableLocalObjectDelegate.createObject(EJBLocalObjectInvocationHandlerDelegate.java:158)
  831. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:105)
  832. ... 99 more
  833.  
  834. INFO: WEB0671: Loading application [SuaParte] at [/SuaParte]
  835. INFO: SuaParte foi implementado com êxito em 27.053 milisegundos.
  836. CONFIG: The access type for the persistent class [class entity.Product] is set to [FIELD].
  837. CONFIG: The target entity (reference) class for the many to one mapping element [field operation] is being defaulted to: class entity.Operation.
  838. CONFIG: The target entity (reference) class for the one to many mapping element [field productPictures] is being defaulted to: class entity.ProductPicture.
  839. CONFIG: The target entity (reference) class for the many to one mapping element [field measure] is being defaulted to: class entity.Measure.
  840. CONFIG: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class entity.Status.
  841. CONFIG: The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class entity.Location.
  842. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  843. CONFIG: The access type for the persistent class [class entity.UserPhone] is set to [FIELD].
  844. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  845. CONFIG: The access type for the persistent class [class entity.Operation] is set to [FIELD].
  846. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  847. CONFIG: The access type for the persistent class [class entity.SocialNetwork] is set to [FIELD].
  848. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  849. CONFIG: The access type for the persistent class [class entity.Location] is set to [FIELD].
  850. CONFIG: The target entity (reference) class for the many to one mapping element [field state] is being defaulted to: class entity.State.
  851. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  852. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  853. CONFIG: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class entity.Country.
  854. CONFIG: The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class entity.City.
  855. CONFIG: The access type for the persistent class [class entity.Country] is set to [FIELD].
  856. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  857. CONFIG: The access type for the persistent class [class entity.Status] is set to [FIELD].
  858. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  859. CONFIG: The access type for the persistent class [class entity.State] is set to [FIELD].
  860. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  861. CONFIG: The access type for the persistent class [class entity.Person] is set to [FIELD].
  862. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  863. CONFIG: The access type for the persistent class [class entity.UserType] is set to [FIELD].
  864. CONFIG: The target entity (reference) class for the one to many mapping element [field users] is being defaulted to: class entity.User.
  865. CONFIG: The access type for the persistent class [class entity.User] is set to [FIELD].
  866. CONFIG: The target entity (reference) class for the one to one mapping element [field person] is being defaulted to: class entity.Person.
  867. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  868. CONFIG: The target entity (reference) class for the many to one mapping element [field userType] is being defaulted to: class entity.UserType.
  869. CONFIG: The target entity (reference) class for the one to many mapping element [field userPictures] is being defaulted to: class entity.UserPicture.
  870. CONFIG: The target entity (reference) class for the one to many mapping element [field userPhones] is being defaulted to: class entity.UserPhone.
  871. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  872. CONFIG: The target entity (reference) class for the one to one mapping element [field company] is being defaulted to: class entity.Company.
  873. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  874. CONFIG: The access type for the persistent class [class entity.Area] is set to [FIELD].
  875. CONFIG: The target entity (reference) class for the one to many mapping element [field companies] is being defaulted to: class entity.Company.
  876. CONFIG: The access type for the persistent class [class entity.ProductPicture] is set to [FIELD].
  877. CONFIG: The target entity (reference) class for the many to one mapping element [field product] is being defaulted to: class entity.Product.
  878. CONFIG: The access type for the persistent class [class entity.Company] is set to [FIELD].
  879. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  880. CONFIG: The target entity (reference) class for the many to one mapping element [field areaBean] is being defaulted to: class entity.Area.
  881. CONFIG: The access type for the persistent class [class entity.UserSocialNetwork] is set to [FIELD].
  882. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  883. CONFIG: The target entity (reference) class for the many to one mapping element [field socialNetwork] is being defaulted to: class entity.SocialNetwork.
  884. CONFIG: The access type for the persistent class [class entity.UserPicture] is set to [FIELD].
  885. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  886. CONFIG: The access type for the persistent class [class entity.Measure] is set to [FIELD].
  887. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  888. CONFIG: The access type for the persistent class [class entity.City] is set to [FIELD].
  889. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  890. CONFIG: The alias name for the entity class [class entity.Product] is being defaulted to: Product.
  891. CONFIG: The column name for element [id] is being defaulted to: ID.
  892. CONFIG: The column name for element [description] is being defaulted to: DESCRIPTION.
  893. CONFIG: The column name for element [name] is being defaulted to: NAME.
  894. CONFIG: The column name for element [quantity] is being defaulted to: QUANTITY.
  895. CONFIG: The alias name for the entity class [class entity.UserPhone] is being defaulted to: UserPhone.
  896. CONFIG: The column name for element [id] is being defaulted to: ID.
  897. CONFIG: The column name for element [phone] is being defaulted to: PHONE.
  898. CONFIG: The alias name for the entity class [class entity.Operation] is being defaulted to: Operation.
  899. CONFIG: The column name for element [id] is being defaulted to: ID.
  900. CONFIG: The column name for element [operation] is being defaulted to: OPERATION.
  901. CONFIG: The alias name for the entity class [class entity.SocialNetwork] is being defaulted to: SocialNetwork.
  902. CONFIG: The column name for element [id] is being defaulted to: ID.
  903. CONFIG: The column name for element [name] is being defaulted to: NAME.
  904. CONFIG: The alias name for the entity class [class entity.Location] is being defaulted to: Location.
  905. CONFIG: The column name for element [id] is being defaulted to: ID.
  906. CONFIG: The column name for element [locale] is being defaulted to: LOCALE.
  907. CONFIG: The alias name for the entity class [class entity.Country] is being defaulted to: Country.
  908. CONFIG: The column name for element [id] is being defaulted to: ID.
  909. CONFIG: The column name for element [country] is being defaulted to: COUNTRY.
  910. CONFIG: The alias name for the entity class [class entity.Status] is being defaulted to: Status.
  911. CONFIG: The column name for element [id] is being defaulted to: ID.
  912. CONFIG: The column name for element [status] is being defaulted to: STATUS.
  913. CONFIG: The alias name for the entity class [class entity.State] is being defaulted to: State.
  914. CONFIG: The column name for element [id] is being defaulted to: ID.
  915. CONFIG: The column name for element [state] is being defaulted to: STATE.
  916. CONFIG: The alias name for the entity class [class entity.Person] is being defaulted to: Person.
  917. CONFIG: The column name for element [name] is being defaulted to: NAME.
  918. CONFIG: The column name for element [birthdate] is being defaulted to: BIRTHDATE.
  919. CONFIG: The column name for element [gender] is being defaulted to: GENDER.
  920. CONFIG: The column name for element [surname] is being defaulted to: SURNAME.
  921. CONFIG: The alias name for the entity class [class entity.UserType] is being defaulted to: UserType.
  922. CONFIG: The column name for element [id] is being defaulted to: ID.
  923. CONFIG: The column name for element [type] is being defaulted to: TYPE.
  924. CONFIG: The alias name for the entity class [class entity.User] is being defaulted to: User.
  925. CONFIG: The column name for element [id] is being defaulted to: ID.
  926. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  927. CONFIG: The column name for element [reputation] is being defaulted to: REPUTATION.
  928. CONFIG: The column name for element [password] is being defaulted to: PASSWORD.
  929. CONFIG: The alias name for the entity class [class entity.Area] is being defaulted to: Area.
  930. CONFIG: The column name for element [id] is being defaulted to: ID.
  931. CONFIG: The column name for element [area] is being defaulted to: AREA.
  932. CONFIG: The alias name for the entity class [class entity.ProductPicture] is being defaulted to: ProductPicture.
  933. CONFIG: The column name for element [id] is being defaulted to: ID.
  934. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  935. CONFIG: The alias name for the entity class [class entity.Company] is being defaulted to: Company.
  936. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  937. CONFIG: The column name for element [name] is being defaulted to: NAME.
  938. CONFIG: The alias name for the entity class [class entity.UserSocialNetwork] is being defaulted to: UserSocialNetwork.
  939. CONFIG: The column name for element [id] is being defaulted to: ID.
  940. CONFIG: The column name for element [link] is being defaulted to: LINK.
  941. CONFIG: The alias name for the entity class [class entity.UserPicture] is being defaulted to: UserPicture.
  942. CONFIG: The column name for element [id] is being defaulted to: ID.
  943. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  944. CONFIG: The alias name for the entity class [class entity.Measure] is being defaulted to: Measure.
  945. CONFIG: The column name for element [id] is being defaulted to: ID.
  946. CONFIG: The column name for element [measure] is being defaulted to: MEASURE.
  947. CONFIG: The alias name for the entity class [class entity.City] is being defaulted to: City.
  948. CONFIG: The column name for element [id] is being defaulted to: ID.
  949. CONFIG: The column name for element [city] is being defaulted to: CITY.
  950. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  951. CONFIG: The primary key column name for the mapping element [field country] is being defaulted to: ID.
  952. CONFIG: The primary key column name for the mapping element [field location] is being defaulted to: ID.
  953. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  954. CONFIG: The primary key column name for the mapping element [field state] is being defaulted to: ID.
  955. CONFIG: The primary key column name for the mapping element [field areaBean] is being defaulted to: ID.
  956. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  957. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  958. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  959. CONFIG: The primary key column name for the mapping element [field status] is being defaulted to: ID.
  960. CONFIG: The primary key column name for the mapping element [field socialNetwork] is being defaulted to: ID.
  961. CONFIG: The primary key column name for the mapping element [field city] is being defaulted to: ID.
  962. CONFIG: The primary key column name for the mapping element [field measure] is being defaulted to: ID.
  963. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  964. CONFIG: The primary key column name for the mapping element [field operation] is being defaulted to: ID.
  965. CONFIG: The primary key column name for the mapping element [field product] is being defaulted to: ID.
  966. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  967. CONFIG: The primary key column name for the mapping element [field userType] is being defaulted to: ID.
  968. INFO: Portable JNDI names for EJB EaoStatus : [java:global/SuaParte/EaoStatus!eao.EaoStatus, java:global/SuaParte/EaoStatus]
  969. INFO: Portable JNDI names for EJB EaoState : [java:global/SuaParte/EaoState, java:global/SuaParte/EaoState!eao.EaoState]
  970. INFO: Portable JNDI names for EJB EaoProductPicture : [java:global/SuaParte/EaoProductPicture!eao.EaoProductPicture, java:global/SuaParte/EaoProductPicture]
  971. INFO: Portable JNDI names for EJB EaoPerson : [java:global/SuaParte/EaoPerson, java:global/SuaParte/EaoPerson!eao.EaoPerson]
  972. INFO: Portable JNDI names for EJB EaoCity : [java:global/SuaParte/EaoCity!eao.EaoCity, java:global/SuaParte/EaoCity]
  973. INFO: Portable JNDI names for EJB EaoUserPicture : [java:global/SuaParte/EaoUserPicture, java:global/SuaParte/EaoUserPicture!eao.EaoUserPicture]
  974. INFO: Portable JNDI names for EJB EaoSocialNetwork : [java:global/SuaParte/EaoSocialNetwork, java:global/SuaParte/EaoSocialNetwork!eao.EaoSocialNetwork]
  975. INFO: Portable JNDI names for EJB EaoArea : [java:global/SuaParte/EaoArea!eao.EaoArea, java:global/SuaParte/EaoArea]
  976. INFO: Portable JNDI names for EJB EaoUserPhone : [java:global/SuaParte/EaoUserPhone, java:global/SuaParte/EaoUserPhone!eao.EaoUserPhone]
  977. INFO: Portable JNDI names for EJB EaoUser : [java:global/SuaParte/EaoUser!eao.EaoUser, java:global/SuaParte/EaoUser]
  978. INFO: Portable JNDI names for EJB EaoCountry : [java:global/SuaParte/EaoCountry!eao.EaoCountry, java:global/SuaParte/EaoCountry]
  979. INFO: Portable JNDI names for EJB EaoUserSocialNetwork : [java:global/SuaParte/EaoUserSocialNetwork, java:global/SuaParte/EaoUserSocialNetwork!eao.EaoUserSocialNetwork]
  980. INFO: Portable JNDI names for EJB EaoProduct : [java:global/SuaParte/EaoProduct!eao.EaoProduct, java:global/SuaParte/EaoProduct]
  981. INFO: Portable JNDI names for EJB EaoUserType : [java:global/SuaParte/EaoUserType!eao.EaoUserType, java:global/SuaParte/EaoUserType]
  982. INFO: Portable JNDI names for EJB EaoLocation : [java:global/SuaParte/EaoLocation!eao.EaoLocation, java:global/SuaParte/EaoLocation]
  983. INFO: Portable JNDI names for EJB EaoMeasure : [java:global/SuaParte/EaoMeasure!eao.EaoMeasure, java:global/SuaParte/EaoMeasure]
  984. INFO: Portable JNDI names for EJB EaoOperation : [java:global/SuaParte/EaoOperation, java:global/SuaParte/EaoOperation!eao.EaoOperation]
  985. INFO: Portable JNDI names for EJB EaoCompany : [java:global/SuaParte/EaoCompany, java:global/SuaParte/EaoCompany!eao.EaoCompany]
  986. INFO: Inicializando Mojarra 2.1.3 (FCS b02) para o contexto '/SuaParte'
  987. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  988. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  989. INFO: Selected fallback cache factory
  990. INFO: Creating LRUMap cache instance using parameters: {com.sun.faces.forceLoadConfiguration=true, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, maxRequestSize=1000000, org.richfaces.skin=wine, com.sun.faces.validateXml=true, javax.faces.PROJECT_STAGE=Development, createTempFiles=false, com.sun.faces.disableVersionTracking=true, org.richfaces.enableControlSkinning=true, javax.faces.STATE_SAVING_METHOD=server}
  991. INFO: Creating LRUMap cache instance of 512 items capacity
  992. INFO: RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0.Final SVN r.22269
  993. INFO: Monitoring jndi:/server/SuaParte/WEB-INF/faces-config.xml for modifications
  994. INFO: WEB0671: Loading application [SuaParte] at [/SuaParte]
  995. INFO: SuaParte foi implementado com êxito em 26.575 milisegundos.
  996. INFO: Iniciado servidor desligado
  997. INFO: RAR7094: __ds_jdbc_ra shutdown successful.
  998. INFO: JMXStartupService: Stopped JMXConnectorServer: null
  999. INFO: JMXStartupService and JMXConnectors have been shut down.
  1000. INFO: Procedimento de desligamento concluído
  1001.  
  1002. 26/03/2012 09:04:50 com.sun.enterprise.admin.launcher.GFLauncherLogger info
  1003. INFO: Linha de comando para chamada de JVM:
  1004. C:\Java\jdk1.6.0_29\bin\java.exe
  1005. -cp
  1006. C:/Java/glassfish3/glassfish/modules/glassfish.jar
  1007. -XX:+UnlockDiagnosticVMOptions
  1008. -XX:MaxPermSize=1024m
  1009. -XX:NewRatio=2
  1010. -Xmx2048m
  1011. -client
  1012. -javaagent:C:/Java/glassfish3/glassfish/lib/monitor/flashlight-agent.jar
  1013. -Dfelix.fileinstall.disableConfigSave=false
  1014. -Djavax.net.ssl.keyStore=C:\Java\glassfish3\glassfish\domains\domain1/config/keystore.jks
  1015. -Djava.awt.headless=true
  1016. -Dfelix.fileinstall.poll=5000
  1017. -Djava.endorsed.dirs=C:\Java\glassfish3\glassfish/modules/endorsed;C:\Java\glassfish3\glassfish/lib/endorsed
  1018. -Dfelix.fileinstall.bundles.startTransient=true
  1019. -Djavax.net.ssl.trustStore=C:\Java\glassfish3\glassfish\domains\domain1/config/cacerts.jks
  1020. -Dcom.sun.enterprise.security.httpsOutboundKeyAlias=s1as
  1021. -Djava.security.auth.login.config=C:\Java\glassfish3\glassfish\domains\domain1/config/login.conf
  1022. -DANTLR_USE_DIRECT_CLASS_LOADING=true
  1023. -Dgosh.args=--nointeractive
  1024. -Dosgi.shell.telnet.maxconn=1
  1025. -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver
  1026. -Dfelix.fileinstall.dir=C:\Java\glassfish3\glassfish/modules/autostart/
  1027. -Dosgi.shell.telnet.port=6666
  1028. -Djava.security.policy=C:\Java\glassfish3\glassfish\domains\domain1/config/server.policy
  1029. -Dfelix.fileinstall.log.level=2
  1030. -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory
  1031. -Dosgi.shell.telnet.ip=127.0.0.1
  1032. -Dcom.sun.aas.instanceRoot=C:\Java\glassfish3\glassfish\domains\domain1
  1033. -Dcom.sun.aas.installRoot=C:\Java\glassfish3\glassfish
  1034. -Djava.ext.dirs=C:\Java\jdk1.6.0_29/lib/ext;C:\Java\jdk1.6.0_29/jre/lib/ext;C:\Java\glassfish3\glassfish\domains\domain1/lib/ext
  1035. -Dfelix.fileinstall.bundles.new.start=true
  1036. -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.fileinstall
  1037. -Djava.library.path=C:/Java/glassfish3/glassfish/lib;C:/Java/jdk1.6.0_29/bin;C:/Windows/Sun/Java/bin;C:/Windows/System32;C:/Windows;C:/Program Files (x86)/NVIDIA Corporation/PhysX/Common;C:/Program Files/Common Files/Microsoft Shared/Windows Live;C:/Program Files (x86)/Common Files/microsoft shared/Windows Live;C:/Windows/System32/wbem;C:/Windows/System32/WindowsPowerShell/v1.0;C:/Program Files/Intel/DMIX;C:/Program Files (x86)/NTRU Cryptosystems/NTRU TCG Software Stack/bin;C:/Program Files/NTRU Cryptosystems/NTRU TCG Software Stack/bin;C:/Program Files/Dell/Dell Data Protection/Access/Advanced/Wave/Gemalto/Access Client/v5;C:/Program Files (x86)/ATI Technologies/ATI.ACE/Core-Static;C:/Program Files (x86)/QuickTime/QTSystem;C:/Program Files (x86)/Windows Live/Shared;C:/ATI Technologies/ATI.ACE/Core-Static;C:/Program Files (x86)/ATI/ATI.ACE/Core-Static;C:/Java/glassfish3/glassfish
  1038. com.sun.enterprise.glassfish.bootstrap.ASMain
  1039. -domainname
  1040. domain1
  1041. -asadmin-args
  1042. --host,,,localhost,,,--port,,,4848,,,--secure=false,,,--terse=false,,,--echo=false,,,--interactive=false,,,start-domain,,,--verbose=false,,,--debug=false,,,--domaindir,,,C:\Java\glassfish3\glassfish\domains,,,domain1
  1043. -instancename
  1044. server
  1045. -verbose
  1046. false
  1047. -debug
  1048. false
  1049. -asadmin-classpath
  1050. C:/Java/glassfish3/glassfish/modules/admin-cli.jar
  1051. -asadmin-classname
  1052. com.sun.enterprise.admin.cli.AsadminMain
  1053. -upgrade
  1054. false
  1055. -type
  1056. DAS
  1057. -domaindir
  1058. C:/Java/glassfish3/glassfish/domains/domain1
  1059. -read-stdin
  1060. true
  1061.  
  1062. 26/03/2012 09:04:50 com.sun.enterprise.admin.launcher.GFLauncherLogger info
  1063. INFO: Iniciado com êxito em 12 ms.
  1064.  
  1065. 26/03/2012 09:05:00 null
  1066. INFO: Running GlassFish Version: GlassFish Server Open Source Edition 3.1.1 (build 12)
  1067. WARNING: Record begin marker is not a proper value so using default.
  1068. WARNING: Record end marker is not a proper value so using default.
  1069. WARNING: Log Format field separator is not a character so using default.
  1070. INFO: Registered org.glassfish.ha.store.adapter.cache.ShoalBackingStoreProxy for persistence-type = replicated in BackingStoreFactoryRegistry
  1071.  
  1072. INFO: The Admin Console is already installed, but not yet loaded.
  1073. INFO: Grizzly Framework 1.9.36 started in: 112ms - bound to [0.0.0.0:4848]
  1074. INFO: Grizzly Framework 1.9.36 started in: 141ms - bound to [0.0.0.0:8080]
  1075. INFO: Grizzly Framework 1.9.36 started in: 100ms - bound to [0.0.0.0:7676]
  1076. INFO: Grizzly Framework 1.9.36 started in: 118ms - bound to [0.0.0.0:8181]
  1077. INFO: Grizzly Framework 1.9.36 started in: 106ms - bound to [0.0.0.0:3700]
  1078.  
  1079. INFO: SEC1002: Security Manager is OFF.
  1080.  
  1081. INFO: SEC1010: Entering Security Startup Service
  1082. INFO: SEC1143: Loading policy provider com.sun.enterprise.security.provider.PolicyWrapper.
  1083.  
  1084. INFO: SEC1115: Realm [admin-realm] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
  1085. INFO: SEC1115: Realm [file] of classtype [com.sun.enterprise.security.auth.realm.file.FileRealm] successfully created.
  1086. INFO: SEC1115: Realm [certificate] of classtype [com.sun.enterprise.security.auth.realm.certificate.CertificateRealm] successfully created.
  1087. INFO: SEC1011: Security Service(s) Started Successfully
  1088.  
  1089. INFO: WEB0169: Created HTTP listener [http-listener-1] on host/port [0.0.0.0:8080]
  1090. INFO: WEB0169: Created HTTP listener [http-listener-2] on host/port [0.0.0.0:8181]
  1091.  
  1092. INFO: WEB0169: Created HTTP listener [admin-listener] on host/port [0.0.0.0:4848]
  1093. INFO: WEB0171: Created virtual server [server]
  1094. INFO: WEB0171: Created virtual server [__asadmin]
  1095.  
  1096. INFO: WEB0172: Virtual server [server] loaded default web module []
  1097.  
  1098. INFO: Hibernate Validator 4.1.0.Final
  1099. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  1100.  
  1101. CONFIG: The access type for the persistent class [class entity.Product] is set to [FIELD].
  1102. CONFIG: The target entity (reference) class for the many to one mapping element [field operation] is being defaulted to: class entity.Operation.
  1103. CONFIG: The target entity (reference) class for the one to many mapping element [field productPictures] is being defaulted to: class entity.ProductPicture.
  1104. CONFIG: The target entity (reference) class for the many to one mapping element [field measure] is being defaulted to: class entity.Measure.
  1105. CONFIG: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class entity.Status.
  1106. CONFIG: The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class entity.Location.
  1107. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1108. CONFIG: The access type for the persistent class [class entity.UserPhone] is set to [FIELD].
  1109. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1110. CONFIG: The access type for the persistent class [class entity.Operation] is set to [FIELD].
  1111. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1112. CONFIG: The access type for the persistent class [class entity.SocialNetwork] is set to [FIELD].
  1113. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  1114. CONFIG: The access type for the persistent class [class entity.Location] is set to [FIELD].
  1115. CONFIG: The target entity (reference) class for the many to one mapping element [field state] is being defaulted to: class entity.State.
  1116. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1117. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1118. CONFIG: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class entity.Country.
  1119. CONFIG: The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class entity.City.
  1120. CONFIG: The access type for the persistent class [class entity.Country] is set to [FIELD].
  1121. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  1122. CONFIG: The access type for the persistent class [class entity.Status] is set to [FIELD].
  1123. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1124. CONFIG: The access type for the persistent class [class entity.State] is set to [FIELD].
  1125. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  1126. CONFIG: The access type for the persistent class [class entity.Person] is set to [FIELD].
  1127. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  1128. CONFIG: The access type for the persistent class [class entity.UserType] is set to [FIELD].
  1129. CONFIG: The target entity (reference) class for the one to many mapping element [field users] is being defaulted to: class entity.User.
  1130. CONFIG: The access type for the persistent class [class entity.User] is set to [FIELD].
  1131. CONFIG: The target entity (reference) class for the one to one mapping element [field person] is being defaulted to: class entity.Person.
  1132. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  1133. CONFIG: The target entity (reference) class for the many to one mapping element [field userType] is being defaulted to: class entity.UserType.
  1134. CONFIG: The target entity (reference) class for the one to many mapping element [field userPictures] is being defaulted to: class entity.UserPicture.
  1135. CONFIG: The target entity (reference) class for the one to many mapping element [field userPhones] is being defaulted to: class entity.UserPhone.
  1136. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  1137. CONFIG: The target entity (reference) class for the one to one mapping element [field company] is being defaulted to: class entity.Company.
  1138. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1139. CONFIG: The access type for the persistent class [class entity.Area] is set to [FIELD].
  1140. CONFIG: The target entity (reference) class for the one to many mapping element [field companies] is being defaulted to: class entity.Company.
  1141. CONFIG: The access type for the persistent class [class entity.ProductPicture] is set to [FIELD].
  1142. CONFIG: The target entity (reference) class for the many to one mapping element [field product] is being defaulted to: class entity.Product.
  1143. CONFIG: The access type for the persistent class [class entity.Company] is set to [FIELD].
  1144. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  1145. CONFIG: The target entity (reference) class for the many to one mapping element [field areaBean] is being defaulted to: class entity.Area.
  1146. CONFIG: The access type for the persistent class [class entity.UserSocialNetwork] is set to [FIELD].
  1147. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1148. CONFIG: The target entity (reference) class for the many to one mapping element [field socialNetwork] is being defaulted to: class entity.SocialNetwork.
  1149. CONFIG: The access type for the persistent class [class entity.UserPicture] is set to [FIELD].
  1150. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1151. CONFIG: The access type for the persistent class [class entity.Measure] is set to [FIELD].
  1152. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1153. CONFIG: The access type for the persistent class [class entity.City] is set to [FIELD].
  1154. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  1155. CONFIG: The alias name for the entity class [class entity.Product] is being defaulted to: Product.
  1156. CONFIG: The column name for element [id] is being defaulted to: ID.
  1157. CONFIG: The column name for element [description] is being defaulted to: DESCRIPTION.
  1158. CONFIG: The column name for element [name] is being defaulted to: NAME.
  1159. CONFIG: The column name for element [quantity] is being defaulted to: QUANTITY.
  1160. CONFIG: The alias name for the entity class [class entity.UserPhone] is being defaulted to: UserPhone.
  1161. CONFIG: The column name for element [id] is being defaulted to: ID.
  1162. CONFIG: The column name for element [phone] is being defaulted to: PHONE.
  1163. CONFIG: The alias name for the entity class [class entity.Operation] is being defaulted to: Operation.
  1164. CONFIG: The column name for element [id] is being defaulted to: ID.
  1165. CONFIG: The column name for element [operation] is being defaulted to: OPERATION.
  1166. CONFIG: The alias name for the entity class [class entity.SocialNetwork] is being defaulted to: SocialNetwork.
  1167. CONFIG: The column name for element [id] is being defaulted to: ID.
  1168. CONFIG: The column name for element [name] is being defaulted to: NAME.
  1169. CONFIG: The alias name for the entity class [class entity.Location] is being defaulted to: Location.
  1170. CONFIG: The column name for element [id] is being defaulted to: ID.
  1171. CONFIG: The column name for element [locale] is being defaulted to: LOCALE.
  1172. CONFIG: The alias name for the entity class [class entity.Country] is being defaulted to: Country.
  1173. CONFIG: The column name for element [id] is being defaulted to: ID.
  1174. CONFIG: The column name for element [country] is being defaulted to: COUNTRY.
  1175. CONFIG: The alias name for the entity class [class entity.Status] is being defaulted to: Status.
  1176. CONFIG: The column name for element [id] is being defaulted to: ID.
  1177. CONFIG: The column name for element [status] is being defaulted to: STATUS.
  1178. CONFIG: The alias name for the entity class [class entity.State] is being defaulted to: State.
  1179. CONFIG: The column name for element [id] is being defaulted to: ID.
  1180. CONFIG: The column name for element [state] is being defaulted to: STATE.
  1181. CONFIG: The alias name for the entity class [class entity.Person] is being defaulted to: Person.
  1182. CONFIG: The column name for element [name] is being defaulted to: NAME.
  1183. CONFIG: The column name for element [birthdate] is being defaulted to: BIRTHDATE.
  1184. CONFIG: The column name for element [gender] is being defaulted to: GENDER.
  1185. CONFIG: The column name for element [surname] is being defaulted to: SURNAME.
  1186. CONFIG: The alias name for the entity class [class entity.UserType] is being defaulted to: UserType.
  1187. CONFIG: The column name for element [id] is being defaulted to: ID.
  1188. CONFIG: The column name for element [type] is being defaulted to: TYPE.
  1189. CONFIG: The alias name for the entity class [class entity.User] is being defaulted to: User.
  1190. CONFIG: The column name for element [id] is being defaulted to: ID.
  1191. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  1192. CONFIG: The column name for element [reputation] is being defaulted to: REPUTATION.
  1193. CONFIG: The column name for element [password] is being defaulted to: PASSWORD.
  1194. CONFIG: The alias name for the entity class [class entity.Area] is being defaulted to: Area.
  1195. CONFIG: The column name for element [id] is being defaulted to: ID.
  1196. CONFIG: The column name for element [area] is being defaulted to: AREA.
  1197. CONFIG: The alias name for the entity class [class entity.ProductPicture] is being defaulted to: ProductPicture.
  1198. CONFIG: The column name for element [id] is being defaulted to: ID.
  1199. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  1200. CONFIG: The alias name for the entity class [class entity.Company] is being defaulted to: Company.
  1201. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  1202. CONFIG: The column name for element [name] is being defaulted to: NAME.
  1203. CONFIG: The alias name for the entity class [class entity.UserSocialNetwork] is being defaulted to: UserSocialNetwork.
  1204. CONFIG: The column name for element [id] is being defaulted to: ID.
  1205. CONFIG: The column name for element [link] is being defaulted to: LINK.
  1206. CONFIG: The alias name for the entity class [class entity.UserPicture] is being defaulted to: UserPicture.
  1207. CONFIG: The column name for element [id] is being defaulted to: ID.
  1208. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  1209. CONFIG: The alias name for the entity class [class entity.Measure] is being defaulted to: Measure.
  1210. CONFIG: The column name for element [id] is being defaulted to: ID.
  1211. CONFIG: The column name for element [measure] is being defaulted to: MEASURE.
  1212. CONFIG: The alias name for the entity class [class entity.City] is being defaulted to: City.
  1213. CONFIG: The column name for element [id] is being defaulted to: ID.
  1214. CONFIG: The column name for element [city] is being defaulted to: CITY.
  1215. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1216. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1217. CONFIG: The primary key column name for the mapping element [field socialNetwork] is being defaulted to: ID.
  1218. CONFIG: The primary key column name for the mapping element [field location] is being defaulted to: ID.
  1219. CONFIG: The primary key column name for the mapping element [field measure] is being defaulted to: ID.
  1220. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1221. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1222. CONFIG: The primary key column name for the mapping element [field state] is being defaulted to: ID.
  1223. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1224. CONFIG: The primary key column name for the mapping element [field areaBean] is being defaulted to: ID.
  1225. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1226. CONFIG: The primary key column name for the mapping element [field status] is being defaulted to: ID.
  1227. CONFIG: The primary key column name for the mapping element [field city] is being defaulted to: ID.
  1228. CONFIG: The primary key column name for the mapping element [field userType] is being defaulted to: ID.
  1229. CONFIG: The primary key column name for the mapping element [field operation] is being defaulted to: ID.
  1230. CONFIG: The primary key column name for the mapping element [field product] is being defaulted to: ID.
  1231. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1232. CONFIG: The primary key column name for the mapping element [field country] is being defaulted to: ID.
  1233. INFO: Portable JNDI names for EJB EaoUser : [java:global/SuaParte/EaoUser!eao.EaoUser, java:global/SuaParte/EaoUser]
  1234. INFO: Portable JNDI names for EJB EaoState : [java:global/SuaParte/EaoState, java:global/SuaParte/EaoState!eao.EaoState]
  1235. INFO: Portable JNDI names for EJB EaoCompany : [java:global/SuaParte/EaoCompany, java:global/SuaParte/EaoCompany!eao.EaoCompany]
  1236.  
  1237. INFO: Portable JNDI names for EJB EaoUserType : [java:global/SuaParte/EaoUserType!eao.EaoUserType, java:global/SuaParte/EaoUserType]
  1238. INFO: Portable JNDI names for EJB EaoPerson : [java:global/SuaParte/EaoPerson, java:global/SuaParte/EaoPerson!eao.EaoPerson]
  1239. INFO: Portable JNDI names for EJB EaoProductPicture : [java:global/SuaParte/EaoProductPicture!eao.EaoProductPicture, java:global/SuaParte/EaoProductPicture]
  1240. INFO: Portable JNDI names for EJB EaoUserPicture : [java:global/SuaParte/EaoUserPicture, java:global/SuaParte/EaoUserPicture!eao.EaoUserPicture]
  1241. INFO: Portable JNDI names for EJB EaoCountry : [java:global/SuaParte/EaoCountry!eao.EaoCountry, java:global/SuaParte/EaoCountry]
  1242. INFO: Portable JNDI names for EJB EaoUserPhone : [java:global/SuaParte/EaoUserPhone, java:global/SuaParte/EaoUserPhone!eao.EaoUserPhone]
  1243. INFO: Portable JNDI names for EJB EaoLocation : [java:global/SuaParte/EaoLocation!eao.EaoLocation, java:global/SuaParte/EaoLocation]
  1244. INFO: Portable JNDI names for EJB EaoMeasure : [java:global/SuaParte/EaoMeasure!eao.EaoMeasure, java:global/SuaParte/EaoMeasure]
  1245. INFO: Portable JNDI names for EJB EaoOperation : [java:global/SuaParte/EaoOperation, java:global/SuaParte/EaoOperation!eao.EaoOperation]
  1246. INFO: Portable JNDI names for EJB EaoSocialNetwork : [java:global/SuaParte/EaoSocialNetwork, java:global/SuaParte/EaoSocialNetwork!eao.EaoSocialNetwork]
  1247. INFO: Portable JNDI names for EJB EaoArea : [java:global/SuaParte/EaoArea!eao.EaoArea, java:global/SuaParte/EaoArea]
  1248. INFO: Portable JNDI names for EJB EaoProduct : [java:global/SuaParte/EaoProduct!eao.EaoProduct, java:global/SuaParte/EaoProduct]
  1249. INFO: Portable JNDI names for EJB EaoCity : [java:global/SuaParte/EaoCity!eao.EaoCity, java:global/SuaParte/EaoCity]
  1250. INFO: Portable JNDI names for EJB EaoUserSocialNetwork : [java:global/SuaParte/EaoUserSocialNetwork, java:global/SuaParte/EaoUserSocialNetwork!eao.EaoUserSocialNetwork]
  1251. INFO: Portable JNDI names for EJB EaoStatus : [java:global/SuaParte/EaoStatus!eao.EaoStatus, java:global/SuaParte/EaoStatus]
  1252.  
  1253. INFO: Inicializando Mojarra 2.1.3 (FCS b02) para o contexto '/SuaParte'
  1254.  
  1255. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  1256.  
  1257. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  1258.  
  1259. INFO: Selected fallback cache factory
  1260. INFO: Creating LRUMap cache instance using parameters: {com.sun.faces.forceLoadConfiguration=true, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, maxRequestSize=1000000, org.richfaces.skin=wine, com.sun.faces.validateXml=true, javax.faces.PROJECT_STAGE=Development, createTempFiles=false, com.sun.faces.disableVersionTracking=true, org.richfaces.enableControlSkinning=true, javax.faces.STATE_SAVING_METHOD=server}
  1261. INFO: Creating LRUMap cache instance of 512 items capacity
  1262. INFO: RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0.Final SVN r.22269
  1263.  
  1264. INFO: Monitoring jndi:/server/SuaParte/WEB-INF/faces-config.xml for modifications
  1265. INFO: WEB0671: Loading application [SuaParte] at [/SuaParte]
  1266. INFO: CORE10010: Loading application SuaParte done in 80.969 ms
  1267. INFO: GlassFish Server Open Source Edition 3.1.1 (12) hora de inicialização : Felix (9.011ms), serviços de inicialização(81.729ms), total(90.740ms)
  1268.  
  1269. INFO: JMXStartupService: Started JMXConnector, JMXService URL = service:jmx:rmi://192.168.1.9:8686/jndi/rmi://192.168.1.9:8686/jmxrmi
  1270.  
  1271. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  1272.  
  1273. CONFIG: The access type for the persistent class [class entity.Product] is set to [FIELD].
  1274. CONFIG: The target entity (reference) class for the many to one mapping element [field operation] is being defaulted to: class entity.Operation.
  1275. CONFIG: The target entity (reference) class for the one to many mapping element [field productPictures] is being defaulted to: class entity.ProductPicture.
  1276. CONFIG: The target entity (reference) class for the many to one mapping element [field measure] is being defaulted to: class entity.Measure.
  1277. CONFIG: The target entity (reference) class for the many to one mapping element [field status] is being defaulted to: class entity.Status.
  1278. CONFIG: The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class entity.Location.
  1279. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1280. CONFIG: The access type for the persistent class [class entity.UserPhone] is set to [FIELD].
  1281. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1282. CONFIG: The access type for the persistent class [class entity.Operation] is set to [FIELD].
  1283. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1284. CONFIG: The access type for the persistent class [class entity.SocialNetwork] is set to [FIELD].
  1285. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  1286. CONFIG: The access type for the persistent class [class entity.Location] is set to [FIELD].
  1287. CONFIG: The target entity (reference) class for the many to one mapping element [field state] is being defaulted to: class entity.State.
  1288. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1289. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1290. CONFIG: The target entity (reference) class for the many to one mapping element [field country] is being defaulted to: class entity.Country.
  1291. CONFIG: The target entity (reference) class for the many to one mapping element [field city] is being defaulted to: class entity.City.
  1292. CONFIG: The access type for the persistent class [class entity.Country] is set to [FIELD].
  1293. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  1294. CONFIG: The access type for the persistent class [class entity.Status] is set to [FIELD].
  1295. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1296. CONFIG: The access type for the persistent class [class entity.State] is set to [FIELD].
  1297. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  1298. CONFIG: The access type for the persistent class [class entity.Person] is set to [FIELD].
  1299. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  1300. CONFIG: The access type for the persistent class [class entity.UserType] is set to [FIELD].
  1301. CONFIG: The target entity (reference) class for the one to many mapping element [field users] is being defaulted to: class entity.User.
  1302. CONFIG: The access type for the persistent class [class entity.User] is set to [FIELD].
  1303. CONFIG: The target entity (reference) class for the one to one mapping element [field person] is being defaulted to: class entity.Person.
  1304. CONFIG: The target entity (reference) class for the one to many mapping element [field userSocialNetworks] is being defaulted to: class entity.UserSocialNetwork.
  1305. CONFIG: The target entity (reference) class for the many to one mapping element [field userType] is being defaulted to: class entity.UserType.
  1306. CONFIG: The target entity (reference) class for the one to many mapping element [field userPictures] is being defaulted to: class entity.UserPicture.
  1307. CONFIG: The target entity (reference) class for the one to many mapping element [field userPhones] is being defaulted to: class entity.UserPhone.
  1308. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  1309. CONFIG: The target entity (reference) class for the one to one mapping element [field company] is being defaulted to: class entity.Company.
  1310. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1311. CONFIG: The access type for the persistent class [class entity.Area] is set to [FIELD].
  1312. CONFIG: The target entity (reference) class for the one to many mapping element [field companies] is being defaulted to: class entity.Company.
  1313. CONFIG: The access type for the persistent class [class entity.ProductPicture] is set to [FIELD].
  1314. CONFIG: The target entity (reference) class for the many to one mapping element [field product] is being defaulted to: class entity.Product.
  1315. CONFIG: The access type for the persistent class [class entity.Company] is set to [FIELD].
  1316. CONFIG: The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class entity.User.
  1317. CONFIG: The target entity (reference) class for the many to one mapping element [field areaBean] is being defaulted to: class entity.Area.
  1318. CONFIG: The access type for the persistent class [class entity.UserSocialNetwork] is set to [FIELD].
  1319. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1320. CONFIG: The target entity (reference) class for the many to one mapping element [field socialNetwork] is being defaulted to: class entity.SocialNetwork.
  1321. CONFIG: The access type for the persistent class [class entity.UserPicture] is set to [FIELD].
  1322. CONFIG: The target entity (reference) class for the many to one mapping element [field user] is being defaulted to: class entity.User.
  1323. CONFIG: The access type for the persistent class [class entity.Measure] is set to [FIELD].
  1324. CONFIG: The target entity (reference) class for the one to many mapping element [field products] is being defaulted to: class entity.Product.
  1325. CONFIG: The access type for the persistent class [class entity.City] is set to [FIELD].
  1326. CONFIG: The target entity (reference) class for the one to many mapping element [field locations] is being defaulted to: class entity.Location.
  1327. CONFIG: The alias name for the entity class [class entity.Product] is being defaulted to: Product.
  1328. CONFIG: The column name for element [id] is being defaulted to: ID.
  1329. CONFIG: The column name for element [description] is being defaulted to: DESCRIPTION.
  1330. CONFIG: The column name for element [name] is being defaulted to: NAME.
  1331. CONFIG: The column name for element [quantity] is being defaulted to: QUANTITY.
  1332. CONFIG: The alias name for the entity class [class entity.UserPhone] is being defaulted to: UserPhone.
  1333. CONFIG: The column name for element [id] is being defaulted to: ID.
  1334. CONFIG: The column name for element [phone] is being defaulted to: PHONE.
  1335. CONFIG: The alias name for the entity class [class entity.Operation] is being defaulted to: Operation.
  1336. CONFIG: The column name for element [id] is being defaulted to: ID.
  1337. CONFIG: The column name for element [operation] is being defaulted to: OPERATION.
  1338. CONFIG: The alias name for the entity class [class entity.SocialNetwork] is being defaulted to: SocialNetwork.
  1339. CONFIG: The column name for element [id] is being defaulted to: ID.
  1340. CONFIG: The column name for element [name] is being defaulted to: NAME.
  1341. CONFIG: The alias name for the entity class [class entity.Location] is being defaulted to: Location.
  1342. CONFIG: The column name for element [id] is being defaulted to: ID.
  1343. CONFIG: The column name for element [locale] is being defaulted to: LOCALE.
  1344. CONFIG: The alias name for the entity class [class entity.Country] is being defaulted to: Country.
  1345. CONFIG: The column name for element [id] is being defaulted to: ID.
  1346. CONFIG: The column name for element [country] is being defaulted to: COUNTRY.
  1347. CONFIG: The alias name for the entity class [class entity.Status] is being defaulted to: Status.
  1348. CONFIG: The column name for element [id] is being defaulted to: ID.
  1349. CONFIG: The column name for element [status] is being defaulted to: STATUS.
  1350. CONFIG: The alias name for the entity class [class entity.State] is being defaulted to: State.
  1351. CONFIG: The column name for element [id] is being defaulted to: ID.
  1352. CONFIG: The column name for element [state] is being defaulted to: STATE.
  1353. CONFIG: The alias name for the entity class [class entity.Person] is being defaulted to: Person.
  1354. CONFIG: The column name for element [name] is being defaulted to: NAME.
  1355. CONFIG: The column name for element [birthdate] is being defaulted to: BIRTHDATE.
  1356. CONFIG: The column name for element [gender] is being defaulted to: GENDER.
  1357. CONFIG: The column name for element [surname] is being defaulted to: SURNAME.
  1358. CONFIG: The alias name for the entity class [class entity.UserType] is being defaulted to: UserType.
  1359. CONFIG: The column name for element [id] is being defaulted to: ID.
  1360. CONFIG: The column name for element [type] is being defaulted to: TYPE.
  1361. CONFIG: The alias name for the entity class [class entity.User] is being defaulted to: User.
  1362. CONFIG: The column name for element [id] is being defaulted to: ID.
  1363. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  1364. CONFIG: The column name for element [reputation] is being defaulted to: REPUTATION.
  1365. CONFIG: The column name for element [password] is being defaulted to: PASSWORD.
  1366. CONFIG: The alias name for the entity class [class entity.Area] is being defaulted to: Area.
  1367. CONFIG: The column name for element [id] is being defaulted to: ID.
  1368. CONFIG: The column name for element [area] is being defaulted to: AREA.
  1369. CONFIG: The alias name for the entity class [class entity.ProductPicture] is being defaulted to: ProductPicture.
  1370. CONFIG: The column name for element [id] is being defaulted to: ID.
  1371. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  1372. CONFIG: The alias name for the entity class [class entity.Company] is being defaulted to: Company.
  1373. CONFIG: The column name for element [email] is being defaulted to: EMAIL.
  1374. CONFIG: The column name for element [name] is being defaulted to: NAME.
  1375. CONFIG: The alias name for the entity class [class entity.UserSocialNetwork] is being defaulted to: UserSocialNetwork.
  1376. CONFIG: The column name for element [id] is being defaulted to: ID.
  1377. CONFIG: The column name for element [link] is being defaulted to: LINK.
  1378. CONFIG: The alias name for the entity class [class entity.UserPicture] is being defaulted to: UserPicture.
  1379. CONFIG: The column name for element [id] is being defaulted to: ID.
  1380. CONFIG: The column name for element [picture] is being defaulted to: PICTURE.
  1381. CONFIG: The alias name for the entity class [class entity.Measure] is being defaulted to: Measure.
  1382. CONFIG: The column name for element [id] is being defaulted to: ID.
  1383. CONFIG: The column name for element [measure] is being defaulted to: MEASURE.
  1384. CONFIG: The alias name for the entity class [class entity.City] is being defaulted to: City.
  1385. CONFIG: The column name for element [id] is being defaulted to: ID.
  1386. CONFIG: The column name for element [city] is being defaulted to: CITY.
  1387. CONFIG: The primary key column name for the mapping element [field location] is being defaulted to: ID.
  1388. CONFIG: The primary key column name for the mapping element [field country] is being defaulted to: ID.
  1389. CONFIG: The primary key column name for the mapping element [field operation] is being defaulted to: ID.
  1390. CONFIG: The primary key column name for the mapping element [field areaBean] is being defaulted to: ID.
  1391. CONFIG: The primary key column name for the mapping element [field measure] is being defaulted to: ID.
  1392. CONFIG: The primary key column name for the mapping element [field product] is being defaulted to: ID.
  1393. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1394. CONFIG: The primary key column name for the mapping element [field city] is being defaulted to: ID.
  1395. CONFIG: The primary key column name for the mapping element [field status] is being defaulted to: ID.
  1396. CONFIG: The primary key column name for the mapping element [field state] is being defaulted to: ID.
  1397. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1398. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1399. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1400. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1401. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1402. CONFIG: The primary key column name for the mapping element [field userType] is being defaulted to: ID.
  1403. CONFIG: The primary key column name for the mapping element [field socialNetwork] is being defaulted to: ID.
  1404. CONFIG: The primary key column name for the mapping element [field user] is being defaulted to: ID.
  1405. INFO: Portable JNDI names for EJB EaoOperation : [java:global/SuaParte/EaoOperation, java:global/SuaParte/EaoOperation!eao.EaoOperation]
  1406. INFO: Portable JNDI names for EJB EaoArea : [java:global/SuaParte/EaoArea!eao.EaoArea, java:global/SuaParte/EaoArea]
  1407. INFO: Portable JNDI names for EJB EaoMeasure : [java:global/SuaParte/EaoMeasure!eao.EaoMeasure, java:global/SuaParte/EaoMeasure]
  1408. INFO: Portable JNDI names for EJB EaoLocation : [java:global/SuaParte/EaoLocation!eao.EaoLocation, java:global/SuaParte/EaoLocation]
  1409. INFO: Portable JNDI names for EJB EaoStatus : [java:global/SuaParte/EaoStatus!eao.EaoStatus, java:global/SuaParte/EaoStatus]
  1410. INFO: Portable JNDI names for EJB EaoSocialNetwork : [java:global/SuaParte/EaoSocialNetwork, java:global/SuaParte/EaoSocialNetwork!eao.EaoSocialNetwork]
  1411. INFO: Portable JNDI names for EJB EaoCity : [java:global/SuaParte/EaoCity!eao.EaoCity, java:global/SuaParte/EaoCity]
  1412. INFO: Portable JNDI names for EJB EaoState : [java:global/SuaParte/EaoState, java:global/SuaParte/EaoState!eao.EaoState]
  1413. INFO: Portable JNDI names for EJB EaoUser : [java:global/SuaParte/EaoUser!eao.EaoUser, java:global/SuaParte/EaoUser]
  1414. INFO: Portable JNDI names for EJB EaoCountry : [java:global/SuaParte/EaoCountry!eao.EaoCountry, java:global/SuaParte/EaoCountry]
  1415. INFO: Portable JNDI names for EJB EaoProductPicture : [java:global/SuaParte/EaoProductPicture!eao.EaoProductPicture, java:global/SuaParte/EaoProductPicture]
  1416. INFO: Portable JNDI names for EJB EaoCompany : [java:global/SuaParte/EaoCompany, java:global/SuaParte/EaoCompany!eao.EaoCompany]
  1417. INFO: Portable JNDI names for EJB EaoUserSocialNetwork : [java:global/SuaParte/EaoUserSocialNetwork, java:global/SuaParte/EaoUserSocialNetwork!eao.EaoUserSocialNetwork]
  1418. INFO: Portable JNDI names for EJB EaoPerson : [java:global/SuaParte/EaoPerson, java:global/SuaParte/EaoPerson!eao.EaoPerson]
  1419. INFO: Portable JNDI names for EJB EaoUserType : [java:global/SuaParte/EaoUserType!eao.EaoUserType, java:global/SuaParte/EaoUserType]
  1420. INFO: Portable JNDI names for EJB EaoUserPhone : [java:global/SuaParte/EaoUserPhone, java:global/SuaParte/EaoUserPhone!eao.EaoUserPhone]
  1421. INFO: Portable JNDI names for EJB EaoUserPicture : [java:global/SuaParte/EaoUserPicture, java:global/SuaParte/EaoUserPicture!eao.EaoUserPicture]
  1422. INFO: Portable JNDI names for EJB EaoProduct : [java:global/SuaParte/EaoProduct!eao.EaoProduct, java:global/SuaParte/EaoProduct]
  1423.  
  1424. INFO: Inicializando Mojarra 2.1.3 (FCS b02) para o contexto '/SuaParte'
  1425. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  1426.  
  1427. INFO: Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
  1428. INFO: Selected fallback cache factory
  1429. INFO: Creating LRUMap cache instance using parameters: {com.sun.faces.forceLoadConfiguration=true, javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL=true, maxRequestSize=1000000, org.richfaces.skin=wine, com.sun.faces.validateXml=true, javax.faces.PROJECT_STAGE=Development, createTempFiles=false, com.sun.faces.disableVersionTracking=true, org.richfaces.enableControlSkinning=true, javax.faces.STATE_SAVING_METHOD=server}
  1430. INFO: Creating LRUMap cache instance of 512 items capacity
  1431. INFO: RichFaces Core Implementation by JBoss, a division of Red Hat, Inc., version v.4.0.0.Final SVN r.22269
  1432. INFO: Monitoring jndi:/server/SuaParte/WEB-INF/faces-config.xml for modifications
  1433.  
  1434. SEVERE: EJB5014: Exception resolving object
  1435. java.lang.NullPointerException
  1436. at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate$SerializableLocalObjectDelegate.createObject(EJBLocalObjectInvocationHandlerDelegate.java:158)
  1437. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:105)
  1438. at java.io.ObjectInputStream.checkResolve(ObjectInputStream.java:1376)
  1439. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1440. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  1441. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  1442. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1443. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1444. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1445. at java.util.HashMap.readObject(HashMap.java:1030)
  1446. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1447. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1448. at java.lang.reflect.Method.invoke(Method.java:597)
  1449. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1450. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1451. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1452. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1453. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  1454. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  1455. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1456. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1457. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  1458. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  1459. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1460. at java.util.HashMap.readObject(HashMap.java:1030)
  1461. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1462. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1463. at java.lang.reflect.Method.invoke(Method.java:597)
  1464. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1465. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1466. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1467. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1468. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  1469. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  1470. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1471. at java.util.HashMap.readObject(HashMap.java:1030)
  1472. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1473. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1474. at java.lang.reflect.Method.invoke(Method.java:597)
  1475. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1476. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1477. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1478. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1479. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1480. at java.util.HashMap.readObject(HashMap.java:1030)
  1481. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1482. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1483. at java.lang.reflect.Method.invoke(Method.java:597)
  1484. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1485. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1486. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1487. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1488. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1489. at org.apache.catalina.session.StandardSession.readRemainingObject(StandardSession.java:1951)
  1490. at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1859)
  1491. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1492. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  1493. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1494. at java.lang.reflect.Method.invoke(Method.java:597)
  1495. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1496. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1497. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1498. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1499. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1500. at org.apache.catalina.session.StandardSession.deserialize(StandardSession.java:1144)
  1501. at org.apache.catalina.session.StandardManager.readSessions(StandardManager.java:492)
  1502. at com.sun.enterprise.web.WebModule.loadSessions(WebModule.java:1573)
  1503. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2002)
  1504. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1651)
  1505. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
  1506. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
  1507. at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
  1508. at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:294)
  1509. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:462)
  1510. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
  1511. at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:382)
  1512. at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
  1513. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
  1514. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064)
  1515. at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
  1516. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244)
  1517. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232)
  1518. at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459)
  1519. at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209)
  1520. at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
  1521. at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
  1522. at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238)
  1523. at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
  1524. at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)
  1525. at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)
  1526. at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
  1527. at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
  1528. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
  1529. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
  1530. at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
  1531. at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
  1532. at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
  1533. at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
  1534. at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
  1535. at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  1536. at java.lang.Thread.run(Thread.java:662)
  1537.  
  1538. SEVERE: PWC2768: IOException while loading persisted sessions: java.io.IOException
  1539. java.io.IOException
  1540. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:114)
  1541. at java.io.ObjectInputStream.checkResolve(ObjectInputStream.java:1376)
  1542. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1543. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  1544. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  1545. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1546. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1547. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1548. at java.util.HashMap.readObject(HashMap.java:1030)
  1549. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1550. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1551. at java.lang.reflect.Method.invoke(Method.java:597)
  1552. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1553. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1554. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1555. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1556. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  1557. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  1558. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1559. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1560. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  1561. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  1562. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1563. at java.util.HashMap.readObject(HashMap.java:1030)
  1564. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1565. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1566. at java.lang.reflect.Method.invoke(Method.java:597)
  1567. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1568. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1569. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1570. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1571. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  1572. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  1573. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1574. at java.util.HashMap.readObject(HashMap.java:1030)
  1575. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1576. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1577. at java.lang.reflect.Method.invoke(Method.java:597)
  1578. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1579. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1580. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1581. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1582. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1583. at java.util.HashMap.readObject(HashMap.java:1030)
  1584. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1585. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1586. at java.lang.reflect.Method.invoke(Method.java:597)
  1587. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1588. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1589. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1590. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1591. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1592. at org.apache.catalina.session.StandardSession.readRemainingObject(StandardSession.java:1951)
  1593. at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1859)
  1594. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1595. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  1596. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1597. at java.lang.reflect.Method.invoke(Method.java:597)
  1598. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1599. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1600. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1601. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1602. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1603. at org.apache.catalina.session.StandardSession.deserialize(StandardSession.java:1144)
  1604. at org.apache.catalina.session.StandardManager.readSessions(StandardManager.java:492)
  1605. at com.sun.enterprise.web.WebModule.loadSessions(WebModule.java:1573)
  1606. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2002)
  1607. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1651)
  1608. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
  1609. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
  1610. at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
  1611. at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:294)
  1612. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:462)
  1613. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
  1614. at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:382)
  1615. at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
  1616. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
  1617. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064)
  1618. at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
  1619. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244)
  1620. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232)
  1621. at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459)
  1622. at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209)
  1623. at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
  1624. at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
  1625. at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238)
  1626. at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
  1627. at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)
  1628. at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)
  1629. at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
  1630. at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
  1631. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
  1632. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
  1633. at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
  1634. at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
  1635. at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
  1636. at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
  1637. at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
  1638. at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  1639. at java.lang.Thread.run(Thread.java:662)
  1640. Caused by: java.lang.NullPointerException
  1641. at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate$SerializableLocalObjectDelegate.createObject(EJBLocalObjectInvocationHandlerDelegate.java:158)
  1642. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:105)
  1643. ... 99 more
  1644.  
  1645. WARNING: WEB0517: Unable to restore sessions for web module [/SuaParte] from previous deployment
  1646. java.io.IOException
  1647. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:114)
  1648. at java.io.ObjectInputStream.checkResolve(ObjectInputStream.java:1376)
  1649. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1650. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  1651. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  1652. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1653. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1654. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1655. at java.util.HashMap.readObject(HashMap.java:1030)
  1656. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1657. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1658. at java.lang.reflect.Method.invoke(Method.java:597)
  1659. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1660. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1661. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1662. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1663. at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
  1664. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
  1665. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1666. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1667. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  1668. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  1669. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1670. at java.util.HashMap.readObject(HashMap.java:1030)
  1671. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1672. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1673. at java.lang.reflect.Method.invoke(Method.java:597)
  1674. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1675. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1676. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1677. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1678. at java.io.ObjectInputStream.readArray(ObjectInputStream.java:1666)
  1679. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1322)
  1680. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1681. at java.util.HashMap.readObject(HashMap.java:1030)
  1682. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1683. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1684. at java.lang.reflect.Method.invoke(Method.java:597)
  1685. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1686. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1687. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1688. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1689. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1690. at java.util.HashMap.readObject(HashMap.java:1030)
  1691. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  1692. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1693. at java.lang.reflect.Method.invoke(Method.java:597)
  1694. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1695. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1696. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1697. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1698. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1699. at org.apache.catalina.session.StandardSession.readRemainingObject(StandardSession.java:1951)
  1700. at org.apache.catalina.session.StandardSession.readObject(StandardSession.java:1859)
  1701. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1702. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  1703. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  1704. at java.lang.reflect.Method.invoke(Method.java:597)
  1705. at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
  1706. at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
  1707. at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
  1708. at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
  1709. at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
  1710. at org.apache.catalina.session.StandardSession.deserialize(StandardSession.java:1144)
  1711. at org.apache.catalina.session.StandardManager.readSessions(StandardManager.java:492)
  1712. at com.sun.enterprise.web.WebModule.loadSessions(WebModule.java:1573)
  1713. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:2002)
  1714. at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1651)
  1715. at com.sun.enterprise.web.WebApplication.start(WebApplication.java:109)
  1716. at org.glassfish.internal.data.EngineRef.start(EngineRef.java:130)
  1717. at org.glassfish.internal.data.ModuleInfo.start(ModuleInfo.java:269)
  1718. at org.glassfish.internal.data.ApplicationInfo.start(ApplicationInfo.java:294)
  1719. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:462)
  1720. at com.sun.enterprise.v3.server.ApplicationLifecycle.deploy(ApplicationLifecycle.java:240)
  1721. at org.glassfish.deployment.admin.DeployCommand.execute(DeployCommand.java:382)
  1722. at com.sun.enterprise.v3.admin.CommandRunnerImpl$1.execute(CommandRunnerImpl.java:355)
  1723. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:370)
  1724. at com.sun.enterprise.v3.admin.CommandRunnerImpl.doCommand(CommandRunnerImpl.java:1064)
  1725. at com.sun.enterprise.v3.admin.CommandRunnerImpl.access$1200(CommandRunnerImpl.java:96)
  1726. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1244)
  1727. at com.sun.enterprise.v3.admin.CommandRunnerImpl$ExecutionContext.execute(CommandRunnerImpl.java:1232)
  1728. at com.sun.enterprise.v3.admin.AdminAdapter.doCommand(AdminAdapter.java:459)
  1729. at com.sun.enterprise.v3.admin.AdminAdapter.service(AdminAdapter.java:209)
  1730. at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:168)
  1731. at com.sun.enterprise.v3.server.HK2Dispatcher.dispath(HK2Dispatcher.java:117)
  1732. at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:238)
  1733. at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:828)
  1734. at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:725)
  1735. at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1019)
  1736. at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225)
  1737. at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
  1738. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
  1739. at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
  1740. at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
  1741. at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
  1742. at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
  1743. at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
  1744. at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
  1745. at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
  1746. at java.lang.Thread.run(Thread.java:662)
  1747. Caused by: java.lang.NullPointerException
  1748. at com.sun.ejb.containers.EJBLocalObjectInvocationHandlerDelegate$SerializableLocalObjectDelegate.createObject(EJBLocalObjectInvocationHandlerDelegate.java:158)
  1749. at com.sun.ejb.base.io.EJBObjectInputStream.resolveObject(EJBObjectInputStream.java:105)
  1750. ... 99 more
  1751.  
  1752. INFO: WEB0671: Loading application [SuaParte] at [/SuaParte]
  1753. INFO: SuaParte foi implementado com êxito em 32.057 milisegundos.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement