r9 - 19 Oct 2007 - 19:02:09 - BrettWooldridgeYou are here: TWiki >  Developer Web  > HowtoBuildServer

Building and Running The Server.

Note: These build steps will not get you a successful build of the client. If you want to build the server and the client, see HOWTO Build Everything.

Requirements

  • Ant version 1.7 or above (we're not kidding)
  • Java 5
  • Perl 5.8.4 or above
  • Mac OS X developers should read this.

Step 1: Get the Source

See How to get the source

Step 2: Building

  1. cd to the /Build directory of your workspace using a command shell.
  2. run ant dist to compile and distribute the server.
  3. The server is built.
  4. run ant dbreset to create the ziptie database

Step 3: Running

Method 1:
  1. cd to dist/server/ in your workspace using a command shell.
  2. run the server.sh script if you are using Linux or Mac OS X, or run the server.bat script if you are using Windows.
  3. The server is started.

Expected Output

If the server starts correctly you should get output similar to the following, noting that it will likely change over time so this output is approximate:
07-10-19 14:01:33,848 [Activator                ] [Start Level Event Dispatcher] INFO  - ****************************************************
07-10-19 14:01:33,849 [Activator                ] [Start Level Event Dispatcher] INFO  - *              ZipTie Server Starting              *
07-10-19 14:01:33,849 [Activator                ] [Start Level Event Dispatcher] INFO  - ****************************************************
07-10-19 14:01:34,515 [DerbyActivator           ] [Start Level Event Dispatcher] INFO  - Starting Apache Derby Server
Apache Derby Network Server - 10.2.2.0 - (485682) started and ready to accept connections on port 1527 at 2007-10-19 19:01:34.758 GMT 
07-10-19 14:01:34,775 [C3p0Activator            ] [Start Level Event Dispatcher] INFO  - Starting c3pO connection pool...
07-10-19 14:01:34,798 [MLog                     ] [Start Level Event Dispatcher] INFO  - MLog clients using log4j logging.
07-10-19 14:01:35,007 [C3P0Registry             ] [Start Level Event Dispatcher] INFO  - Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
07-10-19 14:01:35,111 [tractPoolBackedDataSource] [Start Level Event Dispatcher] INFO  - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 120000, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 2s9zsg7p1fibp7z1gj1bl8|7a1e1c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> org.apache.derby.jdbc.ClientDriver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2s9zsg7p1fibp7z1gj1bl8|7a1e1c, idleConnectionTestPeriod -> 30, initialPoolSize -> 2, jdbcUrl -> jdbc:derby://localhost:1527/ziptie, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 30, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 100, maxStatements -> 200, maxStatementsPerConnection -> 0, minPoolSize -> 2, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
07-10-19 14:01:35,697 [C3p0Activator            ] [Start Level Event Dispatcher] INFO  - Registering c3pO as DataSource service.
07-10-19 14:01:35,698 [C3p0Activator            ] [Start Level Event Dispatcher] INFO  - Started c3pO connection pool.
07-10-19 14:01:35,727 [JotmActivator            ] [Start Level Event Dispatcher] INFO  - Starting JOTM Transaction Manager...
07-10-19 14:01:35,779 [jotm                     ] [Start Level Event Dispatcher] INFO  - JOTM started with a local transaction factory which is not bound.
07-10-19 14:01:35,780 [jotm                     ] [Start Level Event Dispatcher] INFO  - CAROL initialization
07-10-19 14:01:35,792 [ConfigurationRepository  ] [Start Level Event Dispatcher] INFO  - No protocols were defined for property 'carol.protocols', trying with default protocol = 'jrmp'.
07-10-19 14:01:35,888 [jta                      ] [Start Level Event Dispatcher] INFO  - JOTM 2.0.10
07-10-19 14:01:35,894 [JotmActivator            ] [Start Level Event Dispatcher] INFO  - Started JOTM Transaction Manager.
07-10-19 14:01:36,042 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Hibernate starting...
07-10-19 14:01:36,063 [Version                  ] [Start Level Event Dispatcher] INFO  - Hibernate Annotations 3.3.0.GA
07-10-19 14:01:36,076 [Environment              ] [Start Level Event Dispatcher] INFO  - Hibernate 3.2.4.sp1
07-10-19 14:01:36,081 [Environment              ] [Start Level Event Dispatcher] INFO  - hibernate.properties not found
07-10-19 14:01:36,083 [Environment              ] [Start Level Event Dispatcher] INFO  - Bytecode provider name : cglib
07-10-19 14:01:36,085 [Environment              ] [Start Level Event Dispatcher] INFO  - using JDK 1.4 java.sql.Timestamp handling
07-10-19 14:01:36,153 [Configuration            ] [Start Level Event Dispatcher] INFO  - configuring from file: hibernate.cfg.derby.xml
07-10-19 14:01:36,244 [Configuration            ] [Start Level Event Dispatcher] INFO  - Configured SessionFactory: null
07-10-19 14:01:36,274 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class AddressSet
07-10-19 14:01:36,275 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class Credential
07-10-19 14:01:36,276 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class CredentialConfig
07-10-19 14:01:36,276 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class CredentialSet
07-10-19 14:01:36,277 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class DeviceToCredentialSetMapping
07-10-19 14:01:36,278 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class Protocol
07-10-19 14:01:36,278 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class ProtocolConfig
07-10-19 14:01:36,279 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class ProtocolProperty
07-10-19 14:01:36,279 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class DeviceToProtocolMapping
07-10-19 14:01:36,282 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class ZDirectoryEntry
07-10-19 14:01:36,285 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class ManagedNetwork
07-10-19 14:01:36,294 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class ZDeviceCore
07-10-19 14:01:36,295 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class ZDeviceStatus
07-10-19 14:01:36,296 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Discovered annotated class ZDeviceLite
07-10-19 14:01:36,438 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.addressing.AddressSet
07-10-19 14:01:36,476 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.addressing.AddressSet on table address_set
07-10-19 14:01:36,562 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.credentials.Credential
07-10-19 14:01:36,563 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.credentials.Credential on table creds
07-10-19 14:01:36,566 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.credentials.CredentialConfig
07-10-19 14:01:36,566 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.credentials.CredentialConfig on table cred_config
07-10-19 14:01:37,509 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.credentials.CredentialSet
07-10-19 14:01:37,510 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.credentials.CredentialSet on table cred_set
07-10-19 14:01:37,515 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.credentials.DeviceToCredentialSetMapping
07-10-19 14:01:37,515 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.credentials.DeviceToCredentialSetMapping on table device_to_cred_set_mappings
07-10-19 14:01:37,596 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.protocols.Protocol
07-10-19 14:01:37,596 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.protocols.Protocol on table protocols
07-10-19 14:01:37,601 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.protocols.ProtocolConfig
07-10-19 14:01:37,602 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.protocols.ProtocolConfig on table protocol_config
07-10-19 14:01:37,607 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.protocols.ProtocolProperty
07-10-19 14:01:37,607 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.protocols.ProtocolProperty on table protocol_props
07-10-19 14:01:37,609 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.protocols.DeviceToProtocolMapping
07-10-19 14:01:37,610 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.protocols.DeviceToProtocolMapping on table device_to_protocol_mappings
07-10-19 14:01:37,618 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.provider.directory.ZDirectoryEntry
07-10-19 14:01:37,618 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.provider.directory.ZDirectoryEntry on table directory
07-10-19 14:01:37,630 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.provider.netman.ManagedNetwork
07-10-19 14:01:37,630 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.provider.netman.ManagedNetwork on table managed_network
07-10-19 14:01:37,632 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.provider.devices.ZDeviceCore
07-10-19 14:01:37,632 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.provider.devices.ZDeviceCore on table device
07-10-19 14:01:37,643 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.provider.devices.ZDeviceStatus
07-10-19 14:01:37,643 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.provider.devices.ZDeviceStatus on table device
07-10-19 14:01:37,652 [AnnotationBinder         ] [Start Level Event Dispatcher] INFO  - Binding entity from annotated class: org.ziptie.provider.devices.ZDeviceLite
07-10-19 14:01:37,652 [EntityBinder             ] [Start Level Event Dispatcher] INFO  - Bind entity org.ziptie.provider.devices.ZDeviceLite on table device
07-10-19 14:01:37,676 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Adapters Web Service Provider starting...
07-10-19 14:01:38,419 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::F5::ThreeDNS.
07-10-19 14:01:38,419 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Generic::SNMP.
07-10-19 14:01:38,420 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Cisco::Linksys.
07-10-19 14:01:38,420 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Nokia::Checkpoint.
07-10-19 14:01:38,420 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Nortel::BayStack.
07-10-19 14:01:38,420 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Vyatta::OFR.
07-10-19 14:01:38,420 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Cisco::ArrowPoint.
07-10-19 14:01:38,421 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Cisco::CatOS.
07-10-19 14:01:38,421 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Extreme::Switch.
07-10-19 14:01:38,421 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Foundry::FastIron.
07-10-19 14:01:38,421 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Cisco::SecurityAppliance.
07-10-19 14:01:38,422 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::F5::BigIP.
07-10-19 14:01:38,422 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Cisco::IOS.
07-10-19 14:01:38,422 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Nortel::BayRS.
07-10-19 14:01:38,422 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Juniper::ScreenOS.
07-10-19 14:01:38,423 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Discovered adapter ZipTie::Adapters::Juniper::JUNOS.
07-10-19 14:01:38,423 [AdaptersWsActivator      ] [Start Level Event Dispatcher] INFO  - Adapters Web Service started.
07-10-19 14:01:38,480 [CollectionBinder         ] [Start Level Event Dispatcher] INFO  - Mapping collection: org.ziptie.protocols.ProtocolConfig.protocols -> protocols
07-10-19 14:01:38,482 [CollectionBinder         ] [Start Level Event Dispatcher] INFO  - Mapping collection: org.ziptie.protocols.Protocol.properties -> protocol_props
07-10-19 14:01:38,482 [CollectionBinder         ] [Start Level Event Dispatcher] INFO  - Mapping collection: org.ziptie.credentials.CredentialSet.credentials -> creds
07-10-19 14:01:38,482 [CollectionBinder         ] [Start Level Event Dispatcher] INFO  - Mapping collection: org.ziptie.credentials.CredentialConfig.credentialSets -> cred_set
07-10-19 14:01:38,484 [AnnotationConfiguration  ] [Start Level Event Dispatcher] INFO  - Hibernate Validator not found: ignoring
07-10-19 14:01:38,491 [ConnectionProviderFactory] [Start Level Event Dispatcher] INFO  - Initializing connection provider: org.ziptie.server.hibernate.internal.CustomConnectionProvider
07-10-19 14:01:38,501 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - RDBMS: Apache Derby, version: 10.2.2.0 - (485682)
07-10-19 14:01:38,502 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - JDBC driver: Apache Derby Network Client JDBC Driver, version: 10.2.2.0 - (485682)
07-10-19 14:01:38,829 [Dialect                  ] [Start Level Event Dispatcher] INFO  - Using dialect: org.hibernate.dialect.DerbyDialect
07-10-19 14:01:38,836 [TransactionFactoryFactory] [Start Level Event Dispatcher] INFO  - Transaction strategy: org.ziptie.server.hibernate.internal.ZTransactionFactory
07-10-19 14:01:38,838 [ctionManagerLookupFactory] [Start Level Event Dispatcher] INFO  - instantiating TransactionManagerLookup: org.ziptie.server.hibernate.internal.ZTransactionManagerLookup
07-10-19 14:01:38,838 [ctionManagerLookupFactory] [Start Level Event Dispatcher] INFO  - instantiated TransactionManagerLookup
07-10-19 14:01:38,839 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Automatic flush during beforeCompletion(): disabled
07-10-19 14:01:38,839 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Automatic session close at end of transaction: disabled
07-10-19 14:01:38,839 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - JDBC batch size: 200
07-10-19 14:01:38,839 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - JDBC batch updates for versioned data: disabled
07-10-19 14:01:38,840 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Scrollable result sets: enabled
07-10-19 14:01:38,840 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - JDBC3 getGeneratedKeys(): disabled
07-10-19 14:01:38,840 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Connection release mode: auto
07-10-19 14:01:38,841 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Default batch fetch size: 1
07-10-19 14:01:38,841 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Generate SQL with comments: disabled
07-10-19 14:01:38,849 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Order SQL updates by primary key: disabled
07-10-19 14:01:38,849 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Order SQL inserts for batching: enabled
07-10-19 14:01:38,849 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
07-10-19 14:01:38,852 [ASTQueryTranslatorFactory] [Start Level Event Dispatcher] INFO  - Using ASTQueryTranslatorFactory
07-10-19 14:01:38,852 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Query language substitutions: {}
07-10-19 14:01:38,853 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - JPA-QL strict compliance: disabled
07-10-19 14:01:38,853 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Second-level cache: enabled
07-10-19 14:01:38,853 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Query cache: disabled
07-10-19 14:01:38,854 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Cache provider: org.hibernate.cache.EhCacheProvider
07-10-19 14:01:38,870 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Optimize cache for minimal puts: disabled
07-10-19 14:01:38,871 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Structured second-level cache entries: disabled
07-10-19 14:01:38,875 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Statistics: disabled
07-10-19 14:01:38,875 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Deleted entity synthetic identifier rollback: disabled
07-10-19 14:01:38,876 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Default entity-mode: pojo
07-10-19 14:01:38,876 [SettingsFactory          ] [Start Level Event Dispatcher] INFO  - Named query checking : enabled
07-10-19 14:01:38,906 [SessionFactoryImpl       ] [Start Level Event Dispatcher] INFO  - building session factory
07-10-19 14:01:38,915 [ConfigurationFactory     ] [Start Level Event Dispatcher] WARN  - No configuration found. Configuring ehcache from ehcache-failsafe.xml  found in the classpath: bundleresource://25/ehcache-failsafe.xml
07-10-19 14:01:39,629 [ssionFactoryObjectFactory] [Start Level Event Dispatcher] INFO  - Not binding factory to JNDI, no JNDI name configured
07-10-19 14:01:39,632 [SchemaValidator          ] [Start Level Event Dispatcher] INFO  - Running schema validator
07-10-19 14:01:39,632 [SchemaValidator          ] [Start Level Event Dispatcher] INFO  - fetching database metadata
07-10-19 14:01:39,635 [AnnotationConfiguration  ] [Start Level Event Dispatcher] INFO  - Hibernate Validator not found: ignoring
07-10-19 14:01:39,945 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.ADDRESS_SET
07-10-19 14:01:39,945 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [datemodified, datecreated, id]
07-10-19 14:01:39,970 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.ADDRESSES
07-10-19 14:01:39,971 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [value, fkaddresssetid]
07-10-19 14:01:40,002 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.CRED_CONFIG
07-10-19 14:01:40,003 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [datemodified, fkaddresssetidcc, datecreated, priority, configname, thedefault, network, id]
07-10-19 14:01:40,022 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.CRED_SET
07-10-19 14:01:40,022 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [datemodified, fkcredentialconfigid, credsetname, datecreated, priority, id]
07-10-19 14:01:40,036 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.CREDS
07-10-19 14:01:40,036 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [datemodified, credentialname, credentialvalue, fkcredentialsetid, datecreated, id]
07-10-19 14:01:40,075 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.DEVICE
07-10-19 14:01:40,075 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [backup_status, last_backup, canonical_os_version, adapter_id, backup_message, ip_address, vendor_sw, vendor_hw, hw_version, asset_identity, inode, ip_high, os_version, canonical_hw_version, model, hostname, device_id, ip_low, network]
07-10-19 14:01:40,098 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.DEVICE_TO_CRED_SET_MAPPINGS
07-10-19 14:01:40,098 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [datemodified, stale, fkcredentialsetid, datecreated, device_id, id]
07-10-19 14:01:40,115 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.DEVICE_TO_PROTOCOL_MAPPINGS
07-10-19 14:01:40,115 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [datemodified, stale, datecreated, fkprotocolid, device_id, cipher, id, version]
07-10-19 14:01:40,131 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.DIRECTORY
07-10-19 14:01:40,131 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [acl, modified, creation, inode, parent_id, mime_type, fq_name]
07-10-19 14:01:40,141 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.MANAGED_NETWORK
07-10-19 14:01:40,141 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [is_default, name]
07-10-19 14:01:40,158 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.PROTOCOL_CONFIG
07-10-19 14:01:40,158 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [datemodified, fkaddresssetidpc, datecreated, priority, configname, thedefault, network, id]
07-10-19 14:01:40,171 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.PROTOCOL_PROPS
07-10-19 14:01:40,171 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [datemodified, propvalue, propkey, datecreated, fkprotocolid, id]
07-10-19 14:01:40,185 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.PROTOCOLS
07-10-19 14:01:40,185 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [datemodified, fkprotocolconfigid, enabled, tcp, datecreated, port, priority, id, protocolname]
07-10-19 14:01:40,198 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - table found: .APP.PERSISTENT_KEY_GEN
07-10-19 14:01:40,199 [TableMetadata            ] [Start Level Event Dispatcher] INFO  - columns: [seq_value, seq_name]
07-10-19 14:01:40,210 [HibernateActivator       ] [Start Level Event Dispatcher] INFO  - Hibernate started.
07-10-19 14:01:40,496 [HttpServer               ] [Start Level Event Dispatcher] INFO  - Version Jetty/5.1.x
07-10-19 14:01:42,798 [Container                ] [Start Level Event Dispatcher] INFO  - Started org.mortbay.jetty.servlet.ServletHandler@80d790
07-10-19 14:01:42,798 [Container                ] [Start Level Event Dispatcher] INFO  - Started HttpContext[/,/]
07-10-19 14:01:42,823 [Credential               ] [Start Level Event Dispatcher] INFO  - Checking Resource aliases
07-10-19 14:01:43,391 [SocketListener           ] [Start Level Event Dispatcher] INFO  - Started SocketListener on 0.0.0.0:8080
07-10-19 14:01:43,391 [Container                ] [Start Level Event Dispatcher] INFO  - Started org.mortbay.http.HttpServer@1ddadc
07-10-19 14:01:43,860 [DirectoryActivator       ] [Start Level Event Dispatcher] INFO  - Directory starting...
07-10-19 14:01:44,137 [DirectoryActivator       ] [Start Level Event Dispatcher] INFO  - Discovered extension application/ziptie-device in bundle org.ziptie.server.directory.device
07-10-19 14:01:44,137 [DirectoryActivator       ] [Start Level Event Dispatcher] INFO  - Directory started.
07-10-19 14:01:44,141 [ConfigStoreActivator     ] [Start Level Event Dispatcher] INFO  - Configuration Store starting...
07-10-19 14:01:44,447 [RepositorySettings       ] [Start Level Event Dispatcher] INFO  - Configuration Store using repository access method: javahl
07-10-19 14:01:44,613 [ConfigStore              ] [Start Level Event Dispatcher] INFO  - Created local file-based configuration repository.
07-10-19 14:01:44,613 [ConfigStore              ] [Start Level Event Dispatcher] INFO  - Creating local repository working copy...
07-10-19 14:01:45,144 [ConfigStoreActivator     ] [Start Level Event Dispatcher] INFO  - Configuraton Store service registered.
07-10-19 14:01:45,152 [DeviceProviderActivator  ] [Start Level Event Dispatcher] INFO  - Device Provider starting...
07-10-19 14:01:45,160 [DeviceProviderActivator  ] [Start Level Event Dispatcher] INFO  - Device Provider started.
07-10-19 14:01:45,166 [dentialsProviderActivator] [Start Level Event Dispatcher] INFO  - Credentials Provider starting...
07-10-19 14:01:45,867 [dentialsProviderActivator] [Start Level Event Dispatcher] INFO  - Credentials Provider started.
07-10-19 14:01:45,870 [DiscoveryActivator       ] [Start Level Event Dispatcher] INFO  - Discovery Provider starting...
07-10-19 14:01:45,902 [DiscoveryActivator       ] [Start Level Event Dispatcher] INFO  - Discovery Provider started.
07-10-19 14:01:45,985 [TFTPServer               ] [Start Level Event Dispatcher] INFO  - TFTP server listening at address: 0.0.0.0, port: 11069.
07-10-19 14:01:45,993 [NetServerActivator       ] [Start Level Event Dispatcher] INFO  - TFTP server started
07-10-19 14:01:46,124 [Server                   ] [Start Level Event Dispatcher] INFO  - Start FTP server, bind to port 11021
Server ready :: Apache FTP Server
07-10-19 14:01:46,125 [FtpServerWrapper         ] [Start Level Event Dispatcher] INFO  - ------- Apache FTP Server started ------
07-10-19 14:01:46,127 [NetServerActivator       ] [Start Level Event Dispatcher] INFO  - FTP Server started.
07-10-19 14:01:46,153 [Activator                ] [Start Level Event Dispatcher] INFO  - Operation Dispatcher started.
07-10-19 14:01:46,156 [SchedulerActivator       ] [Start Level Event Dispatcher] INFO  - Scheduler starting...
07-10-19 14:01:46,270 [QuartzScheduler          ] [Start Level Event Dispatcher] INFO  - Quartz Scheduler v.1.6.0 created.
07-10-19 14:01:46,272 [JobStoreTX               ] [Start Level Event Dispatcher] INFO  - Using thread monitor-based data access locking (synchronization).
07-10-19 14:01:46,313 [JobStoreTX               ] [Start Level Event Dispatcher] INFO  - Removed 0 Volatile Trigger(s).
07-10-19 14:01:46,314 [JobStoreTX               ] [Start Level Event Dispatcher] INFO  - Removed 0 Volatile Job(s).
07-10-19 14:01:46,347 [JobStoreTX               ] [Start Level Event Dispatcher] INFO  - JobStoreTX initialized.
07-10-19 14:01:46,347 [StdSchedulerFactory      ] [Start Level Event Dispatcher] INFO  - Quartz scheduler 'ZipTieScheduler' initialized from the specified file : '/Users/brettw/Documents/workspace/ziptie2/dist/server/osgi-config/quartz/quartz.derby.properties'
07-10-19 14:01:46,347 [StdSchedulerFactory      ] [Start Level Event Dispatcher] INFO  - Quartz scheduler version: 1.6.0
07-10-19 14:01:46,349 [SchedulerActivator       ] [Start Level Event Dispatcher] INFO  - Discovered New Job Type 'Backup Configuration' in bundle 'org.ziptie.server.core.jobs'
07-10-19 14:01:46,350 [SchedulerActivator       ] [Start Level Event Dispatcher] INFO  - Discovered New Job Type 'Script Tool Job' in bundle 'org.ziptie.provider.tools'
07-10-19 14:01:46,538 [JobStoreTX               ] [Start Level Event Dispatcher] INFO  - Freed 0 triggers from 'acquired' / 'blocked' state.
07-10-19 14:01:46,569 [JobStoreTX               ] [Start Level Event Dispatcher] INFO  - Recovering 0 jobs that were in-progress at the time of the last shut-down.
07-10-19 14:01:46,569 [JobStoreTX               ] [Start Level Event Dispatcher] INFO  - Recovery complete.
07-10-19 14:01:46,582 [JobStoreTX               ] [Start Level Event Dispatcher] INFO  - Removed 0 'complete' triggers.
07-10-19 14:01:46,594 [JobStoreTX               ] [Start Level Event Dispatcher] INFO  - Removed 0 stale fired job entries.
07-10-19 14:01:46,596 [QuartzScheduler          ] [Start Level Event Dispatcher] INFO  - Scheduler ZipTieScheduler_$_NON_CLUSTERED started.
07-10-19 14:01:46,601 [SchedulerActivator       ] [Start Level Event Dispatcher] INFO  - Scheduler service registered.
07-10-19 14:01:46,601 [SchedulerActivator       ] [Start Level Event Dispatcher] INFO  - Scheduler started.
07-10-19 14:01:46,607 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Scanning bundles for script tools.
07-10-19 14:01:46,639 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'Interface Brief'.
07-10-19 14:01:46,641 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'IOS Password Change'.
07-10-19 14:01:46,654 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'Port Map'.
07-10-19 14:01:46,668 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'DNS Lookup'.
07-10-19 14:01:46,669 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'OS FingerPrint'.
07-10-19 14:01:46,676 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'Ping'.
07-10-19 14:01:46,677 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'SNMP System Info.'.
07-10-19 14:01:46,680 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'Switch port/IP mapping'.
07-10-19 14:01:46,681 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'Traceroute'.
07-10-19 14:01:46,682 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Discovered tool 'VLAN Member Ports'.
07-10-19 14:01:46,683 [ScriptToolManager        ] [Start Level Event Dispatcher] INFO  - Scanning discovered 10 script tools.
07-10-19 14:01:46,686 [Activator                ] [Start Level Event Dispatcher] INFO  - ****************************************************
07-10-19 14:01:46,686 [Activator                ] [Start Level Event Dispatcher] INFO  - * ZipTie Server Startup Completed in 12.9 Seconds  *
07-10-19 14:01:46,687 [Activator                ] [Start Level Event Dispatcher] INFO  - ****************************************************

Note: These build steps will not get you a successful build of the client. If you want to build the server and the client, see HOWTO Build Everything.

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r9 < r8 < r7 < r6 < r5 | More topic actions
Developer.HowtoBuildServer moved from Main.HowtoBuildServer on 07 Jun 2007 - 22:21 by BrettWooldridge - put it back
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback