ERROR during ussd communication

281 مرّة مشاهدة
التخطي إلى أول رسالة غير مقروءة

Lazoir

غير مقروءة،
01‏/08‏/2013، 7:59:22 م1‏/8‏/2013
إلى mobicent...@googlegroups.com
hi , 
i have these errors in USSD gateway trace  when i type *529#  on the simulator for the test. i don't know how to solve it

11:16:22,785 INFO  [SelectorThread] (Thread-25) Association=Assoc1 connected to=[/127.0.0.1:8012]
11:16:22,786 INFO  [AssociationHandler] (Thread-25) New association setup for Association=Assoc1 with 32 outbound streams, and 10 inbound streams.

11:16:22,855 WARN  [SccpStackImpl-SccpStack] (pool-32-thread-1) Rx : MTP-RESUME: AffectedDpc=2
11:17:00,423 ERROR [STDERR] (pool-31-thread-2) Exception in thread "pool-31-thread-2" 
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) java.lang.NoSuchMethodError: org.mobicents.protocols.ss7.map.api.MAPDialog.getLocalDialogId()Ljava/lang/Long;
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.slee.resource.map.MAPResourceAdaptor.handleDialogRequest(MAPResourceAdaptor.java:686)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogRequest(MAPResourceAdaptor.java:729)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogRequest(MAPProviderImpl.java:1492)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.protocols.ss7.map.MAPProviderImpl.onTCBegin(MAPProviderImpl.java:607)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.deliver(TCAPProviderImpl.java:271)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.protocols.ss7.tcap.DialogImpl.processBegin(DialogImpl.java:1195)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.onMessage(TCAPProviderImpl.java:583)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.protocols.ss7.sccp.impl.SccpRoutingControl.routeMssgFromMtp(SccpRoutingControl.java:132)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.protocols.ss7.sccp.impl.SccpStackImpl.onMtp3TransferMessage(SccpStackImpl.java:735)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at org.mobicents.protocols.ss7.mtp.Mtp3UserPartBaseImpl$MsgTransferDeliveryHandler.run(Mtp3UserPartBaseImpl.java:263)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
11:17:00,424 ERROR [STDERR] (pool-31-thread-2) at java.lang.Thread.run(Thread.java:724)
11:18:00,344 ERROR [MAPResourceAdaptor] (pool-37-thread-1) Firing ss7.map.DIALOG_TIMEOUT but MAPDialogWrapper userObject is null
11:18:00,345 ERROR [MAPResourceAdaptor] (pool-37-thread-1) Firing ss7.map.DIALOG_RELEASE but MAPDialogWrapper userObject is null
11:18:00,346 ERROR [MAPResourceAdaptor] (pool-37-thread-1) onDialogRelease : Exception while trying to end activity for MAPDialog=MAPDialog: DialogId=2 MAPDialogState=EXPUNGED MAPApplicationContext=MAPApplicationContext [Name=networkUnstructuredSsContext, Version=version2, Oid=0, 4, 0, 0, 1, 0, 19, 2, ] TCAPDialogState=Expunged
java.lang.NullPointerException: handle is null
at org.mobicents.slee.resource.SleeEndpointImpl.endActivity(SleeEndpointImpl.java:365)
at org.mobicents.slee.resource.SleeEndpointImpl.endActivity(SleeEndpointImpl.java:342)
at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogRelease(MAPResourceAdaptor.java:764)
at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogRelease(MAPProviderImpl.java:1542)
at org.mobicents.protocols.ss7.map.MAPProviderImpl.onDialogReleased(MAPProviderImpl.java:977)
at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.release(TCAPProviderImpl.java:363)
at org.mobicents.protocols.ss7.tcap.DialogImpl.setState(DialogImpl.java:1626)
at org.mobicents.protocols.ss7.tcap.DialogImpl.release(DialogImpl.java:200)
at org.mobicents.protocols.ss7.map.MAPDialogImpl.release(MAPDialogImpl.java:162)
at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogTimeout(MAPResourceAdaptor.java:791)
at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogTimeout(MAPProviderImpl.java:1548)
at org.mobicents.protocols.ss7.map.MAPProviderImpl.onDialogTimeout(MAPProviderImpl.java:965)
at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.timeout(TCAPProviderImpl.java:378)
at org.mobicents.protocols.ss7.tcap.DialogImpl$IdleTimerTask.run(DialogImpl.java:1699)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)

Vilius Panevėžys

غير مقروءة،
02‏/08‏/2013، 3:17:26 ص2‏/8‏/2013
إلى mobicent...@googlegroups.com

On Thu, 1 Aug 2013 16:59:22 -0700 (PDT)
Lazoir <gaice...@gmail.com> wrote:
> java.lang.NoSuchMethodError

This usually tells you that the API of a library available in runtime is
different from the one the component was built against. In this case it
seems that you have deployed a version of jSS7 that is not compatible
with the deployed version of MAP RA.

The other exception may or may not be related, though, I don't think it
is worth investigating until the library compatibility issue is
resolved.


--
Vilius Panevėžys
Elitnet

Lazoir

غير مقروءة،
02‏/08‏/2013، 6:54:07 ص2‏/8‏/2013
إلى mobicent...@googlegroups.com،vil...@elitnet.lt
thank a lot for the reply ,

I download USSDG from trunk (http://code.google.com/p/ussdgateway/) which includes ss7-service . Concerning MAP RA , mobicents team advice  to use the last version which is  MAPRA 2.8.0-SNAPSHOP. so i download it  too  from trunk .
do you have any idea about the compatible versions which i should use ??

Lazoir

غير مقروءة،
06‏/08‏/2013، 11:34:45 ص6‏/8‏/2013
إلى mobicent...@googlegroups.com
hi,
now ss7-service2.1.0-SNAPSHOP and MAPRA 2.8.0-SNAPSHOP have been deployed but i get again the same error.

i really need help

Lazoir

غير مقروءة،
12‏/08‏/2013، 2:08:44 م12‏/8‏/2013
إلى mobicent...@googlegroups.com
hi ,

i really  need help because I am close to the deadline .

every thing looks good but there is not message  exchange between simulator and the USSDGateway when when i type *519# . i don't know what is wrong

UssdManagement_scroutingrule.xml  :
<?xml version="1.0" encoding="UTF-8" ?>
<scroutingrulelist>
<scroutingrule shortcode="*519#" ruleurl="http://127.0.0.1:8080/ussddemo/test"/>
</scroutingrulelist>


server console :

09:05:14,445 INFO  [SelectorThread] (Thread-26) Association=Assoc1 connected to=[/127.0.0.1:8012]
09:05:14,450 INFO  [AssociationHandler] (Thread-26) New association setup for Association=Assoc1 with 32 outbound streams, and 10 inbound streams.

09:05:14,541 WARN  [SccpStackImpl-SccpStack] (pool-32-thread-1) Rx : MTP-RESUME: AffectedDpc=2


simulator :
2710126 [AWT-EventQueue-0] DEBUG org.mobicents.protocols.ss7.tools.simulator.management.TesterHost  - Sent: procUnstrSsReq: *519#
2710159 [Thread-3] DEBUG org.mobicents.protocols.sctp.AssociationImpl  - Tx : Ass=ServerAss_a1 PayloadData [dataLength=152, complete=true, unordered=false, payloadProtocolId=3, streamNumber=2, data=
Start: 0 (0x00)  End: 151 (0x97)  Length: 152 (0x98)
00: 01 00 01 01 00 00 00 98  02 00 00 08 00 00 00 66 | ........ .......f 
10: 00 06 00 08 00 00 00 65  02 10 00 7F 00 00 00 02 | .......e ........ 
20: 00 00 00 01 03 02 00 01  09 01 03 07 0B 04 43 01 | ........ ......C. 
30: 00 08 04 43 02 00 08 5F  62 5D 48 04 00 00 00 01 | ...C..._ b]H..... 
40: 6B 3A 28 38 06 07 00 11  86 05 01 01 01 A0 2D 60 | k:(8.... ......-` 
50: 2B 80 02 07 80 A1 09 06  07 04 00 00 01 00 13 02 | +....... ........ 
60: BE 1A 28 18 06 07 04 00  00 01 01 01 01 A0 0D A0 | ..(..... ........ 
70: 0B 80 04 91 42 44 F4 81  03 91 32 33 6C 19 A1 17 | ....BD.. ..23l... 
80: 02 01 01 02 01 3B 30 0F  04 01 0F 04 05 AA 5A 2C | .....;0. ......Z, 
90: 37 02 80 03 91 11 11 00  -- -- -- -- -- -- -- -- | 7.......          
]

Lazoir

غير مقروءة،
15‏/08‏/2013، 4:40:38 م15‏/8‏/2013
إلى mobicent...@googlegroups.com
hi people ,
i think that i found the origin of this trouble but i don't know how to fix it .
mobicents-ussd-gateway/services-DU-1.0.0-SNAPSHOT.jar  never has been  deployed ,  it's missing some dependencies . But in the log below every dependencies were deployed . someone have an idia about it . i used MAPRA 2.8.0-SNAPSHOP , jss7 2.1.0.SNAPSHOP , httpclient RA and ussdgateway from source at https://codes.google.com/p/ussdgateway/

13:13:13,450 WARN  [SleeContainerDeployerImpl] (pool-20-thread-1) SLEE DUs not deployed, due to missing dependencies:
Missing Dependencies:
EventTypeID[name=ss7.map.service.suplementary.UNSTRUCTURED_SS_RESPONSE,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_TIMEOUT,vendor=org.mobicents,version=1.0]
ResourceAdaptorTypeID[name=MAPResourceAdaptorType,vendor=org.mobicents,version=2.0]
LibraryID[name=library-map,vendor=library-map,version=2.0]
EventTypeID[name=ss7.map.INVOKE_TIMEOUT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_PROVIDERABORT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.PROVIDER_ERROR_COMPONENT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_DELIMITER,vendor=org.mobicents,version=1.0]
MAPRA
EventTypeID[name=ss7.map.DIALOG_REQUEST,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.ERROR_COMPONENT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_ACCEPT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_REJECT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.REJECT_COMPONENT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.service.suplementary.PROCESS_UNSTRUCTURED_SS_REQUEST,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_CLOSE,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_USERABORT,vendor=org.mobicents,version=1.0]
EventTypeID[name=ss7.map.DIALOG_NOTICE,vendor=org.mobicents,version=1.0]
     . 
     .
     .
13:13:16,684 INFO  [SccpStackImpl-SccpStack] (main) SCCP Management configuration file path /home/prince/Desktop/paquets/mobicents-jainslee-server/jboss-5.1.0.GA/server/default/data/SccpStack_management2.xml
13:13:16,782 INFO  [RouterImpl] (main) SCCP Router configuration file path /home/prince/Desktop/paquets/mobicents-jainslee-server/jboss-5.1.0.GA/server/default/data/SccpStack_sccprouter2.xml
13:13:16,789 INFO  [RouterImpl] (main) Started SCCP Router
13:13:16,797 INFO  [SccpResourceImpl] (main) SCCP Resource configuration file path /home/prince/Desktop/paquets/mobicents-jainslee-server/jboss-5.1.0.GA/server/default/data/SccpStack_sccpresource2.xml
13:13:16,802 INFO  [SccpResourceImpl] (main) Started Sccp Resource
13:13:16,802 INFO  [SccpStackImpl-SccpStack] (main) Starting routing engine...
13:13:16,802 INFO  [SccpStackImpl-SccpStack] (main) Starting management ...
13:13:16,802 INFO  [SccpStackImpl-SccpStack] (main) Starting MSU handler...
13:13:16,876 INFO  [TCAPStackImpl] (main) Starting ...org.mobicents.protocols.ss7.tcap.TCAPProviderImpl@d47f46
13:13:16,876 INFO  [TCAPProviderImpl] (main) Starting TCAP Provider
13:13:16,876 INFO  [TCAPProviderImpl] (main) Registered SCCP listener with address 8
13:13:18,498 INFO  [SS7Service] (main)  [[[[[[[[[ Mobicents USSD 1.0.0-SNAPSHOT service started ]]]]]]]]] 
13:13:18,778 INFO  [DeploymentMBeanImpl] (main) Installing DeployableUnitID[url=file:/home/prince/Desktop/paquets/mobicents-jainslee-server/jboss-5.1.0.GA/server/default/deploy/mobicents-slee-ra-map-du-2.8.0-SNAPSHOT.jar/
13:13:19,120 INFO  [DeploymentMBeanImpl] (main) Installed LibraryID[name=library-map,vendor=library-map,version=2.0]
13:13:19,120 INFO  [DeploymentMBeanImpl] (main) Installed EventTypeID[name=ss7.map.service.sms.ALERT_SERVICE_CENTER_REQUEST,vendor=org.mobicents,version=1.0]
13:13:19,120 INFO  [DeploymentMBeanImpl] (main) Installed EventTypeID[name=ss7.map.service.mobility.locationManagement.CANCEL_LOCATION_REQUEST,vendor=org.mobicents,version=1.0]

.
.
13:13:19,733 INFO  [MAPResourceAdaptor] (main) Successfully connected to MAP service[java:/mobicents/ss7/map]
13:13:19,775 INFO  [ResourceManagement] (main) Activated RA Entity MAPRA
13:13:20,025 INFO  [ResourceManagement] (main) Bound link between RA Entity MAPRA and Name MAPRA
.
.
13:13:20,331 INFO  [UssdManagement] (main) Started UssdManagement
13:13:20,350 INFO  [ShellServer] (main) Starting SS7 management shell environment
13:13:20,405 INFO  [ShellServer] (main) ShellExecutor listening at /127.0.0.1:3435
13:13:20,551 INFO  [Http11Protocol] (main) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
13:13:20,651 INFO  [AjpProtocol] (main) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
13:13:20,671 INFO  [ServerImpl] (main) JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 4m:3s:158ms
server.log.txt
تم حذف الرسالة.

amine elaji

غير مقروءة،
10‏/10‏/2013، 9:12:08 ص10‏/10‏/2013
إلى mobicents-public،gaice...@gmail.com
Hi gaice,

have you succeeded in resolving  this problem?

Regards..


--
You received this message because you are subscribed to the Google Groups "mobicents-public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobicents-publ...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
ELAJI Mohamed AMINE

Gayan Chathuranga

غير مقروءة،
10‏/10‏/2013، 11:23:44 م10‏/10‏/2013
إلى mobicent...@googlegroups.com،gaice...@gmail.com
This could be a version incompatibility issue. you may try installing a different version. 

Lazoir

غير مقروءة،
11‏/10‏/2013، 11:10:24 ص11‏/10‏/2013
إلى mobicent...@googlegroups.com،gaice...@gmail.com
yes amine , it is ok now.

Ahmed Khan

غير مقروءة،
18‏/03‏/2014، 8:08:25 ص18‏/3‏/2014
إلى mobicent...@googlegroups.com،gaice...@gmail.com
Dear Lazoir,

I'm facing the same issue. Kindly check the below mentioned Error Log and advice on how can i resolve this issue. Thanks.

16:52:37,630 INFO  [STDOUT] (Thread-17) len=8, pos=0, buffer.remaining=128
16:52:37,635 INFO  [STDOUT] (Thread-17) len=0, pos=0, buffer.remaining=0
16:52:37,756 ERROR [STDERR] (pool-16-thread-1) Exception in thread "pool-16-thread-1"
16:52:37,758 ERROR [STDERR] (pool-16-thread-1) java.lang.NoSuchMethodError: org.mobicents.protocols.
ss7.map.api.MAPDialog.getLocalDialogId()Ljava/lang/Long;
16:52:37,758 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.slee.resource.map.MAPResourceAdapto
r.handleDialogRequest(MAPResourceAdaptor.java:686)
16:52:37,758 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.slee.resource.map.MAPResourceAdapto
r.onDialogRequest(MAPResourceAdaptor.java:729)
16:52:37,759 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.protocols.ss7.map.MAPProviderImpl.d
eliverDialogRequest(MAPProviderImpl.java:1492)
16:52:37,759 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.protocols.ss7.map.MAPProviderImpl.o
nTCBegin(MAPProviderImpl.java:607)
16:52:37,759 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl
.deliver(TCAPProviderImpl.java:271)
16:52:37,759 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.protocols.ss7.tcap.DialogImpl.proce
ssBegin(DialogImpl.java:1195)
16:52:37,759 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl
.onMessage(TCAPProviderImpl.java:583)
16:52:37,760 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.protocols.ss7.sccp.impl.SccpRouting
Control.routeMssgFromMtp(SccpRoutingControl.java:132)
16:52:37,760 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.protocols.ss7.sccp.impl.SccpStackIm
pl.onMtp3TransferMessage(SccpStackImpl.java:735)
16:52:37,762 ERROR [STDERR] (pool-16-thread-1)  at org.mobicents.protocols.ss7.mtp.Mtp3UserPartBaseI
mpl$MsgTransferDeliveryHandler.run(Mtp3UserPartBaseImpl.java:263)
16:52:37,762 ERROR [STDERR] (pool-16-thread-1)  at java.util.concurrent.ThreadPoolExecutor.runWorker
(ThreadPoolExecutor.java:1145)
16:52:37,762 ERROR [STDERR] (pool-16-thread-1)  at java.util.concurrent.ThreadPoolExecutor$Worker.ru
n(ThreadPoolExecutor.java:615)
16:52:37,763 ERROR [STDERR] (pool-16-thread-1)  at java.lang.Thread.run(Thread.java:744)
16:53:37,727 ERROR [MAPResourceAdaptor] (pool-22-thread-2) Firing ss7.map.DIALOG_TIMEOUT but MAPDial
ogWrapper userObject is null
16:53:37,728 ERROR [MAPResourceAdaptor] (pool-22-thread-2) Firing ss7.map.DIALOG_RELEASE but MAPDial
ogWrapper userObject is null
16:53:37,728 ERROR [MAPResourceAdaptor] (pool-22-thread-2) onDialogRelease : Exception while trying
to end activity for MAPDialog=MAPDialog: DialogId=1 MAPDialogState=EXPUNGED MAPApplicationContext=MA
PApplicationContext [Name=networkUnstructuredSsContext, Version=version2, Oid=0, 4, 0, 0, 1, 0, 19,
2, ] TCAPDialogState=Expunged
java.lang.NullPointerException: handle is null
        at org.mobicents.slee.resource.SleeEndpointImpl.endActivity(SleeEndpointImpl.java:365)
        at org.mobicents.slee.resource.SleeEndpointImpl.endActivity(SleeEndpointImpl.java:342)
        at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogRelease(MAPResourceAdaptor.jav
a:764)
        at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogRelease(MAPProviderImpl.java
:1542)
        at org.mobicents.protocols.ss7.map.MAPProviderImpl.onDialogReleased(MAPProviderImpl.java:977
)
        at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.release(TCAPProviderImpl.java:363)
        at org.mobicents.protocols.ss7.tcap.DialogImpl.setState(DialogImpl.java:1626)
        at org.mobicents.protocols.ss7.tcap.DialogImpl.release(DialogImpl.java:200)
        at org.mobicents.protocols.ss7.map.MAPDialogImpl.release(MAPDialogImpl.java:162)
        at org.mobicents.slee.resource.map.MAPResourceAdaptor.onDialogTimeout(MAPResourceAdaptor.jav
a:791)
        at org.mobicents.protocols.ss7.map.MAPProviderImpl.deliverDialogTimeout(MAPProviderImpl.java
:1548)
        at org.mobicents.protocols.ss7.map.MAPProviderImpl.onDialogTimeout(MAPProviderImpl.java:965)

        at org.mobicents.protocols.ss7.tcap.TCAPProviderImpl.timeout(TCAPProviderImpl.java:378)
        at org.mobicents.protocols.ss7.tcap.DialogImpl$IdleTimerTask.run(DialogImpl.java:1699)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Scheduled
ThreadPoolExecutor.java:178)
        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadP
oolExecutor.java:292)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:744)

الرد على الكل
رد على الكاتب
إعادة توجيه
0 رسالة جديدة