DEQUEUING ORDER DIFFERS FROM ENQUEUING ORDER,URGENT ONE, PLS HELP

Hi ,
we are using ORACLE ADVANCED QUEUING for queue functionality.
our Oracle version is Oracle 8i release 8.1.5
Sometimes dequeuing order differs from enqueuing order. we are
enqueuing to the queue using default options only , i mean we
are not setting any prriority for messages .We are enqueuing 100
messages continuously to the queue.After completing enqueuing we
are dequeuing from the queue first in browse and then in remove
mode. We are using thin driver for database connectivity. If U
have any idea about this problem pls feel free to share with me .
Thanx in advance
Regards
Shilda Joseph
see the code snippet
enqueuing
aqMsg = qOracleQueue.createMessage();
aqRawPayload = aqMsg.getRawPayload();
byMsg = sMsgInfo.getBytes();
aqRawPayload.setStream(byMsg, byMsg.length);
AQEnqueueOption aqEnqueueOption = new AQEnqueueOption
qOracleQueue.enqueue(aqEnqueueOption, aqMsg);
dequeuing
     aqDequeueOption.setWaitTime(1);
aqDequeueOption.setDequeueMode
(aqDequeueOption.DEQUEUE_BROWSE);
aqMsg = qOracleQueue.dequeue(aqDequeueOption);
//removing
     AQDequeueOption aqDequeueOption1 = new AQDequeueOption
aqDequeueOption1.setDequeueMode
(aqDequeueOption.DEQUEUE_REMOVE);
AQMessage aqRemMsg = qOracleQueue.dequeue
(aqDequeueOption1);
see the enqueuing order and dequeuing order of hello 57, hello
58
2001/10/17 15:38:42:3 INFO [main] message enqueued - Helloo 1 to
HL7MESSAGEQUEUE
2001/10/17 15:38:42:124 INFO [main] message enqueued - Helloo 2
to HL7MESSAGEQUEUE
2001/10/17 15:38:42:234 INFO [main] message enqueued - Helloo 3
to HL7MESSAGEQUEUE
2001/10/17 15:38:42:334 INFO [main] message enqueued - Helloo 4
to HL7MESSAGEQUEUE
2001/10/17 15:38:42:434 INFO [main] message enqueued - Helloo 5
to HL7MESSAGEQUEUE
2001/10/17 15:38:42:544 INFO [main] message enqueued - Helloo 6
to HL7MESSAGEQUEUE
2001/10/17 15:38:42:644 INFO [main] message enqueued - Helloo 7
to HL7MESSAGEQUEUE
2001/10/17 15:38:42:755 INFO [main] message enqueued - Helloo 8
to HL7MESSAGEQUEUE
2001/10/17 15:38:42:865 INFO [main] message enqueued - Helloo 9
to HL7MESSAGEQUEUE
2001/10/17 15:38:42:965 INFO [main] message enqueued - Helloo 10
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:75 INFO [main] message enqueued - Helloo 11
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:175 INFO [main] message enqueued - Helloo 12
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:275 INFO [main] message enqueued - Helloo 13
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:375 INFO [main] message enqueued - Helloo 14
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:476 INFO [main] message enqueued - Helloo 15
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:576 INFO [main] message enqueued - Helloo 16
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:686 INFO [main] message enqueued - Helloo 17
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:786 INFO [main] message enqueued - Helloo 18
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:886 INFO [main] message enqueued - Helloo 19
to HL7MESSAGEQUEUE
2001/10/17 15:38:43:986 INFO [main] message enqueued - Helloo 20
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:86 INFO [main] message enqueued - Helloo 21
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:187 INFO [main] message enqueued - Helloo 22
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:287 INFO [main] message enqueued - Helloo 23
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:397 INFO [main] message enqueued - Helloo 24
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:497 INFO [main] message enqueued - Helloo 25
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:597 INFO [main] message enqueued - Helloo 26
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:697 INFO [main] message enqueued - Helloo 27
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:797 INFO [main] message enqueued - Helloo 28
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:898 INFO [main] message enqueued - Helloo 29
to HL7MESSAGEQUEUE
2001/10/17 15:38:44:988 INFO [main] message enqueued - Helloo 30
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:98 INFO [main] message enqueued - Helloo 31
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:188 INFO [main] message enqueued - Helloo 32
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:298 INFO [main] message enqueued - Helloo 33
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:388 INFO [main] message enqueued - Helloo 34
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:488 INFO [main] message enqueued - Helloo 35
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:598 INFO [main] message enqueued - Helloo 36
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:689 INFO [main] message enqueued - Helloo 37
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:799 INFO [main] message enqueued - Helloo 38
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:899 INFO [main] message enqueued - Helloo 39
to HL7MESSAGEQUEUE
2001/10/17 15:38:45:989 INFO [main] message enqueued - Helloo 40
to HL7MESSAGEQUEUE
2001/10/17 15:38:46:99 INFO [main] message enqueued - Helloo 41
to HL7MESSAGEQUEUE
2001/10/17 15:38:46:189 INFO [main] message enqueued - Helloo 42
to HL7MESSAGEQUEUE
2001/10/17 15:38:46:299 INFO [main] message enqueued - Helloo 43
to HL7MESSAGEQUEUE
2001/10/17 15:38:46:390 INFO [main] message enqueued - Helloo 44
to HL7MESSAGEQUEUE
2001/10/17 15:38:46:500 INFO [main] message enqueued - Helloo 45
to HL7MESSAGEQUEUE
2001/10/17 15:38:46:600 INFO [main] message enqueued - Helloo 46
to HL7MESSAGEQUEUE
2001/10/17 15:38:46:700 INFO [main] message enqueued - Helloo 47
to HL7MESSAGEQUEUE
2001/10/17 15:38:46:790 INFO [main] message enqueued - Helloo 48
to HL7MESSAGEQUEUE
2001/10/17 15:38:46:900 INFO [main] message enqueued - Helloo 49
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:0 INFO [main] message enqueued - Helloo 50
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:111 INFO [main] message enqueued - Helloo 51
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:201 INFO [main] message enqueued - Helloo 52
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:301 INFO [main] message enqueued - Helloo 53
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:411 INFO [main] message enqueued - Helloo 54
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:501 INFO [main] message enqueued - Helloo 55
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:631 INFO [main] message enqueued - Helloo 56
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:731 INFO [main] message enqueued - Helloo 57
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:822 INFO [main] message enqueued - Helloo 58
to HL7MESSAGEQUEUE
2001/10/17 15:38:47:932 INFO [main] message enqueued - Helloo 59
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:22 INFO [main] message enqueued - Helloo 60
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:132 INFO [main] message enqueued - Helloo 61
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:222 INFO [main] message enqueued - Helloo 62
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:332 INFO [main] message enqueued - Helloo 63
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:432 INFO [main] message enqueued - Helloo 64
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:533 INFO [main] message enqueued - Helloo 65
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:623 INFO [main] message enqueued - Helloo 66
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:733 INFO [main] message enqueued - Helloo 67
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:823 INFO [main] message enqueued - Helloo 68
to HL7MESSAGEQUEUE
2001/10/17 15:38:48:933 INFO [main] message enqueued - Helloo 69
to HL7MESSAGEQUEUE
2001/10/17 15:38:49:23 INFO [main] message enqueued - Helloo 70
to HL7MESSAGEQUEUE
2001/10/17 15:38:49:123 INFO [main] message enqueued - Helloo 71
to HL7MESSAGEQUEUE
2001/10/17 15:38:49:214 INFO [main] message enqueued - Helloo 72
to HL7MESSAGEQUEUE
2001/10/17 15:38:49:324 INFO [main] message enqueued - Helloo 73
to HL7MESSAGEQUEUE
2001/10/17 15:38:49:684 INFO [main] message enqueued - Helloo 74
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:5 INFO [main] message enqueued - Helloo 75
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:105 INFO [main] message enqueued - Helloo 76
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:215 INFO [main] message enqueued - Helloo 77
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:305 INFO [main] message enqueued - Helloo 78
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:405 INFO [main] message enqueued - Helloo 79
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:505 INFO [main] message enqueued - Helloo 80
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:605 INFO [main] message enqueued - Helloo 81
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:696 INFO [main] message enqueued - Helloo 82
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:796 INFO [main] message enqueued - Helloo 83
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:886 INFO [main] message enqueued - Helloo 84
to HL7MESSAGEQUEUE
2001/10/17 15:38:50:996 INFO [main] message enqueued - Helloo 85
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:96 INFO [main] message enqueued - Helloo 86
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:186 INFO [main] message enqueued - Helloo 87
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:286 INFO [main] message enqueued - Helloo 88
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:387 INFO [main] message enqueued - Helloo 89
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:487 INFO [main] message enqueued - Helloo 90
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:587 INFO [main] message enqueued - Helloo 91
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:687 INFO [main] message enqueued - Helloo 92
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:797 INFO [main] message enqueued - Helloo 93
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:887 INFO [main] message enqueued - Helloo 94
to HL7MESSAGEQUEUE
2001/10/17 15:38:51:987 INFO [main] message enqueued - Helloo 95
to HL7MESSAGEQUEUE
2001/10/17 15:38:52:88 INFO [main] message enqueued - Helloo 96
to HL7MESSAGEQUEUE
2001/10/17 15:38:52:188 INFO [main] message enqueued - Helloo 97
to HL7MESSAGEQUEUE
2001/10/17 15:38:52:278 INFO [main] message enqueued - Helloo 98
to HL7MESSAGEQUEUE
2001/10/17 15:38:52:378 INFO [main] message enqueued - Helloo 99
to HL7MESSAGEQUEUE
2001/10/17 15:38:52:478 INFO [main] message enqueued - Helloo
100 to HL7MESSAGEQUEUE
2001/10/17 15:54:51:259 INFO [main] DS::run: Dequeue BROWSE -
Helloo 1
2001/10/17 15:54:51:319 INFO [main] DS::run: Dequeue
REMOVEHelloo 1
2001/10/17 15:54:51:619 INFO [main] DS::run: Dequeue BROWSE -
Helloo 2
2001/10/17 15:54:51:649 INFO [main] DS::run: Dequeue
REMOVEHelloo 2
2001/10/17 15:54:51:929 INFO [main] DS::run: Dequeue BROWSE -
Helloo 3
2001/10/17 15:54:51:960 INFO [main] DS::run: Dequeue
REMOVEHelloo 3
2001/10/17 15:54:52:290 INFO [main] DS::run: Dequeue BROWSE -
Helloo 4
2001/10/17 15:54:52:360 INFO [main] DS::run: Dequeue
REMOVEHelloo 4
2001/10/17 15:54:52:640 INFO [main] DS::run: Dequeue BROWSE -
Helloo 5
2001/10/17 15:54:52:671 INFO [main] DS::run: Dequeue
REMOVEHelloo 5
2001/10/17 15:54:52:951 INFO [main] DS::run: Dequeue BROWSE -
Helloo 6
2001/10/17 15:54:52:971 INFO [main] DS::run: Dequeue
REMOVEHelloo 6
2001/10/17 15:54:53:301 INFO [main] DS::run: Dequeue BROWSE -
Helloo 7
2001/10/17 15:54:53:321 INFO [main] DS::run: Dequeue
REMOVEHelloo 7
2001/10/17 15:54:53:672 INFO [main] DS::run: Dequeue BROWSE -
Helloo 8
2001/10/17 15:54:53:692 INFO [main] DS::run: Dequeue
REMOVEHelloo 8
2001/10/17 15:54:56:926 INFO [main] DS::run: Dequeue BROWSE -
Helloo 9
2001/10/17 15:54:56:946 INFO [main] DS::run: Dequeue
REMOVEHelloo 9
2001/10/17 15:54:57:257 INFO [main] DS::run: Dequeue BROWSE -
Helloo 10
2001/10/17 15:54:57:277 INFO [main] DS::run: Dequeue
REMOVEHelloo 10
2001/10/17 15:54:57:557 INFO [main] DS::run: Dequeue BROWSE -
Helloo 11
2001/10/17 15:54:57:627 INFO [main] DS::run: Dequeue
REMOVEHelloo 11
2001/10/17 15:54:57:918 INFO [main] DS::run: Dequeue BROWSE -
Helloo 12
2001/10/17 15:54:57:938 INFO [main] DS::run: Dequeue
REMOVEHelloo 12
2001/10/17 15:54:58:268 INFO [main] DS::run: Dequeue BROWSE -
Helloo 13
2001/10/17 15:54:58:278 INFO [main] DS::run: Dequeue
REMOVEHelloo 13
2001/10/17 15:54:58:569 INFO [main] DS::run: Dequeue BROWSE -
Helloo 14
2001/10/17 15:54:58:589 INFO [main] DS::run: Dequeue
REMOVEHelloo 14
2001/10/17 15:54:58:869 INFO [main] DS::run: Dequeue BROWSE -
Helloo 15
2001/10/17 15:54:58:959 INFO [main] DS::run: Dequeue
REMOVEHelloo 15
2001/10/17 15:54:59:260 INFO [main] DS::run: Dequeue BROWSE -
Helloo 16
2001/10/17 15:54:59:280 INFO [main] DS::run: Dequeue
REMOVEHelloo 16
2001/10/17 15:54:59:600 INFO [main] DS::run: Dequeue BROWSE -
Helloo 17
2001/10/17 15:54:59:620 INFO [main] DS::run: Dequeue
REMOVEHelloo 17
2001/10/17 15:54:59:911 INFO [main] DS::run: Dequeue BROWSE -
Helloo 18
2001/10/17 15:54:59:931 INFO [main] DS::run: Dequeue
REMOVEHelloo 18
2001/10/17 15:55:0:251 INFO [main] DS::run: Dequeue BROWSE -
Helloo 19
2001/10/17 15:55:0:321 INFO [main] DS::run: Dequeue REMOVEHelloo
19
2001/10/17 15:55:0:602 INFO [main] DS::run: Dequeue BROWSE -
Helloo 20
2001/10/17 15:55:0:622 INFO [main] DS::run: Dequeue REMOVEHelloo
20
2001/10/17 15:55:0:922 INFO [main] DS::run: Dequeue BROWSE -
Helloo 21
2001/10/17 15:55:0:932 INFO [main] DS::run: Dequeue REMOVEHelloo
21
2001/10/17 15:55:1:263 INFO [main] DS::run: Dequeue BROWSE -
Helloo 22
2001/10/17 15:55:1:283 INFO [main] DS::run: Dequeue REMOVEHelloo
22
2001/10/17 15:55:1:623 INFO [main] DS::run: Dequeue BROWSE -
Helloo 23
2001/10/17 15:55:1:633 INFO [main] DS::run: Dequeue REMOVEHelloo
23
2001/10/17 15:55:1:933 INFO [main] DS::run: Dequeue BROWSE -
Helloo 24
2001/10/17 15:55:1:953 INFO [main] DS::run: Dequeue REMOVEHelloo
24
2001/10/17 15:55:2:484 INFO [main] DS::run: Dequeue BROWSE -
Helloo 25
2001/10/17 15:55:2:504 INFO [main] DS::run: Dequeue REMOVEHelloo
25
2001/10/17 15:55:2:775 INFO [main] DS::run: Dequeue BROWSE -
Helloo 26
2001/10/17 15:55:2:855 INFO [main] DS::run: Dequeue REMOVEHelloo
26
2001/10/17 15:55:3:135 INFO [main] DS::run: Dequeue BROWSE -
Helloo 27
2001/10/17 15:55:3:155 INFO [main] DS::run: Dequeue REMOVEHelloo
27
2001/10/17 15:55:3:436 INFO [main] DS::run: Dequeue BROWSE -
Helloo 28
2001/10/17 15:55:3:456 INFO [main] DS::run: Dequeue REMOVEHelloo
28
2001/10/17 15:55:3:736 INFO [main] DS::run: Dequeue BROWSE -
Helloo 29
2001/10/17 15:55:3:756 INFO [main] DS::run: Dequeue REMOVEHelloo
29
2001/10/17 15:55:4:86 INFO [main] DS::run: Dequeue BROWSE -
Helloo 30
2001/10/17 15:55:4:106 INFO [main] DS::run: Dequeue REMOVEHelloo
30
2001/10/17 15:55:4:407 INFO [main] DS::run: Dequeue BROWSE -
Helloo 31
2001/10/17 15:55:4:427 INFO [main] DS::run: Dequeue REMOVEHelloo
31
2001/10/17 15:55:4:707 INFO [main] DS::run: Dequeue BROWSE -
Helloo 32
2001/10/17 15:55:4:727 INFO [main] DS::run: Dequeue REMOVEHelloo
32
2001/10/17 15:55:5:68 INFO [main] DS::run: Dequeue BROWSE -
Helloo 33
2001/10/17 15:55:5:88 INFO [main] DS::run: Dequeue REMOVEHelloo
33
2001/10/17 15:55:5:468 INFO [main] DS::run: Dequeue BROWSE -
Helloo 34
2001/10/17 15:55:5:488 INFO [main] DS::run: Dequeue REMOVEHelloo
34
2001/10/17 15:55:5:769 INFO [main] DS::run: Dequeue BROWSE -
Helloo 35
2001/10/17 15:55:5:789 INFO [main] DS::run: Dequeue REMOVEHelloo
35
2001/10/17 15:55:6:69 INFO [main] DS::run: Dequeue BROWSE -
Helloo 36
2001/10/17 15:55:6:149 INFO [main] DS::run: Dequeue REMOVEHelloo
36
2001/10/17 15:55:6:430 INFO [main] DS::run: Dequeue BROWSE -
Helloo 37
2001/10/17 15:55:6:450 INFO [main] DS::run: Dequeue REMOVEHelloo
37
2001/10/17 15:55:6:730 INFO [main] DS::run: Dequeue BROWSE -
Helloo 38
2001/10/17 15:55:6:750 INFO [main] DS::run: Dequeue REMOVEHelloo
38
2001/10/17 15:55:7:31 INFO [main] DS::run: Dequeue BROWSE -
Helloo 39
2001/10/17 15:55:7:51 INFO [main] DS::run: Dequeue REMOVEHelloo
39
2001/10/17 15:55:7:381 INFO [main] DS::run: Dequeue BROWSE -
Helloo 40
2001/10/17 15:55:7:401 INFO [main] DS::run: Dequeue REMOVEHelloo
40
2001/10/17 15:55:7:692 INFO [main] DS::run: Dequeue BROWSE -
Helloo 41
2001/10/17 15:55:7:702 INFO [main] DS::run: Dequeue REMOVEHelloo
41
2001/10/17 15:55:7:992 INFO [main] DS::run: Dequeue BROWSE -
Helloo 42
2001/10/17 15:55:8:12 INFO [main] DS::run: Dequeue REMOVEHelloo
42
2001/10/17 15:55:8:372 INFO [main] DS::run: Dequeue BROWSE -
Helloo 43
2001/10/17 15:55:8:392 INFO [main] DS::run: Dequeue REMOVEHelloo
43
2001/10/17 15:55:8:683 INFO [main] DS::run: Dequeue BROWSE -
Helloo 44
2001/10/17 15:55:8:703 INFO [main] DS::run: Dequeue REMOVEHelloo
44
2001/10/17 15:55:8:983 INFO [main] DS::run: Dequeue BROWSE -
Helloo 45
2001/10/17 15:55:9:3 INFO [main] DS::run: Dequeue REMOVEHelloo
45
2001/10/17 15:55:9:314 INFO [main] DS::run: Dequeue BROWSE -
Helloo 46
2001/10/17 15:55:9:394 INFO [main] DS::run: Dequeue REMOVEHelloo
46
2001/10/17 15:55:9:704 INFO [main] DS::run: Dequeue BROWSE -
Helloo 47
2001/10/17 15:55:9:724 INFO [main] DS::run: Dequeue REMOVEHelloo
47
2001/10/17 15:55:10:15 INFO [main] DS::run: Dequeue BROWSE -
Helloo 48
2001/10/17 15:55:10:35 INFO [main] DS::run: Dequeue REMOVEHelloo
48
2001/10/17 15:55:10:335 INFO [main] DS::run: Dequeue BROWSE -
Helloo 49
2001/10/17 15:55:10:355 INFO [main] DS::run: Dequeue
REMOVEHelloo 49
2001/10/17 15:55:10:696 INFO [main] DS::run: Dequeue BROWSE -
Helloo 50
2001/10/17 15:55:10:716 INFO [main] DS::run: Dequeue
REMOVEHelloo 50
2001/10/17 15:55:10:996 INFO [main] DS::run: Dequeue BROWSE -
Helloo 51
2001/10/17 15:55:11:16 INFO [main] DS::run: Dequeue REMOVEHelloo
51
2001/10/17 15:55:11:337 INFO [main] DS::run: Dequeue BROWSE -
Helloo 52
2001/10/17 15:55:11:357 INFO [main] DS::run: Dequeue
REMOVEHelloo 52
2001/10/17 15:55:11:687 INFO [main] DS::run: Dequeue BROWSE -
Helloo 53
2001/10/17 15:55:11:707 INFO [main] DS::run: Dequeue
REMOVEHelloo 53
2001/10/17 15:55:11:998 INFO [main] DS::run: Dequeue BROWSE -
Helloo 54
2001/10/17 15:55:12:18 INFO [main] DS::run: Dequeue REMOVEHelloo
54
2001/10/17 15:55:12:338 INFO [main] DS::run: Dequeue BROWSE -
Helloo 55
2001/10/17 15:55:12:348 INFO [main] DS::run: Dequeue
REMOVEHelloo 55
2001/10/17 15:55:12:709 INFO [main] DS::run: Dequeue BROWSE -
Helloo 56
2001/10/17 15:55:12:729 INFO [main] DS::run: Dequeue
REMOVEHelloo 56
2001/10/17 15:55:12:989 INFO [main] DS::run: Dequeue BROWSE -
Helloo 58
2001/10/17 15:55:13:9 INFO [main] DS::run: Dequeue REMOVEHelloo
58
2001/10/17 15:55:13:319 INFO [main] DS::run: Dequeue BROWSE -
Helloo 57
2001/10/17 15:55:13:339 INFO [main] DS::run: Dequeue
REMOVEHelloo 57
2001/10/17 15:55:13:670 INFO [main] DS::run: Dequeue BROWSE -
Helloo 59
2001/10/17 15:55:13:690 INFO [main] DS::run: Dequeue
REMOVEHelloo 59
2001/10/17 15:55:13:970 INFO [main] DS::run: Dequeue BROWSE -
Helloo 60
2001/10/17 15:55:13:990 INFO [main] DS::run: Dequeue
REMOVEHelloo 60
2001/10/17 15:55:14:291 INFO [main] DS::run: Dequeue BROWSE -
Helloo 61
2001/10/17 15:55:14:311 INFO [main] DS::run: Dequeue
REMOVEHelloo 61
2001/10/17 15:55:14:591 INFO [main] DS::run: Dequeue BROWSE -
Helloo 62
2001/10/17 15:55:14:671 INFO [main] DS::run: Dequeue
REMOVEHelloo 62
2001/10/17 15:55:15:603 INFO [main] DS::run: Dequeue BROWSE -
Helloo 63
2001/10/17 15:55:15:623 INFO [main] DS::run: Dequeue
REMOVEHelloo 63
2001/10/17 15:55:15:933 INFO [main] DS::run: Dequeue BROWSE -
Helloo 64
2001/10/17 15:55:15:953 INFO [main] DS::run: Dequeue
REMOVEHelloo 64
2001/10/17 15:55:16:274 INFO [main] DS::run: Dequeue BROWSE -
Helloo 65
2001/10/17 15:55:16:294 INFO [main] DS::run: Dequeue
REMOVEHelloo 65
2001/10/17 15:55:16:624 INFO [main] DS::run: Dequeue BROWSE -
Helloo 66
2001/10/17 15:55:16:644 INFO [main] DS::run: Dequeue
REMOVEHelloo 66
2001/10/17 15:55:16:934 INFO [main] DS::run: Dequeue BROWSE -
Helloo 67
2001/10/17 15:55:16:944 INFO [main] DS::run: Dequeue
REMOVEHelloo 67
2001/10/17 15:55:17:325 INFO [main] DS::run: Dequeue BROWSE -
Helloo 68
2001/10/17 15:55:17:345 INFO [main] DS::run: Dequeue
REMOVEHelloo 68
2001/10/17 15:55:17:665 INFO [main] DS::run: Dequeue BROWSE -
Helloo 69
2001/10/17 15:55:17:685 INFO [main] DS::run: Dequeue
REMOVEHelloo 69
2001/10/17 15:55:17:956 INFO [main] DS::run: Dequeue BROWSE -
Helloo 70
2001/10/17 15:55:17:976 INFO [main] DS::run: Dequeue
REMOVEHelloo 70
2001/10/17 15:55:18:326 INFO [main] DS::run: Dequeue BROWSE -
Helloo 71
2001/10/17 15:55:18:346 INFO [main] DS::run: Dequeue
REMOVEHelloo 71
2001/10/17 15:55:18:617 INFO [main] DS::run: Dequeue BROWSE -
Helloo 72
2001/10/17 15:55:18:687 INFO [main] DS::run: Dequeue
REMOVEHelloo 72
2001/10/17 15:55:19:17 INFO [main] DS::run: Dequeue BROWSE -
Helloo 73
2001/10/17 15:55:19:37 INFO [main] DS::run: Dequeue REMOVEHelloo
73
2001/10/17 15:55:19:338 INFO [main] DS::run: Dequeue BROWSE -
Helloo 74
2001/10/17 15:55:19:358 INFO [main] DS::run: Dequeue
REMOVEHelloo 74
2001/10/17 15:55:19:668 INFO [main] DS::run: Dequeue BROWSE -
Helloo 75
2001/10/17 15:55:19:688 INFO [main] DS::run: Dequeue
REMOVEHelloo 75
2001/10/17 15:55:20:19 INFO [main] DS::run: Dequeue BROWSE -
Helloo 76
2001/10/17 15:55:20:39 INFO [main] DS::run: Dequeue REMOVEHelloo
76
2001/10/17 15:55:20:359 INFO [main] DS::run: Dequeue BROWSE -
Helloo 77
2001/10/17 15:55:20:379 INFO [main] DS::run: Dequeue
REMOVEHelloo 77
2001/10/17 15:55:20:660 INFO [main] DS::run: Dequeue BROWSE -
Helloo 78
2001/10/17 15:55:20:680 INFO [main] DS::run: Dequeue
REMOVEHelloo 78
2001/10/17 15:55:21:20 INFO [main] DS::run: Dequeue BROWSE -
Helloo 79
2001/10/17 15:55:21:40 INFO [main] DS::run: Dequeue REMOVEHelloo
79
2001/10/17 15:55:21:361 INFO [main] DS::run: Dequeue BROWSE -
Helloo 80
2001/10/17 15:55:21:381 INFO [main] DS::run: Dequeue
REMOVEHelloo 80
2001/10/17 15:55:21:661 INFO [main] DS::run: Dequeue BROWSE -
Helloo 81
2001/10/17 15:55:21:681 INFO [main] DS::run: Dequeue
REMOVEHelloo 81
2001/10/17 15:55:22:72 INFO [main] DS::run: Dequeue BROWSE -
Helloo 82
2001/10/17 15:55:22:82 INFO [main] DS::run: Dequeue REMOVEHelloo
82
2001/10/17 15:55:22:382 INFO [main] DS::run: Dequeue BROWSE -
Helloo 83
2001/10/17 15:55:22:402 INFO [main] DS::run: Dequeue
REMOVEHelloo 83
2001/10/17 15:55:22:692 INFO [main] DS::run: Dequeue BROWSE -
Helloo 84
2001/10/17 15:55:22:713 INFO [main] DS::run: Dequeue
REMOVEHelloo 84
2001/10/17 15:55:23:53 INFO [main] DS::run: Dequeue BROWSE -
Helloo 85
2001/10/17 15:55:23:63 INFO [main] DS::run: Dequeue REMOVEHelloo
85
2001/10/17 15:55:23:403 INFO [main] DS::run: Dequeue BROWSE -
Helloo 86
2001/10/17 15:55:23:413 INFO [main] DS::run: Dequeue
REMOVEHelloo 86
2001/10/17 15:55:23:694 INFO [main] DS::run: Dequeue BROWSE -
Helloo 87
2001/10/17 15:55:23:714 INFO [main] DS::run: Dequeue
REMOVEHelloo 87
2001/10/17 15:55:24:886 INFO [main] DS::run: Dequeue BROWSE -
Helloo 88
2001/10/17 15:55:24:966 INFO [main] DS::run: Dequeue
REMOVEHelloo 88
2001/10/17 15:55:25:286 INFO [main] DS::run: Dequeue BROWSE -
Helloo 89
2001/10/17 15:55:25:296 INFO [main] DS::run: Dequeue
REMOVEHelloo 89
2001/10/17 15:55:25:637 INFO [main] DS::run: Dequeue BROWSE -
Helloo 90
2001/10/17 15:55:25:657 INFO [main] DS::run: Dequeue
REMOVEHelloo 90
2001/10/17 15:55:25:937 INFO [main] DS::run: Dequeue BROWSE -
Helloo 91
2001/10/17 15:55:25:957 INFO [main] DS::run: Dequeue
REMOVEHelloo 91
2001/10/17 15:55:26:338 INFO [main] DS::run: Dequeue BROWSE -
Helloo 92
2001/10/17 15:55:26:358 INFO [main] DS::run: Dequeue
REMOVEHelloo 92
2001/10/17 15:55:26:628 INFO [main] DS::run: Dequeue BROWSE -
Helloo 93
2001/10/17 15:55:26:648 INFO [main] DS::run: Dequeue
REMOVEHelloo 93
2001/10/17 15:55:26:928 INFO [main] DS::run: Dequeue BROWSE -
Helloo 94
2001/10/17 15:55:26:948 INFO [main] DS::run: Dequeue
REMOVEHelloo 94
2001/10/17 15:55:27:319 INFO [main] DS::run: Dequeue BROWSE -
Helloo 95
2001/10/17 15:55:27:339 INFO [main] DS::run: Dequeue
REMOVEHelloo 95
2001/10/17 15:55:27:609 INFO [main] DS::run: Dequeue BROWSE -
Helloo 96
2001/10/17 15:55:27:629 INFO [main] DS::run: Dequeue
REMOVEHelloo 96
2001/10/17 15:55:27:910 INFO [main] DS::run: Dequeue BROWSE -
Helloo 97
2001/10/17 15:55:27:930 INFO [main] DS::run: Dequeue
REMOVEHelloo 97
2001/10/17 15:55:28:280 INFO [main] DS::run: Dequeue BROWSE -
Helloo 98
2001/10/17 15:55:28:360 INFO [main] DS::run: Dequeue
REMOVEHelloo 98
2001/10/17 15:55:28:631 INFO [main] DS::run: Dequeue BROWSE -
Helloo 99
2001/10/17 15:55:28:651 INFO [main] DS::run: Dequeue
REMOVEHelloo 99
2001/10/17 15:55:28:941 INFO [main] DS::run: Dequeue BROWSE -
Helloo 100
2001/10/17 15:55:28:951 INFO [main] DS::run: Dequeue
REMOVEHelloo 100

As other members adviced
Please check the following as a list
1) Check first fi the Material is in APO relevant
2) Check if it has active integration model in cfm5 (R/3)
3) Check if the material has no blocked queues in /n/sapapo/cq (APO)
If there are any blocked queues please clear them accordingly.
4) After that perform a reconciliation of the transactional data through.
/n/sapapo/ccr(APO). perform it only for that material and on planned orders.
If there are any errors it will usggest you to follow few steps.
5) then again go back and check the /n/sapapo/cq transaction.
6) Check if the material and its location has publication Types maintained in SPRO transaction.
7) Check if the change pointers of this Planned order exists in /n/sapapo/c5
This si change pointers transaction , soemtimes you can release ti from there also.
If you still have problem, give the resutls of the following for reference.
Let us know once you perform all these.
8) Incase you need to perform the consistency checks  externally.

Similar Messages

  • HT3702 when I finish putting my card details in, I press next and then it says an error occurred!(above the different type of cards) some one pls help

    when I finish putting my card details in, I press next and then it says an error occurred!(above the different type of cards) some one pls help!

    when I finish putting my card details in, I press next and then it says an error occurred!(above the different type of cards) some one pls help!

  • Order by missing pls help

    Hi,
    first one is old query ,I re write this query as second query with using WITH clause,Both are returning same rows but Oder is missing,
    Java developers need same order.Could you pls help to get same order for second query as 1st query .And i tried Order by clause for second query all possibilities but i did't get same order as 1st.
    *1st query*
    SELECT   a.test_session_id, c.roster_domain_name, a.sem
      FROM   test_session_detail a, test_session b, test_detail c
    WHERE   a.test_session_id = b.test_session_id
             AND c.test_detail_id = a.test_detail_id
             AND EXISTS
                   (SELECT   td.test_detail_id
                      FROM   test_detail td
                     WHERE       domain_map_id IS NOT NULL
                             AND c.test_detail_id = td.test_detail_id
                             AND domain_map_id IN ('303', '306', '305', '304'))
             AND b.test_session_id IN ('4047','4086','4087','4165','4167','4169')
    AND domain_group_id NOT IN
                      (SELECT   domain_group_id
                         FROM   test_session_detail a, test_session b
                        WHERE       a.test_session_id = b.test_session_id
                                AND a.domain_group_id IS NOT NULL
                                AND b.test_session_status_id = 4
                                AND a.test_session_status_id <> 3
                                AND b.test_session_id IN
                                         ('4047','4086','4087','4165','4167','4169'))     
    sample output of 1st query
    TEST_SESSION_ID     ROSTER_DOMAIN_NAME     SEM
    4047     AR - Integers and Fractions     2
    4047     AR - Integers and Fractions     2
    4047     AR - Decimal Numbers     1
    4047     AR - Decimal Numbers     1
    4047     AR - Percent     1
    4047     AR - Percent     1.52
    4047     AR - Estim, Ordering, Numb. Sense     11.34
    4047     AR - Estim, Ordering, Numb. Sense     11.34
    4047     AR - Word Problems     0.401
    4047     AR - Word Problems     1
    4086     AR - Integers and Fractions     1.5
    4086     AR - Decimal Numbers     1.342
    4086     AR - Percent     1
    4086     AR - Estim, Ordering, Numb. Sense     11.34
    4086     AR - Word Problems     2second query
    WITH exist_1 AS
                   (SELECT   td.test_detail_id
                      FROM   test_detail td
                     WHERE       domain_map_id IS NOT NULL
                   AND domain_map_id IN ('303', '306', '305', '304')),
    domain_group AS
                      (SELECT   domain_group_id
                         FROM   test_session_detail a, test_session b
                        WHERE       a.test_session_id = b.test_session_id
                                AND a.domain_group_id IS NOT NULL
                                AND b.test_session_status_id = 4
                                AND a.test_session_status_id <> 3
                                AND b.test_session_id IN
                                         ('4047','4086','4087','4165','4167','4169'))
    SELECT   a.test_session_id, c.roster_domain_name, a.sem
      FROM   test_session_detail a, test_session b, test_detail c,exist_1 ex, domain_group dg
    WHERE   a.test_session_id = b.test_session_id
             AND c.test_detail_id = a.test_detail_id
             AND dg.domain_group_id(+) =A.DOMAIN_GROUP_ID
             AND dg.domain_group_id IS NULL
             AND ex.test_detail_id = c.test_detail_id
             AND b.test_session_id IN ('4047','4086','4087','4165','4167','4169')                                    
    sample output of second query
    TEST_SESSION_ID     ROSTER_DOMAIN_NAME     SEM
    4086     AR - Word Problems     2
    4086     AR - Estim, Ordering, Numb. Sense     11.34
    4086     AR - Percent     1
    4086     AR - Decimal Numbers     1.342
    4086     AR - Integers and Fractions     1.5
    4047     AR - Word Problems     0.401
    4047     AR - Estim, Ordering, Numb. Sense     11.34
    4047     AR - Percent     1.52
    4047     AR - Decimal Numbers     1
    4047     AR - Integers and Fractions     2
    4047     AR - Word Problems     1
    4047     AR - Estim, Ordering, Numb. Sense     11.34
    4047     AR - Percent     1
    4047     AR - Decimal Numbers     1
    4047     AR - Integers and Fractions     2

    Hi,
    user575115 wrote:
    Hi,
    Even if i give order by a.test_session_id in both queries not ordering properly in second query as 1st query.When you say
    ORDER BY  a.test_session_id    DESCin your main query, then you can be sure that all the rows where a.test_session_id=4086 will be together, before any rows with a.test_session_id=4047. But if you have 5 rows where a.test_session_id=4086, there is no telling what order those 5 rows will be in, and it will not necessarily be the same every time you run the exact same query with the exact same data. You can ORDER BY additional columns or expressions, even columns or expressions that are not in the SELECT clause.
    For example, if you say:ORDER BY  a.test_session_id    DESC
    ,         a.test_detail_idthen you can be sure the rows where a.test_session_id=4086 will be together, before any rows with a.test_session_id=4047, as before, but you can also be sure that the rows where a.test_session_id=4086 will be in order by a.test_detail_id. If that is not unique, keep adding more columns.
    If the ORDER BY clause includes the primary key (or any unique key) from each table, then you can be sure that the results will always be in the same order.

  • Hey there, whenever i try to start iTunes in my laptop amsg coming up saying : data execution prevention prevented iTunes from starting (Dep), would you Pls help me out.I have windows vista installed.

    hey there, whenever i try to start iTunes in my laptop amsg coming up saying : data execution prevention prevented iTunes from starting (Dep), would you Pls help me out.I have windows vista installed.

    No, i do not have quickTime player.
    I have tried to close dep off for iTunes but failed to do so as i got a msg that iTunes can't work without Dep in execution data prevention.

  • HT204053 sir; i can't import song and videos from pc to my iphone pls help me

    sir; i can't import song and videos from pc to my iphone pls help me

    We are fellow users here on these forums, you're not talking to iTunes Support nor Apple - if you would like help then you will need to provide more information than 'can't import' e.g. how are trying to sync content and what happens when you do it ?
    You have the latest version of iTunes installed on your computer, and your phone appears in it when it's connected to your computer ? If not then see if this troubleshooting page helps : http://support.apple.com/kb/TS1538
    You should be able to sync music and films/TV programmes by selecting your phone on the left-hand sidebar of your computer's iTunes (you can enable the sidebar via control-S on a PC) and then using the tabs on the right-hand side of the iTunes screen to select and sync your content
    Is that how you are trying to do it and it's not working ?
    If you haven't synced your phone to that computer before then you may also find this page useful : https://discussions.apple.com/docs/DOC-3141

  • Combing multiple sales order into one delivery - help needed!

    basically, this is what im doing and maybe someone can direct me in the right direction?
    i goto vl10c, enter the shipping point and then goto the sales order tab and enter one sales order in sales document 1st field and then in the second field for sales document i enter the second sales order. it then opens up a list of the 2 sales order and i can check mark one or both sales order here. after i check mark both, im not sure what to do to combine the 2 sales order into one delivery document. anyone???
    thanks!

    I will suggest you to go through the link [http://help.sap.com/saphelp_erp60_sp/helpdata/en/38/c1853488601e33e10000009b38f83b/frameset.htm]
    I request you to search the SD forum before posting the issues. You will get plenty of treads on this subject.
    Check the required confiquration for "combing multiple sales order into one delivery" and if still problem persists then you post the error you are getting for resolution.
    Best Regards,
    Bashir
    Edited by: Bashir on Oct 16, 2009 8:58 AM
    Edited by: Bashir on Oct 16, 2009 8:58 AM

  • How to use getRealPath() on FacesContext _Any One Pls Help me its Urgent

    hi,
    I am facing this error in jboss
    14:23:38,578 INFO [STDOUT] FILE Loaded IS::D:\jboss-4.0.3\server\fins\.\tmp\deploy\tmp62946fins.ear-contents\fins-exp.war\reports\STRreport2.jasper
    when i tries to access a file( which is at WebRoot\reports\STRreport2.jasper) from jsf file located as WebRoot\pages\report\ShowReport.jsp.
    Error is::
    JasperReports encountered this error :
    net.sf.jasperreports.engine.JRException: Error loading object from file : D:\jboss-4.0.3\server\fins\.\tmp\deploy\tmp62946fins.ear-contents\fins-exp.war\reports\STRreport2.jasper
    pls help me. Thanks in Advance.

    Pls help me.
    JasperReports encountered this error :
    java.io.InvalidClassException: net.sf.jasperreports.engine.base.JRBaseReport; local class incompatible: stream classdesc serialVersionUID = 10100, local class serialVersionUID = 10101
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:519)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1460)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1460)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1693)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
         at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:85)
         at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:62)
         at org.apache.jsp.jsp.viewer_jsp._jspService(org.apache.jsp.jsp.viewer_jsp:85)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
         at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
         at java.lang.Thread.run(Thread.java:595)
    NESTED BY :
    net.sf.jasperreports.engine.JRException: Error loading object from file : D:\jboss-4.0.3\server\fins\.\tmp\deploy\tmp63657fins.ear-contents\fins-exp.war\reports\FontsReport.jasper
         at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:89)
         at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:62)
         at org.apache.jsp.jsp.viewer_jsp._jspService(org.apache.jsp.jsp.viewer_jsp:85)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
         at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
         at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
         at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
         at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
         at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
         at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.io.InvalidClassException: net.sf.jasperreports.engine.base.JRBaseReport; local class incompatible: stream classdesc serialVersionUID = 10100, local class serialVersionUID = 10101
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:519)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1460)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1546)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1460)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1693)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1299)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:339)
         at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:85)
         ... 37 more

  • Error!Urgent!Pls Help.....Thank You

    I had the following error with the code below.......anyone pls help me ..... urgent.....I will be really appreciate it......Thank you in advanced.....
    I had created two statement,.....one is to select the value of Leave_Reason from a table and store it in the String Leave_Reason after that I need to insert the Leave_Reason variable's value together with other value which input from a form in the previous page....into another table....
    But I dun know why I encountered the error below....anyone pls help.....really urgent.....I had tried to solve it for two days already,,,,,
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 86 in the jsp file: /SilkAir/leave_request.jsp
    Generated servlet error:
    [javac] Compiling 1 source file
    C:\Tomcat 4.1\work\Standalone\localhost\_\SilkAir\leave_request_jsp.java:315: cannot resolve symbol
    symbol : variable Leave_Reason
    location: class org.apache.jsp.leave_request_jsp
    String Query = "INSERT INTO Leave_Application (Emp_Num, Leave_ID, Apply_Date, Leave_Date, Leave_Reason, Leave_Applied, Leave_Status) VALUES ('" + Emp_Num + "', '" + Leave_ID + "', '" Apply_Date "', '" + Leave_Date + "', '" + Leave_Reason + "', '" + Day + "', 'Pending')";
    ^
    1 error
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:340)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:352)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:474)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:184)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:432)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:386)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:534)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:530)
         at java.lang.Thread.run(Thread.java:536)
    <request.jsp>
    <%@page import="java.sql.*"%>
    <%@page import="java.util.Date"%>
    <%@page import="java.text.SimpleDateFormat"%>
    <html>
    <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    </head>
    <%
    String username = (String)session.getAttribute("username");
    %>
    <%
    //define connection
    Connection con = null;
    try{
    //get the class
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    //get the connection
         con = DriverManager.getConnection("jdbc:odbc:Database","","");
    //please catch your exceptions!
    catch(Exception e){
         out.println(e.getMessage());
    // form data
    String Emp= request.getParameter("txtEmp");
    String Leave_ID = request.getParameter("txtReason");
    java.text.SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy/MM/dd");
    String LeaveDate = request.getParameter("txtLeaveDate");
    java.util.Date dateU = sdf.parse(LeaveDate);
    java.sql.Date Leave_Date = new java.sql.Date(dateU.getTime());
    String Day = request.getParameter("txtDay");
    java.text.SimpleDateFormat rd = new java.text.SimpleDateFormat("yyyy/MM/dd");
    String ApplyDate = request.getParameter("txtApplyDate");
    java.util.Date dateR = rd.parse(ApplyDate);
    java.sql.Date Apply_Date = new java.sql.Date(dateR.getTime());
    // query statement
    ResultSet rs=null;
    Statement SQLStatement = con.createStatement();
    Statement stm = con.createStatement();
    String query = "SELECT DISTINCT LeaveType FROM Leave WHERE Leave_ID ='"+Leave_ID+"'";
    rs = stm.executeQuery(query);
    if(rs.next())
    String Leave_Reason = rs.getString("LeaveType");
    else
    {    out.println("no results found");
    rs.close();
    stm.close();
    String Query = "INSERT INTO Application (Emp, Leave_ID, Apply_Date, Leave_Date, Leave_Reason, Leave_Applied, Leave_Status) VALUES ('" + Emp_Num + "', '" + Leave_ID + "', '" Apply_Date "', '" + Leave_Date + "', '" + Leave_Reason + "', '" + Day + "', 'Pending')";
    // get result code
    int SQLStatus = SQLStatement.executeUpdate(Query);
         if(SQLStatus != 0)
         out.println("post successfully.");
         else
         out.println("Problem encountered");
    // close connection
    SQLStatement.close();
    con.close();
    %>
    </body>
    </html>

    if(rs.next())
    String Leave_Reason = rs.getString("LeaveType");
    else
    { out.println("no results found");
    rs.close();
    stm.close();
    String Query = "INSERT INTO Application (Emp, Leave_ID, Apply_Date, Leave_Date, Leave_Reason, Leave_Applied, Leave_Status) VALUES ('" + Emp_Num + "', '" + Leave_ID + "', '" Apply_Date "', '" + Leave_Date + "', '" + Leave_Reason + "', '" + Day + "', 'Pending')";
    The Problem is that the variable Leave_Reason is declared as a local variable inside a if block. So the scope of the variable is not visible outside the if block...
    Try using something like
    String Leave_Reason = "";
    if(rs.next())
    Leave_Reason = rs.getString("LeaveType");
    else
    { out.println("no results found");
    This should work...
    Hope it helps.
    Thanks and regards,
    Pazhanikanthan. P

  • I'm new to Lightroom.  Struggling with downloading from iPhoto to Lightroom.  Pls help??

    I have installed Lightroom@ on my mac.  Trying to import photos which are saved in iPhoto.  Have found your link which says I need to create a master copy and copy to my desktop, which I'm in the process of doing, but: (1) it says it will take 11 hours!  (2) do I have to do this every time I want to access recently added photos to iPhoto??  Basically, I'm trying to find the quickest and most efficient way to transfer my photos from iPhoto to lightroom.  Pls advise.  Thanks. Heidi

    No, you do this one time only
    By the way, if you're going to use Lightroom, you wouldn't add new photos to iPhoto, you import them into Lightroom.

  • URGENT! PLS HELP... using JAMES as mail server

    hi, first of all... happy new year to everyone...
    i am currently developing a web based application and one of the component in the system is using JAMES as mail server. I am done some modification in config.xml in JAMES, now the problem is i can only send internal mails instead of external one, such as hotmail and yahoo.
    The error occurs as below:-
    RemoteDelivery: Exception delivering message (Mail1041375079561-0-!448616653-to-hotmail.com) - Could not connect to SMTP host: hotmail.com, port: 25
    How can i send mails to hotmail and yahoo users or any other external mail?
    Can anyone pls help me to solve this problem?
    Thanks in advance.

    sounds like a network problem rather than a JAMES problem. Have you confirmed that you can ping the hotmail mail server, and then that you can "telnet" in to it on port 25?
    If you have a windows machine handy, you can find out the IP address of hotmail's primary mail server by using nslookup:
    C:\>nslookup
    set type=MX
    hotmail.comIf you don't get anything from this, it would indicate a DNS problem. Once you have the IP address, try to telnet to it on port 25:
    C:\>telnet 65.54.254.129 25
    Here's what I got...
    220 mc1-f3.law16.hotmail.com Microsoft ESMTP MAIL Service, Version: 5.0.2195.5600 ready at Wed, 1 Jan 2003 21:19:03 -0800
    If you aren't able to connect, it's probably either a firewall at your end blocking outbound TCP traffic on port 25 (or possibly all ports), or a DNS issue, or some sort of routing issue with your ISP

  • URGENT! PLS HELP Load tests (Oracle Load Testing) in OTM

    hello,
    it´s really urgent so please help!
    How can I see the test result of the lload tests (done with Oracle Load Testing) in OTM????
    I can not figure out why such an important point is missing in the documenation....
    Thank you very much for your (hopefully soon) help!
    Edited by: 853007 on 20.04.2011 05:42

    added these files in the classpath : using oracle 9i
    , jdk1.4.2
    C:\Documents and Settings\Sampathkumar\Desktop>set
    CLASSPATH=c:\oracle\ora92\jdb
    c\lib\ojdbc14.jar;c:\oracle\ora92\jdbc\lib\nls_charset
    12.jar;%CLASSPATH%;
    submitted this code as a sample to test the
    conection
    import java.sql.*;
    public class test{
    public static void main(String[] args) throws
    SQLException,ClassNotFoundException {
    //load oracle driver
    Class.forName("oracle.jdbc.OracleDriver");
    System.out.println("Driver Loaded");
    //connecTION to the sample database
    String url =
    =
    "jdbc.oracle:thin:@SEC_MEC-MS3:1521:global.oracle";
    Connection conn=DriverManager.getConnection
    tion (url,"sam","aaj");
    System.out.println("Database connection
    on successful");
    //create a statement
    Statement stmt = conn.createStatement();
    ResultSet rset =stmt.executeQuery("select
    ry("select sysdate from Dual");
    while (rset.next())
    System.out.println(rset.getString(1));
    }//end of test DB class
    give the error stack
    C:\Documents and Settings\Sampathkumar\Desktop>java
    test
    Driver Loaded
    Exception in thread "main" java.sql.SQLException: No
    suitable driver
    at
    at java.sql.DriverManager.getConnection(Unknown
    known Source)
    at
    at java.sql.DriverManager.getConnection(Unknown
    known Source)
    at test.main(test.java:17)__________________________________________________________
    You are loading the driver classes ok. But is that the appropriate driver for youir database?
    I know Oracle is phasing out the .zip version classes12.zip, but have tried them
    here the possible drivers
    ojdbc14.jar Oracle 9. and higher and jk1.4 and higher
    ojdbc14_g-1.jar - include extentsion Oracle 9. and higher and jk1.4 and higher
    classes12.zip - Primarily used with oralce 8.* and jk1.2.* - jtk1.3.*

  • Can not run OWB Mapping automatically by OEM? .  Very urgent. Pls help me

    Hi all,
    Pls help me.
    I am using OWB 10g under Oracle 10g. I want to run OWB Mapping automatically by OEM.
    I installed Oracle Database 10g fully but don't have OEM in this. After that, I installed Oracle Client 10g. In this product, there is OEM 10g. I read some topic as "want to run owb mappings thru job schedule" and also read http://otn.oracle.com/products/warehouse/htdocs/oem_scheduling_viewlet_swf.html
    But my OEM not as same as in this . It don't have job menu and OEM Console Login window and don't have also where I can put username/pwd to login into OMS???
    I don't know this problem.
    Pls help me.

    Hi,
    Here are two possible solutions:
    1) If you have OEM 9i anywhere in your environment you can use this for scheduling the OWB jobs.
    2) If your environment is 10g only you need to install 10g Grid Controll. This product has replaced the OMS / Java console of earlier releases, and contains the same functionality for scheduling jobs.
    Note that if you are using the sql_exec_template to execute your mappings you can schedule and run these from any machine on the network, not just the target server.
    Hope this helps,
    Roald

  • Urgent doubt :: pls help

    i want the output html of a jsp page redirected as an excel sheet. how is it to be done. pls. help.
    advance thanks,
    Prabhu.V.C

    Also, be sure to put 'tabs' - \t not spaces between the columns you want to create. Otherwise, each line will be formatted into one column.
    G.

  • The contact list I get when emailing a photo inside camera is different from "contacts" or the one in my email account and it has incorrect email addresses in it. how do I change it or get rid of it.

    How do I edit the contacts list that comes up when emailing a photo in the camera ap.

    In the future, you might get better results if you post your own thread rather than responding to one that is this old (a year and a half).
    When the contact that is not in your contact lists shows up, tap teh arrow beside it inteh list. The information pop up will give you the opportunity to remove it from the "Recents" list (or add it, if you choose).

  • HT1918 I have reset a credit card number to a new one, however i still find unauthorise purchase from this credit card. Pls help to stop any purchase from this credit card.

    I have reset my credit card number to a new one, however i still experience unauthorised purchase from this credit card. Would appreciate if you could refrain any purchase from this credit card. Tq
    Zulkefli
    <Edited by Host>

    Welcome to the Apple Community.
    I have asked for your email address to be edited out. Posting your address in an open thread is a sure way to be bombarded by unwanted email, remember it will be here long after you have resolved your problem, for automated detection software to find.
    If you want people to contact you, enable others to see your email address in your profile.
    You should start by changing the password on your account.
    Start here, change your country if necessary and go to manage your account  > Password and Security.

Maybe you are looking for