
FreeBSD 7.0-RELEASE
UTM5 008
Купили значит базовый модуль и ОСМП. Все делал чОтко по инструкциям нетаповским. В кабинете создал сертификат с паролем, активировал ОСМП. Далее, загрузил дистриб для фряхи, скачал ключ приватный (его соответственно в /netup/etc/ засунул). Инсталл нормально прошел, без ошибок. Конфиги создались. В конфиг прописал ключ. Запускаю:
Код: Выделить всё
[18:21] /netup >/usr/local/etc/rc.d/netup-payment-systems.sh start
* Starting netup-payment-systems ... failed
* No /var/run/netup-payment-systems.pid
* Check parameters in /netup/etc/netup-payment-systems.config.xml
* See error messages in log file (by default /netup/log/netup-payment-systems.log)
Код: Выделить всё
27/06/2012 18:21:41:910418 [0x28801100] SQL SQLDriverImplV2 [ERROR] mysql> SELECT staff.id AS "id", staff.role_mask AS "role_mask", staff.login AS "login" FROM staff WHERE staff.deleted = 0 time spent 0 seconds. Reason: Table 'PAYMENT_SYSTEMS.staff' doesn't exist
27/06/2012 18:21:41:910418 [0x28801100] SQL SQLDriverImplV2 [ERROR] mysql> SELECT staff.id AS "id", staff.role_mask AS "role_mask", staff.login AS "login" FROM staff WHERE staff.deleted = 0 time spent 0 seconds. Reason: Table 'PAYMENT_SYSTEMS.staff' doesn't exist
27/06/2012 18:21:41:910568 [0x28801100] SQL SQLDriverImplV2 [OK] mysql> [ROLLBACK TRANSACTION] time spent 0 seconds.
27/06/2012 18:21:41:910568 [0x28801100] SQL SQLDriverImplV2 [OK] mysql> [ROLLBACK TRANSACTION] time spent 0 seconds.
27/06/2012 18:21:41:910734 [0x28801100] ERROR Herz Exception on startup: Table 'PAYMENT_SYSTEMS.staff' doesn't exist
27/06/2012 18:21:41:910734 [0x28801100] ERROR Herz Exception on startup: Table 'PAYMENT_SYSTEMS.staff' doesn't exist
27/06/2012 18:21:41:910749 [0x28801100] DEBUG Herz deinitalization of the modules
27/06/2012 18:21:41:910749 [0x28801100] DEBUG Herz deinitalization of the modules
27/06/2012 18:21:41:910764 [0x28801100] TRACE InternalTransactionQueueManager ignoring NULL transaction
27/06/2012 18:21:41:910779 [0x28801100] INFO TransactionHandler finishing the execution
27/06/2012 18:21:41:910779 [0x28801100] INFO TransactionHandler finishing the execution
27/06/2012 18:21:41:910794 [0x28801100] INFO InternalTransactionQueueManager 8 handlers remain
27/06/2012 18:21:41:910794 [0x28801100] INFO InternalTransactionQueueManager 8 handlers remain

Код: Выделить всё
mysql> show tables;
+----------------------------+
| Tables_in_PAYMENT_SYSTEMS |
+----------------------------+
| events |
| payment_requests |
| processed_event_parameters |
| processed_events |
+----------------------------+
4 rows in set (0.00 sec)
Может для 007 попробовать?
Возможно в плагинах дело? Там такое:
Код: Выделить всё
27/06/2012 18:21:41:829676 [0x28801100] DEBUG Herz init plugins started
27/06/2012 18:21:41:829688 [0x28801100] DEBUG Herz Plugins path = /netup/netup-payment-systems/plugins
27/06/2012 18:21:41:829688 [0x28801100] DEBUG Herz Plugins path = /netup/netup-payment-systems/plugins
27/06/2012 18:21:41:829706 [0x28801100] TRACE PluginManager loading plugins from /netup/netup-payment-systems/plugins/
27/06/2012 18:21:41:829724 [0x28801100] INFO PluginManager Scanning /netup/netup-payment-systems/plugins/
27/06/2012 18:21:41:829724 [0x28801100] INFO PluginManager Scanning /netup/netup-payment-systems/plugins/
27/06/2012 18:21:41:830646 [0x28801100] INFO PluginManager '/netup/netup-payment-systems/plugins/libchronopay.so' wasn't loaded: Couldn't open /netup/netup-payment-systems/plugins/libchronopay.so(Shared object "libpayment_systems_comm
27/06/2012 18:21:41:830646 [0x28801100] INFO PluginManager '/netup/netup-payment-systems/plugins/libchronopay.so' wasn't loaded: Couldn't open /netup/netup-payment-systems/plugins/libchronopay.so(Shared object "libpayment_systems_comm
27/06/2012 18:21:41:830846 [0x28801100] INFO PluginManager '/netup/netup-payment-systems/plugins/libciberpay.so' wasn't loaded: Couldn't open /netup/netup-payment-systems/plugins/libciberpay.so(Shared object "libpayment_systems_common
27/06/2012 18:21:41:830846 [0x28801100] INFO PluginManager '/netup/netup-payment-systems/plugins/libciberpay.so' wasn't loaded: Couldn't open /netup/netup-payment-systems/plugins/libciberpay.so(Shared object "libpayment_systems_common
27/06/2012 18:21:41:831036 [0x28801100] INFO PluginManager '/netup/netup-payment-systems/plugins/libcomepay.so' wasn't loaded: Couldn't open /netup/netup-payment-systems/plugins/libcomepay.so(Shared object "libpayment_systems_common.s
27/06/2012 18:21:41:831036 [0x28801100] INFO PluginManager '/netup/netup-payment-systems/plugins/libcomepay.so' wasn't loaded: Couldn't open /netup/netup-payment-systems/plugins/libcomepay.so(Shared object "libpayment_systems_common.s
27/06/2012 18:21:41:831602 [0x28801100] INFO PluginManager '/netup/netup-payment-systems/plugins/libcommon_plugin.so' wasn't loaded: get_plugin_factory() not found in /netup/netup-payment-systems/plugins/libcommon_plugin.so
27/06/2012 18:21:41:831602 [0x28801100] INFO PluginManager '/netup/netup-payment-systems/plugins/libcommon_plugin.so' wasn't loaded: get_plugin_factory() not found in /netup/netup-payment-systems/plugins/libcommon_plugin.so
И после только:
Код: Выделить всё
27/06/2012 18:21:41:841338 [0x28801100] TRACE PluginManager loaded plugins:
'/netup/netup-payment-systems/plugins/libnew_payment_request.so'
'/netup/netup-payment-systems/plugins/librequired_payment_requests.so'
'/netup/netup-payment-systems/plugins/librequired_processed_event_parameters_external.so'
'/netup/netup-payment-systems/plugins/librequired_processed_events_external.so'