forum.bitel.ru http://forum.bitel.ru/ |
|
Typed variable declaration : Class: TelnetSession not found http://forum.bitel.ru/viewtopic.php?f=22&t=3659 |
Страница 1 из 1 |
Автор: | nolka4 [ 01 мар 2010, 16:25 ] |
Заголовок сообщения: | Typed variable declaration : Class: TelnetSession not found |
Здравствуйте, хотел поиграться с Telnet из биллинга, код: Код: import bitel.billing.server.util.*; public void main( setup, con, conSlave ) { TelnetSession ts = new TelnetSession("localhost",1010); } В логах пишет: Код: COMPLETE_TIME: 01.03.10 17:12:09 PROCESS_TIME: 57 OUT: ERROR: EXCEPTIONS: Typed variable declaration : Class: TelnetSession not found in namespace Typed variable declaration : Class: TelnetSession not found in namespace : at Line: 6 : in file: getClientInfo : TelnetSession Called from method: main : at Line: -1 : in file: <Called from Java Code> : <Compiled Java Code> at bsh.BSHAmbiguousName.toClass(Unknown Source) at bsh.BSHType.getType(Unknown Source) at bsh.BSHTypedVariableDeclaration.eval(Unknown Source) at bsh.BSHBlock.evalBlock(Unknown Source) at bsh.BSHBlock.eval(Unknown Source) at bsh.BshMethod.invokeImpl(Unknown Source) at bsh.BshMethod.invoke(Unknown Source) at bsh.BshMethod.invoke(Unknown Source) at bsh.This.invokeMethod(Unknown Source) at bsh.This.invokeMethod(Unknown Source) at ru.bitel.bgbilling.kernel.script.server.bean.ScriptInstance.invoke(ScriptInstance.java:329) at bitel.billing.server.script.global.bean.GlobalScriptMachine.runScriptImpl(GlobalScriptMachine.java:130) at bitel.billing.server.script.global.bean.GlobalScriptMachine.runScript(GlobalScriptMachine.java:65) at bitel.billing.server.script.global.bean.GlobalScriptManager.executeGlobalScript(GlobalScriptManager.java:35) at bitel.billing.server.script.global.ActionExecuteScript$1ScriptThread.run(ActionExecuteScript.java:27) WARNINGS: BGB 4.6. Что я делаю не так? |
Автор: | stark [ 01 мар 2010, 19:53 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
import bitel.billing.server.util.telnet.*; |
Автор: | nolka4 [ 02 мар 2010, 09:00 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
Код: import bitel.billing.server.util.*; import bitel.billing.server.util.telnet.*; public void main( setup, con, conSlave ) { TelnetSession ts = new TelnetSession("localhost",1010); } В логах: Код: COMPLETE_TIME: 02.03.10 09:58:54
PROCESS_TIME: 81 OUT: ERROR: EXCEPTIONS: Typed variable declaration : Class: TelnetSession not found in namespace Typed variable declaration : Class: TelnetSession not found in namespace : at Line: 6 : in file: getClientInfo : TelnetSession Called from method: main : at Line: -1 : in file: <Called from Java Code> : <Compiled Java Code> at bsh.BSHAmbiguousName.toClass(Unknown Source) at bsh.BSHType.getType(Unknown Source) at bsh.BSHTypedVariableDeclaration.eval(Unknown Source) at bsh.BSHBlock.evalBlock(Unknown Source) at bsh.BSHBlock.eval(Unknown Source) at bsh.BshMethod.invokeImpl(Unknown Source) at bsh.BshMethod.invoke(Unknown Source) at bsh.BshMethod.invoke(Unknown Source) at bsh.This.invokeMethod(Unknown Source) at bsh.This.invokeMethod(Unknown Source) at ru.bitel.bgbilling.kernel.script.server.bean.ScriptInstance.invoke(ScriptInstance.java:329) at bitel.billing.server.script.global.bean.GlobalScriptMachine.runScriptImpl(GlobalScriptMachine.java:130) at bitel.billing.server.script.global.bean.GlobalScriptMachine.runScript(GlobalScriptMachine.java:65) at bitel.billing.server.script.global.bean.GlobalScriptManager.executeGlobalScript(GlobalScriptManager.java:35) at bitel.billing.server.script.global.ActionExecuteScript$1ScriptThread.run(ActionExecuteScript.java:27) WARNINGS: |
Автор: | stark [ 02 мар 2010, 13:22 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
какая версия биллинга ? |
Автор: | nolka4 [ 03 мар 2010, 10:21 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
BGB 4.6 еще в первом посте написал ![]() |
Автор: | stark [ 03 мар 2010, 13:45 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
посмотрите lib/server.jar/bitel.billing.server.util.telnet.TelnetSession.class . есть такой файл ? jar - это обычный zip-ский архив |
Автор: | nolka4 [ 03 мар 2010, 14:36 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
Код: tech@bill:/usr/local/BGBillingServer/lib$ 7z l server.jar|grep TelnetSession
2009-11-23 12:06:44 ..... 4254 1884 bitel/billing/server/util/telnet/TelnetSession.class 2009-11-10 16:09:20 ..... 4134 1684 bitel/billing/server/util/telnet/old/TelnetSessionOld.class |
Автор: | stark [ 03 мар 2010, 14:38 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
покажите список библиотек из папки lib |
Автор: | nolka4 [ 04 мар 2010, 21:53 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
Код: $ ls -gG
total 27972 -rw-r--r-- 1 10805 2009-12-17 19:33 annotations-api.jar -rw-r--r-- 1 62694 2009-11-24 12:18 avalon-framework.jar -rw-r--r-- 1 90964 2009-12-17 19:33 barbecue.jar -rw-r--r-- 1 2111580 2009-11-24 12:18 batik.jar -rw-r--r-- 1 16006 2009-11-24 12:18 bgcommon-boot.jar -rw-r--r-- 1 198781 2009-11-25 15:37 bill.jar -rw-r--r-- 1 281694 2009-12-17 19:33 bsh.jar -rw-r--r-- 1 175778 2009-11-25 15:34 card.jar -rw-r--r-- 1 1129912 2009-12-17 19:33 catalina.jar -rw-r--r-- 1 118726 2009-11-24 12:18 commons-beanutils.jar -rw-r--r-- 1 90001 2009-11-24 12:18 commons-chain.jar -rw-r--r-- 1 165119 2009-11-24 12:18 commons-collections.jar -rw-r--r-- 1 121757 2009-12-17 19:33 commons-dbcp.jar -rw-r--r-- 1 143602 2009-12-17 19:33 commons-digester.jar -rw-r--r-- 1 31605 2009-11-24 12:18 commons-logging.jar -rw-r--r-- 1 87077 2009-12-17 19:33 commons-pool.jar -rw-r--r-- 1 267660 2009-12-17 19:33 dbf.jar -rw-r--r-- 1 55318 2009-11-24 12:18 eventbus.jar -rw-r--r-- 1 765212 2009-12-17 19:33 fop-hyph.jar -rw-r--r-- 1 2342569 2009-12-17 19:33 fop.jar -rw-r--r-- 1 648120 2009-11-24 12:18 gnu-crypto.jar -rw-r--r-- 1 338393 2009-12-17 19:33 image-filters.jar -rw-r--r-- 1 511676 2010-01-28 17:39 ipn.jar -rw-r--r-- 1 1050691 2009-11-24 12:18 iText.jar -rw-r--r-- 1 102282 2009-11-24 12:18 jasper-el.jar -rw-r--r-- 1 511634 2009-12-17 19:33 jasper.jar -rw-r--r-- 1 1395264 2009-12-17 19:33 jasper-jdt.jar -rw-r--r-- 1 2082142 2009-12-17 19:33 jasperreports.jar -rw-r--r-- 1 294514 2009-12-17 19:33 jcommon.jar -rw-r--r-- 1 1072312 2009-12-17 19:33 jfreechart.jar -rw-r--r-- 1 154572 2009-12-17 19:33 jsch.jar -rw-r--r-- 1 72183 2009-12-17 19:33 jsp-api.jar -rw-r--r-- 1 441482 2009-11-24 12:18 ldap.jar -rw-r--r-- 1 391834 2009-12-17 19:33 log4j.jar -rw-r--r-- 1 434812 2009-12-17 19:33 mail.jar -rw-r--r-- 1 709922 2009-12-17 19:33 mysql.jar -rw-r--r-- 1 85009 2009-11-25 15:39 npay.jar -rw-r--r-- 1 448487 2009-12-17 19:33 ostermillerutils.jar -rw-r--r-- 1 294131 2009-11-24 19:40 phone.jar -rw-r--r-- 1 339766 2009-11-25 15:41 reports.jar -rw-r--r-- 1 35576 2009-11-25 15:40 rscm.jar -rw-r--r-- 1 188993 2009-12-17 19:33 serializer.jar -rw-r--r-- 1 2339037 2009-11-24 12:19 server.jar -rw-r--r-- 1 83787 2009-12-17 19:33 servlet-api.jar -rw-r--r-- 1 268021 2009-12-17 19:33 smack.jar -rw-r--r-- 1 475428 2009-12-17 19:33 smackx.jar -rw-r--r-- 1 254635 2009-12-17 19:33 snmp.jar -rw-r--r-- 1 742085 2009-12-17 19:33 tomcat-coyote.jar -rw-r--r-- 1 17508 2009-12-17 19:33 tomcat-juli.jar -rw-r--r-- 1 30267 2009-11-25 15:42 trayinfo.jar -rw-r--r-- 1 3078601 2009-12-17 19:33 xalan.jar -rw-r--r-- 1 1203860 2009-12-17 19:33 xercesImpl.jar |
Автор: | stark [ 05 мар 2010, 12:40 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
непонятно что увас творится ..ваш пример рабочий . какая ос ? ява ? сервер биллинга попробуйте перезагрузить (при установке точно проверьте что он остановился ) |
Автор: | nolka4 [ 05 мар 2010, 15:01 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
Сервер перезапускал. не помогло Код: $ java -version
java version "1.6.0_12" Java(TM) SE Runtime Environment (build 1.6.0_12-b04) Java HotSpot(TM) Client VM (build 11.2-b01, mixed mode, sharing) $ cat /proc/version Linux version 2.6.26-2-686 (Debian 2.6.26-19lenny2) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) Debian 4.1.2-25)) #1 SMP Wed Nov 4 20:45:37 UTC 2009 $ |
Автор: | stark [ 05 мар 2010, 16:34 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
а версия последняя ? попробуйте обновится |
Автор: | nolka4 [ 05 мар 2010, 19:26 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
stark писал(а): а версия последняя ? попробуйте обновится версия чего? жавы? судя по всему нет. попробую обносить. саму ОСь обновлять пока не рискую. |
Автор: | stark [ 05 мар 2010, 19:27 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
нет ..биллинга ..4.6. свежая или нет? Яву как раз последний билд(18) мы пока не рекомендуем ставить - там бага есть . |
Автор: | stark [ 05 мар 2010, 19:30 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
судя по листингу библиотек сервер не свежий |
Автор: | nolka4 [ 05 мар 2010, 22:19 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
как на работе буду - посмотрю версию сервера |
Автор: | nolka4 [ 09 мар 2010, 08:47 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
скрин |
Автор: | stark [ 09 мар 2010, 12:20 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
обновитесь |
Автор: | nolka4 [ 09 мар 2010, 13:14 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
можно ссылку на обновление? на ФТП сейчас зайти пытаюсь - не пускают ![]() |
Автор: | stark [ 09 мар 2010, 19:08 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
nolka4 писал(а): можно ссылку на обновление? на ФТП сейчас зайти пытаюсь - не пускают ![]() исправили ..с утра не работало |
Автор: | nolka4 [ 09 мар 2010, 19:23 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
Установил обновления, ошибка с телнет клиентом не исчезла: Код: $ sudo ./bg_installer.sh update
03-09/20:48:15 INFO [main] DefaultServerSetup - Init DB connection pools 03-09/20:48:16 INFO [main] DefaultServerSetup - Init trash pools.. Update starting.. Update from ftp://bgbilling.ru/pub/bgbilling Server version is 4.6 Set passive mode.. Changing dir to /pub/bgbilling/4.6 Checking updates for phone.. Checking updates for card.. Found update for card build 177 packet card_4.6_184.zip updating to build 184 Checking updates for bill.. Found update for bill build 219 packet bill_4.6_222.zip updating to build 222 Checking updates for npay.. Found update for npay build 172 packet npay_4.6_177.zip updating to build 177 Checking updates for rscm.. Found update for rscm build 155 packet rscm_4.6_158.zip updating to build 158 Checking updates for reports.. Found update for reports build 178 packet reports_4.6_185.zip updating to build 185 Checking updates for trayinfo.. Found update for trayinfo build 146 packet trayinfo_4.6_147.zip updating to build 147 Checking updates for ipn.. Checking updates for server.. Found update for BGBillingServer build 617 packet update_4.6.zip updating to build 667 Install 7 updates (y/n): y Downloading card_4.6_184.zip OK! Downloading bill_4.6_222.zip OK! Downloading npay_4.6_177.zip OK! Downloading rscm_4.6_158.zip OK! Downloading reports_4.6_185.zip OK! Downloading trayinfo_4.6_147.zip OK! Downloading update_4.6.zip OK! Start installing.. 03-09/20:49:45 INFO [main] DefaultServerSetup - Init DB connection pools 03-09/20:49:45 INFO [main] DefaultServerSetup - Init trash pools.. 03-09/20:49:45 INFO [main] DefaultServerSetup - Init DB connection pools 03-09/20:49:45 INFO [main] DefaultServerSetup - Init trash pools.. Module: card already installed. Data extract finished... Extract data => OK Database updated... Install ticket inserted.. Base update => OK Reinit module instanses Module Instance init => OK Executing call PutFile; param: id:webroot Result => true Executing call PutFile; param: card.xml:actions Result => true Execute calls => OK File's copy finished... File copy => OK Module card was successfull installed! Please, restart BGBilling server. 03-09/20:49:46 INFO [main] DefaultServerSetup - Init DB connection pools 03-09/20:49:46 INFO [main] DefaultServerSetup - Init trash pools.. Module: bill already installed. Data extract finished... Extract data => OK Database updated... Install ticket inserted.. Base update => OK Reinit module instanses REINIT module => 5 Module Instance init => OK Executing call PutFile; param: bill.xml:actions Result => true Executing call PutFile; param: pdfdoc.gif:webroot Result => true Executing call PutFile; param: stamp.gif:webroot Result => true Execute calls => OK File's copy finished... File copy => OK Module bill was successfull installed! Please, restart BGBilling server. 03-09/20:49:47 INFO [main] DefaultServerSetup - Init DB connection pools 03-09/20:49:47 INFO [main] DefaultServerSetup - Init trash pools.. Module: npay already installed. Data extract finished... Extract data => OK Database updated... Install ticket inserted.. Base update => OK Reinit module instanses REINIT module => 2 REINIT module => 6 Module Instance init => OK Executing call AddSchedulerTasks; param: pay.sc Scheduled class bitel.billing.server.npay.Calculator already exists! Result => true Executing call PutFile; param: npay.xml:actions Result => true Execute calls => OK File's copy finished... File copy => OK Module npay was successfull installed! Please, restart BGBilling server. 03-09/20:49:48 INFO [main] DefaultServerSetup - Init DB connection pools 03-09/20:49:48 INFO [main] DefaultServerSetup - Init trash pools.. Module: rscm already installed. Data extract finished... Extract data => OK Database updated... Install ticket inserted.. Base update => OK Reinit module instanses REINIT module => 3 Module Instance init => OK Executing call AddSchedulerTasks; param: rscm.sc Scheduled class bitel.billing.server.rscm.Calculator already exists! Result => true Executing call PutFile; param: rscm.xml:actions Result => true Execute calls => OK File's copy finished... File copy => OK Module rscm was successfull installed! Please, restart BGBilling server. 03-09/20:49:48 INFO [main] DefaultServerSetup - Init DB connection pools 03-09/20:49:48 INFO [main] DefaultServerSetup - Init trash pools.. Module: reports already installed. Data extract finished... Extract data => OK Database updated... Install ticket inserted.. Base update => OK Reinit module instanses Module Instance init => OK Executing call ExecuteSQL; param: reports.sql Executing database update...OK Result => true Executing call PutFile; param: reports:. Result => true Executing call PutFile; param: reports.xml:actions Result => true Execute calls => OK File's copy finished... File copy => OK Module reports was successfull installed! Please, restart BGBilling server. 03-09/20:49:49 INFO [main] DefaultServerSetup - Init DB connection pools 03-09/20:49:49 INFO [main] DefaultServerSetup - Init trash pools.. Module: trayinfo already installed. Data extract finished... Extract data => OK Database updated... Install ticket inserted.. Base update => OK Reinit module instanses Module Instance init => OK Executing call PutFile; param: trayinfo.xml:actions Result => true Execute calls => OK File's copy finished... File copy => OK Module trayinfo was successfull installed! Please, restart BGBilling server. 03-09/20:49:50 INFO [main] DefaultServerSetup - Init DB connection pools 03-09/20:49:50 INFO [main] DefaultServerSetup - Init trash pools.. Installing module: update... Data extract finished... Extract data => OK Database updated... Install ticket inserted.. Base update => OK Module Instance init => OK Executing call ExecuteSQL; param: patch.sql Duplicate column name 'tgid' Duplicate column name 'scrid' Duplicate key name 'pid' Table 'tariff_group' already exists Table 'tariff_group_tariff' already exists Table 'contract_tariff_group' already exists Table 'contract_script' already exists Table 'script' already exists Table 'script_event_queue' already exists Table 'script_event_type' already exists Table 'script_function' already exists Table 'script_function_event_type' already exists Duplicate column name 'gr' Table 'bgs_group' already exists Table 'bgs_group_action' already exists Table 'bgs_user_group' already exists Table 'bgs_module_action' already exists Duplicate column name 'room' Duplicate column name 'status' Table 'bgs_user_action' already exists Duplicate column name 'parent_tree' Incorrect table definition; there can be only one auto column and it must be defined as a key Duplicate column name 'id' Duplicate column name 'date1' Duplicate column name 'date2' Duplicate column name 'title' Duplicate key name 'cid' Unknown column 'etid' in 'script_function_event_type' Duplicate column name 'event_id' Table 'object_type' already exists Table 'object_param' already exists Table 'object_type_param' already exists Table 'object' already exists Table 'object_list_value' already exists Table 'object_param_value_text' already exists Table 'object_param_value_address' already exists Table 'object_param_value_date' already exists Table 'object_param_value_list' already exists Duplicate column name 'config' Table 'user_tables' already exists Duplicate column name 'name_pattern' Duplicate column name 'scid' Duplicate key name 'scid' Duplicate column name 'sub_list' Duplicate column name 'pos' Duplicate column name 'pos' Duplicate key name 'cid' Duplicate column name 'gid' Table 'web_request_count' already exists Duplicate column name 'cgr' Duplicate column name 'cgr' Duplicate key name 'cid' Duplicate column name 'pids' Duplicate column name 'pids' Duplicate column name 'contract_pid' Duplicate column name 'contract_cid' Duplicate column name 'pos' Duplicate key name 'pos' Duplicate column name 'script' Duplicate column name 'id' Duplicate column name 'enabled' Table 'plugin_config' already exists Table 'contract_password_once' already exists Duplicate column name 'config' Duplicate column name 'comment' Duplicate column name 'days' Duplicate column name 'status' Duplicate column name 'status_date' Duplicate column name 'last_tariff_change' Duplicate column name 'data' Duplicate column name 'date1' Duplicate column name 'emid' Duplicate column name 'eid' Duplicate column name 'emid' Duplicate column name 'eid' Duplicate column name 'load_log' Duplicate column name 'p_index' Duplicate column name 'cityid' Duplicate column name 'cityid' Duplicate column name 'cityid' Duplicate column name 'visibled' Table 'sql_template' already exists Duplicate column name 'pos' Duplicate key name 'cid' Duplicate column name 'event_mode' Duplicate column name 'actual' Duplicate column name 'cgr_mode' Duplicate column name 'cgr_mode' Duplicate column name 'crm_customer_id' Duplicate key name 'crm_customer_id' Duplicate column name 'crm_user_id' Key column 'crm_user_id' doesn't exist in table Table 'contract_parameter_type_9' already exists Duplicate column name 'phone_format1' Duplicate column name 'sub_mode' Duplicate column name 'pod_diapazon' Duplicate column name 'actual' Duplicate column name 'gr' Duplicate column name 'pattern' Duplicate column name 'face' Duplicate column name 'isusing' Table 'contract_module' already exists Table 'contract_status_log' already exists Table 'billing_event_bus' already exists Table 'periodic_errors' already exists Duplicate column name 'history' Table 'contract_parameter_type_1_log' already exists Table 'contract_parameter_type_5_log' already exists Table 'contract_parameter_type_6_log' already exists Table 'contract_parameter_type_7_log' already exists Table 'contract_parameter_type_8_log' already exists Table 'contract_parameter_type_9_log' already exists Unknown column 'value' in 'contract_parameter_type_9_log' Table 'contract_pattern_modules' already exists Can't DROP 'pfid_id'; check that column/key exists Can't DROP 'id_pfid'; check that column/key exists Can't DROP 'pfid_date2_id'; check that column/key exists Can't DROP 'pfid_gr_date2_id'; check that column/key exists Can't DROP 'date2_'; check that column/key exists Can't DROP 'pfid_date2'; check that column/key exists Can't DROP 'pfid_date2_gr'; check that column/key exists Can't DROP 'pfid_gr_date2'; check that column/key exists Can't DROP 'yy_mm_cid'; check that column/key exists Table 'contract_comment_patterns' already exists Duplicate column name 'patid' Duplicate column name 'title_pattern_id' Duplicate column name 'cgr_mode' Duplicate column name 'cgr_mode' Duplicate column name 'ptitle' Duplicate column name 'regtype' Table 'contract_parameter_type_2_log' already exists Table 'contract_parameter_type_3_log' already exists Table 'contract_parameter_type_4_log' already exists Table 'script_lib' already exists Can't DROP 'PRIMARY'; check that column/key exists Duplicate key name 'cid_pid' Table 'global_script' already exists Table 'tariff_option' already exists Table 'tariff_option_activate_mode' already exists Table 'contract_tariff_option' already exists Executing database update...OK Result => true Executing call AddSchedulerTasks; param: patch.sc Scheduled class bitel.billing.server.script.TimerEventGenerate already exists! Scheduled class bitel.billing.server.contract.DebtMailSender already exists! Scheduled class bitel.billing.server.contract.ContractStatusSetter already exists! Scheduled class bitel.billing.server.admin.integration.PaymentLoader already exists! Scheduled class ru.bitel.bgbilling.kernel.task.server.Validator already exists! Scheduled class bitel.billing.server.script.global.bean.GlobalScriptTimer inserted into database. Result => true Executing call PutFile; param: style.css:webroot Result => true Executing call PutFile; param: menu.xml:data Result => true Executing call PutFile; param: img:webroot Result => true Executing call PutFile; param: auth.html:webroot Result => true Executing call PutFile; param: actions:. Result => true Executing call PutFile; param: help:webroot Result => true Executing call PutFile; param: log4j.xml:data Result => true Executing call PutFile; param: default.web.xml:data Result => true Execute calls => OK File's copy finished... File copy => OK Module update was successfull installed! Please, restart BGBilling server. REPLACED FILES: /usr/local/BGBillingServer/webroot/stamp.gif /usr/local/BGBillingServer/./reports/cerbercrypt_clients.jrxml /usr/local/BGBillingServer/./actions/kernel.xml |
Автор: | nolka4 [ 09 мар 2010, 19:52 ] |
Заголовок сообщения: | Re: Typed variable declaration : Class: TelnetSession not found |
Код скрипта не изменился. Ошибка при выполнении скрипта: Код: COMPLETE_TIME: 09.03.10 20:55:05
PROCESS_TIME: 72 OUT: ERROR: EXCEPTIONS: Typed variable declaration : Class: TelnetSession not found in namespace Typed variable declaration : Class: TelnetSession not found in namespace : at Line: 6 : in file: getClientInfo : TelnetSession Called from method: main : at Line: -1 : in file: <Called from Java Code> : <Compiled Java Code> at bsh.BSHAmbiguousName.toClass(Unknown Source) at bsh.BSHType.getType(Unknown Source) at bsh.BSHTypedVariableDeclaration.eval(Unknown Source) at bsh.BSHBlock.evalBlock(Unknown Source) at bsh.BSHBlock.eval(Unknown Source) at bsh.BshMethod.invokeImpl(Unknown Source) at bsh.BshMethod.invoke(Unknown Source) at bsh.BshMethod.invoke(Unknown Source) at bsh.This.invokeMethod(Unknown Source) at bsh.This.invokeMethod(Unknown Source) at ru.bitel.bgbilling.kernel.script.server.bean.ScriptInstance.invoke(ScriptInstance.java:329) at bitel.billing.server.script.global.bean.GlobalScriptMachine.runScriptImpl(GlobalScriptMachine.java:130) at bitel.billing.server.script.global.bean.GlobalScriptMachine.runScript(GlobalScriptMachine.java:65) at bitel.billing.server.script.global.bean.GlobalScriptManager.executeGlobalScript(GlobalScriptManager.java:35) at bitel.billing.server.script.global.ActionExecuteScript$1ScriptThread.run(ActionExecuteScript.java:33) WARNINGS: |
Страница 1 из 1 | Часовой пояс: UTC + 5 часов [ Летнее время ] |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |