This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Artur Shestakov | |
*/ | |
package kg.drongo.event.additional.action; | |
import bitel.billing.common.TimeUtils; | |
import bitel.billing.server.call.bean.Login; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javax.xml.ws.soap.SOAPFaultException: ru.bitel.common.XMLUtils.escapeXmlNotValid(Ljava/lang/StringBuilder;Ljava/lang/String;)Ljava/lang/String; | |
at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:193) | |
at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:134) | |
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:123) | |
at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:93) | |
at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:144) | |
at com.sun.proxy.$Proxy39.authErrorDateList(Unknown Source) | |
at ru.bitel.bgbilling.modules.inet.api.client.monitor.InetMonitorPanel$6.actionPerformedImpl(InetMonitorPanel.java:306) | |
at ru.bitel.common.client.AbstractBGUPanel.actionPerformed(AbstractBGUPanel.java:237) | |
at ru.bitel.common.client.AbstractBGUPanel$DefaultAction.actionPerformed(AbstractBGUPanel.java:91) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Packet type: Disconnect-Request | |
Identifier: 1 | |
Authenticator: {85 B1 5F 5D 26 4D EC 28 55 F3 8D E7 70 BF 1F 8E} | |
Attributes: | |
NAS-Identifier=accel-ppp | |
User-Name=eth1 | |
NAS-IP-Address=адрес наса | |
NAS-Port=3 | |
Framed-IP-Address=192.168.255.2 | |
Acct-Session-Id=bfb0790dfbb922ab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Порт для отправки PoD и CoA запросов (по умолчанию - порт, заданный в параметрах устройства Хост/порт) | |
radius.port=1812 | |
# При выдаче Access-Accept добавлять запись в базу; | |
# необходимо, если используется Reject-to-Accept и по Start-пакету нельзя определить в каком состоянии соединение | |
connection.start.fromAccept=1 | |
# При создании сессии по Update-пакету, 0 - не создавать сессии без Start-пакета, 1 - создать сессию от текущего момента, | |
# 2 - создавать сессию от реального времени начала, если время сессии не больше connection.close.timeout | |
#connection.start.fromUpdate=1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[modules] | |
log_file | |
ipoe | |
auth_mschap_v2 | |
auth_mschap_v1 | |
auth_chap_md5 | |
auth_pap | |
vlan-mon | |
radius |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public boolean isServicesAllMonthly(int ... sIds){ | |
Collection<Integer> allIds=Arrays.asList(sIds); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EXCEPTIONS: | |
java.util.concurrent.ExecutionException: java.security.PrivilegedActionException: java.lang.Exception: java.lang.ClassCastException: bitel.billing.server.npay.bean.ServiceObject cannot be cast to kg.drongo.model.DynCodeServiceObjects | |
at java.util.concurrent.FutureTask.report(FutureTask.java:122) | |
at java.util.concurrent.FutureTask.get(FutureTask.java:206) | |
at ru.bitel.bgbilling.kernel.script.server.DynamicScriptEventListener$ThreadedScriptEventListener.runScriptImpl(DynamicScriptEventListener.java:267) | |
at ru.bitel.bgbilling.kernel.script.server.DynamicScriptEventListener.runScript(DynamicScriptEventListener.java:149) | |
at ru.bitel.bgbilling.kernel.script.server.DynamicScriptEventListener.notify(DynamicScriptEventListener.java:117) | |
at ru.bitel.bgbilling.kernel.event.LocalEventProcessor.request(LocalEventProcessor.java:240) | |
at ru.bitel.bgbilling.kernel.event.EventProcessor.request(EventProcessor.java:907) | |
at ru.bitel.bgbilling.kernel.event. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Отключить для языка: английский | |
ID события: bgbs.global.script.error | |
Время регистрации события: 02.05.2018 23:10:04 | |
Хост сервера: billing.homeline.kg/94.143.199.247 | |
GENERATE_TIME: 02.05.18 23:10:04 | |
EXECUTION_STOP_TIME: 02.05.18 23:10:04 | |
PROCESS_TIME: 33 | |
OUT: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Connection connection = connectionSet.getConnection(); | |
ObjectManager objectManager =new ObjectManager(connection); | |
int objectId = 3689; | |
ContractObject yearContracrtDiscountObjeckt= objectManager.getObject(objectId); | |
yearContracrtDiscountObjeckt.setDate2(TimeUtils.convertDateToCalendar(new Date())); | |
System.out.println(yearContracrtDiscountObjeckt.getContractId()+" "); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select TABLE_NAME from information_schema.TABLES WHERE TABLE_TYPE='BASE TABLE' and TABLE_SCHEMA ='bgbilling' and TABLE_NAME LIKE 'pattern1%'INTO OUTFILE '/tmp/passwdp1.txt' ; | |
select TABLE_NAME from information_schema.TABLES WHERE TABLE_TYPE='BASE TABLE' and TABLE_SCHEMA ='bgbilling' and TABLE_NAME LIKE 'pattern2%'INTO OUTFILE '/tmp/passwdp2.txt' ; | |
.... | |
.... | |
select TABLE_NAME from information_schema.TABLES WHERE TABLE_TYPE='BASE TABLE' and TABLE_SCHEMA ='bgbilling' and TABLE_NAME LIKE 'patternN%'INTO OUTFILE '/tmp/passwdpn.txt' ; |
OlderNewer