-->
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.  [ 10 posts ] 
Author Message
 Post subject: NPE after migrating from 2.1.2 to 2.1.3
PostPosted: Thu May 27, 2004 11:52 am 
Pro
Pro

Joined: Mon Sep 08, 2003 4:30 pm
Posts: 203
The following occurs after moving to 2.1.3

java.lang.NullPointerException
at net.sf.hibernate.cfg.Configuration.doConfigure(Configuration.java:1023)
at net.sf.hibernate.cfg.Configuration.doConfigure(Configuration.java:946)
at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:874)
at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:860)
at com.diatem.db.populate.Main.initHibernate(Main.java:44)
at com.diatem.db.populate.Main.go(Main.java:50)
at com.diatem.db.populate.Main.main(Main.java:36)

Please help ASAP.

thx.

P.S.
I could post my mappings but they are _very_large.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 11:56 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
After your 170s posting you should know that your error report is not sufficent to solve whatever problem you might have. You should also have the ability to reduce the mappings (if its a problem with the mappings) and know that "please help asap" doesn't get you any help.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 12:09 pm 
Pro
Pro

Joined: Mon Sep 08, 2003 4:30 pm
Posts: 203
christian wrote:
After your 170s posting you should know that your error report is not sufficent to solve whatever problem you might have. You should also have the ability to reduce the mappings (if its a problem with the mappings) and know that "please help asap" doesn't get you any help.


Christian,

Do you want me to post all the 250+ mappings? Even the console output is too large to be posted here.

If they worked with 2.1.2 I thought they should work in 2.1.3 too. So the problem is not with my mappings, but with the transition from 2.1.2 to 2.1.3.

Anyways, sorry to disturb you. I'll try to find help somewhere else.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 12:14 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Man, just post a useful exception. What you have is _not_ the root cause exception.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 12:21 pm 
Pro
Pro

Joined: Mon Sep 08, 2003 4:30 pm
Posts: 203
christian wrote:
Man, just post a useful exception. What you have is _not_ the root cause exception.


------------ beginning stripped out see the exception on the bottom ---------------
11:49:56,570 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:56,585 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.device.IPOptions -> ip_options
11:49:56,585 DEBUG Binder:475 - Mapped property: ipAddress -> address_, mask_, type: com.diatem.db.device.IPV4AddressType
11:49:56,585 DEBUG Binder:475 - Mapped property: ipMTU -> ip_mtu, type: integer
11:49:56,585 DEBUG Binder:475 - Mapped property: isRunning -> is_running, type: boolean
11:49:56,585 DEBUG Binder:475 - Mapped property: ospfRunning -> ospf_running, type: boolean
11:49:56,585 DEBUG Binder:475 - Mapped property: bgpRunning -> bgp_running, type: boolean
11:49:56,601 DEBUG Binder:475 - Mapped property: rsvpRunning -> rsvp_running, type: boolean
11:49:56,601 DEBUG Binder:475 - Mapped property: crldpRunning -> crldp_running, type: boolean
11:49:56,601 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.device.EthVlanOptions -> eth_vlan_options
11:49:56,601 DEBUG Binder:475 - Mapped property: ethVlanOps, type: java.util.Set
11:49:56,601 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@888e6c [Attribute: name resource value "com/diatem/db/device/PortQueue.hbm.xml"]
11:49:56,601 INFO Configuration:328 - Mapping resource: com/diatem/db/device/PortQueue.hbm.xml
11:49:56,617 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:56,632 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:56,648 INFO Binder:229 - Mapping class: com.diatem.db.device.PortQueue -> PortQueue
11:49:56,648 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.PortQueue usage strategy: read-write
11:49:56,648 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:56,648 DEBUG Binder:475 - Mapped property: maxUsableQueueLength -> maxUsableQueueLength, type: integer
11:49:56,648 DEBUG Binder:475 - Mapped property: userSettledQueueLength -> userSettledQueueLength, type: integer
11:49:56,648 DEBUG Binder:475 - Mapped property: currentQueueLength -> currentQueueLength, type: integer
11:49:56,648 DEBUG Binder:475 - Mapped property: averageQueueLength -> averageQueueLength, type: integer
11:49:56,679 DEBUG Binder:475 - Mapped property: cos -> cos, type: com.diatem.db.qos.COSEntry
11:49:56,679 DEBUG Binder:475 - Mapped property: wfqAllocatedBw -> wfqAllocatedBw, type: com.diatem.db.qos.valuewithunits.BandwidthValue
11:49:56,679 DEBUG Binder:475 - Mapped property: priorityQueueIndex -> priorityQueueIndex, type: integer
11:49:56,679 DEBUG Binder:475 - Mapped property: currentLossRatio -> currentLossRatio, type: float
11:49:56,679 DEBUG Binder:475 - Mapped property: targetLossRatio -> targetLossRatio, type: float
11:49:56,679 DEBUG Binder:475 - Mapped property: dropTechnique -> dropTechnique, type: com.diatem.db.qos.QueueDropEnum
11:49:56,695 DEBUG Binder:475 - Mapped property: redParams -> redParams, type: com.diatem.db.qos.RedParams
11:49:56,695 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@5d9084 [Attribute: name resource value "com/diatem/db/device/PortSchedulerOptions.hbm.xml"]
11:49:56,695 INFO Configuration:328 - Mapping resource: com/diatem/db/device/PortSchedulerOptions.hbm.xml
11:49:56,710 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:56,710 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:56,726 INFO Binder:229 - Mapping class: com.diatem.db.device.PortSchedulerOptions -> PortSchedulerOptions
11:49:56,726 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.PortSchedulerOptions usage strategy: read-write
11:49:56,726 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:56,726 DEBUG Binder:475 - Mapped property: schedulerType -> schedulerType, type: com.diatem.db.qos.SchedulerType
11:49:56,726 DEBUG Binder:475 - Mapped property: maxNumberOfQueues -> maxNumberOfQueues, type: integer
11:49:56,742 DEBUG Binder:475 - Mapped property: queue, type: java.util.Set
11:49:56,742 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@e61fd1 [Attribute: name resource value "com/diatem/db/device/ObjectStatus.hbm.xml"]
11:49:56,742 INFO Configuration:328 - Mapping resource: com/diatem/db/device/ObjectStatus.hbm.xml
11:49:56,757 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:56,757 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:56,773 INFO Binder:229 - Mapping class: com.diatem.db.device.ObjectStatus -> ObjectStatus
11:49:56,773 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.ObjectStatus usage strategy: read-write
11:49:56,773 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:56,773 DEBUG Binder:475 - Mapped property: adminStatus -> adminStatus, type: com.diatem.db.device.AdminStatus
11:49:56,773 DEBUG Binder:475 - Mapped property: opStatus -> opStatus, type: com.diatem.db.device.OperationalStatus
11:49:56,773 DEBUG Binder:475 - Mapped property: lockByUser -> lockByUser, type: com.diatem.db.users.NetPortalUser
11:49:56,789 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@766a24 [Attribute: name resource value "com/diatem/db/device/Action.hbm.xml"]
11:49:56,789 INFO Configuration:328 - Mapping resource: com/diatem/db/device/Action.hbm.xml
11:49:56,804 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:56,804 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:56,804 INFO Binder:229 - Mapping class: com.diatem.db.device.Action -> Action
11:49:56,804 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.Action usage strategy: read-write
11:49:56,804 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:56,820 DEBUG Binder:475 - Mapped property: triggerCondition -> triggerCondition, type: com.diatem.db.device.ActionTriggerEnum
11:49:56,820 DEBUG Binder:475 - Mapped property: retryOnError -> retryOnError, type: boolean
11:49:56,820 DEBUG Binder:475 - Mapped property: numRetries -> numRetries, type: integer
11:49:56,820 DEBUG Binder:475 - Mapped property: waitInterval -> waitInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:56,820 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.device.PhyHwControlCheckup -> PhyHwControlCheckup
11:49:56,820 DEBUG Binder:475 - Mapped property: state -> state, type: com.diatem.db.device.PhyNEInitialCheckupStateEnum
11:49:56,820 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.device.HwInitializationInfo -> HwInitializationInfo
11:49:56,820 DEBUG Binder:475 - Mapped property: initNeeded -> initNeeded, type: boolean
11:49:56,820 DEBUG Binder:475 - Mapped property: userFileDriveInit -> userFileDriveInit, type: boolean
11:49:56,820 DEBUG Binder:475 - Mapped property: currentSendingFile -> currentSendingFile, type: string
11:49:56,820 DEBUG Binder:475 - Mapped property: errorString -> errorString, type: string
11:49:56,820 DEBUG Binder:475 - Mapped property: initStatus -> initStatus, type: com.diatem.db.device.NEFileDwldStatusEnum
11:49:56,820 INFO Binder:560 - Mapping collection: com.diatem.db.device.HwInitializationInfo.filesToBeSent -> filesToBeSent
11:49:56,835 DEBUG Binder:475 - Mapped property: filesToBeSent, type: [Ljava.lang.String;
11:49:56,835 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@3fa5ac [Attribute: name resource value "com/diatem/db/device/InterfaceNamingRestrictions.hbm.xml"]
11:49:56,835 INFO Configuration:328 - Mapping resource: com/diatem/db/device/InterfaceNamingRestrictions.hbm.xml
11:49:56,851 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:56,851 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:56,867 INFO Binder:229 - Mapping class: com.diatem.db.device.InterfaceNamingRestrictions -> InterfaceNamingRestrictions
11:49:56,867 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.InterfaceNamingRestrictions usage strategy: read-write
11:49:56,867 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:56,867 DEBUG Binder:475 - Mapped property: useShelfNo -> useShelfNo, type: boolean
11:49:56,882 DEBUG Binder:475 - Mapped property: useSlotNo -> useSlotNo, type: boolean
11:49:56,882 DEBUG Binder:475 - Mapped property: useSubSlotNo -> useSubSlotNo, type: boolean
11:49:56,882 DEBUG Binder:475 - Mapped property: usePortNo -> usePortNo, type: boolean
11:49:56,882 DEBUG Binder:475 - Mapped property: useChanNo -> useChanNo, type: boolean
11:49:56,882 DEBUG Binder:475 - Mapped property: useIfNoForPhyIf -> useIfNoForPhyIf, type: boolean
11:49:56,882 DEBUG Binder:475 - Mapped property: useIfNoForLogIf -> useIfNoForLogIf, type: boolean
11:49:56,882 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@179dce4 [Attribute: name resource value "com/diatem/db/device/NEInstallationCheckList.hbm.xml"]
11:49:56,882 INFO Configuration:328 - Mapping resource: com/diatem/db/device/NEInstallationCheckList.hbm.xml
11:49:56,898 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:56,898 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:56,914 INFO Binder:229 - Mapping class: com.diatem.db.device.NEInstallationCheckList -> NEInstallationCheckList
11:49:56,914 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.NEInstallationCheckList usage strategy: read-write
11:49:56,914 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:56,914 DEBUG Binder:475 - Mapped property: neInPlace -> neInPlace, type: boolean
11:49:56,914 DEBUG Binder:475 - Mapped property: adminCablingDone -> adminCablingDone, type: boolean
11:49:56,914 DEBUG Binder:475 - Mapped property: adminCablingConnected -> adminCablingConnected, type: boolean
11:49:56,914 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@19bb25a [Attribute: name resource value "com/diatem/db/device/NonSNMPMonitoringCaps.hbm.xml"]
11:49:56,914 INFO Configuration:328 - Mapping resource: com/diatem/db/device/NonSNMPMonitoringCaps.hbm.xml
11:49:56,929 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:56,929 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:56,945 INFO Binder:229 - Mapping class: com.diatem.db.device.NonSNMPMonitoringCapabilities -> NonSNMPMonitoringCapabilities
11:49:56,945 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.NonSNMPMonitoringCapabilities usage strategy: read-write
11:49:56,945 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:56,945 DEBUG Binder:475 - Mapped property: sflow -> sflow, type: short
11:49:56,945 DEBUG Binder:475 - Mapped property: netflow -> netflow, type: short
11:49:56,945 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@179935d [Attribute: name resource value "com/diatem/db/device/NeBackupInfo.hbm.xml"]
11:49:56,945 INFO Configuration:328 - Mapping resource: com/diatem/db/device/NeBackupInfo.hbm.xml
11:49:56,976 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:56,976 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:56,992 INFO Binder:229 - Mapping class: com.diatem.db.device.NEBackupInfo -> NEBackupInfo
11:49:56,992 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.NEBackupInfo usage strategy: read-write
11:49:56,992 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:57,007 DEBUG Binder:475 - Mapped property: fileName -> fileName, type: string
11:49:57,007 DEBUG Binder:475 - Mapped property: lastNE2DBBackup -> lastNE2DBBackup, type: timestamp
11:49:57,007 DEBUG Binder:475 - Mapped property: lastDB2NEBackup -> lastDB2NEBackup, type: timestamp
11:49:57,007 DEBUG Binder:475 - Mapped property: ne2dbBackupStatus -> ne2dbBackupStatus, type: com.diatem.db.device.NEFileDwldStatusEnum
11:49:57,007 DEBUG Binder:475 - Mapped property: db2neBackupStatus -> db2neBackupStatus, type: com.diatem.db.device.NEFileDwldStatusEnum
11:49:57,007 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@100363 [Attribute: name resource value "com/diatem/db/device/NESiteConnection.hbm.xml"]
11:49:57,007 INFO Configuration:328 - Mapping resource: com/diatem/db/device/NESiteConnection.hbm.xml
11:49:57,023 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:57,039 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:57,054 INFO Binder:229 - Mapping class: com.diatem.db.device.NESiteConnection -> site_connection
11:49:57,054 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.NESiteConnection usage strategy: read-write
11:49:57,054 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:57,054 DEBUG Binder:475 - Mapped property: site -> site, type: com.diatem.db.device.NetPortalSite
11:49:57,070 DEBUG Binder:475 - Mapped property: distance -> distance, type: com.diatem.db.qos.valuewithunits.DistanceValue
11:49:57,070 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@67064 [Attribute: name resource value "com/diatem/db/device/AdaptationCapability.hbm.xml"]
11:49:57,070 INFO Configuration:328 - Mapping resource: com/diatem/db/device/AdaptationCapability.hbm.xml
11:49:57,070 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:57,070 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:57,085 INFO Binder:229 - Mapping class: com.diatem.db.device.AdaptationCapability -> AdaptationCapability
11:49:57,085 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.AdaptationCapability usage strategy: read-write
11:49:57,085 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:57,101 DEBUG Binder:475 - Mapped property: serverLayer -> serverLayer, type: com.diatem.db.device.TechnologyEnum
11:49:57,101 DEBUG Binder:475 - Mapped property: clientLayer -> clientLayer, type: com.diatem.db.device.TechnologyEnum
11:49:57,101 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@feb48 [Attribute: name resource value "com/diatem/db/device/CardCapabilities.hbm.xml"]
11:49:57,101 INFO Configuration:328 - Mapping resource: com/diatem/db/device/CardCapabilities.hbm.xml
11:49:57,117 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:57,132 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:57,148 INFO Binder:229 - Mapping class: com.diatem.db.device.CardCapabilities -> CardCapabilities
11:49:57,148 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.CardCapabilities usage strategy: read-write
11:49:57,164 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:57,164 DEBUG Binder:475 - Mapped property: manufacturer -> manufacturer, type: com.diatem.db.device.NEManufacturer
11:49:57,164 DEBUG Binder:475 - Mapped property: shortName -> shortName, type: string
11:49:57,164 DEBUG Binder:475 - Mapped property: fullName -> fullName, type: string
11:49:57,164 DEBUG Binder:475 - Mapped property: hwVersion -> hwVersion, type: string
11:49:57,164 DEBUG Binder:475 - Mapped property: capacity -> capacity, type: com.diatem.db.qos.valuewithunits.BandwidthValue
11:49:57,164 INFO Binder:560 - Mapping collection: com.diatem.db.device.CardCapabilities.supportedTechnologies -> supportedTechnologies
11:49:57,164 DEBUG Binder:475 - Mapped property: supportedTechnologies, type: java.util.Set
11:49:57,164 DEBUG Binder:475 - Mapped property: homogenousPortsOnly -> homogenousPortsOnly, type: boolean
11:49:57,164 DEBUG Binder:475 - Mapped property: numberOfPortsAllowed -> numberOfPortsAllowed, type: integer
11:49:57,164 DEBUG Binder:475 - Mapped property: maxNumberOfSubcards -> maxNumberOfSubcards, type: integer
11:49:57,164 DEBUG Binder:475 - Mapped property: moHistory -> moHistory, type: com.diatem.db.device.MOHistory
11:49:57,179 DEBUG Binder:475 - Mapped property: portCharacteristics, type: java.util.Set
11:49:57,179 DEBUG Binder:475 - Mapped property: removableSubcardList, type: java.util.Set
11:49:57,195 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@113a53d [Attribute: name resource value "com/diatem/db/device/GeneralHwModelInfo.hbm.xml"]
11:49:57,195 INFO Configuration:328 - Mapping resource: com/diatem/db/device/GeneralHwModelInfo.hbm.xml
11:49:57,210 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:57,210 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:57,242 INFO Binder:229 - Mapping class: com.diatem.db.device.GeneralHwModelInfo -> GeneralHwModelInfo
11:49:57,242 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.GeneralHwModelInfo usage strategy: read-write
11:49:57,242 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:57,242 DEBUG Binder:475 - Mapped property: shortName -> shortName, type: string
11:49:57,242 DEBUG Binder:475 - Mapped property: fullName -> fullName, type: string
11:49:57,242 DEBUG Binder:475 - Mapped property: modelId -> modelId, type: integer
11:49:57,257 DEBUG Binder:475 - Mapped property: webInfo -> webInfo, type: string
11:49:57,257 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@53fb57 [Attribute: name resource value "com/diatem/db/device/HwCapabilitiesDescriptor.hbm.xml"]
11:49:57,257 INFO Configuration:328 - Mapping resource: com/diatem/db/device/HwCapabilitiesDescriptor.hbm.xml
11:49:57,273 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:57,273 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:57,304 INFO Binder:229 - Mapping class: com.diatem.db.device.HwCapabilitiesDescriptor -> HwCapabilitiesDescriptor
11:49:57,304 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.HwCapabilitiesDescriptor usage strategy: read-write
11:49:57,304 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:57,304 DEBUG Binder:475 - Mapped property: modelName -> modelName, type: com.diatem.db.device.GeneralHwModelInfo
11:49:57,304 DEBUG Binder:475 - Mapped property: manufacturer -> manufacturer, type: com.diatem.db.device.NEManufacturer
11:49:57,304 DEBUG Binder:475 - Mapped property: hwClass -> hwClass, type: com.diatem.db.device.HwClassEnum
11:49:57,304 DEBUG Binder:475 - Mapped property: hwVersion -> hwVersion, type: string
11:49:57,320 DEBUG Binder:475 - Mapped property: chassisCapabilities -> chassisCapabilities, type: com.diatem.db.device.NEChassisCapabilities
11:49:57,320 INFO Binder:560 - Mapping collection: com.diatem.db.device.HwCapabilitiesDescriptor.swVersionsSupportedByHw -> swVersionsSupportedByHw
11:49:57,320 DEBUG Binder:475 - Mapped property: swVersionsSupportedByHw, type: java.util.Set
11:49:57,320 DEBUG Binder:475 - Mapped property: supportedCardList, type: java.util.Set
11:49:57,320 DEBUG Binder:475 - Mapped property: moHistory -> moHistory, type: com.diatem.db.device.MOHistory
11:49:57,320 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@8238f4 [Attribute: name resource value "com/diatem/db/device/NEChassisCapabilities.hbm.xml"]
11:49:57,320 INFO Configuration:328 - Mapping resource: com/diatem/db/device/NEChassisCapabilities.hbm.xml
11:49:57,335 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:57,335 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:57,351 INFO Binder:229 - Mapping class: com.diatem.db.device.NEChassisCapabilities -> NEChassisCapabilities
11:49:57,351 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.NEChassisCapabilities usage strategy: read-write
11:49:57,351 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:57,351 DEBUG Binder:475 - Mapped property: numverOfShelves -> numverOfShelves, type: integer
11:49:57,351 DEBUG Binder:475 - Mapped property: numverOfSlots -> numverOfSlots, type: integer
11:49:57,351 DEBUG Binder:475 - Mapped property: cardProtectionCapable -> cardProtectionCapable, type: boolean
11:49:57,367 DEBUG Binder:475 - Mapped property: capacity -> capacity, type: com.diatem.db.qos.valuewithunits.BandwidthValue
11:49:57,367 INFO Binder:560 - Mapping collection: com.diatem.db.device.NEChassisCapabilities.processingCapableAtLayer -> processingCapableAtLayer
11:49:57,367 DEBUG Binder:475 - Mapped property: processingCapableAtLayer, type: [Z
11:49:57,367 INFO Binder:560 - Mapping collection: com.diatem.db.device.NEChassisCapabilities.supportedSwitchingAtLayer1 -> supportedSwitchingAtLayer1
11:49:57,367 DEBUG Binder:475 - Mapped property: supportedSwitchingAtLayer1, type: [Lcom.diatem.db.device.TechnologyEnum;
11:49:57,367 INFO Binder:560 - Mapping collection: com.diatem.db.device.NEChassisCapabilities.supportedSwitchingAtLayer2 -> supportedSwitchingAtLayer2
11:49:57,367 DEBUG Binder:475 - Mapped property: supportedSwitchingAtLayer2, type: [Lcom.diatem.db.device.TechnologyEnum;
11:49:57,367 INFO Binder:560 - Mapping collection: com.diatem.db.device.NEChassisCapabilities.supportedSwitchingAtLayer3 -> supportedSwitchingAtLayer3
11:49:57,367 DEBUG Binder:475 - Mapped property: supportedSwitchingAtLayer3, type: [Lcom.diatem.db.device.TechnologyEnum;
11:49:57,367 DEBUG Binder:475 - Mapped property: adaptationCapabilityList, type: [Lcom.diatem.db.device.AdaptationCapability;
11:49:57,367 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@297ffb [Attribute: name resource value "com/diatem/db/device/NEManufacturer.hbm.xml"]
11:49:57,367 INFO Configuration:328 - Mapping resource: com/diatem/db/device/NEManufacturer.hbm.xml
11:49:57,382 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:57,398 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:57,414 INFO Binder:229 - Mapping class: com.diatem.db.device.NEManufacturer -> NEManufacturer
11:49:57,414 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.NEManufacturer usage strategy: read-write
11:49:57,414 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:57,414 DEBUG Binder:475 - Mapped property: shortName -> shortName, type: string
11:49:57,414 DEBUG Binder:475 - Mapped property: fullName -> fullName, type: string
11:49:57,414 DEBUG Binder:475 - Mapped property: webInfo -> webInfo, type: string
11:49:57,414 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@1f4cbee [Attribute: name resource value "com/diatem/db/device/PortCharacteristics.hbm.xml"]
11:49:57,414 INFO Configuration:328 - Mapping resource: com/diatem/db/device/PortCharacteristics.hbm.xml
11:49:57,445 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:57,445 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:57,523 INFO Binder:229 - Mapping class: com.diatem.db.device.PortCharacteristics -> PortCharacteristics
11:49:57,523 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.PortCharacteristics usage strategy: read-write
11:49:57,523 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:57,523 DEBUG Binder:475 - Mapped property: l1Technology -> l1Technology, type: com.diatem.db.device.TechnologyEnum
11:49:57,523 DEBUG Binder:475 - Mapped property: capacity -> capacity, type: com.diatem.db.qos.valuewithunits.BandwidthValue
11:49:57,523 DEBUG Binder:475 - Mapped property: duplex -> duplex, type: com.diatem.db.device.DuplexTypeEnum
11:49:57,523 DEBUG Binder:475 - Mapped property: numberOfPortsOfSameTypePerCard -> numberOfPortsOfSameTypePerCard, type: integer
11:49:57,523 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:49:57,523 DEBUG Binder:475 - Mapped property: numberOfCablesPerConnector -> numberOfCablesPerConnector, type: integer
11:49:57,976 DEBUG Binder:475 - Mapped property: connectorType -> name, numberOfCablesPerConnector, type: com.diatem.db.device.ConnectorType
11:49:57,992 DEBUG Binder:475 - Mapped property: transmissionMedium -> transmissionMedium, type: com.diatem.db.device.TransmissionMedium
11:49:57,992 DEBUG Binder:475 - Mapped property: supportsChannelization -> supportsChannelization, type: boolean
11:49:57,992 DEBUG Binder:475 - Mapped property: maxNumberOfQueues -> maxNumberOfQueues, type: integer
11:49:57,992 INFO Binder:560 - Mapping collection: com.diatem.db.device.PortCharacteristics.maxSupportedQueueLengths -> maxSupportedQueueLengths
11:49:57,992 DEBUG Binder:475 - Mapped property: maxSupportedQueueLengths, type: [I
11:49:57,992 INFO Binder:560 - Mapping collection: com.diatem.db.device.PortCharacteristics.supportedSchedulerList -> supportedSchedulerList
11:49:57,992 DEBUG Binder:475 - Mapped property: supportedSchedulerList, type: [Lcom.diatem.db.qos.SchedulerType;
11:49:57,992 DEBUG Binder:475 - Mapped property: supportsRED -> supportsRED, type: boolean
11:49:57,992 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@6fa9fc [Attribute: name resource value "com/diatem/db/device/TransmissionMedium.hbm.xml"]
11:49:57,992 INFO Configuration:328 - Mapping resource: com/diatem/db/device/TransmissionMedium.hbm.xml
11:49:58,007 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,007 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,023 INFO Binder:229 - Mapping class: com.diatem.db.device.TransmissionMedium -> TransmissionMedium
11:49:58,023 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.TransmissionMedium usage strategy: read-write
11:49:58,023 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,023 DEBUG Binder:475 - Mapped property: wiredMedium -> wiredMedium, type: com.diatem.db.device.WiredMediumEnum
11:49:58,023 DEBUG Binder:475 - Mapped property: wirelessMedium -> wirelessMedium, type: com.diatem.db.device.WirelessMediumEnum
11:49:58,023 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@180f96c [Attribute: name resource value "com/diatem/db/device/CliUserNameAndPasswd.hbm.xml"]
11:49:58,039 INFO Configuration:328 - Mapping resource: com/diatem/db/device/CliUserNameAndPasswd.hbm.xml
11:49:58,054 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,054 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,070 INFO Binder:229 - Mapping class: com.diatem.db.device.CliUserNameAndPasswd -> CliUserNameAndPasswd
11:49:58,070 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.CliUserNameAndPasswd usage strategy: read-write
11:49:58,070 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,070 DEBUG Binder:475 - Mapped property: accessUser -> accessUser, type: string
11:49:58,070 DEBUG Binder:475 - Mapped property: accessPasswd -> accessPasswd, type: string
11:49:58,070 DEBUG Binder:475 - Mapped property: enableUser -> enableUser, type: string
11:49:58,070 DEBUG Binder:475 - Mapped property: enablePasswd -> enablePasswd, type: string
11:49:58,070 DEBUG Binder:475 - Mapped property: loginPrompt -> loginPrompt, type: string
11:49:58,070 DEBUG Binder:475 - Mapped property: enablePrompt -> enablePrompt, type: string
11:49:58,070 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@aadc97 [Attribute: name resource value "com/diatem/db/device/DiscoverySubnetInfo.hbm.xml"]
11:49:58,070 INFO Configuration:328 - Mapping resource: com/diatem/db/device/DiscoverySubnetInfo.hbm.xml
11:49:58,085 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,085 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,101 INFO Binder:229 - Mapping class: com.diatem.db.device.DiscoverySubnetInfo -> DiscoverySubnetInfo
11:49:58,101 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.DiscoverySubnetInfo usage strategy: read-write
11:49:58,101 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,101 DEBUG Binder:475 - Mapped property: ipSubnet -> mgmt_address_, mgmt_mask_, type: com.diatem.db.device.IPV4AddressType
11:49:58,117 DEBUG Binder:475 - Mapped property: snmpPort -> snmpPort, type: integer
11:49:58,117 DEBUG Binder:475 - Mapped property: snmpROString -> snmpROString, type: string
11:49:58,117 DEBUG Binder:475 - Mapped property: snmpRWString -> snmpRWString, type: string
11:49:58,117 INFO Binder:560 - Mapping collection: com.diatem.db.device.DiscoverySubnetInfo.snmpVersionsToTry -> snmpVersionsToTry
11:49:58,117 DEBUG Binder:475 - Mapped property: snmpVersionsToTry, type: [Lcom.diatem.db.device.SnmpVersion;
11:49:58,132 DEBUG Binder:475 - Mapped property: snmpAuthAlgs -> snmpAuthAlgs, type: com.diatem.db.device.SnmpAuthAlgsEnum
11:49:58,132 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@c743eb [Attribute: name resource value "com/diatem/db/device/IPAddressWrapper.hbm.xml"]
11:49:58,132 INFO Configuration:328 - Mapping resource: com/diatem/db/device/IPAddressWrapper.hbm.xml
11:49:58,148 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,148 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,179 INFO Binder:229 - Mapping class: com.diatem.db.device.IPAddressWrapper -> IPAddressWrapper
11:49:58,179 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.IPAddressWrapper usage strategy: read-write
11:49:58,179 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,179 DEBUG Binder:475 - Mapped property: mgmtIPAddress -> mgmt_address_, mgmt_mask_, type: com.diatem.db.device.IPV4AddressType
11:49:58,179 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@419d05 [Attribute: name resource value "com/diatem/db/device/NEInstalledSwInfo.hbm.xml"]
11:49:58,179 INFO Configuration:328 - Mapping resource: com/diatem/db/device/NEInstalledSwInfo.hbm.xml
11:49:58,195 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,195 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,210 INFO Binder:229 - Mapping class: com.diatem.db.device.NEInstalledSwInfo -> NEInstalledSwInfo
11:49:58,226 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.NEInstalledSwInfo usage strategy: read-write
11:49:58,226 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,226 DEBUG Binder:475 - Mapped property: imageName -> imageName, type: string
11:49:58,226 DEBUG Binder:475 - Mapped property: serialNumber -> serialNumber, type: string
11:49:58,226 DEBUG Binder:475 - Mapped property: swVersion -> swVersion, type: com.diatem.db.device.SwCapabilities
11:49:58,226 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@1deeb40 [Attribute: name resource value "com/diatem/db/device/NetworkDiscoveryAdminInfo.hbm.xml"]
11:49:58,226 INFO Configuration:328 - Mapping resource: com/diatem/db/device/NetworkDiscoveryAdminInfo.hbm.xml
11:49:58,242 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,242 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,273 INFO Binder:229 - Mapping class: com.diatem.db.device.NetworkDiscoveryAdminInfo -> NetworkDiscoveryAdminInfo
11:49:58,273 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.NetworkDiscoveryAdminInfo usage strategy: read-write
11:49:58,273 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,273 DEBUG Binder:475 - Mapped property: dbVersion -> dbVersion, type: integer
11:49:58,273 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:49:58,273 INFO Binder:560 - Mapping collection: com.diatem.db.device.NetworkDiscoveryAdminInfo.cliAccessTypes -> cliAccessTypes
11:49:58,273 DEBUG Binder:475 - Mapped property: cliAccessTypes, type: java.util.Set
11:49:58,273 DEBUG Binder:475 - Mapped property: cliUserNameAndPasswd, type: java.util.Set
11:49:58,273 DEBUG Binder:475 - Mapped property: snmpConfigData, type: java.util.Set
11:49:58,273 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@cafb56 [Attribute: name resource value "com/diatem/db/device/DiscoveryProcess.hbm.xml"]
11:49:58,273 INFO Configuration:328 - Mapping resource: com/diatem/db/device/DiscoveryProcess.hbm.xml
11:49:58,289 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,289 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,320 INFO Binder:229 - Mapping class: com.diatem.db.device.DiscoveryProcess -> DiscoveryProcess
11:49:58,320 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.DiscoveryProcess usage strategy: read-write
11:49:58,320 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,320 DEBUG Binder:475 - Mapped property: version -> version, type: integer
11:49:58,320 DEBUG Binder:475 - Mapped property: user -> user, type: com.diatem.db.users.NetPortalUser
11:49:58,320 DEBUG Binder:475 - Mapped property: terminatedByUser -> terminatedByUser, type: com.diatem.db.users.NetPortalUser
11:49:58,320 DEBUG Binder:475 - Mapped property: startTime -> startTime, type: timestamp
11:49:58,320 DEBUG Binder:475 - Mapped property: endTime -> endTime, type: timestamp
11:49:58,320 DEBUG Binder:475 - Mapped property: status -> status, type: com.diatem.db.device.DiscoveryProcessStatus
11:49:58,335 DEBUG Binder:475 - Mapped property: terminationStatus -> terminationStatus, type: com.diatem.db.device.DiscoveryTerminationStatus
11:49:58,335 DEBUG Binder:475 - Mapped property: eventLog -> eventLog, type: string
11:49:58,335 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.device.NetworkDiscoveryProcess -> NetworkDiscoveryProcess
11:49:58,335 INFO Binder:560 - Mapping collection: com.diatem.db.device.NetworkDiscoveryProcess.networks -> discovery_network
11:49:58,351 DEBUG Binder:475 - Mapped property: networks, type: java.util.Set
11:49:58,351 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.device.ElementDiscoveryProcess -> ElementDiscoveryProcess
11:49:58,351 DEBUG Binder:475 - Mapped property: elementsRemaining -> elementsRemaining, type: integer
11:49:58,367 DEBUG Binder:475 - Mapped property: entries, type: java.util.Set
11:49:58,367 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@7f5580 [Attribute: name resource value "com/diatem/db/device/ElementDiscoveryProcessEntry.hbm.xml"]
11:49:58,367 INFO Configuration:328 - Mapping resource: com/diatem/db/device/ElementDiscoveryProcessEntry.hbm.xml
11:49:58,382 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,382 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,398 INFO Binder:229 - Mapping class: com.diatem.db.device.ElementDiscoveryProcessEntry -> ElementDiscoveryProcessEntry
11:49:58,398 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.ElementDiscoveryProcessEntry usage strategy: read-write
11:49:58,398 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,398 DEBUG Binder:475 - Mapped property: version -> version, type: integer
11:49:58,414 DEBUG Binder:475 - Mapped property: targetNE -> targetNE, type: com.diatem.db.device.NEMgmtInfo
11:49:58,414 DEBUG Binder:475 - Mapped property: discoveredNE -> discoveredNE, type: com.diatem.db.device.NEMgmtInfo
11:49:58,414 DEBUG Binder:475 - Mapped property: discoveryStatus -> discoveryStatus, type: com.diatem.db.device.ElementDiscoveryStatusEnum
11:49:58,414 DEBUG Binder:475 - Mapped property: mitigationStatus -> mitigationStatus, type: com.diatem.db.device.ElementMitigationStatusEnum
11:49:58,414 DEBUG Binder:475 - Mapped property: time -> time, type: timestamp
11:49:58,414 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@84cc09 [Attribute: name resource value "com/diatem/db/device/SnmpConfigData.hbm.xml"]
11:49:58,414 INFO Configuration:328 - Mapping resource: com/diatem/db/device/SnmpConfigData.hbm.xml
11:49:58,429 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,429 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,460 INFO Binder:229 - Mapping class: com.diatem.db.device.SnmpConfigData -> SnmpConfigData
11:49:58,460 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.SnmpConfigData usage strategy: read-write
11:49:58,460 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,460 DEBUG Binder:475 - Mapped property: dbVersion -> dbVersion, type: integer
11:49:58,460 DEBUG Binder:475 - Mapped property: snmpVersion -> snmpVersion, type: com.diatem.db.device.SnmpVersion
11:49:58,476 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.device.SnmpV2Config -> SnmpV2Config
11:49:58,476 DEBUG Binder:475 - Mapped property: snmpROCommunityString -> snmpROCommunityString, type: string
11:49:58,476 DEBUG Binder:475 - Mapped property: snmpRWCommunityString -> snmpRWCommunityString, type: string
11:49:58,476 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.device.SnmpV3Config -> SnmpV3Config
11:49:58,476 DEBUG Binder:475 - Mapped property: snmp3Params -> snmp3Params, type: com.diatem.db.device.SNMP3Params
11:49:58,476 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@676437 [Attribute: name resource value "com/diatem/db/device/SwCapabilities.hbm.xml"]
11:49:58,476 INFO Configuration:328 - Mapping resource: com/diatem/db/device/SwCapabilities.hbm.xml
11:49:58,492 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,492 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,492 INFO Binder:229 - Mapping class: com.diatem.db.device.SwCapabilities -> SwCapabilities
11:49:58,507 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.SwCapabilities usage strategy: read-write
11:49:58,507 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,507 DEBUG Binder:475 - Mapped property: manufacturer -> manufacturer, type: com.diatem.db.device.NEManufacturer
11:49:58,507 DEBUG Binder:475 - Mapped property: swReleaseName -> swReleaseName, type: string
11:49:58,507 DEBUG Binder:475 - Mapped property: internalName -> internalName, type: string
11:49:58,507 INFO Binder:560 - Mapping collection: com.diatem.db.device.SwCapabilities.nonSNMPStatsCollectionAgents -> nonSNMPStatsCollectionAgents
11:49:58,507 DEBUG Binder:475 - Mapped property: nonSNMPStatsCollectionAgents, type: java.util.Set
11:49:58,507 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@1e808ca [Attribute: name resource value "com/diatem/db/device/ControlSystem.hbm.xml"]
11:49:58,507 INFO Configuration:328 - Mapping resource: com/diatem/db/device/ControlSystem.hbm.xml
11:49:58,523 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,523 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,554 INFO Binder:229 - Mapping class: com.diatem.db.device.ControlSystem -> ControlSystem
11:49:58,554 DEBUG CacheFactory:32 - cache for: com.diatem.db.device.ControlSystem usage strategy: read-write
11:49:58,554 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,554 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:49:58,554 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:49:58,554 DEBUG Binder:475 - Mapped property: currentControlSystem -> currentControlSystem, type: boolean
11:49:58,554 DEBUG Binder:475 - Mapped property: bayDescriptor -> bayDescriptor, type: string
11:49:58,554 DEBUG Binder:475 - Mapped property: mgmtIPAddress -> mgmt_address_, mgmt_mask_, type: com.diatem.db.device.IPV4AddressType
11:49:58,554 DEBUG Binder:475 - Mapped property: mgmtIPPort -> mgmt_ip_port, type: integer
11:49:58,554 DEBUG Binder:475 - Mapped property: accessInfo, type: java.util.Set
11:49:58,554 DEBUG Binder:475 - Mapped property: status -> status, type: com.diatem.db.device.ObjectStatus
11:49:58,554 DEBUG Binder:475 - Mapped property: moHistory -> moHistory, type: com.diatem.db.device.MOHistory
11:49:58,554 DEBUG Binder:475 - Mapped property: controllerTypeInfo -> controllerTypeInfo, type: com.diatem.db.device.HwCapabilitiesDescriptor
11:49:58,570 DEBUG Binder:475 - Mapped property: site -> site, type: com.diatem.db.device.NetPortalSite
11:49:58,570 DEBUG Binder:475 - Mapped property: discoveredDevices, type: java.util.Set
11:49:58,570 DEBUG Binder:475 - Mapped property: controlRelation -> controlRelation, type: com.diatem.db.device.ControlRelationEnum
11:49:58,570 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@2bd3a [Attribute: name resource value "com/diatem/db/beans/QoSAll.hbm.xml"]
11:49:58,570 INFO Configuration:328 - Mapping resource: com/diatem/db/beans/QoSAll.hbm.xml
11:49:58,570 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:49:58,585 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:49:58,679 INFO Binder:229 - Mapping class: com.diatem.db.qos.ViewContainer -> viewcontainer
11:49:58,679 DEBUG CacheFactory:32 - cache for: com.diatem.db.qos.ViewContainer usage strategy: read-write
11:49:58,679 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,679 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:49:58,679 DEBUG Binder:475 - Mapped property: lastModified -> lastModified, type: timestamp
11:49:58,679 DEBUG Binder:475 - Mapped property: operationalVersion -> operationalVersion, type: integer
11:49:58,679 DEBUG Binder:475 - Mapped property: creationTime -> creationTime, type: timestamp
11:49:58,679 DEBUG Binder:475 - Mapped property: adminVersion -> adminVersion, type: integer
11:49:58,679 DEBUG Binder:475 - Mapped property: modificationUser -> modificationUser, type: string
11:49:58,695 DEBUG Binder:475 - Mapped property: developmentState -> developmentState, type: com.diatem.db.qos.DevelopmentState
11:49:58,695 DEBUG Binder:475 - Mapped property: creationUser -> creationUser, type: string
11:49:58,695 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:49:58,695 DEBUG Binder:475 - Mapped property: cosEntries, type: java.util.Set
11:49:58,726 DEBUG Binder:475 - Mapped property: serviceTemplates, type: java.util.Set
11:49:58,726 DEBUG Binder:475 - Mapped property: trafficContracts, type: java.util.Set
11:49:58,726 DEBUG Binder:475 - Mapped property: netCoses, type: java.util.Set
11:49:58,742 DEBUG Binder:475 - Mapped property: neTemplates, type: java.util.Set
11:49:58,742 INFO Binder:229 - Mapping class: com.diatem.db.qos.BaseQoSObject -> baseqosobject
11:49:58,742 DEBUG CacheFactory:32 - cache for: com.diatem.db.qos.BaseQoSObject usage strategy: read-write
11:49:58,742 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:58,742 DEBUG Binder:475 - Mapped property: creationUser -> creationUser, type: string
11:49:58,742 DEBUG Binder:475 - Mapped property: modificationUser -> modificationUser, type: string
11:49:58,742 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:49:58,742 DEBUG Binder:475 - Mapped property: lastModified -> lastModified, type: timestamp
11:49:58,757 DEBUG Binder:475 - Mapped property: creationTime -> creationTime, type: timestamp
11:49:58,757 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.TrafficDescriptor -> TrafficDescriptor
11:49:58,757 DEBUG Binder:475 - Mapped property: peakRateSumDrop -> peakRateSumDrop, type: boolean
11:49:58,757 DEBUG Binder:475 - Mapped property: meanRateSumDrop -> meanRateSumDrop, type: boolean
11:49:58,773 DEBUG Binder:475 - Mapped property: cosEntry -> traffic_descr_id, type: com.diatem.db.qos.COSEntry
11:49:58,773 DEBUG Binder:475 - Mapped property: code -> td_param_code_1, type: integer
11:49:58,773 DEBUG Binder:475 - Mapped property: name -> td_param_name_1, type: string
11:49:58,835 DEBUG Binder:475 - Mapped property: param1 -> td_param_code_1, td_param_name_1, type: com.diatem.db.qos.trafficdescriptors.TDParameter
11:49:58,835 DEBUG Binder:475 - Mapped property: code -> td_param_code_2, type: integer
11:49:58,835 DEBUG Binder:475 - Mapped property: name -> td_param_name_2, type: string
11:49:58,835 DEBUG Binder:475 - Mapped property: param2 -> td_param_code_2, td_param_name_2, type: com.diatem.db.qos.trafficdescriptors.TDParameter
11:49:58,835 DEBUG Binder:475 - Mapped property: code -> td_param_code_3, type: integer
11:49:58,851 DEBUG Binder:475 - Mapped property: name -> td_param_name_3, type: string
11:49:58,851 DEBUG Binder:475 - Mapped property: param3 -> td_param_code_3, td_param_name_3, type: com.diatem.db.qos.trafficdescriptors.TDParameter
11:49:58,851 DEBUG Binder:475 - Mapped property: code -> td_param_code_4, type: integer
11:49:58,851 DEBUG Binder:475 - Mapped property: name -> td_param_name_4, type: string
11:49:58,851 DEBUG Binder:475 - Mapped property: param4 -> td_param_code_4, td_param_name_4, type: com.diatem.db.qos.trafficdescriptors.TDParameter
11:49:58,851 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.TrafficContract -> TrafficContract
11:49:58,851 DEBUG Binder:475 - Mapped property: view -> view_ct, type: com.diatem.db.qos.ViewContainer
11:49:58,867 DEBUG Binder:475 - Mapped property: tdValues, type: java.util.Set
11:49:58,867 DEBUG Binder:475 - Mapped property: param1Constraints -> p1_constr, type: com.diatem.db.qos.ValueWithUnit
11:49:58,867 DEBUG Binder:475 - Mapped property: param2Constraints -> p2_constr, type: com.diatem.db.qos.ValueWithUnit
11:49:58,867 DEBUG Binder:475 - Mapped property: param3Constraints -> p3_constr, type: com.diatem.db.qos.ValueWithUnit
11:49:58,882 DEBUG Binder:475 - Mapped property: param4Constraints -> p4_constr, type: com.diatem.db.qos.ValueWithUnit
11:49:58,882 DEBUG Binder:475 - Mapped property: useParam1Constraints -> use_p1_constr, type: boolean
11:49:58,882 DEBUG Binder:475 - Mapped property: useParam2Constraints -> use_p2_constr, type: boolean
11:49:58,882 DEBUG Binder:475 - Mapped property: useParam3Constraints -> use_p3_constr, type: boolean
11:49:58,882 DEBUG Binder:475 - Mapped property: useParam4Constraints -> use_p4_constr, type: boolean
11:49:58,882 DEBUG Binder:475 - Mapped property: setupPriority -> setupPriority, type: byte
11:49:58,882 DEBUG Binder:475 - Mapped property: holdingPriority -> holdingPriority, type: byte
11:49:58,882 DEBUG Binder:475 - Mapped property: editableParameters -> editableParameters, type: boolean
11:49:58,882 DEBUG Binder:475 - Mapped property: atmTrafficContract -> atmTrafficContract, type: boolean
11:49:58,882 DEBUG Binder:475 - Mapped property: portBasedClassification -> portBasedClassification, type: boolean
11:49:58,882 DEBUG Binder:475 - Mapped property: headerClassificationType -> headerClassificationType, type: com.diatem.db.qos.DiffHeaderClassifEnum
11:49:58,898 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.OperationalParameterTemplate -> OperationalParameterTemplate
11:49:58,898 DEBUG Binder:475 - Mapped property: maxUnavailableTime -> max_unav_time, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:58,898 DEBUG Binder:475 - Mapped property: meanUnavailableTime -> mean_unav_time, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:58,898 DEBUG Binder:475 - Mapped property: minTimeBtwFailures -> min_fail_time, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:58,898 DEBUG Binder:475 - Mapped property: meanTimeBtwFailures -> mean_fail_time, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:58,898 DEBUG Binder:475 - Mapped property: maxTimeToRestore -> max_time_restore, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:58,898 DEBUG Binder:475 - Mapped property: meanTimeToRestore -> mean_time_restore, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:58,898 DEBUG Binder:475 - Mapped property: measureIntForParams -> measure_int_params, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:58,914 DEBUG Binder:475 - Mapped property: protectionCharacteristics -> protectionCharacteristics, type: com.diatem.db.qos.PathProtection
11:49:58,914 DEBUG Binder:475 - Mapped property: editableProtectionChars -> editableProtectionChars, type: boolean
11:49:58,914 DEBUG Binder:475 - Mapped property: editableParameters -> editableParameters, type: boolean
11:49:58,914 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.ServiceTemplate -> ServiceTemplate
11:49:58,929 DEBUG Binder:475 - Mapped property: view -> view_t, type: com.diatem.db.qos.ViewContainer
11:49:58,929 DEBUG Binder:475 - Mapped property: trafficContract -> traffic_contract, type: com.diatem.db.qos.TrafficContract
11:49:58,929 DEBUG Binder:475 - Mapped property: operationalParams -> operational_params, type: com.diatem.db.qos.OperationalParameterTemplate
11:49:58,929 DEBUG Binder:475 - Mapped property: enableEgressTrafficShaping -> ena_egress_shaping, type: boolean
11:49:58,929 DEBUG Binder:475 - Mapped property: cePresent -> ce_present, type: boolean
11:49:58,929 DEBUG Binder:475 - Mapped property: autogenVlanId -> autogen_vlanid, type: boolean
11:49:58,929 DEBUG Binder:475 - Mapped property: saveNEConfigToFlash -> save_to_flash, type: boolean
11:49:58,929 DEBUG Binder:475 - Mapped property: serviceType -> serviceType, type: com.diatem.db.qos.ServiceType
11:49:58,929 DEBUG Binder:475 - Mapped property: accessType -> accessType, type: com.diatem.db.qos.AccessType
11:49:58,929 DEBUG Binder:475 - Mapped property: vpnType -> vpnType, type: com.diatem.db.qos.VPNType
11:49:58,929 DEBUG Binder:475 - Mapped property: vpnModel -> vpnModel, type: com.diatem.db.qos.VPNModel
11:49:58,945 DEBUG Binder:475 - Mapped property: areFieldsEditable -> areFieldsEditable, type: boolean
11:49:58,945 DEBUG Binder:475 - Mapped property: coreIntfInformation, type: java.util.Set
11:49:58,945 DEBUG Binder:475 - Mapped property: customerIntfInformation, type: java.util.Set
11:49:58,945 DEBUG Binder:475 - Mapped property: serviceSpecificInfo -> serviceSpecificInfo, type: com.diatem.db.qos.ServiceSpecificInfo
11:49:58,960 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.service.ServiceRequest -> ServiceRequest
11:49:58,960 DEBUG Binder:475 - Mapped property: srvRequestId -> srv_req_id, type: string
11:49:58,960 DEBUG Binder:475 - Mapped property: serviceRequestType -> serviceRequestType, type: com.diatem.db.service.ServiceRequestTypeEnum
11:49:58,976 DEBUG Binder:475 - Mapped property: requestCreationTime -> request_creation_time, type: timestamp
11:49:58,976 DEBUG Binder:475 - Mapped property: oneTimeProvisioning -> oneTimeProvisioning, type: boolean
11:49:58,976 DEBUG Binder:475 - Mapped property: state -> state, type: com.diatem.db.service.ServiceRequestStateEnum
11:49:58,976 DEBUG Binder:475 - Mapped property: severity -> severity, type: com.diatem.db.service.SrvRequestSeverityEnum
11:49:58,992 DEBUG Binder:475 - Mapped property: code -> code, type: com.diatem.db.service.SrvRequestCodeEnum
11:49:58,992 DEBUG Binder:475 - Mapped property: modifications -> modifications, type: string
11:49:58,992 DEBUG Binder:475 - Mapped property: newServiceName -> newServiceName, type: string
11:49:58,992 DEBUG Binder:475 - Mapped property: user -> user, type: com.diatem.db.users.NetPortalUser
11:49:58,992 DEBUG Binder:475 - Mapped property: contractInfo -> srv_request_list_id, type: com.diatem.db.service.SrvContractInfo
11:49:59,007 DEBUG Binder:475 - Mapped property: service -> srv_requests_id, type: com.diatem.db.service.Service
11:49:59,023 DEBUG Binder:475 - Mapped property: serviceTopology -> service_topology, type: com.diatem.db.service.ServiceTopology
11:49:59,023 DEBUG Binder:475 - Mapped property: customer -> customer, type: com.diatem.db.device.NetPortalCustomer
11:49:59,039 DEBUG Binder:475 - Mapped property: activitySchedules, type: [Lcom.diatem.db.service.ProvisioningSchedule;
11:49:59,054 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.dwdm.OpticalServiceRequest -> OpticalServiceRequest
11:49:59,054 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.service.Service -> Service
11:49:59,054 DEBUG Binder:475 - Mapped property: serviceId -> service_id, type: string
11:49:59,054 DEBUG Binder:475 - Mapped property: serviceState -> serviceState, type: com.diatem.db.service.ServiceStateEnum
11:49:59,054 DEBUG Binder:475 - Mapped property: serviceRequestList, type: java.util.Set
11:49:59,054 DEBUG Binder:475 - Mapped property: serviceInceptionTime -> serviceInceptionTime, type: com.diatem.db.service.ActivationTime
11:49:59,070 DEBUG Binder:475 - Mapped property: contractInfo -> service_list_id, type: com.diatem.db.service.SrvContractInfo
11:49:59,070 DEBUG Binder:475 - Mapped property: serviceTopology -> service_topology, type: com.diatem.db.service.ServiceTopology
11:49:59,070 DEBUG Binder:475 - Mapped property: customer -> customer, type: com.diatem.db.device.NetPortalCustomer
11:49:59,070 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.dwdm.OpticalService -> OpticalService
11:49:59,070 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.COSEntry -> COSEntry
11:49:59,085 DEBUG Binder:475 - Mapped property: view -> view_e, type: com.diatem.db.qos.ViewContainer
11:49:59,085 DEBUG Binder:475 - Mapped property: nonConformingTrafficAction -> traffic_action, type: com.diatem.db.qos.TrafficAction
11:49:59,085 DEBUG Binder:475 - Mapped property: useMaxDelay -> useMaxDelay, type: boolean
11:49:59,085 DEBUG Binder:475 - Mapped property: useABRTDs -> useABRTDs, type: boolean
11:49:59,085 DEBUG Binder:475 - Mapped property: maxDelay -> maxDelay, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:59,085 DEBUG Binder:475 - Mapped property: useUBRTDs -> useUBRTDs, type: boolean
11:49:59,085 DEBUG Binder:475 - Mapped property: useTargetLoss -> useTargetLoss, type: boolean
11:49:59,085 DEBUG Binder:475 - Mapped property: msmtIntervalForQualityParams -> msmtIntervalForQualityParams, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:59,085 DEBUG Binder:475 - Mapped property: targetLoss -> targetLoss, type: float
11:49:59,085 DEBUG Binder:475 - Mapped property: useVBRTDs -> useVBRTDs, type: boolean
11:49:59,101 DEBUG Binder:475 - Mapped property: delayJitter -> delayJitter, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:49:59,101 DEBUG Binder:475 - Mapped property: oversubscriptionFactor -> oversubscriptionFactor, type: float
11:49:59,101 DEBUG Binder:475 - Mapped property: trafficDescriptors, type: java.util.Set
11:49:59,101 DEBUG Binder:475 - Mapped property: userMapping, type: java.util.Set
11:49:59,117 DEBUG Binder:475 - Mapped property: conformingCoreMapping, type: java.util.Set
11:49:59,117 DEBUG Binder:475 - Mapped property: nonConformingCoreMapping, type: java.util.Set
11:49:59,117 DEBUG Binder:475 - Mapped property: atmServiceCategories, type: java.util.Set
11:49:59,117 DEBUG Binder:475 - Mapped property: useDelayJitter -> useDelayJitter, type: boolean
11:49:59,117 DEBUG Binder:475 - Mapped property: useCBRTDs -> useCBRTDs, type: boolean
11:49:59,132 DEBUG Binder:475 - Mapped property: packetSwitchedCOS -> packetSwitchedCOS, type: boolean
11:49:59,132 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.UserTrafficClassification -> UserTrafficClassification
11:49:59,132 DEBUG Binder:475 - Mapped property: classifierNumber -> classifierNumber, type: integer
11:49:59,132 DEBUG Binder:475 - Mapped property: classifierType -> classifierType, type: integer
11:49:59,132 DEBUG Binder:475 - Mapped property: classificationLevel -> classificationLevel, type: integer
11:49:59,132 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.UserDiffServClassification -> UserDiffServClassification
11:49:59,148 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.diffserv.IPDiffServ -> IPDiffServ
11:49:59,164 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.diffserv.L3DSCP -> L3DSCP
11:49:59,164 DEBUG Binder:475 - Mapped property: dscpValue -> dscpValue, type: integer
11:49:59,164 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.diffserv.L3IPTOS -> L3IPTOS
11:49:59,164 DEBUG Binder:475 - Mapped property: tosValue -> tosValue, type: integer
11:49:59,179 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.diffserv.L2Protocol -> L2Protocol
11:49:59,179 DEBUG Binder:475 - Mapped property: protocol -> protocol, type: integer
11:49:59,179 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.diffserv.L3IPProtocol -> L3IPProtocol
11:49:59,179 DEBUG Binder:475 - Mapped property: protocolNum -> protocolNum, type: integer
11:49:59,195 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.diffserv.L4TCPTrafficType -> L4TCPTrafficType
11:49:59,195 DEBUG Binder:475 - Mapped property: destination -> destination, type: boolean
11:49:59,195 DEBUG Binder:475 - Mapped property: endPortNum -> endPortNum, type: integer
11:49:59,195 DEBUG Binder:475 - Mapped property: startPortNum -> startPortNum, type: integer
11:49:59,210 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.diffserv.L4UDPTrafficType -> L4UDPTrafficType
11:49:59,210 DEBUG Binder:475 - Mapped property: destination -> destination_1, type: boolean
11:49:59,210 DEBUG Binder:475 - Mapped property: endPortNum -> endPortNum_1, type: integer
11:49:59,210 DEBUG Binder:475 - Mapped property: startPortNum -> startPortNum_1, type: integer
11:49:59,210 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.diffserv.L2EthDotQ -> L2EthDotQ
11:49:59,226 DEBUG Binder:475 - Mapped property: priority -> priority, type: integer
11:49:59,226 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.diffserv.MPLSExp -> MPLSExp
11:49:59,226 DEBUG Binder:475 - Mapped property: expValue -> expValue, type: integer
11:49:59,226 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.UserIntServClassification -> UserIntServClassification
11:49:59,242 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.intserv.UserATMClassification -> UserATMClassification
11:49:59,242 DEBUG Binder:475 - Mapped property: vpi -> vpi, type: integer
11:49:59,242 DEBUG Binder:475 - Mapped property: vci -> vci, type: integer
11:49:59,242 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.intserv.L2EthIntServ -> L2EthIntServ
11:49:59,242 DEBUG Binder:475 - Mapped property: startMACSourceAddress -> startMacSource_, type: com.diatem.db.device.MACAddressType
11:49:59,304 DEBUG Binder:475 - Mapped property: endMACSourceAddress -> endMacSource_, type: com.diatem.db.device.MACAddressType
11:49:59,304 DEBUG Binder:475 - Mapped property: startMACDestinationAddress -> startMacDest_, type: com.diatem.db.device.MACAddressType
11:49:59,304 DEBUG Binder:475 - Mapped property: endMACDestinationAddress -> endMacDest_, type: com.diatem.db.device.MACAddressType
11:49:59,320 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.user.intserv.L3IPIntServ -> L3IPIntServ
11:49:59,320 DEBUG Binder:475 - Mapped property: sourceIPAddress -> sourceIPAddress_, sourceIPMask_, type: com.diatem.db.device.IPV4AddressType
11:49:59,320 DEBUG Binder:475 - Mapped property: destIPAddress -> destIPAddress_, destIPMask_, type: com.diatem.db.device.IPV4AddressType
11:49:59,320 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.CoreTrafficClassification -> CoreTrafficClassification
11:49:59,320 DEBUG Binder:475 - Mapped property: value -> core_traffic_class, type: integer
11:49:59,335 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.core.ATMClassification -> ATMClassification
11:49:59,335 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.core.DiffServClassification -> DiffServClassification
11:49:59,335 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.core.Eth1qDiffServ -> Eth1qDiffServ
11:49:59,351 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.core.IPCoreDiffServ -> IPCoreDiffServ
11:49:59,351 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.core.L3TosCore -> L3TosCore
11:49:59,351 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.core.L3DscpCore -> L3DscpCore
11:49:59,367 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.trafficclassification.core.MPLSDiffServ -> MPLSDiffServ
11:49:59,367 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.qos.NetCosMap -> net_cos_map
11:49:59,367 DEBUG Binder:475 - Mapped property: view -> view_nc, type: com.diatem.db.qos.ViewContainer
11:49:59,367 DEBUG Binder:475 - Mapped property: netCosList, type: java.util.Set
11:49:59


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 12:22 pm 
Pro
Pro

Joined: Mon Sep 08, 2003 4:30 pm
Posts: 203
christian wrote:
Man, just post a useful exception. What you have is _not_ the root cause exception.


------------ beginning stripped out see the exception on the bottom ---------------
11:49:59,914 DEBUG Binder:475 - Mapped property: activationTime -> activationTime, type: timestamp
11:49:59,914 INFO Binder:229 - Mapping class: com.diatem.db.service.ServiceTopology -> service_topology
11:49:59,914 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.ServiceTopology usage strategy: read-write
11:49:59,914 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:59,914 DEBUG Binder:475 - Mapped property: topologyType -> topologyType, type: com.diatem.db.device.TopologyEnum
11:49:59,929 DEBUG Binder:475 - Mapped property: sapHose -> sapHose, type: com.diatem.db.service.SAPHose
11:49:59,945 DEBUG Binder:475 - Mapped property: sapConnection, type: java.util.Set
11:49:59,945 DEBUG Binder:475 - Mapped property: aclList, type: [Lcom.diatem.db.service.ACLTraffic;
11:49:59,945 DEBUG Binder:475 - Mapped property: taggingType -> taggingType, type: com.diatem.db.service.TaggingTypeEnum
11:49:59,945 INFO Binder:229 - Mapping class: com.diatem.db.service.SAPHose -> sap_hose
11:49:59,945 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.SAPHose usage strategy: read-write
11:49:59,945 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:49:59,945 DEBUG Binder:475 - Mapped property: vlanIdNonPort -> vlanIdNonPort, type: integer
11:49:59,960 DEBUG Binder:475 - Mapped property: netConnNonPort -> netConnNonPort, type: com.diatem.db.objectmodel.topologymgmt.NetworkConnection
11:49:59,976 DEBUG Binder:475 - Mapped property: endPoints, type: [Lcom.diatem.db.service.ServiceAccessPoint;
11:49:59,976 DEBUG Binder:475 - Mapped property: trafficProfileSet, type: [Lcom.diatem.db.service.HoseTrafficProfile;
11:49:59,976 INFO Binder:560 - Mapping collection: com.diatem.db.service.SAPHose.networkConnections -> networkConnections
11:49:59,992 DEBUG Binder:475 - Mapped property: networkConnections, type: java.util.Map
11:49:59,992 INFO Binder:560 - Mapping collection: com.diatem.db.service.SAPHose.cosToUse -> cosToUse
11:49:59,992 DEBUG Binder:475 - Mapped property: cosToUse, type: java.util.Map
11:49:59,992 INFO Binder:560 - Mapping collection: com.diatem.db.service.SAPHose.vlanId -> vlanId
11:49:59,992 DEBUG Binder:475 - Mapped property: vlanId, type: java.util.Map
11:49:59,992 INFO Binder:229 - Mapping class: com.diatem.db.service.SAPConnection -> sap_connection
11:49:59,992 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.SAPConnection usage strategy: read-write
11:49:59,992 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,007 DEBUG Binder:475 - Mapped property: aend -> aend, type: com.diatem.db.service.ServiceAccessPoint
11:50:00,007 DEBUG Binder:475 - Mapped property: zend -> zend, type: com.diatem.db.service.ServiceAccessPoint
11:50:00,007 DEBUG Binder:475 - Mapped property: trafficProfile -> trafficProfile, type: com.diatem.db.objectmodel.topologymgmt.ConnectionTrafficProfile
11:50:00,007 INFO Binder:560 - Mapping collection: com.diatem.db.service.SAPConnection.networkConnections -> networkConnections
11:50:00,007 DEBUG Binder:475 - Mapped property: networkConnections, type: [Lcom.diatem.db.objectmodel.topologymgmt.NetworkConnection;
11:50:00,007 INFO Binder:229 - Mapping class: com.diatem.db.service.SAPServiceSpecificData -> service_specific_data
11:50:00,007 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.SAPServiceSpecificData usage strategy: read-write
11:50:00,023 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,023 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.service.VlanInfo -> sap_specific_vlan_info
11:50:00,023 DEBUG Binder:475 - Mapped property: useIpSubnet -> useIpSubnet, type: boolean
11:50:00,023 INFO Binder:560 - Mapping collection: com.diatem.db.service.VlanInfo.aclList -> vlaninfo_acl
11:50:00,023 DEBUG Binder:475 - Mapped property: aclList, type: [I
11:50:00,023 INFO Binder:560 - Mapping collection: com.diatem.db.service.VlanInfo.vlanInfoVlanId -> vlanInfoVlanId
11:50:00,023 DEBUG Binder:475 - Mapped property: vlanInfoVlanId, type: java.util.Map
11:50:00,039 DEBUG Binder:475 - Mapped property: intServClassification, type: [Lcom.diatem.db.service.IntServToCOS;
11:50:00,039 DEBUG Binder:475 - Mapped property: ipSubnetInfo -> sourceIPAddress_, sourceIPMask_, type: com.diatem.db.device.IPV4AddressType
11:50:00,039 INFO Binder:229 - Mapping class: com.diatem.db.service.ServiceAccessPoint -> service_access_point
11:50:00,039 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.ServiceAccessPoint usage strategy: read-write
11:50:00,039 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,039 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:00,039 DEBUG Binder:475 - Mapped property: isHub -> isHub, type: boolean
11:50:00,039 DEBUG Binder:475 - Mapped property: cpeSAP -> cpeSAP, type: boolean
11:50:00,039 DEBUG Binder:475 - Mapped property: serviceSpecificData -> serviceSpecificData, type: com.diatem.db.service.SAPServiceSpecificData
11:50:00,054 DEBUG Binder:475 - Mapped property: ceInterfaceList, type: [Lcom.diatem.db.service.InterfaceAndResources;
11:50:00,054 DEBUG Binder:475 - Mapped property: peCEInterfaceList, type: [Lcom.diatem.db.service.InterfaceAndResources;
11:50:00,054 DEBUG Binder:475 - Mapped property: peCoreInterfaceList, type: [Lcom.diatem.db.service.InterfaceAndResources;
11:50:00,054 INFO Binder:560 - Mapping collection: com.diatem.db.service.ServiceAccessPoint.peCELinks -> peCELinks
11:50:00,054 DEBUG Binder:475 - Mapped property: peCELinks, type: [Lcom.diatem.db.objectmodel.topologymgmt.NETopologicalLink;
11:50:00,054 INFO Binder:229 - Mapping class: com.diatem.db.service.InterfaceAndResources -> interface_and_resources
11:50:00,054 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.InterfaceAndResources usage strategy: read-write
11:50:00,054 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,054 DEBUG Binder:475 - Mapped property: portBased -> portBased, type: boolean
11:50:00,070 DEBUG Binder:475 - Mapped property: neInterface -> neInterface, type: com.diatem.db.device.NEInterface
11:50:00,070 DEBUG Binder:475 - Mapped property: cosEntry -> cosEntry, type: com.diatem.db.qos.COSEntry
11:50:00,070 DEBUG Binder:475 - Mapped property: specificInfo, type: java.util.Set
11:50:00,070 INFO Binder:229 - Mapping class: com.diatem.db.service.SpecificResources -> specific_resources
11:50:00,070 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.SpecificResources usage strategy: read-write
11:50:00,070 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,085 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.service.EhternetOptions -> EhternetOptions
11:50:00,085 DEBUG Binder:475 - Mapped property: allVLANsOnIf -> allVLANsOnIf, type: boolean
11:50:00,085 DEBUG Binder:475 - Mapped property: isTagged -> isTagged, type: boolean
11:50:00,085 INFO Binder:560 - Mapping collection: com.diatem.db.service.EhternetOptions.vlanIDs -> eth_opt_vlanids
11:50:00,085 DEBUG Binder:475 - Mapped property: vlanIDs, type: [I
11:50:00,085 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.service.IPV4Options -> IPV4Options
11:50:00,085 DEBUG Binder:475 - Mapped property: ipSubnet -> mgmt_address_, mgmt_mask_, type: com.diatem.db.device.IPV4AddressType
11:50:00,101 INFO Binder:229 - Mapping class: com.diatem.db.service.HoseTrafficProfile -> hose_traffic_profile
11:50:00,101 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.HoseTrafficProfile usage strategy: read-write
11:50:00,101 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,101 INFO Binder:560 - Mapping collection: com.diatem.db.service.HoseTrafficProfile.connTrafficProfiles -> connTrafficProfiles
11:50:00,101 DEBUG Binder:475 - Mapped property: connTrafficProfiles, type: java.util.Map
11:50:00,101 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@1b273cc [Attribute: name resource value "com/diatem/db/service/SrvContractInfo.hbm.xml"]
11:50:00,101 INFO Configuration:328 - Mapping resource: com/diatem/db/service/SrvContractInfo.hbm.xml
11:50:00,117 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,117 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,148 INFO Binder:229 - Mapping class: com.diatem.db.service.SrvContractInfo -> srvContractInfo
11:50:00,148 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.SrvContractInfo usage strategy: read-write
11:50:00,148 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,148 DEBUG Binder:475 - Mapped property: contractName -> contractName, type: string
11:50:00,164 DEBUG Binder:475 - Mapped property: contractNr -> contractNr, type: integer
11:50:00,164 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:50:00,164 DEBUG Binder:475 - Mapped property: srvRequestList, type: java.util.Set
11:50:00,164 DEBUG Binder:475 - Mapped property: serviceList, type: java.util.Set
11:50:00,164 DEBUG Binder:475 - Mapped property: customer -> customer, type: com.diatem.db.device.NetPortalCustomer
11:50:00,164 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@14d1d41 [Attribute: name resource value "com/diatem/db/service/ACLTraffic.hbm.xml"]
11:50:00,164 INFO Configuration:328 - Mapping resource: com/diatem/db/service/ACLTraffic.hbm.xml
11:50:00,179 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,179 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,195 INFO Binder:229 - Mapping class: com.diatem.db.service.ACLTraffic -> aclTraffic
11:50:00,195 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.ACLTraffic usage strategy: read-write
11:50:00,195 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,195 DEBUG Binder:475 - Mapped property: aclAction -> aclAction, type: com.diatem.db.service.ACLActionEnum
11:50:00,195 DEBUG Binder:475 - Mapped property: trafficFilterEntry -> trafficFilterEntry, type: com.diatem.db.service.TrafficFilterEntry
11:50:00,195 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@14df764 [Attribute: name resource value "com/diatem/db/service/IntServToCOS.hbm.xml"]
11:50:00,195 INFO Configuration:328 - Mapping resource: com/diatem/db/service/IntServToCOS.hbm.xml
11:50:00,210 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,226 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,226 INFO Binder:229 - Mapping class: com.diatem.db.service.IntServToCOS -> intServToCos
11:50:00,226 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.IntServToCOS usage strategy: read-write
11:50:00,226 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,226 DEBUG Binder:475 - Mapped property: cosEntry -> cosEntry, type: com.diatem.db.qos.COSEntry
11:50:00,226 DEBUG Binder:475 - Mapped property: trafficFilterEntry -> trafficFilterEntry, type: com.diatem.db.service.TrafficFilterEntry
11:50:00,242 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@15dd910 [Attribute: name resource value "com/diatem/db/service/TrafficFilterEntry.hbm.xml"]
11:50:00,242 INFO Configuration:328 - Mapping resource: com/diatem/db/service/TrafficFilterEntry.hbm.xml
11:50:00,242 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,242 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,257 INFO Binder:229 - Mapping class: com.diatem.db.service.TrafficFilterEntry -> trafficfilter
11:50:00,257 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.TrafficFilterEntry usage strategy: read-write
11:50:00,257 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,257 DEBUG Binder:475 - Mapped property: classifier -> classifier, type: com.diatem.db.qos.trafficclassification.user.UserIntServClassification
11:50:00,257 DEBUG Binder:475 - Mapped property: appliedPort -> appliedPort, type: com.diatem.db.device.NEInterface
11:50:00,257 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@8de462 [Attribute: name resource value "com/diatem/db/service/ModificationLog.hbm.xml"]
11:50:00,257 INFO Configuration:328 - Mapping resource: com/diatem/db/service/ModificationLog.hbm.xml
11:50:00,273 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,273 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,289 INFO Binder:229 - Mapping class: com.diatem.db.service.ModificationLog -> modificationLog
11:50:00,289 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.ModificationLog usage strategy: read-write
11:50:00,289 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,304 DEBUG Binder:475 - Mapped property: modifications, type: java.util.Map
11:50:00,304 INFO Binder:229 - Mapping class: com.diatem.db.service.Modification -> modification
11:50:00,304 DEBUG CacheFactory:32 - cache for: com.diatem.db.service.Modification usage strategy: read-write
11:50:00,304 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,304 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:00,320 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.service.ComplexModification -> ComplexModification
11:50:00,320 DEBUG Binder:475 - Mapped property: modificationLog -> modificationLog, type: com.diatem.db.service.ModificationLog
11:50:00,335 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.service.CollectionModification -> CollectionModification
11:50:00,335 DEBUG Binder:475 - Mapped property: modificationType -> modificationType, type: com.diatem.db.service.ModificationTypeEnum
11:50:00,335 DEBUG Binder:475 - Mapped property: valueId -> valueId, type: long
11:50:00,351 DEBUG Binder:475 - Mapped property: modificationLog -> modificationLog, type: com.diatem.db.service.ModificationLog
11:50:00,351 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@12789d2 [Attribute: name resource value "com/diatem/db/beans/DomainPnniData.hbm.xml"]
11:50:00,351 INFO Configuration:328 - Mapping resource: com/diatem/db/beans/DomainPnniData.hbm.xml
11:50:00,367 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,367 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,398 INFO Binder:229 - Mapping class: com.diatem.db.beans.DomainPnniData -> domain_pnni_data
11:50:00,398 DEBUG CacheFactory:32 - cache for: com.diatem.db.beans.DomainPnniData usage strategy: read-write
11:50:00,398 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,398 DEBUG Binder:475 - Mapped property: domainPnniLevelData, type: java.util.Set
11:50:00,398 DEBUG Binder:475 - Mapped property: helloDownInterval -> helloDownInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,414 DEBUG Binder:475 - Mapped property: helloInterval -> helloInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,414 DEBUG Binder:475 - Mapped property: helloInactivityFactor -> helloInactivityFactor, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,414 DEBUG Binder:475 - Mapped property: pstePacketInterval -> pstePacketInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,414 DEBUG Binder:475 - Mapped property: pstePacketValidityInterval -> pstePacketValidityInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,414 DEBUG Binder:475 - Mapped property: pstePacketTimer -> pstePacketTimer, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,414 DEBUG Binder:475 - Mapped property: durationBetweenRetrans -> durationBetweenRetrans, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,414 DEBUG Binder:475 - Mapped property: minRetransTime -> minRetransTime, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,414 DEBUG Binder:475 - Mapped property: nodeThrAvCrMt -> nodeThrAvCrMt, type: integer
11:50:00,414 DEBUG Binder:475 - Mapped property: nodeThrCrPm -> nodeThrCrPm, type: integer
11:50:00,414 DEBUG Binder:475 - Mapped property: linkThrAvCrMt -> linkThrAvCrMt, type: integer
11:50:00,429 DEBUG Binder:475 - Mapped property: linThrCrPm -> linThrCrPm, type: integer
11:50:00,429 DEBUG Binder:475 - Mapped property: localConnectionrecovery -> localConnectionrecovery, type: boolean
11:50:00,429 DEBUG Binder:475 - Mapped property: intraDomainRecoveryLevel -> intraDomainRecoveryLevel, type: integer
11:50:00,429 DEBUG Binder:475 - Mapped property: reroutingNonPnniIfParams -> reroutingNonPnniIfParams, type: com.diatem.db.beans.AtmReroutingParams
11:50:00,429 DEBUG Binder:475 - Mapped property: reroutingPnniIfParams -> reroutingPnniIfParams, type: com.diatem.db.beans.AtmReroutingParams
11:50:00,429 DEBUG Binder:475 - Mapped property: cbrLoadBalancing -> cbrLoadBalancing, type: com.diatem.db.beans.DomainPnniLoadBalancingPerSrvCat
11:50:00,429 DEBUG Binder:475 - Mapped property: vbrrtLoadBalancing -> vbrrtLoadBalancing, type: com.diatem.db.beans.DomainPnniLoadBalancingPerSrvCat
11:50:00,429 DEBUG Binder:475 - Mapped property: vbrnrtLoadBalancing -> vbrnrtLoadBalancing, type: com.diatem.db.beans.DomainPnniLoadBalancingPerSrvCat
11:50:00,429 DEBUG Binder:475 - Mapped property: ubrLoadBalancing -> ubrLoadBalancing, type: com.diatem.db.beans.DomainPnniLoadBalancingPerSrvCat
11:50:00,445 DEBUG Binder:475 - Mapped property: abrLoadBalancing -> abrLoadBalancing, type: com.diatem.db.beans.DomainPnniLoadBalancingPerSrvCat
11:50:00,445 DEBUG Binder:475 - Mapped property: rtCachingAgingPeriod -> rtCachingAgingPeriod, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,445 DEBUG Binder:475 - Mapped property: rtCachingMaxCacheSize -> rtCachingMaxCacheSize, type: integer
11:50:00,445 DEBUG Binder:475 - Mapped property: rtCachingMaxAltRoutes -> rtCachingMaxAltRoutes, type: integer
11:50:00,445 DEBUG Binder:475 - Mapped property: rtCachingIntermediateNodePaths -> rtCachingIntermediateNodePaths, type: integer
11:50:00,445 DEBUG Binder:475 - Mapped property: neOptimizationTime, type: [Lcom.diatem.db.qos.valuewithunits.TimeInterval;
11:50:00,445 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@13576a2 [Attribute: name resource value "com/diatem/db/beans/DomainPnniLevelData.hbm.xml"]
11:50:00,445 INFO Configuration:328 - Mapping resource: com/diatem/db/beans/DomainPnniLevelData.hbm.xml
11:50:00,460 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,476 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,507 INFO Binder:229 - Mapping class: com.diatem.db.beans.DomainPnniLevelData -> domain_pnni_level_data
11:50:00,507 DEBUG CacheFactory:32 - cache for: com.diatem.db.beans.DomainPnniLevelData usage strategy: read-write
11:50:00,507 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,507 DEBUG Binder:475 - Mapped property: levelNum -> levelNum, type: integer
11:50:00,507 DEBUG Binder:475 - Mapped property: cranckBack -> cranckBack, type: integer
11:50:00,507 DEBUG Binder:475 - Mapped property: pathDiversity -> pathDiversity, type: integer
11:50:00,507 DEBUG Binder:475 - Mapped property: adminWeightCBR -> adminWeightCBR, type: integer
11:50:00,507 DEBUG Binder:475 - Mapped property: adminWeightVBTRT -> adminWeightVBTRT, type: integer
11:50:00,523 DEBUG Binder:475 - Mapped property: adminWeightVBRNRT -> adminWeightVBRNRT, type: integer
11:50:00,523 DEBUG Binder:475 - Mapped property: adminWeightUBR -> adminWeightUBR, type: integer
11:50:00,523 DEBUG Binder:475 - Mapped property: adminWeightABR -> adminWeightABR, type: integer
11:50:00,523 DEBUG Binder:475 - Mapped property: horizontalLinkInactivity -> horizontalLinkInactivity, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,523 DEBUG Binder:475 - Mapped property: overrideDelay -> overrideDelay, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,523 DEBUG Binder:475 - Mapped property: pgIInitTime -> pgIInitTime, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,523 DEBUG Binder:475 - Mapped property: reelectionInterval -> reelectionInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,523 DEBUG Binder:475 - Mapped property: svccCallingIntegrityTime -> svccCallingIntegrityTime, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,523 DEBUG Binder:475 - Mapped property: svccEstablishmentIntegrityTime -> svccEstablishmentIntegrityTime, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,523 DEBUG Binder:475 - Mapped property: svccInitTime -> svccInitTime, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,539 DEBUG Binder:475 - Mapped property: svccRetryTime -> svccRetryTime, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:00,539 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@ff94b1 [Attribute: name resource value "com/diatem/db/beans/DomainPnniLoadBalancingPerSrvCat.hbm.xml"]
11:50:00,539 INFO Configuration:328 - Mapping resource: com/diatem/db/beans/DomainPnniLoadBalancingPerSrvCat.hbm.xml
11:50:00,554 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,554 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,570 INFO Binder:229 - Mapping class: com.diatem.db.beans.DomainPnniLoadBalancingPerSrvCat -> domain_pnni_load_balancing
11:50:00,570 DEBUG CacheFactory:32 - cache for: com.diatem.db.beans.DomainPnniLoadBalancingPerSrvCat usage strategy: read-write
11:50:00,570 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,570 DEBUG Binder:475 - Mapped property: maxPaths -> maxPaths, type: integer
11:50:00,570 DEBUG Binder:475 - Mapped property: adminWeightVariance -> adminWeightVariance, type: float
11:50:00,570 DEBUG Binder:475 - Mapped property: adminWeightSlope -> adminWeightSlope, type: float
11:50:00,570 DEBUG Binder:475 - Mapped property: cdvVariance -> cdvVariance, type: float
11:50:00,570 DEBUG Binder:475 - Mapped property: cdvSlope -> cdvSlope, type: float
11:50:00,570 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@b30913 [Attribute: name resource value "com/diatem/db/beans/AtmReroutingParams.hbm.xml"]
11:50:00,570 INFO Configuration:328 - Mapping resource: com/diatem/db/beans/AtmReroutingParams.hbm.xml
11:50:00,585 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,601 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,601 INFO Binder:229 - Mapping class: com.diatem.db.beans.AtmReroutingParams -> atm_rerouting_params
11:50:00,601 DEBUG CacheFactory:32 - cache for: com.diatem.db.beans.AtmReroutingParams usage strategy: read-write
11:50:00,601 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,617 DEBUG Binder:475 - Mapped property: numOptAttempts -> numOptAttempts, type: integer
11:50:00,617 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@1682598 [Attribute: name resource value "com/diatem/db/objectmodel/topologymgmt/TopologyMgmt.hbm.xml"]
11:50:00,617 INFO Configuration:328 - Mapping resource: com/diatem/db/objectmodel/topologymgmt/TopologyMgmt.hbm.xml
11:50:00,617 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:00,632 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:00,679 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.BandwidthAllocation -> BandwidthAllocation
11:50:00,679 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.BandwidthAllocation usage strategy: read-write
11:50:00,679 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,679 DEBUG Binder:475 - Mapped property: ingressBw -> ingressBw, type: com.diatem.db.qos.valuewithunits.BandwidthValue
11:50:00,679 DEBUG Binder:475 - Mapped property: egressBw -> egressBw, type: com.diatem.db.qos.valuewithunits.BandwidthValue
11:50:00,679 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.TerminationPoint -> termination_point
11:50:00,679 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.TerminationPoint usage strategy: read-write
11:50:00,679 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,679 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:00,679 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:50:00,695 DEBUG Binder:475 - Mapped property: tpProtectionAssociationType -> tp_protect_assoc_type, type: com.diatem.db.objectmodel.topologymgmt.TpProtectionAssociationType
11:50:00,695 DEBUG Binder:475 - Mapped property: adminStatus -> admin_status, type: com.diatem.db.device.AdminStatus
11:50:00,695 DEBUG Binder:475 - Mapped property: operationalStatus -> operational_status, type: com.diatem.db.device.OperationalStatus
11:50:00,695 DEBUG Binder:475 - Mapped property: nativeEmsNaming -> native_ems_naming, type: string
11:50:00,695 DEBUG Binder:475 - Mapped property: directionality -> directionality, type: com.diatem.db.objectmodel.topologymgmt.DirectionalityType
11:50:00,695 DEBUG Binder:475 - Mapped property: atozCapacity -> atozCapacity, type: com.diatem.db.qos.valuewithunits.BandwidthValue
11:50:00,695 DEBUG Binder:475 - Mapped property: ztoaCapacity -> ztoaCapacity, type: com.diatem.db.qos.valuewithunits.BandwidthValue
11:50:00,710 DEBUG Binder:475 - Mapped property: switchData -> switch_data_id, type: com.diatem.db.objectmodel.topologymgmt.SwitchData
11:50:00,710 DEBUG Binder:475 - Mapped property: topologicalLink -> topologicalLink, type: com.diatem.db.objectmodel.topologymgmt.NETopologicalLink
11:50:00,710 DEBUG Binder:475 - Mapped property: deployedCOS, type: [Lcom.diatem.db.qos.COSEntry;
11:50:00,710 DEBUG Binder:475 - Mapped property: trafficProfiles, type: [Lcom.diatem.db.objectmodel.topologymgmt.BandwidthAllocation;
11:50:00,710 DEBUG Binder:475 - Mapped property: allocatedProfiles, type: [Lcom.diatem.db.objectmodel.topologymgmt.BandwidthAllocation;
11:50:00,710 DEBUG Binder:475 - Mapped property: connectionProfiles, type: [Lcom.diatem.db.objectmodel.topologymgmt.ConnectionTrafficProfile;
11:50:00,710 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.PhysicalTerminationPoint -> physical_termination_point
11:50:00,726 DEBUG Binder:475 - Mapped property: connectionTerminationPoints, type: java.util.Set
11:50:00,726 DEBUG Binder:475 - Mapped property: nePhysicalPort -> ne_physical_port_id, type: com.diatem.db.device.NEPhysicalPort
11:50:00,726 DEBUG Binder:475 - Mapped property: nePhysicalInterface -> ne_physical_interface_id, type: com.diatem.db.device.NEPhysicalInterface
11:50:00,726 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.ConnectionTerminationPoint -> connection_termination_point
11:50:00,726 DEBUG Binder:475 - Mapped property: tpConnectionState -> tp_connection_state, type: com.diatem.db.objectmodel.topologymgmt.TpConnectionState
11:50:00,726 DEBUG Binder:475 - Mapped property: terminationMode -> termination_mode, type: com.diatem.db.objectmodel.topologymgmt.TerminationMode
11:50:00,726 DEBUG Binder:475 - Mapped property: ctpId -> ctp, type: integer
11:50:00,726 DEBUG Binder:475 - Mapped property: currentLayerNumber -> current_layer_number, type: integer
11:50:00,726 DEBUG Binder:475 - Mapped property: subnetworkConnectionAEnd -> aend_tp_id, type: com.diatem.db.objectmodel.topologymgmt.SubnetworkConnection
11:50:00,726 DEBUG Binder:475 - Mapped property: subnetworkConnectionZEnd -> zend_tp_id, type: com.diatem.db.objectmodel.topologymgmt.SubnetworkConnection
11:50:00,742 DEBUG Binder:475 - Mapped property: physicalTerminationPoint -> ctp_id, type: com.diatem.db.objectmodel.topologymgmt.PhysicalTerminationPoint
11:50:00,742 DEBUG Binder:475 - Mapped property: intf -> ne_interface_id, type: com.diatem.db.device.NEInterface
11:50:00,742 DEBUG Binder:475 - Mapped property: connectionTrafficProfile -> connection_traffic_profile_id, type: com.diatem.db.objectmodel.topologymgmt.ConnectionTrafficProfile
11:50:00,742 DEBUG Binder:475 - Mapped property: neLogicalInterfaces, type: java.util.Set
11:50:00,742 DEBUG Binder:475 - Mapped property: connectionTerminationPointSublayers, type: java.util.Set
11:50:00,757 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.FrameRelayCtp -> topologymgmt_framerelayctp
11:50:00,757 DEBUG Binder:475 - Mapped property: dlci -> dlci, type: integer
11:50:00,757 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.OpticalSectionCtp -> topologymgmt_opticalsection
11:50:00,757 DEBUG Binder:475 - Mapped property: wavelength -> wavelength, type: com.diatem.db.objectmodel.dwdm.Wavelength
11:50:00,773 DEBUG Binder:475 - Mapped property: direction -> direction, type: com.diatem.db.objectmodel.dwdm.Direction
11:50:00,773 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.AtmCtp -> topologymgmt_atmctp
11:50:00,773 DEBUG Binder:475 - Mapped property: ctpType -> ctpType, type: integer
11:50:00,789 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.VcCtp -> topologymgmt_vcctp
11:50:00,789 DEBUG Binder:475 - Mapped property: vpi -> vpi, type: integer
11:50:00,789 DEBUG Binder:475 - Mapped property: vci -> vci, type: integer
11:50:00,789 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.VpCtp -> topologymgmt_vpctp
11:50:00,789 DEBUG Binder:475 - Mapped property: vpi -> vpi, type: integer
11:50:00,804 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.VlanCtp -> topologymgmt_vlanctp
11:50:00,804 INFO Binder:560 - Mapping collection: com.diatem.db.objectmodel.topologymgmt.VlanCtp.vlanIds -> topology_vlan_ids
11:50:00,804 DEBUG Binder:475 - Mapped property: vlanIds, type: [I
11:50:00,804 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.CrossConnect -> cross_connect
11:50:00,804 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.CrossConnect usage strategy: read-write
11:50:00,804 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,820 DEBUG Binder:475 - Mapped property: active -> active, type: boolean
11:50:00,820 DEBUG Binder:475 - Mapped property: sncType -> snc_type, type: com.diatem.db.objectmodel.topologymgmt.SncType
11:50:00,820 DEBUG Binder:475 - Mapped property: connectionDirectionType -> connection_direction_type, type: com.diatem.db.objectmodel.topologymgmt.ConnectionDirectionType
11:50:00,820 DEBUG Binder:475 - Mapped property: connectionTrafficProfile -> cross_connect_id, type: com.diatem.db.objectmodel.topologymgmt.ConnectionTrafficProfile
11:50:00,820 DEBUG Binder:475 - Mapped property: subnetworkConnection -> subnet_cross_connect, type: com.diatem.db.objectmodel.topologymgmt.SubnetworkConnection
11:50:00,820 DEBUG Binder:475 - Mapped property: AEndTerminationPoints, type: java.util.Set
11:50:00,820 DEBUG Binder:475 - Mapped property: ZEndTerminationPoints, type: java.util.Set
11:50:00,820 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.ConnectionTrafficProfile -> connection_traffic_profile
11:50:00,820 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.ConnectionTrafficProfile usage strategy: read-write
11:50:00,820 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,820 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:00,835 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:50:00,835 DEBUG Binder:475 - Mapped property: numberOfEndpoints -> number_of_endpoints, type: integer
11:50:00,835 DEBUG Binder:475 - Mapped property: numberOfEntries -> number_of_entries, type: integer
11:50:00,835 DEBUG Binder:475 - Mapped property: cosEntry -> cos_entry_id, type: com.diatem.db.qos.COSEntry
11:50:00,835 DEBUG Binder:475 - Mapped property: AToZCosContract -> a_to_z_cos_contract_id, type: com.diatem.db.qos.TwoPointSingleCOSContractUnidir
11:50:00,835 DEBUG Binder:475 - Mapped property: ZToACosContract -> z_to_a_cos_contract_id, type: com.diatem.db.qos.TwoPointSingleCOSContractUnidir
11:50:00,835 DEBUG Binder:475 - Mapped property: connectionTerminationPoint -> conn_termination_point_id, type: com.diatem.db.objectmodel.topologymgmt.ConnectionTerminationPoint
11:50:00,835 DEBUG Binder:475 - Mapped property: subnetworkConnections, type: java.util.Set
11:50:00,851 DEBUG Binder:475 - Mapped property: crossConnects, type: java.util.Set
11:50:00,851 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.SubnetworkConnection -> subnetwork_connection
11:50:00,851 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.SubnetworkConnection usage strategy: read-write
11:50:00,851 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,851 DEBUG Binder:475 - Mapped property: sncName -> snc_name, type: string
11:50:00,851 DEBUG Binder:475 - Mapped property: sncType -> snc_type, type: com.diatem.db.objectmodel.topologymgmt.SncType
11:50:00,851 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:50:00,851 DEBUG Binder:475 - Mapped property: connectionDirectionType -> connection_drection_type, type: com.diatem.db.objectmodel.topologymgmt.ConnectionDirectionType
11:50:00,851 DEBUG Binder:475 - Mapped property: staticProtectionLevelType -> static_protection_level_type, type: com.diatem.db.objectmodel.topologymgmt.StaticProtectionLevelType
11:50:00,851 DEBUG Binder:475 - Mapped property: protectionEffortType -> protection_effort_type, type: com.diatem.db.objectmodel.topologymgmt.ProtectionEffortType
11:50:00,851 DEBUG Binder:475 - Mapped property: sncState -> snc_state, type: com.diatem.db.objectmodel.topologymgmt.SncState
11:50:00,867 DEBUG Binder:475 - Mapped property: rerouteType -> reroute_type, type: com.diatem.db.objectmodel.topologymgmt.RerouteType
11:50:00,867 DEBUG Binder:475 - Mapped property: networkRoutedType -> network_routed_type, type: com.diatem.db.objectmodel.topologymgmt.NetworkRoutedType
11:50:00,867 DEBUG Binder:475 - Mapped property: layerRate -> layer_rate_id, type: com.diatem.db.device.LayerRateProxy
11:50:00,867 DEBUG Binder:475 - Mapped property: connectionTrafficProfile -> profile_connection_id, type: com.diatem.db.objectmodel.topologymgmt.ConnectionTrafficProfile
11:50:00,867 DEBUG Binder:475 - Mapped property: networkConnection -> subnet_conn_id, type: com.diatem.db.objectmodel.topologymgmt.NetworkConnection
11:50:00,867 DEBUG Binder:475 - Mapped property: crossConnects, type: java.util.Set
11:50:00,867 DEBUG Binder:475 - Mapped property: AEndTerminationPoints, type: java.util.Set
11:50:00,867 DEBUG Binder:475 - Mapped property: ZEndTerminationPoints, type: java.util.Set
11:50:00,867 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.NETopologicalLink -> ne_topological_link
11:50:00,882 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.NETopologicalLink usage strategy: read-write
11:50:00,882 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,882 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:00,882 DEBUG Binder:475 - Mapped property: userLabel -> userLabel, type: string
11:50:00,882 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:50:00,882 DEBUG Binder:475 - Mapped property: directionalityType -> directionality_type, type: com.diatem.db.objectmodel.topologymgmt.DirectionalityType
11:50:00,882 DEBUG Binder:475 - Mapped property: linkCost -> linkCost, type: integer
11:50:00,882 DEBUG Binder:475 - Mapped property: useStrictCapacityAllocation -> useStrictCapacityAllocation, type: boolean
11:50:00,882 DEBUG Binder:475 - Mapped property: multipleEndPointLink -> multipleEndPointLink, type: boolean
11:50:00,882 DEBUG Binder:475 - Mapped property: multicastLink -> multicastLink, type: boolean
11:50:00,882 DEBUG Binder:475 - Mapped property: minimumPriorityForLink -> minimumPriorityForLink, type: integer
11:50:00,882 DEBUG Binder:475 - Mapped property: maximumPriorityForLink -> maximumPriorityForLink, type: integer
11:50:00,882 DEBUG Binder:475 - Mapped property: status -> status, type: com.diatem.db.device.ObjectStatus
11:50:00,882 DEBUG Binder:475 - Mapped property: linkLength -> linkLength, type: com.diatem.db.qos.valuewithunits.DistanceValue
11:50:00,898 DEBUG Binder:475 - Mapped property: bwAllocationPerCos -> bwAllocationPerCos, type: com.diatem.db.qos.NetCOS
11:50:00,898 DEBUG Binder:475 - Mapped property: aendTerminationPoint -> aend_tp_id, type: com.diatem.db.objectmodel.topologymgmt.TerminationPoint
11:50:00,898 DEBUG Binder:475 - Mapped property: network -> network_id, type: com.diatem.db.device.NetPortalNetwork
11:50:00,898 DEBUG Binder:475 - Mapped property: zendTerminationPoints, type: [Lcom.diatem.db.objectmodel.topologymgmt.TerminationPoint;
11:50:00,898 DEBUG Binder:475 - Mapped property: networkConnection -> network_conn_id, type: com.diatem.db.objectmodel.topologymgmt.NetworkConnection
11:50:00,898 DEBUG Binder:475 - Mapped property: db2NetSynchState -> db2NetSynchState, type: com.diatem.db.device.DbNeSyncStateEnum
11:50:00,898 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.NEPhysicalLink -> topo_physical_link
11:50:00,914 DEBUG Binder:475 - Mapped property: linkMediumType -> linkMediumType, type: com.diatem.db.objectmodel.topologymgmt.LinkMediumType
11:50:00,914 DEBUG Binder:475 - Mapped property: supportedPathTypes -> supportedPathTypes, type: com.diatem.db.device.PathTypes
11:50:00,914 DEBUG Binder:475 - Mapped property: routingOverbook -> routingOverbook, type: integer
11:50:00,929 DEBUG Binder:475 - Mapped property: reRoutingOverbook -> reRoutingOverbook, type: integer
11:50:00,929 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.NELogicalLink -> topo_logical_link
11:50:00,929 DEBUG Binder:475 - Mapped property: logicalLinkType -> logicalLinkType, type: com.diatem.db.objectmodel.topologymgmt.LogicalLinkType
11:50:00,945 DEBUG Binder:475 - Mapped property: logicalLinkStatus -> logicalLinkStatus, type: com.diatem.db.device.LogicalLinkStatus
11:50:00,945 DEBUG Binder:475 - Mapped property: reserveAlternatePath -> reserveAlternatePath, type: boolean
11:50:00,945 DEBUG Binder:475 - Mapped property: rerouteAtFault -> rerouteAtFault, type: boolean
11:50:00,945 DEBUG Binder:475 - Mapped property: applicationTraffic -> applicationTraffic, type: com.diatem.db.objectmodel.topologymgmt.ApplicationTypeEnum
11:50:00,960 DEBUG Binder:475 - Mapped property: signallingFormat -> signallingFormat, type: com.diatem.db.objectmodel.topologymgmt.SignallingFormatEnum
11:50:00,960 DEBUG Binder:475 - Mapped property: alarmSurveilance -> alarmSurveilance, type: boolean
11:50:00,960 DEBUG Binder:475 - Mapped property: continuityCheck -> continuityCheck, type: boolean
11:50:00,960 DEBUG Binder:475 - Mapped property: trafficShapingAtEnds -> trafficShapingAtEnds, type: boolean
11:50:00,960 DEBUG Binder:475 - Mapped property: trafficPolicingAtEnds -> trafficPolicingAtEnds, type: boolean
11:50:00,960 DEBUG Binder:475 - Mapped property: useConnectionSchedule -> useConnectionSchedule, type: boolean
11:50:00,960 DEBUG Binder:475 - Mapped property: uniqueCOSTraffic -> uniqueCOSTraffic, type: boolean
11:50:00,960 DEBUG Binder:475 - Mapped property: mtuSize -> mtuSize, type: integer
11:50:00,960 DEBUG Binder:475 - Mapped property: useMtu -> useMtu, type: boolean
11:50:00,976 DEBUG Binder:475 - Mapped property: connectionSchedule, type: [Lcom.diatem.db.qos.valuewithunits.TimeInterval;
11:50:00,976 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.SubnetToLink -> SubnetToLink
11:50:00,976 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.SubnetToLink usage strategy: read-write
11:50:00,976 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,976 DEBUG Binder:475 - Mapped property: subnetworkConnections, type: java.util.Set
11:50:00,976 DEBUG Binder:475 - Mapped property: links, type: java.util.Set
11:50:00,976 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.NetworkConnection -> network_connection
11:50:00,976 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.NetworkConnection usage strategy: read-write
11:50:00,976 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:00,976 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:00,976 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:50:00,992 DEBUG Binder:475 - Mapped property: networkConnectionType -> networkConnectionType, type: com.diatem.db.objectmodel.topologymgmt.NetConnectionTypeEnum
11:50:00,992 DEBUG Binder:475 - Mapped property: direction -> direction, type: com.diatem.db.objectmodel.topologymgmt.ConnectionDirectionType
11:50:00,992 DEBUG Binder:475 - Mapped property: staticProtectionLevel -> static_prot_level, type: com.diatem.db.objectmodel.topologymgmt.StaticProtectionLevelType
11:50:00,992 DEBUG Binder:475 - Mapped property: protectionEffort -> protection_effor, type: com.diatem.db.objectmodel.topologymgmt.ProtectionEffortType
11:50:00,992 DEBUG Binder:475 - Mapped property: connectionState -> connectionState, type: com.diatem.db.objectmodel.topologymgmt.SncState
11:50:00,992 DEBUG Binder:475 - Mapped property: rerouteAllowed -> reroute_allowed, type: boolean
11:50:00,992 DEBUG Binder:475 - Mapped property: topologicalType -> topological_type, type: com.diatem.db.objectmodel.topologymgmt.SncType
11:50:00,992 DEBUG Binder:475 - Mapped property: deploymentInfo -> deploymentInfo, type: com.diatem.db.device.DeploymentRequestEnum
11:50:00,992 DEBUG Binder:475 - Mapped property: moreThan2EndPointConnection -> moreThan2EndPointConnection, type: boolean
11:50:00,992 DEBUG Binder:475 - Mapped property: multicastConnection -> multicastConnection, type: boolean
11:50:00,992 DEBUG Binder:475 - Mapped property: trunkConnection -> trunkConnection, type: boolean
11:50:00,992 DEBUG Binder:475 - Mapped property: aendTerminationPoints, type: [Lcom.diatem.db.objectmodel.topologymgmt.ConnectionTerminationPoint;
11:50:01,007 DEBUG Binder:475 - Mapped property: zendTerminationPoints, type: [Lcom.diatem.db.objectmodel.topologymgmt.ConnectionTerminationPoint;
11:50:01,007 DEBUG Binder:475 - Mapped property: subnetConnectorLinks, type: [Lcom.diatem.db.objectmodel.topologymgmt.SubnetToLink;
11:50:01,007 DEBUG Binder:475 - Mapped property: connectionTrafficProfile -> conn_traf_profile_id, type: com.diatem.db.objectmodel.topologymgmt.ConnectionTrafficProfile
11:50:01,007 DEBUG Binder:475 - Mapped property: neTopologicalLinks, type: java.util.Set
11:50:01,007 DEBUG Binder:475 - Mapped property: subnetworkConnections, type: java.util.Set
11:50:01,007 DEBUG Binder:475 - Mapped property: specificParams -> specificParams, type: com.diatem.db.objectmodel.topologymgmt.TechnologySpecificParams
11:50:01,007 DEBUG Binder:475 - Mapped property: db2NetSynchState -> db2NetSynchState, type: com.diatem.db.device.DbNeSyncStateEnum
11:50:01,007 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.SwitchData -> switch_data
11:50:01,007 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.SwitchData usage strategy: read-write
11:50:01,007 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,007 DEBUG Binder:475 - Mapped property: protectionType -> protection_type, type: com.diatem.db.objectmodel.topologymgmt.ProtectionType
11:50:01,007 DEBUG Binder:475 - Mapped property: switchReason -> switch_reason, type: com.diatem.db.objectmodel.topologymgmt.SwitchReason
11:50:01,023 DEBUG Binder:475 - Mapped property: protectedTerminationPoint -> protected_termination_point_id, type: com.diatem.db.objectmodel.topologymgmt.TerminationPoint
11:50:01,023 DEBUG Binder:475 - Mapped property: switchToTerminationPoint -> switchto_termination_point_id, type: com.diatem.db.objectmodel.topologymgmt.TerminationPoint
11:50:01,023 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.ProtectionGroup -> protection_group
11:50:01,023 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.ProtectionGroup usage strategy: read-write
11:50:01,023 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,023 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:01,023 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:50:01,039 DEBUG Binder:475 - Mapped property: protectionGroupType -> protection_group_type, type: com.diatem.db.objectmodel.topologymgmt.ProtectionGroupType
11:50:01,039 DEBUG Binder:475 - Mapped property: protectionSchemeState -> protection_scheme_state, type: com.diatem.db.objectmodel.topologymgmt.ProtectionSchemeState
11:50:01,070 DEBUG Binder:475 - Mapped property: revertMode -> revert_mode, type: com.diatem.db.objectmodel.topologymgmt.RevertMode
11:50:01,070 DEBUG Binder:475 - Mapped property: layerRate -> layer_rate_id, type: com.diatem.db.device.LayerRateProxy
11:50:01,070 DEBUG Binder:475 - Mapped property: switchData -> switch_data_id, type: com.diatem.db.objectmodel.topologymgmt.SwitchData
11:50:01,070 DEBUG Binder:475 - Mapped property: terminationPoints, type: [Lcom.diatem.db.objectmodel.topologymgmt.PhysicalTerminationPoint;
11:50:01,070 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.TechnologySpecificParams -> TechnologySpecificParams
11:50:01,070 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.TechnologySpecificParams usage strategy: read-write
11:50:01,070 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,085 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.AtmVPCLogicalLink -> AtmVPCLogicalLink
11:50:01,085 DEBUG Binder:475 - Mapped property: serviceCategory -> serviceCategory, type: com.diatem.db.qos.ATMServiceCategoryProxy
11:50:01,085 DEBUG Binder:475 - Mapped property: clr -> clr, type: float
11:50:01,085 DEBUG Binder:475 - Mapped property: cdv -> cdv, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:01,085 DEBUG Binder:475 - Mapped property: cdvt -> cdvt, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:01,085 DEBUG Binder:475 - Mapped property: maxDelay -> maxDelay, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:01,101 DEBUG Binder:475 - Mapped property: atmPathCriteria -> atmPathCriteria, type: com.diatem.db.objectmodel.topologymgmt.AtmPathCriteria
11:50:01,117 DEBUG Binder:475 - Mapped property: atmOAMOptions -> atmOAMOptions, type: com.diatem.db.objectmodel.topologymgmt.AtmOAMOptions
11:50:01,132 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.objectmodel.topologymgmt.EthernetTree -> EthernetTree
11:50:01,132 DEBUG Binder:475 - Mapped property: spanningTreeOn -> spanningTreeOn, type: boolean
11:50:01,132 DEBUG Binder:475 - Mapped property: spanningTreeParams -> spanningTreeParams, type: com.diatem.db.device.L2SwitchingOptions
11:50:01,132 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.AtmPathCriteria -> AtmPathCriteria
11:50:01,132 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.AtmPathCriteria usage strategy: read-write
11:50:01,132 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,132 DEBUG Binder:475 - Mapped property: minVci -> minVci, type: integer
11:50:01,132 DEBUG Binder:475 - Mapped property: maxVci -> maxVci, type: integer
11:50:01,132 DEBUG Binder:475 - Mapped property: minPathPriority -> minPathPriority, type: integer
11:50:01,132 DEBUG Binder:475 - Mapped property: maxPathPriority -> maxPathPriority, type: integer
11:50:01,148 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.topologymgmt.AtmOAMOptions -> AtmOAMOptions
11:50:01,148 DEBUG CacheFactory:32 - cache for: com.diatem.db.objectmodel.topologymgmt.AtmOAMOptions usage strategy: read-write
11:50:01,148 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,148 DEBUG Binder:475 - Mapped property: multiNetworkSegment -> multiNetworkSegment, type: boolean
11:50:01,148 DEBUG Binder:475 - Mapped property: monitorOAMFlow -> monitorOAMFlow, type: com.diatem.db.objectmodel.topologymgmt.PerformanceMonitorOAMFlows
11:50:01,148 DEBUG Binder:475 - Mapped property: oamSink -> oamSink, type: com.diatem.db.objectmodel.topologymgmt.OAMSinkAssignment
11:50:01,164 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@165c7f6 [Attribute: name resource value "com/diatem/db/system/SystemConfiguration.hbm.xml"]
11:50:01,164 INFO Configuration:328 - Mapping resource: com/diatem/db/system/SystemConfiguration.hbm.xml
11:50:01,179 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:01,179 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:01,226 INFO Binder:229 - Mapping class: com.diatem.db.system.WizardConfig -> WizardConfig
11:50:01,226 DEBUG CacheFactory:32 - cache for: com.diatem.db.system.WizardConfig usage strategy: read-write
11:50:01,226 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,226 DEBUG Binder:475 - Mapped property: type -> type, type: string
11:50:01,226 DEBUG Binder:475 - Mapped property: moHistory -> moHistory, type: com.diatem.db.device.MOHistory
11:50:01,242 DEBUG Binder:475 - Mapped property: config, type: java.util.Map
11:50:01,242 INFO Binder:229 - Mapping class: com.diatem.db.system.ConfigWizardEntry -> ConfigWizardEntry
11:50:01,242 DEBUG CacheFactory:32 - cache for: com.diatem.db.system.ConfigWizardEntry usage strategy: read-write
11:50:01,242 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,242 DEBUG Binder:475 - Mapped property: disabled -> disabled, type: boolean
11:50:01,242 DEBUG Binder:475 - Mapped property: required -> required, type: boolean
11:50:01,257 INFO Binder:229 - Mapping class: com.diatem.db.system.PointPositionInView -> PointPositionInView
11:50:01,257 DEBUG CacheFactory:32 - cache for: com.diatem.db.system.PointPositionInView usage strategy: read-write
11:50:01,257 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,257 DEBUG Binder:475 - Mapped property: xlocation -> xlocation, type: integer
11:50:01,257 DEBUG Binder:475 - Mapped property: ylocation -> ylocation, type: integer
11:50:01,273 INFO Binder:229 - Mapping class: com.diatem.db.system.RectanglePositionInView -> RectanglePositionInView
11:50:01,273 DEBUG CacheFactory:32 - cache for: com.diatem.db.system.RectanglePositionInView usage strategy: read-write
11:50:01,273 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,273 DEBUG Binder:475 - Mapped property: center -> center, type: com.diatem.db.system.PointPositionInView
11:50:01,273 DEBUG Binder:475 - Mapped property: diagonal -> diagonal, type: integer
11:50:01,289 INFO Binder:229 - Mapping class: com.diatem.db.system.PolygonPositionInView -> PolygonPositionInView
11:50:01,289 DEBUG CacheFactory:32 - cache for: com.diatem.db.system.PolygonPositionInView usage strategy: read-write
11:50:01,289 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,289 DEBUG Binder:475 - Mapped property: points, type: [Lcom.diatem.db.system.PointPositionInView;
11:50:01,289 INFO Binder:229 - Mapping class: com.diatem.db.system.MapView -> MapView
11:50:01,289 DEBUG CacheFactory:32 - cache for: com.diatem.db.system.MapView usage strategy: read-write
11:50:01,289 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,289 DEBUG Binder:475 - Mapped property: viewId -> viewId, type: integer
11:50:01,304 DEBUG Binder:475 - Mapped property: viewType -> viewType, type: com.diatem.db.system.MapViewTypeEnum
11:50:01,304 DEBUG Binder:475 - Mapped property: viewScale -> viewScale, type: com.diatem.db.system.ScaleEnum
11:50:01,304 INFO Binder:229 - Mapping class: com.diatem.db.system.ElementPosition -> ElementPosition
11:50:01,304 DEBUG CacheFactory:32 - cache for: com.diatem.db.system.ElementPosition usage strategy: read-write
11:50:01,304 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,304 DEBUG Binder:475 - Mapped property: elementType -> elementType, type: com.diatem.db.system.GraphicalElementType
11:50:01,320 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.system.PointPosition -> PointPosition
11:50:01,320 INFO Binder:560 - Mapping collection: com.diatem.db.system.PointPosition.pointPositionList -> pointPositionList
11:50:01,320 DEBUG Binder:475 - Mapped property: pointPositionList, type: java.util.Map
11:50:01,320 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.system.PolygonPosition -> PolygonPosition
11:50:01,320 INFO Binder:560 - Mapping collection: com.diatem.db.system.PolygonPosition.polyPositionList -> polyPositionList
11:50:01,320 DEBUG Binder:475 - Mapped property: polyPositionList, type: java.util.Map
11:50:01,335 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.system.RectanglePosition -> RectanglePosition
11:50:01,335 INFO Binder:560 - Mapping collection: com.diatem.db.system.RectanglePosition.rectPositionList -> rectPositionList
11:50:01,335 DEBUG Binder:475 - Mapped property: rectPositionList, type: java.util.Map
11:50:01,335 INFO Binder:229 - Mapping class: com.diatem.db.system.GlobalConfigParams -> GlobalConfigParams
11:50:01,351 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,351 DEBUG Binder:475 - Mapped property: rootOfNEImages -> rootOfNEImages, type: string
11:50:01,351 DEBUG Binder:475 - Mapped property: rootOfBackupFiles -> rootOfBackupFiles, type: string
11:50:01,351 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@a522a6 [Attribute: name resource value "com/diatem/db/users/AccessDomainRightsHolder.hbm.xml"]
11:50:01,351 INFO Configuration:328 - Mapping resource: com/diatem/db/users/AccessDomainRightsHolder.hbm.xml
11:50:01,367 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:01,367 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:01,382 INFO Binder:229 - Mapping class: com.diatem.db.users.AccessDomainRightsHolder -> AccessDomainRightsHolder
11:50:01,398 DEBUG CacheFactory:32 - cache for: com.diatem.db.users.AccessDomainRightsHolder usage strategy: read-write
11:50:01,398 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,398 DEBUG Binder:475 - Mapped property: group -> group_id, type: com.diatem.db.users.NetPortalGroup
11:50:01,398 DEBUG Binder:475 - Mapped property: domain -> domain, type: com.diatem.db.device.NetPortalAdministrativeDomain
11:50:01,398 INFO Binder:560 - Mapping collection: com.diatem.db.users.AccessDomainRightsHolder.actions -> domain_actions
11:50:01,398 DEBUG Binder:475 - Mapped property: actions, type: java.util.Map
11:50:01,398 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@787c16 [Attribute: name resource value "com/diatem/db/users/ApplicationRightsHolder.hbm.xml"]
11:50:01,398 INFO Configuration:328 - Mapping resource: com/diatem/db/users/ApplicationRightsHolder.hbm.xml
11:50:01,414 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:01,429 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:01,445 INFO Binder:229 - Mapping class: com.diatem.db.users.ApplicationRightsHolder -> ApplicationRightsHolder
11:50:01,445 DEBUG CacheFactory:32 - cache for: com.diatem.db.users.ApplicationRightsHolder usage strategy: read-write
11:50:01,445 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,445 DEBUG Binder:475 - Mapped property: group -> group_id, type: com.diatem.db.users.NetPortalGroup
11:50:01,445 DEBUG Binder:475 - Mapped property: applicationId -> applicationId, type: com.diatem.db.login.ApplicationIdEnum
11:50:01,445 INFO Binder:560 - Mapping collection: com.diatem.db.users.ApplicationRightsHolder.actions -> app_actions
11:50:01,445 DEBUG Binder:475 - Mapped property: actions, type: java.util.Map
11:50:01,445 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@140984b [Attribute: name resource value "com/diatem/db/users/GroupMembershipType.hbm.xml"]
11:50:01,445 INFO Configuration:328 - Mapping resource: com/diatem/db/users/GroupMembershipType.hbm.xml
11:50:01,476 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:01,476 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:01,492 INFO Binder:229 - Mapping class: com.diatem.db.users.GroupMembershipType -> GroupMembershipType
11:50:01,492 DEBUG CacheFactory:32 - cache for: com.diatem.db.users.GroupMembershipType usage strategy: read-write
11:50:01,492 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,492 DEBUG Binder:475 - Mapped property: supervisor -> supervisor, type: boolean
11:50:01,492 DEBUG Binder:475 - Mapped property: deputySupervisor -> deputySupervisor, type: boolean
11:50:01,492 DEBUG Binder:475 - Mapped property: group -> group_id, type: com.diatem.db.users.NetPortalGroup
11:50:01,492 DEBUG Binder:475 - Mapped property: user -> user_id, type: com.diatem.db.users.NetPortalUser
11:50:01,492 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@1b33a0e [Attribute: name resource value "com/diatem/db/users/NetworkRightsHolder.hbm.xml"]
11:50:01,492 INFO Configuration:328 - Mapping resource: com/diatem/db/users/NetworkRightsHolder.hbm.xml
11:50:01,507 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:01,507 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:01,523 INFO Binder:229 - Mapping class: com.diatem.db.users.NetworkRightsHolder -> NetworkRightsHolder
11:50:01,523 DEBUG CacheFactory:32 - cache for: com.diatem.db.users.NetworkRightsHolder usage strategy: read-write
11:50:01,523 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,523 DEBUG Binder:475 - Mapped property: group -> group_id, type: com.diatem.db.users.NetPortalGroup
11:50:01,523 DEBUG Binder:475 - Mapped property: network -> network, type: com.diatem.db.device.NetPortalNetwork
11:50:01,523 INFO Binder:560 - Mapping collection: com.diatem.db.users.NetworkRightsHolder.actions -> nwk_actions
11:50:01,523 DEBUG Binder:475 - Mapped property: actions, type: java.util.Map
11:50:01,523 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@12c3327 [Attribute: name resource value "com/diatem/db/users/NetPortalSystemInformation.hbm.xml"]
11:50:01,523 INFO Configuration:328 - Mapping resource: com/diatem/db/users/NetPortalSystemInformation.hbm.xml
11:50:01,539 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:01,539 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:01,554 INFO Binder:229 - Mapping class: com.diatem.db.users.NetPortalSystemInformation -> NetPortalSystemInformation
11:50:01,554 DEBUG CacheFactory:32 - cache for: com.diatem.db.users.NetPortalSystemInformation usage strategy: read-write
11:50:01,554 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,554 DEBUG Binder:475 - Mapped property: initFilesDir -> initFilesDir, type: string
11:50:01,617 DEBUG Binder:475 - Mapped property: backupFilesDir -> backupFilesDir, type: string
11:50:01,617 DEBUG Binder:475 - Mapped property: adminOnlyControlOfFiles -> adminOnlyControlOfFiles, type: boolean
11:50:01,617 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@1989b5 [Attribute: name resource value "com/diatem/db/users/Workstation.hbm.xml"]
11:50:01,617 INFO Configuration:328 - Mapping resource: com/diatem/db/users/Workstation.hbm.xml
11:50:01,632 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:01,632 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:01,664 INFO Binder:229 - Mapping class: com.diatem.db.users.Workstation -> Workstation
11:50:01,664 DEBUG CacheFactory:32 - cache for: com.diatem.db.users.Workstation usage strategy: read-write
11:50:01,664 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,664 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:01,664 DEBUG Binder:475 - Mapped property: ipAddress -> ip_address_, ip_mask_, type: com.diatem.db.device.IPV4AddressType
11:50:01,664 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@c3c315 [Attribute: name resource value "com/diatem/db/templates/networkelement/NetworkElementTemplate.hbm.xml"]
11:50:01,664 INFO Configuration:328 - Mapping resource: com/diatem/db/templates/networkelement/NetworkElementTemplate.hbm.xml
11:50:01,679 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:01,695 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:01,710 INFO Binder:229 - Mapping class: com.diatem.db.templates.networkelement.NetworkElementTemplate -> ne_template
11:50:01,710 DEBUG CacheFactory:32 - cache for: com.diatem.db.templates.networkelement.NetworkElementTemplate usage strategy: read-write
11:50:01,710 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:01,710 DEBUG Binder:475 - Mapped property: creationUser -> creationUser, type: string
11:50:01,726 DEBUG Binder:475 - Mapped property: modificationUser -> modificationUser, type: string
11:50:01,726 DEBUG Binder:475 - Mapped property: lastModified -> lastModified, type: timestamp
11:50:01,726 DEBUG Binder:475 - Mapped property: creationTime -> creationTime, type: timestamp
11:50:01,726 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:01,726 DEBUG Binder:475 - Mapped property: description -> description, type: string
11:50:01,726


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 12:23 pm 
Pro
Pro

Joined: Mon Sep 08, 2003 4:30 pm
Posts: 203
christian wrote:
Man, just post a useful exception. What you have is _not_ the root cause exception.


------------ beginning stripped out see the exception on the bottom ---------------
type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:02,023 DEBUG Binder:475 - Mapped property: samplingInterval -> samplingInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:02,023 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.templates.networkelement.SflowAgentTemplate -> SflowAgentTemplate
11:50:02,039 INFO Binder:200 - Mapping joined-subclass: com.diatem.db.templates.networkelement.NetFlowAgentTemplate -> NetFlowAgentTemplate
11:50:02,039 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@c5e9c [Attribute: name resource value "com/diatem/db/objectmodel/actuatortypes/ActuatorTypeIdentifier.hbm.xml"]
11:50:02,039 INFO Configuration:328 - Mapping resource: com/diatem/db/objectmodel/actuatortypes/ActuatorTypeIdentifier.hbm.xml
11:50:02,054 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:02,054 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:02,085 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.actuatortypes.ActuatorTypeIdentifier -> actuatortypeidentifier
11:50:02,085 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,085 DEBUG Binder:475 - Mapped property: softwareInfo -> softwareInfo, type: com.diatem.db.device.SwCapabilities
11:50:02,085 DEBUG Binder:475 - Mapped property: hardwareInfo -> hardwareInfo, type: com.diatem.db.device.HwCapabilitiesDescriptor
11:50:02,085 DEBUG Binder:475 - Mapped property: actuatorClassURL -> actuatorClassURL, type: string
11:50:02,085 DEBUG Binder:475 - Mapped property: actuatorClassName -> actuatorClassName, type: string
11:50:02,085 DEBUG Binder:475 - Mapped property: transportAccessType -> transportAccessType, type: com.diatem.db.device.CliAccessType
11:50:02,101 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@11756a4 [Attribute: name resource value "com/diatem/db/objectmodel/transporttypes/TransportTypeIdentifier.hbm.xml"]
11:50:02,101 INFO Configuration:328 - Mapping resource: com/diatem/db/objectmodel/transporttypes/TransportTypeIdentifier.hbm.xml
11:50:02,117 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:02,117 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:02,148 INFO Binder:229 - Mapping class: com.diatem.db.objectmodel.transporttypes.TransportTypeIdentifier -> transporttypeidentifier
11:50:02,164 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,164 DEBUG Binder:475 - Mapped property: transportAccessType -> transportAccessType, type: com.diatem.db.device.CliAccessType
11:50:02,164 DEBUG Binder:475 - Mapped property: transportTypeURL -> transportTypeURL, type: string
11:50:02,164 DEBUG Binder:475 - Mapped property: transportClassName -> transportClassName, type: string
11:50:02,179 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@b301f2 [Attribute: name resource value "com/diatem/db/datacollection/DataRelatedClasses.hbm.xml"]
11:50:02,179 INFO Configuration:328 - Mapping resource: com/diatem/db/datacollection/DataRelatedClasses.hbm.xml
11:50:02,195 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:02,195 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:02,226 INFO Binder:229 - Mapping class: com.diatem.db.datacollection.CollectedDataPerVariable -> coll_data_per_var
11:50:02,226 DEBUG CacheFactory:32 - cache for: com.diatem.db.datacollection.CollectedDataPerVariable usage strategy: read-write
11:50:02,226 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,242 DEBUG Binder:475 - Mapped property: snmpVar -> snmpVar, type: com.diatem.db.datacollection.SNMPVariable
11:50:02,257 DEBUG Binder:475 - Mapped property: rawData, type: [Lcom.diatem.db.datacollection.DataSample;
11:50:02,257 DEBUG Binder:475 - Mapped property: rawDataStats -> rawDataStats, type: com.diatem.db.datacollection.Statistics
11:50:02,273 DEBUG Binder:475 - Mapped property: aggregatedDataList -> aggregatedDataList, type: com.diatem.db.datacollection.AggregatedData
11:50:02,273 INFO Binder:229 - Mapping class: com.diatem.db.datacollection.AggregatedData -> aggregated_data
11:50:02,273 DEBUG CacheFactory:32 - cache for: com.diatem.db.datacollection.AggregatedData usage strategy: read-write
11:50:02,273 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,273 DEBUG Binder:475 - Mapped property: aggregationInterval -> aggregationInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:02,273 DEBUG Binder:475 - Mapped property: dataList, type: [Lcom.diatem.db.datacollection.DataSample;
11:50:02,273 DEBUG Binder:475 - Mapped property: timeSeriesStats -> timeSeriesStats, type: com.diatem.db.datacollection.Statistics
11:50:02,289 INFO Binder:229 - Mapping class: com.diatem.db.datacollection.Statistics -> statistics
11:50:02,289 DEBUG CacheFactory:32 - cache for: com.diatem.db.datacollection.Statistics usage strategy: read-write
11:50:02,289 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,289 DEBUG Binder:475 - Mapped property: startDate -> startDate, type: date
11:50:02,289 DEBUG Binder:475 - Mapped property: startTime -> startTime, type: time
11:50:02,289 DEBUG Binder:475 - Mapped property: endDate -> endDate, type: date
11:50:02,289 DEBUG Binder:475 - Mapped property: endTime -> endTime, type: time
11:50:02,289 DEBUG Binder:475 - Mapped property: units -> units, type: com.diatem.db.datacollection.SNMPUnitsEnum
11:50:02,289 DEBUG Binder:475 - Mapped property: minValue -> minValue, type: float
11:50:02,289 DEBUG Binder:475 - Mapped property: maxValue -> maxValue, type: float
11:50:02,289 DEBUG Binder:475 - Mapped property: meanValue -> meanValue, type: float
11:50:02,289 DEBUG Binder:475 - Mapped property: stdDev -> stdDev, type: float
11:50:02,304 INFO Binder:229 - Mapping class: com.diatem.db.datacollection.DataSample -> data_sample
11:50:02,304 DEBUG CacheFactory:32 - cache for: com.diatem.db.datacollection.DataSample usage strategy: read-write
11:50:02,304 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,304 DEBUG Binder:475 - Mapped property: date -> date, type: date
11:50:02,304 DEBUG Binder:475 - Mapped property: time -> time, type: time
11:50:02,304 DEBUG Binder:475 - Mapped property: value -> value, type: long
11:50:02,304 DEBUG Configuration:989 - null<-org.dom4j.tree.DefaultAttribute@31f2a7 [Attribute: name resource value "com/diatem/db/datacollection/DataCollector.hbm.xml"]
11:50:02,304 INFO Configuration:328 - Mapping resource: com/diatem/db/datacollection/DataCollector.hbm.xml
11:50:02,320 DEBUG DTDEntityResolver:20 - trying to locate http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath under net/sf/hibernate/
11:50:02,320 DEBUG DTDEntityResolver:29 - found http://hibernate.sourceforge.net/hibern ... ng-2.0.dtd in classpath
11:50:02,367 INFO Binder:229 - Mapping class: com.diatem.db.datacollection.DataCollector -> datacollector
11:50:02,367 DEBUG CacheFactory:32 - cache for: com.diatem.db.datacollection.DataCollector usage strategy: read-write
11:50:02,367 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,367 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:02,367 DEBUG Binder:475 - Mapped property: hostName -> hostname, type: string
11:50:02,367 DEBUG Binder:475 - Mapped property: collectorIPAddress -> mgmt_address_, mgmt_mask_, type: com.diatem.db.device.IPV4AddressType
11:50:02,367 DEBUG Binder:475 - Mapped property: collectorPort -> collector_port, type: integer
11:50:02,382 DEBUG Binder:475 - Mapped property: collectorType -> collectorType, type: com.diatem.db.datacollection.DataCollectorTypeEnum
11:50:02,382 DEBUG Binder:475 - Mapped property: pid -> pid, type: integer
11:50:02,382 DEBUG Binder:475 - Mapped property: dataDir -> data_dir, type: string
11:50:02,382 DEBUG Binder:475 - Mapped property: filePrefix -> file_prefix_name, type: string
11:50:02,382 DEBUG Binder:475 - Mapped property: operationalStatus -> operationalStatus, type: com.diatem.db.device.OperationalStatus
11:50:02,382 DEBUG Binder:475 - Mapped property: adminStatus -> adminStatus, type: com.diatem.db.device.AdminStatus
11:50:02,382 DEBUG Binder:475 - Mapped property: samplingInfo -> samplingInfo, type: com.diatem.db.datacollection.GlobalSamplingInfo
11:50:02,398 DEBUG Binder:475 - Mapped property: neTargetList, type: java.util.Set
11:50:02,398 DEBUG Binder:475 - Mapped property: interfaceList, type: java.util.Set
11:50:02,398 DEBUG Binder:475 - Mapped property: aggregationIntervalList, type: java.util.Set
11:50:02,398 DEBUG Binder:475 - Mapped property: variablesToCollectList, type: java.util.Set
11:50:02,398 INFO Binder:229 - Mapping class: com.diatem.db.datacollection.GlobalSamplingInfo -> sampling_info
11:50:02,398 DEBUG CacheFactory:32 - cache for: com.diatem.db.datacollection.GlobalSamplingInfo usage strategy: read-write
11:50:02,398 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,414 DEBUG Binder:475 - Mapped property: pollingInterval -> pollingInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:02,414 DEBUG Binder:475 - Mapped property: samplingInterval -> samplingInterval, type: com.diatem.db.qos.valuewithunits.TimeInterval
11:50:02,414 INFO Binder:229 - Mapping class: com.diatem.db.datacollection.GeographicalPosition -> gis_info
11:50:02,414 DEBUG CacheFactory:32 - cache for: com.diatem.db.datacollection.GeographicalPosition usage strategy: read-write
11:50:02,414 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,414 DEBUG Binder:475 - Mapped property: longitude -> longitude, type: double
11:50:02,414 DEBUG Binder:475 - Mapped property: latitude -> latitude, type: double
11:50:02,414 INFO Binder:229 - Mapping class: com.diatem.db.datacollection.SNMPVariable -> snmp_variable
11:50:02,429 DEBUG CacheFactory:32 - cache for: com.diatem.db.datacollection.SNMPVariable usage strategy: read-write
11:50:02,429 DEBUG Binder:475 - Mapped property: id -> id, type: long
11:50:02,429 DEBUG Binder:475 - Mapped property: name -> name, type: string
11:50:02,429 INFO Binder:560 - Mapping collection: com.diatem.db.datacollection.SNMPVariable.oidList -> oidList
11:50:02,429 DEBUG Binder:475 - Mapped property: oidList, type: [Ljava.lang.Integer;
11:50:02,429 DEBUG Binder:475 - Mapped property: units -> units, type: com.diatem.db.datacollection.SNMPUnitsEnum
11:50:02,429 DEBUG Binder:475 - Mapped property: snmpType -> snmpType, type: com.diatem.db.datacollection.SNMPTypesEnum
11:50:02,429 DEBUG Binder:475 - Mapped property: statisticsType -> statisticsType, type: com.diatem.db.datacollection.StatisticTypeEnum
java.lang.NullPointerException
at net.sf.hibernate.cfg.Configuration.doConfigure(Configuration.java:1023)
at net.sf.hibernate.cfg.Configuration.doConfigure(Configuration.java:946)
at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:874)
at net.sf.hibernate.cfg.Configuration.configure(Configuration.java:860)
at com.diatem.db.populate.Main.initHibernate(Main.java:44)
at com.diatem.db.populate.Main.go(Main.java:50)
at com.diatem.db.populate.Main.main(Main.java:36)
Exception in thread "main"


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 12:29 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
CacheConcurrencyStrategy cache = CacheFactory.createCache(mapElement, region, collection.getOwner().isMutable());

So its a problem with your hibernate.cfg.xml and the collection-cache mapping elements in there. Comment out the cache properties and try again.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 12:53 pm 
Hibernate Team
Hibernate Team

Joined: Tue Sep 09, 2003 2:10 pm
Posts: 3246
Location: Passau, Germany
most likely the collection="xxx" element points to a non-existant collection.


Top
 Profile  
 
 Post subject:
PostPosted: Thu May 27, 2004 12:55 pm 
Pro
Pro

Joined: Mon Sep 08, 2003 4:30 pm
Posts: 203
christian wrote:
CacheConcurrencyStrategy cache = CacheFactory.createCache(mapElement, region, collection.getOwner().isMutable());

So its a problem with your hibernate.cfg.xml and the collection-cache mapping elements in there. Comment out the cache properties and try again.


thx, christian, michael. i found an error in the hibernate.cfg.xml. my fault.
apologize.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 10 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.