-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 
Author Message
 Post subject: Trouble with DefaultGeneratorStrategy
PostPosted: Sat Sep 24, 2005 5:04 pm 
Newbie

Joined: Sat Sep 24, 2005 4:57 pm
Posts: 4
Hi im really newbie so plz help me and forgive if i miss some info.

Im using H3.0.5


Im getting this error: (had lots of error before this one but they were all solved by including the jars)

INFO: Default entity-mode: pojo
java.lang.NoClassDefFoundError
at net.sf.cglib.core.DefaultGeneratorStrategy.getClassWriter(DefaultGeneratorStrategy.java:30)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:24)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:215)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at org.hibernate.impl.SessionFactoryImpl.<clinit>(SessionFactoryImpl.java:321)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1005)
at bd.hibernate.HibernateUtil.currentSession(HibernateUtil.java:52)
at bd.controlador.CLetrero.ListarLetreros(CLetrero.java:45)
at Interfaz.InterfazOperador.init(InterfazOperador.java:49)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


Plz some help woulb be realy apreciated.
Thx in advance


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 24, 2005 9:04 pm 
Newbie

Joined: Sat Sep 24, 2005 4:57 pm
Posts: 4
Here is the full stuff, plz i really need this:

Java Plug-in 1.5.0_04
Usar versión JRE 1.5.0_04 Java HotSpot(TM) Client VM
Directorio local del usuario = C:\Documents and Settings\Panda


----------------------------------------------------
c: borrar ventana de consola
f: finalizar objetos en la cola de finalización
g: liberación de recursos
h: presentar este mensaje de ayuda
l: volcar lista del cargador de clases
m: imprimir sintaxis de memoria
o: activar registro
p: recargar configuración de proxy
q: ocultar consola
r: recargar configuración de norma
s: volcar propiedades del sistema y de despliegue
t: volcar lista de subprocesos
v: volcar pila de subprocesos
x: borrar antememoria del cargador de clases
0-5: establecer nivel de rastreo en <n>
----------------------------------------------------

24/09/2005 08:43:28 PM org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.0.5
24/09/2005 08:43:28 PM org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
24/09/2005 08:43:28 PM org.hibernate.cfg.Environment <clinit>
WARNING: could not copy system properties, system properties will be ignored
24/09/2005 08:43:28 PM org.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
24/09/2005 08:43:28 PM org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
24/09/2005 08:43:28 PM org.hibernate.cfg.Configuration configure
INFO: configuring from resource: /bd/hibernate/hibernate.cfg.xml
24/09/2005 08:43:28 PM org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /bd/hibernate/hibernate.cfg.xml
24/09/2005 08:43:29 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Letrero.hbm.xml
24/09/2005 08:43:29 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Letrero -> letrero
24/09/2005 08:43:29 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Alerta.hbm.xml
24/09/2005 08:43:29 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Alerta -> alerta
24/09/2005 08:43:29 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Biblioteca.hbm.xml
24/09/2005 08:43:29 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Biblioteca -> biblioteca
24/09/2005 08:43:29 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Letras.hbm.xml
24/09/2005 08:43:29 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Letras -> letras
24/09/2005 08:43:29 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Medicion.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Medicion -> medicion
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Mensajefinal.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Mensajefinal -> mensajefinal
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Mensajetiempo.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Mensajetiempo -> mensajetiempo
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Perfil.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Perfil -> perfil
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Recorrido.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Recorrido -> recorrido
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Usuario.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Usuario -> usuario
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Permiso.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Permiso -> permiso
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Valorpermiso.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Valorpermiso -> valorpermiso
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Caracteres.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Caracteres -> caracteres
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Tipoletrero.hbm.xml
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Tipoletrero -> tipoletrero
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration secondPassCompile
INFO: processing extends queue
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration secondPassCompile
INFO: processing collection mappings
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Letrero.recorridoSet -> recorrido
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Biblioteca.mensajefinalSet -> mensajefinal
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Mensajetiempo.medicionSet -> medicion
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Mensajetiempo.mensajefinalSet -> mensajefinal
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Perfil.usuarioSet -> usuario
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Perfil.valorpermisoSet -> valorpermiso
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Recorrido.medicionSet -> medicion
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Usuario.alertaSet -> alerta
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Usuario.alerta1Set -> alerta
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Usuario.mensajetiempoSet -> mensajetiempo
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Usuario.mensajetiempo1Set -> mensajetiempo
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Permiso.valorpermisoSet -> valorpermiso
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Tipoletrero.caracteresSet -> caracteres
24/09/2005 08:43:30 PM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Tipoletrero.letreroSet -> letrero
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration secondPassCompile
INFO: processing association property references
24/09/2005 08:43:30 PM org.hibernate.cfg.Configuration secondPassCompile
INFO: processing foreign key constraints
24/09/2005 08:43:30 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Using Hibernate built-in connection pool (not for production use!)
24/09/2005 08:43:30 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Hibernate connection pool size: 20
24/09/2005 08:43:30 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: autocommit mode: false
24/09/2005 08:43:30 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: org.postgresql.Driver at URL: jdbc:postgresql://pulso.myip.org/Inforuta
24/09/2005 08:43:30 PM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=inforuta, password=****}
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
WARNING: Could not obtain connection metadata
org.postgresql.util.PSQLException: Algo inusual ha ocurrido que provocó un fallo en el controlador. Por favor reporte esta excepción.
at org.postgresql.Driver.connect(Driver.java:249)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:110)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:72)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1463)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1004)
at bd.hibernate.HibernateUtil.currentSession(HibernateUtil.java:52)
at bd.controlador.CLetrero.ListarLetreros(CLetrero.java:45)
at Interfaz.InterfazOperador.init(InterfazOperador.java:49)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.security.AccessControlException: access denied (java.net.SocketPermission pulso.myip.org resolve)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at java.net.InetSocketAddress.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.postgresql.core.PGStream.<init>(PGStream.java:58)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:117)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
at org.postgresql.Driver.connect(Driver.java:235)
... 11 more
24/09/2005 08:43:31 PM org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.PostgreSQLDialect
24/09/2005 08:43:31 PM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
24/09/2005 08:43:31 PM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: null
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
24/09/2005 08:43:31 PM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory createCacheProvider
INFO: Cache provider: org.hibernate.cache.EhCacheProvider
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Echoing all SQL to stdout
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
24/09/2005 08:43:31 PM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
java.lang.NoClassDefFoundError
at net.sf.cglib.core.DefaultGeneratorStrategy.getClassWriter(DefaultGeneratorStrategy.java:30)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:24)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:215)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at org.hibernate.impl.SessionFactoryImpl.<clinit>(SessionFactoryImpl.java:321)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1005)
at bd.hibernate.HibernateUtil.currentSession(HibernateUtil.java:52)
at bd.controlador.CLetrero.ListarLetreros(CLetrero.java:45)
at Interfaz.InterfazOperador.init(InterfazOperador.java:49)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 24, 2005 9:44 pm 
Expert
Expert

Joined: Mon Jul 04, 2005 5:19 pm
Posts: 720
Post a list of all jars you placed in the classpath after you read the readme file that was distributed w/ H - as well as the readme file itself.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 24, 2005 11:24 pm 
Newbie

Joined: Sat Sep 24, 2005 4:57 pm
Posts: 4
hibernate3.jar
commons-logging.jar
commons-logging-1.0.4.jar
dom4j-1.6.jar
commons-collections-2.1.1.jar
cglib-full-2.0.2.jar
cglib-2.1.jar
asm.jar
asm-attrs.jar
postgresql-8.0-312.jdbc3.jar
ehcache-1.1.jar
jta.jar

This is what im using.

There is one more thing, when I run this applet thru eclipse it goes well and i obtain:

23:23:38,538 INFO Environment:464 - Hibernate 3.0.5
23:23:38,548 INFO Environment:477 - hibernate.properties not found
23:23:38,548 INFO Environment:510 - using CGLIB reflection optimizer
23:23:38,558 INFO Environment:540 - using JDK 1.4 java.sql.Timestamp handling
23:23:38,638 INFO Configuration:1110 - configuring from resource: /bd/hibernate/hibernate.cfg.xml
23:23:38,638 INFO Configuration:1081 - Configuration resource: /bd/hibernate/hibernate.cfg.xml
23:23:39,069 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Letrero.hbm.xml
23:23:39,229 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Letrero -> letrero
23:23:39,389 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Alerta.hbm.xml
23:23:39,430 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Alerta -> alerta
23:23:39,430 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Biblioteca.hbm.xml
23:23:39,460 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Biblioteca -> biblioteca
23:23:39,460 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Letras.hbm.xml
23:23:39,500 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Letras -> letras
23:23:39,550 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Medicion.hbm.xml
23:23:39,560 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Medicion -> medicion
23:23:39,650 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Mensajefinal.hbm.xml
23:23:39,720 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Mensajefinal -> mensajefinal
23:23:39,730 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Mensajetiempo.hbm.xml
23:23:39,750 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Mensajetiempo -> mensajetiempo
23:23:39,750 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Perfil.hbm.xml
23:23:39,760 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Perfil -> perfil
23:23:39,770 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Recorrido.hbm.xml
23:23:39,790 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Recorrido -> recorrido
23:23:39,790 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Usuario.hbm.xml
23:23:39,820 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Usuario -> usuario
23:23:39,830 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Permiso.hbm.xml
23:23:39,840 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Permiso -> permiso
23:23:39,840 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Valorpermiso.hbm.xml
23:23:39,870 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Valorpermiso -> valorpermiso
23:23:39,890 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Caracteres.hbm.xml
23:23:39,920 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Caracteres -> caracteres
23:23:39,920 INFO Configuration:444 - Mapping resource: bd/hibernate/mapping/Tipoletrero.hbm.xml
23:23:39,960 INFO HbmBinder:260 - Mapping class: bd.hibernate.mapping.Tipoletrero -> tipoletrero
23:23:39,960 INFO Configuration:1222 - Configured SessionFactory: null
23:23:39,960 INFO Configuration:875 - processing extends queue
23:23:39,960 INFO Configuration:879 - processing collection mappings
23:23:39,960 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Letrero.recorridoSet -> recorrido
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Biblioteca.mensajefinalSet -> mensajefinal
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Mensajetiempo.medicionSet -> medicion
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Mensajetiempo.mensajefinalSet -> mensajefinal
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Perfil.usuarioSet -> usuario
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Perfil.valorpermisoSet -> valorpermiso
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Recorrido.medicionSet -> medicion
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Usuario.alertaSet -> alerta
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Usuario.alerta1Set -> alerta
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Usuario.mensajetiempoSet -> mensajetiempo
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Usuario.mensajetiempo1Set -> mensajetiempo
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Permiso.valorpermisoSet -> valorpermiso
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Tipoletrero.caracteresSet -> caracteres
23:23:40,030 INFO HbmBinder:2041 - Mapping collection: bd.hibernate.mapping.Tipoletrero.letreroSet -> letrero
23:23:40,030 INFO Configuration:888 - processing association property references
23:23:40,030 INFO Configuration:917 - processing foreign key constraints
23:23:40,321 INFO DriverManagerConnectionProvider:41 - Using Hibernate built-in connection pool (not for production use!)
23:23:40,321 INFO DriverManagerConnectionProvider:42 - Hibernate connection pool size: 20
23:23:40,321 INFO DriverManagerConnectionProvider:45 - autocommit mode: false
23:23:40,331 INFO DriverManagerConnectionProvider:80 - using driver: org.postgresql.Driver at URL: jdbc:postgresql://pulso.myip.org/Inforuta
23:23:40,331 INFO DriverManagerConnectionProvider:86 - connection properties: {user=inforuta, password=****}
23:23:40,872 INFO SettingsFactory:77 - RDBMS: PostgreSQL, version: 8.0.3
23:23:40,882 INFO SettingsFactory:78 - JDBC driver: PostgreSQL Native Driver, version: PostgreSQL 8.0 JDBC3 with SSL (build 312)
23:23:40,892 INFO Dialect:92 - Using dialect: org.hibernate.dialect.PostgreSQLDialect
23:23:40,902 INFO TransactionFactoryFactory:31 - Using default transaction strategy (direct JDBC transactions)
23:23:40,912 INFO TransactionManagerLookupFactory:33 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
23:23:40,912 INFO SettingsFactory:125 - Automatic flush during beforeCompletion(): disabled
23:23:40,912 INFO SettingsFactory:129 - Automatic session close at end of transaction: disabled
23:23:40,912 INFO SettingsFactory:136 - JDBC batch size: 15
23:23:40,912 INFO SettingsFactory:139 - JDBC batch updates for versioned data: disabled
23:23:40,912 INFO SettingsFactory:144 - Scrollable result sets: enabled
23:23:40,912 INFO SettingsFactory:152 - JDBC3 getGeneratedKeys(): disabled
23:23:40,912 INFO SettingsFactory:160 - Connection release mode: null
23:23:40,922 INFO SettingsFactory:187 - Default batch fetch size: 1
23:23:40,922 INFO SettingsFactory:191 - Generate SQL with comments: disabled
23:23:40,922 INFO SettingsFactory:195 - Order SQL updates by primary key: disabled
23:23:40,922 INFO SettingsFactory:334 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
23:23:40,922 INFO ASTQueryTranslatorFactory:21 - Using ASTQueryTranslatorFactory
23:23:40,922 INFO SettingsFactory:203 - Query language substitutions: {}
23:23:40,922 INFO SettingsFactory:209 - Second-level cache: enabled
23:23:40,922 INFO SettingsFactory:213 - Query cache: disabled
23:23:40,922 INFO SettingsFactory:321 - Cache provider: org.hibernate.cache.EhCacheProvider
23:23:40,932 INFO SettingsFactory:228 - Optimize cache for minimal puts: disabled
23:23:40,932 INFO SettingsFactory:237 - Structured second-level cache entries: disabled
23:23:40,932 INFO SettingsFactory:257 - Echoing all SQL to stdout
23:23:40,932 INFO SettingsFactory:261 - Statistics: disabled
23:23:40,932 INFO SettingsFactory:265 - Deleted entity synthetic identifier rollback: disabled
23:23:40,932 INFO SettingsFactory:279 - Default entity-mode: pojo
23:23:40,972 INFO SessionFactoryImpl:152 - building session factory
23:23:40,992 WARN Configurator:126 - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Inforuta/hibernate-3.0.5/hibernate-3.0/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
23:23:41,863 INFO SessionFactoryObjectFactory:82 - Not binding factory to JNDI, no JNDI name configured
23:23:41,863 INFO SessionFactoryImpl:379 - Checking 0 named queries
Hibernate: select letrero0_.id_letrero as id1_, letrero0_.largo as largo0_, letrero0_.alto as alto0_, letrero0_.espaciado as espaciado0_, letrero0_.filas as filas0_, letrero0_.estado as estado0_, letrero0_.ancho_letra as ancho7_0_, letrero0_.alto_letra as alto8_0_, letrero0_.marca as marca0_, letrero0_.modelo as modelo0_, letrero0_.direccionip as direcci11_0_, letrero0_.ubicacion as ubicacion0_, letrero0_.id_tipo as id13_0_ from letrero letrero0_

As u see, 23:23:40,972 INFO SessionFactoryImpl:152 - building session factory this one is never reached, plz help


Top
 Profile  
 
 Post subject:
PostPosted: Sat Sep 24, 2005 11:54 pm 
Expert
Expert

Joined: Mon Jul 04, 2005 5:19 pm
Posts: 720
What happens when you remove cglib-full-2.0.2.jar ?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 25, 2005 1:08 am 
Newbie

Joined: Sat Sep 24, 2005 4:57 pm
Posts: 4
I get this:


25/09/2005 01:07:26 AM org.hibernate.cfg.Environment <clinit>
INFO: Hibernate 3.0.5
25/09/2005 01:07:26 AM org.hibernate.cfg.Environment <clinit>
INFO: hibernate.properties not found
25/09/2005 01:07:26 AM org.hibernate.cfg.Environment <clinit>
WARNING: could not copy system properties, system properties will be ignored
25/09/2005 01:07:26 AM org.hibernate.cfg.Environment <clinit>
INFO: using CGLIB reflection optimizer
25/09/2005 01:07:26 AM org.hibernate.cfg.Environment <clinit>
INFO: using JDK 1.4 java.sql.Timestamp handling
25/09/2005 01:07:26 AM org.hibernate.cfg.Configuration configure
INFO: configuring from resource: /bd/hibernate/hibernate.cfg.xml
25/09/2005 01:07:26 AM org.hibernate.cfg.Configuration getConfigurationInputStream
INFO: Configuration resource: /bd/hibernate/hibernate.cfg.xml
25/09/2005 01:07:26 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Letrero.hbm.xml
25/09/2005 01:07:26 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Letrero -> letrero
25/09/2005 01:07:26 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Alerta.hbm.xml
25/09/2005 01:07:26 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Alerta -> alerta
25/09/2005 01:07:26 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Biblioteca.hbm.xml
25/09/2005 01:07:26 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Biblioteca -> biblioteca
25/09/2005 01:07:26 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Letras.hbm.xml
25/09/2005 01:07:26 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Letras -> letras
25/09/2005 01:07:26 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Medicion.hbm.xml
25/09/2005 01:07:26 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Medicion -> medicion
25/09/2005 01:07:26 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Mensajefinal.hbm.xml
25/09/2005 01:07:26 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Mensajefinal -> mensajefinal
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Mensajetiempo.hbm.xml
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Mensajetiempo -> mensajetiempo
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Perfil.hbm.xml
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Perfil -> perfil
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Recorrido.hbm.xml
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Recorrido -> recorrido
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Usuario.hbm.xml
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Usuario -> usuario
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Permiso.hbm.xml
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Permiso -> permiso
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Valorpermiso.hbm.xml
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Valorpermiso -> valorpermiso
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Caracteres.hbm.xml
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Caracteres -> caracteres
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration addResource
INFO: Mapping resource: bd/hibernate/mapping/Tipoletrero.hbm.xml
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
INFO: Mapping class: bd.hibernate.mapping.Tipoletrero -> tipoletrero
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration doConfigure
INFO: Configured SessionFactory: null
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration secondPassCompile
INFO: processing extends queue
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration secondPassCompile
INFO: processing collection mappings
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Letrero.recorridoSet -> recorrido
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Biblioteca.mensajefinalSet -> mensajefinal
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Mensajetiempo.medicionSet -> medicion
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Mensajetiempo.mensajefinalSet -> mensajefinal
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Perfil.usuarioSet -> usuario
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Perfil.valorpermisoSet -> valorpermiso
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Recorrido.medicionSet -> medicion
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Usuario.alertaSet -> alerta
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Usuario.alerta1Set -> alerta
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Usuario.mensajetiempoSet -> mensajetiempo
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Usuario.mensajetiempo1Set -> mensajetiempo
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Permiso.valorpermisoSet -> valorpermiso
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Tipoletrero.caracteresSet -> caracteres
25/09/2005 01:07:27 AM org.hibernate.cfg.HbmBinder bindCollectionSecondPass
INFO: Mapping collection: bd.hibernate.mapping.Tipoletrero.letreroSet -> letrero
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration secondPassCompile
INFO: processing association property references
25/09/2005 01:07:27 AM org.hibernate.cfg.Configuration secondPassCompile
INFO: processing foreign key constraints
25/09/2005 01:07:27 AM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Using Hibernate built-in connection pool (not for production use!)
25/09/2005 01:07:27 AM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: Hibernate connection pool size: 20
25/09/2005 01:07:27 AM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: autocommit mode: false
25/09/2005 01:07:27 AM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: using driver: org.postgresql.Driver at URL: jdbc:postgresql://pulso.myip.org/Inforuta
25/09/2005 01:07:27 AM org.hibernate.connection.DriverManagerConnectionProvider configure
INFO: connection properties: {user=inforuta, password=****}
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
WARNING: Could not obtain connection metadata
org.postgresql.util.PSQLException: Algo inusual ha ocurrido que provocó un fallo en el controlador. Por favor reporte esta excepción.
at org.postgresql.Driver.connect(Driver.java:249)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:110)
at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:72)
at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:1463)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1004)
at bd.hibernate.HibernateUtil.currentSession(HibernateUtil.java:52)
at bd.controlador.CLetrero.ListarLetreros(CLetrero.java:45)
at Interfaz.InterfazOperador.init(InterfazOperador.java:49)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.security.AccessControlException: access denied (java.net.SocketPermission pulso.myip.org resolve)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkConnect(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getByName(Unknown Source)
at java.net.InetSocketAddress.<init>(Unknown Source)
at java.net.Socket.<init>(Unknown Source)
at org.postgresql.core.PGStream.<init>(PGStream.java:58)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:117)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
at org.postgresql.Driver.connect(Driver.java:235)
... 11 more
25/09/2005 01:07:27 AM org.hibernate.dialect.Dialect <init>
INFO: Using dialect: org.hibernate.dialect.PostgreSQLDialect
25/09/2005 01:07:27 AM org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
INFO: Using default transaction strategy (direct JDBC transactions)
25/09/2005 01:07:27 AM org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
INFO: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic flush during beforeCompletion(): disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Automatic session close at end of transaction: disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Scrollable result sets: disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: JDBC3 getGeneratedKeys(): disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Connection release mode: null
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default batch fetch size: 1
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Generate SQL with comments: disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Order SQL updates by primary key: disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
INFO: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
25/09/2005 01:07:27 AM org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
INFO: Using ASTQueryTranslatorFactory
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query language substitutions: {}
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Second-level cache: enabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Query cache: disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory createCacheProvider
INFO: Cache provider: org.hibernate.cache.EhCacheProvider
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Optimize cache for minimal puts: disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Structured second-level cache entries: disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Echoing all SQL to stdout
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Statistics: disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Deleted entity synthetic identifier rollback: disabled
25/09/2005 01:07:27 AM org.hibernate.cfg.SettingsFactory buildSettings
INFO: Default entity-mode: pojo
java.lang.NoClassDefFoundError
at net.sf.cglib.core.DefaultGeneratorStrategy.getClassWriter(DefaultGeneratorStrategy.java:30)
at net.sf.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:24)
at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:215)
at net.sf.cglib.core.KeyFactory$Generator.create(KeyFactory.java:145)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:117)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:108)
at net.sf.cglib.core.KeyFactory.create(KeyFactory.java:104)
at org.hibernate.impl.SessionFactoryImpl.<clinit>(SessionFactoryImpl.java:321)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1005)
at bd.hibernate.HibernateUtil.currentSession(HibernateUtil.java:52)
at bd.controlador.CLetrero.ListarLetreros(CLetrero.java:45)
at Interfaz.InterfazOperador.init(InterfazOperador.java:49)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "thread applet-Interfaz.InterfazOperador.class" java.lang.NullPointerException
at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
at sun.plugin.AppletViewer.showAppletException(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
25/09/2005 01:07:30 AM org.hibernate.connection.DriverManagerConnectionProvider close
INFO: cleaning up connection pool: jdbc:postgresql://pulso.myip.org/Inforuta


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.