TimesTen internal error

Hi!
I'm using TimesTen 7.0.2 on HP-UX 64-bit.
My data store became invalid.
tterrors.log:
17:14:04.05 Warn: : 5261: Invalidating in-RAM shared data store /home/TimesTen/tt70_1/DemoDataStore/tt_rddb1 because in use at exit
17:14:04.05 Warn: : 5261: 5265/6000000000225010: Forced Disconnect /home/TimesTen/tt70_1/DemoDataStore/tt_rddb1
17:14:04.05 Err : : 5265: TT14000: TimesTen daemon internal error: subd: flusher thread failed in sb_dbLogFlusherSvc, tt error 994 (TT0994: Data store co
17:14:04.05 Err : : 5265: TT14000: TimesTen daemon internal error: subd: flusher thread failed to disconnect, tt error 0 (TT0846: Data store connection i
17:14:04.06 Warn: : 5265: Stopping subdaemon monitor for /home/TimesTen/tt70_1/DemoDataStore/tt_rddb1 because db is invalid.
17:14:04.06 Warn: : 5261: 5265/6000000000383ff0: Forced Disconnect /home/TimesTen/tt70_1/DemoDataStore/tt_rddb1
17:14:04.06 Err : : 5265: TT14000: TimesTen daemon internal error: subd: monitor thread failed in sb_dbCgExistWithOraObj, tt error 994
17:14:04.06 Err : : 5265: TT14000: TimesTen daemon internal error: subd: monitor thread failed to disconnect, tt error 846.
17:14:04.11 Warn: : 5261: 5265/6000000000243ff0: Forced Disconnect /home/TimesTen/tt70_1/DemoDataStore/tt_rddb1
17:14:04.11 Err : : 5265: TT14000: TimesTen daemon internal error: subd: checkpoint thread failed to disconnect, tt error 994.
17:14:04.92 Warn: : 5261: 5265/60000000002c3ff0: Forced Disconnect /home/TimesTen/tt70_1/DemoDataStore/tt_rddb1
17:14:04.92 Err : : 5265: TT14000: TimesTen daemon internal error: subd: aging thread failed to disconnect, tt error 994.
17:14:05.01 Warn: : 5261: 6519/600000000034a9c0: Forced Disconnect /home/TimesTen/tt70_1/DemoDataStore/tt_rddb1
17:14:05.01 Warn: : 5261: 6519 ----------: Disconnecting from an old instance
17:14:05.05 Warn: : 5261: 5265 ------------------: subdaemon process exited
17:14:05.05 Warn: : 5261: 5265 exited while connected to data store '/home/TimesTen/tt70_1/DemoDataStore/tt_rddb1' shm 203467942 count=6
17:14:05.12 Err : ORA: 6026: ora-6026-0005-xxagent02309: Cache agent exiting, main daemon gone
17:14:08.18 Warn: : 8344: Invalidating the data store /home/TimesTen/tt70_1/DemoDataStore/tt_rddb1 because it had 14 users
17:14:08.18 Warn: : 8344: WARNING: data store /home/TimesTen/tt70_1/DemoDataStore/tt_rddb1 was in use at daemon termination.
17:14:08.18 Warn: : 8344: WARNING: data store no longer considered in use
17:14:08.20 Warn: : 8344: TimesTen Daemon Release 7.0.2.0.0.tt70_1 started.
17:14:09.12 Warn: ORA: 6026: ora-6026-0001-xxagent04495: Warning: Statement SQLDisconnect(agentHdbc)
17:14:09.12 Err : ORA: 6026: ora-6026-0001-bcStuff00995: Error: [TimesTen]TT0994: Data store connection terminated. Please reconnect. -- file "dbAPI.c", lin
17:14:09.12 Err : ORA: 6026: ora-6026-0001-bcStuff01020: Detected invalid data store.
17:14:09.12 Err : ORA: 6026: ora-6026-0001-bcStuff00995: Error: [TimesTen]TT0798: Daemon reports error -102 -- file "db.c", lineno 14581, procedure "sbDbApp
17:14:09.12 Warn: ORA: 6026: ora-6026-0001-xxagent04501: Warning: Statement SQLDisconnect(timerHdbc)
17:14:09.12 Err : ORA: 6026: ora-6026-0001-bcStuff00995: Error: [TimesTen]TT0994: Data store connection terminated. Please reconnect. -- file "dbAPI.c", lin
17:14:09.12 Err : ORA: 6026: ora-6026-0001-bcStuff01020: Detected invalid data store.
17:14:09.12 Err : ORA: 6026: ora-6026-0001-bcStuff00995: Error: [TimesTen]TT0798: Daemon reports error -102 -- file "db.c", lineno 14581, procedure "sbDbApp
17:14:10.10 Warn: ORA: 6026: ora-6026-0001-xxagent04508: Warning: Statement SQLDisconnect(agingHdbc)
17:14:10.10 Err : ORA: 6026: ora-6026-0001-bcStuff00995: Error: [TimesTen]TT0994: Data store connection terminated. Please reconnect. -- file "dbAPI.c", lin
17:14:10.10 Err : ORA: 6026: ora-6026-0001-bcStuff01020: Detected invalid data store.
17:14:10.10 Err : ORA: 6026: ora-6026-0001-bcStuff00995: Error: [TimesTen]TT0798: Daemon reports error -102 -- file "db.c", lineno 14581, procedure "sbDbApp
09:40:25.00 Warn: : 8344: 8345/600000000006b6b0: Recovery started
2007-09-11 09:41:40.67 Err : SRV: 27761: EventID=68| Failed to read request from client. Closing connection without reply.
10:07:12.72 Warn: : 28450: TimesTen Daemon Release 7.0.2.0.0.tt70_1 started.
What does it mean? What's wrong? Can I restore my data store?

From the look of the daemon log messages, you stopped the TimesTen instance either by shutting down the daemon (ttDaemonAdmin -stop) or by killing it while the datastore was active and in-memory (e.g. because it had some connections to it, either application and or replication/cache agent). When the main daemon stops or dies, all active datastores in the instance will be 'crash stopped'. You should go through a proper clean shutdown procedure:
1. Disconnect all applications (local and remote) that are using datastores in the instance.
2. Stop the TimesTen server (to prevent any new client/server connections (ttDaemonAdmin -stopserver)
3. For each datastore in the instance; stop the cache agent (if used), stop the replication agent (if used)
4. Stop the main daemon (ttDaemonAdmin -stop)
The instance is now down.
The datastore in question here (/home/TimesTen/tt70_1/DemoDataStore/tt_rddb1) should just come back up after you have restarted the TimesTen daemon and reconnected to the datastore. Recovery will run automatically as part of loading the datastore into memory and will bring the datastore back to a consistent state.
Chris

Similar Messages

  • TT14000: TimesTen daemon internal error: Could not send 'manage' request

    Hi
    I have got error like TimesTen daemon internal error: Could not send 'manage' request .Can any one help, why this error is came and what is solution for this.
    I have restarted the Timesten Daemon now its working fine.But why i got that error?
    Below is the tterror log :
    12:50:27.53 Err : : 31518: TT14000: TimesTen daemon internal error: Could not send 'manage' request to subdaemon rc 400 err1 703 err2 836
    12:50:28.52 Warn: : 31518: 31522 ------------------: subdaemon process exited
    14:04:21.95 Warn: : 31518: 31619/0xcce7500: Recovery started
    14:04:23.01 Warn: : 31619: subd: Warning identified in [sub.c: line 2152]
    14:04:23.01 Warn: : 31619: subd: (Warning 20100): TT20100: This connection required recovery due to an improper shutdown -- file "db.c", lineno 12011, procedure "sbDbConnect"
    14:04:23.01 Warn: : 31619: -- file "db.c", lineno 12011, procedure "sbDbConnect"
    14:04:23.01 Warn: : 31619: subd: connect trouble, rc 2, reason 20100
    14:04:23.01 Warn: : 31619: Warn 20100: TT20100: This connection required recovery due to an improper shutdown -- file "db.c", lineno 12011, procedure "sbDbConnect"
    20:23:57.74 Warn: : 31518: 9216 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=1
    21:15:17.79 Warn: : 31518: 22608 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=1
    09:22:11.63 Warn: : 31518: 32431 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=21
    09:28:03.52 Warn: : 31518: 32417 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=1
    20:26:56.30 Warn: : 31518: 1165 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=1
    20:40:31.73 Warn: : 31518: 21549 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=3
    23:17:52.64 Warn: : 31518: 29899 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=20 '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=215
    09:42:29.96 Warn: : 31518: 22044 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=10
    13:12:19.91 Warn: : 31518: 16923 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=10
    19:42:46.21 Warn: : 31518: 10794 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1174700038 count=10
    00:00:06.83 Warn: : 6786: Invalidating the data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 because it had 34 users
    00:00:06.83 Warn: : 6786: WARNING: data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 was in use at daemon termination.
    00:00:06.83 Warn: : 6786: WARNING: data store no longer considered in use
    00:00:06.84 Warn: : 6786: WARNING: PL/SQL shared segment existed at time of daemon termination
    00:00:06.84 Err : : 6786: TT14000: TimesTen daemon internal error: Could not destroy PL/SQL shared memory, error
    00:00:06.84 Warn: : 6786: TimesTen Daemon Release 11.2.1.3.0.TT_tt70_32 started.
    00:00:15.32 Warn: : 6786: 6792/0x1edfc500: Recovery started
    00:00:16.39 Warn: : 6792: subd: Warning identified in [sub.c: line 2152]
    00:00:16.39 Warn: : 6792: subd: (Warning 20100): TT20100: This connection required recovery due to an improper shutdown -- file "db.c", lineno 12011, procedure "sbDbConnect"
    00:00:16.39 Warn: : 6792: -- file "db.c", lineno 12011, procedure "sbDbConnect"
    00:00:16.39 Warn: : 6792: subd: connect trouble, rc 2, reason 20100
    00:00:16.39 Warn: : 6792: Warn 20100: TT20100: This connection required recovery due to an improper shutdown -- file "db.c", lineno 12011, procedure "sbDbConnect"
    17:51:04.03 Warn: : 6786: 17730 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1225031686 count=10
    10:03:44.61 Warn: REP: 7064: TT_TT70_32:receiver.c(7921): TT16191: Replacing old table definition (OASTT.USER_AUTH) with the one received from peer (TT_TT70_32_MASTER)
    10:03:52.28 Warn: REP: 7064: TT_TT70_32:receiver.c(7921): TT16191: Replacing old table definition (OASTT.USER_AUTH) with the one received from peer (TT_TT70_32_MASTER)
    10:04:02.73 Warn: REP: 7064: TT_TT70_32:receiver.c(7921): TT16191: Replacing old table definition (OASTT.USER_AUTH) with the one received from peer (TT_TT70_32_MASTER)
    17:58:15.58 Warn: : 6786: 15156 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1225031686 count=7
    18:02:14.24 Warn: REP: 7064: TT_TT70_32:receiver.c(2682): TT16060: Failed to read data from the network. select() timed out
    18:02:25.07 Warn: REP: 7064: got termination signal, stopping
    18:02:25.81 Warn: : 6790: got termination signal, stopping
    18:02:25.86 Warn: : 6792: got termination signal, stopping
    18:02:25.87 Err : : 6786: TT14006: TimesTen daemon disconnect failed: 6792/0x2aaab80008c0: disconnect complete: Disconnect not started. Info: 0 7064 0x1f758520 (/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32)
    18:02:25.87 Err : : 6792: TT14000: TimesTen daemon internal error: subd: Monitor thread failed to disconnect, tt error 798 (TT0798: Daemon reports error 0 -- file "db.c", lineno 16124, procedure "sbDbDisconnect").
    18:02:25.87 Warn: : 6786: got termination signal, stopping
    18:02:25.91 Warn: : 6789: got termination signal, stopping
    18:02:25.95 Warn: : 6791: got termination signal, stopping
    18:02:26.05 Err : : 6786: TT14000: TimesTen daemon internal error: Could not connect to subdaemon port 43791
    18:02:26.05 Err : : 6786: TT14006: TimesTen daemon disconnect failed: error -1 in stopManaging
    18:02:26.05 Err : REP: 7064: TT_TT70_32:repagent.c(3338): TT16005: Failed to disconnect from datastore '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' for 'REPHOLD' thread
    18:02:26.05 Err : REP: 7064: TT_TT70_32:repagent.c(3338): TT791: TT0791: Cannot communicate with subdaemon -- file "db.c", lineno 16124, procedure "sbDbDisconnect"
    18:02:26.05 Warn: : 6786: 6792 ------------------: subdaemon process exited
    18:02:26.05 Warn: : 6786: 6792 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1225031686 count=10
    18:02:26.05 Warn: : 6786: daRecovery: subdaemon 6792, managing data store, failed: invalidate (failcode=202)
    18:02:26.05 Warn: : 6786: Invalidating the data store (failcode 202, recovery for 6792)
    18:02:26.11 Err : : 6786: Could not connect to subdaemon 6794, port 56784
    18:02:26.28 Warn: : 6786: 6789 ------------------: subdaemon process exited
    18:02:26.53 Warn: : 6786: 6791 ------------------: subdaemon process exited
    18:02:26.59 Warn: : 6786: 6790 ------------------: subdaemon process exited
    18:02:26.71 Err : : 6786: Could not connect to subdaemon 7064, port 45797
    13:42:14.95 Warn: : 10502: TimesTen Daemon Release 11.2.1.3.0.TT_tt70_32 started.
    13:42:32.63 Err : : 10502: TT14000: TimesTen daemon internal error: Error 22 creating shared segment, KEY 0x4e048006
    13:42:32.63 Err : : 10502: -- OS reports invalid shared segment size
    13:42:32.63 Err : : 10502: -- Confirm that SHMMAX kernel parameter is set > datastore size
    13:42:32.63 Err : : 10508: subd: Error identified in [sub.c: line 2152]
    13:42:32.63 Err : : 10508: subd: (Error 836): TT0836: Cannot create data store shared-memory segment, error 22 -- file "db.c", lineno 9572, procedure "sbDbConnect"
    13:42:32.63 Err : : 10508: -- file "db.c", lineno 9572, procedure "sbDbConnect"
    13:42:32.63 Warn: : 10508: subd: connect trouble, rc 1, reason 836
    13:42:32.63 Err : : 10508: Err 836: TT0836: Cannot create data store shared-memory segment, error 22 -- file "db.c", lineno 9572, procedure "sbDbConnect"
    13:42:32.63 Err : : 10502: TT14000: TimesTen daemon internal error: Could not send 'manage' request to subdaemon rc 400 err1 703 err2 836
    13:42:33.63 Warn: : 10502: 10508 ------------------: subdaemon process exited
    13:46:59.96 Warn: : 10502: 10605/0x819500: Recovery started
    13:47:01.02 Warn: : 10605: subd: Warning identified in [sub.c: line 2152]
    13:47:01.02 Warn: : 10605: subd: (Warning 20100): TT20100: This connection required recovery due to an improper shutdown -- file "db.c", lineno 12011, procedure "sbDbConnect"
    13:47:01.02 Warn: : 10605: -- file "db.c", lineno 12011, procedure "sbDbConnect"
    13:47:01.02 Warn: : 10605: subd: connect trouble, rc 2, reason 20100
    13:47:01.02 Warn: : 10605: Warn 20100: TT20100: This connection required recovery due to an improper shutdown -- file "db.c", lineno 12011, procedure "sbDbConnect"
    15:37:47.14 Warn: : 10502: 28930 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1392803846 count=1
    19:41:05.92 Warn: : 10502: 28950 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1594130438 count=1
    12:18:40.18 Warn: : 10502: 19264 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1594130438 count=16
    19:09:15.13 Warn: : 10502: 29472 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1594130438 count=24
    20:29:21.07 Warn: : 10502: 6896 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1594130438 count=27
    11:11:30.98 Warn: REP: 18767: TT_TT70_32:receiver.c(2682): TT16060: Failed to read data from the network. select() timed out
    14:26:06.81 Warn: : 10502: 25502 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1594130438 count=3
    10:52:42.36 Warn: : 10502: 6487 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1594130438 count=12
    11:06:20.50 Warn: : 10502: 15322 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1594130438 count=1
    13:19:36.58 Warn: REP: 18767: TT_TT70_32:receiver.c(2682): TT16060: Failed to read data from the network. select() timed out
    16:48:45.24 Warn: : 10506: got termination signal, stopping
    16:48:45.48 Warn: : 10505: got termination signal, stopping
    16:48:45.95 Warn: : 10502: 10505 ------------------: subdaemon process exited
    16:48:45.95 Warn: : 10502: 10506 ------------------: subdaemon process exited
    16:48:45.99 Warn: REP: 18767: got termination signal, stopping
    16:48:46.20 Warn: : 10507: got termination signal, stopping
    16:48:46.26 Warn: : 10502: got termination signal, stopping
    16:48:46.86 Warn: : 10605: got termination signal, stopping
    16:48:46.95 Warn: : 10502: 10507 ------------------: subdaemon process exited
    16:48:46.99 Err : : 10502: TT14000: TimesTen daemon internal error: Could not connect to subdaemon port 36872
    16:48:46.99 Err : : 10502: TT14006: TimesTen daemon disconnect failed: error -1 in stopManaging
    16:48:46.99 Err : REP: 18767: TT_TT70_32:repagent.c(3338): TT16005: Failed to disconnect from datastore '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' for 'REPLISTENER' thread
    16:48:46.99 Err : REP: 18767: TT_TT70_32:repagent.c(3338): TT791: TT0791: Cannot communicate with subdaemon -- file "db.c", lineno 16124, procedure "sbDbDisconnect"
    16:48:46.99 Warn: : 10502: 10605 ------------------: subdaemon process exited
    16:48:46.99 Warn: : 10502: 10605 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1594130438 count=10
    16:48:46.99 Warn: : 10502: daRecovery: subdaemon 10605, managing data store, failed: invalidate (failcode=202)
    16:48:46.99 Warn: : 10502: Invalidating the data store (failcode 202, recovery for 10605)
    16:48:47.09 Err : : 10502: Could not connect to subdaemon 10510, port 58206
    16:48:47.16 Err : : 10502: Could not connect to subdaemon 18767, port 49611
    13:17:45.67 Warn: : 8602: TimesTen Daemon Release 11.2.1.3.0.TT_tt70_32 started.
    13:17:52.84 Warn: : 8602: 8605/0x12207500: Recovery started
    13:18:41.73 Err : : 8602: 8789/(nil): /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/snmp.ini: bad -trap_dest value SMARTS4: Host not found (authoritative answer)
    13:31:31.49 Warn: : 8602: 5706 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1745125382 count=1
    01:25:41.22 Warn: : 8602: 18419 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1745125382 count=158
    10:29:11.03 Warn: : 8602: 30002 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1745125382 count=43
    12:47:07.86 Warn: : 8602: Invalidating in-RAM shared data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 because in use at exit
    12:47:07.87 Warn: : 8602: 8605/0x123481a0: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    12:47:07.88 Warn: : 8605: Stopping subdaemon Log Marker thread for /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 because db is invalid.
    12:47:07.88 Warn: : 8602: 8605/0x123a47b0: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    12:47:07.96 Warn: : 8602: 8605/0x1243c900: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    12:47:08.88 Warn: : 8602: 8605 ------------------: subdaemon process exited
    12:47:08.88 Warn: : 8602: 8605 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 1745125382 count=10
    12:47:34.78 Warn: : 20263: Invalidating the data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 because it had 11 users
    12:47:34.78 Warn: : 20263: WARNING: data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 was in use at daemon termination.
    12:47:34.78 Warn: : 20263: WARNING: data store no longer considered in use
    12:47:34.78 Warn: : 20263: TimesTen Daemon Release 11.2.1.3.0.TT_tt70_32 started.
    12:51:06.94 Warn: : 20263: 20266/0x14690500: Recovery started
    16:29:00.34 Warn: : 20263: 22849 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 134512646 count=1
    10:12:26.98 Warn: REP: 20784: TT_TT70_32:receiver.c(2682): TT16060: Failed to read data from the network. TimesTen replication agent is stopping
    10:12:30.91 Warn: : 20263: Invalidating in-RAM shared data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 because in use at exit
    10:12:30.91 Warn: : 20263: 20266/0x1479ff40: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    10:12:30.91 Warn: : 20266: Stopping subdaemon Log Marker thread for /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 because db is invalid.
    10:12:30.91 Warn: : 20263: 20266/0x1488b830: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    10:12:30.96 Warn: : 20263: 20266/0x1486fa40: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    10:12:31.03 Warn: : 20263: 20266/0x2aaac40008c0: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    10:12:31.34 Warn: : 20263: 20266/0x2aaac401c6b0: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    10:12:31.40 Warn: : 20263: 20266/0x2aaac00008c0: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    10:12:31.66 Warn: : 20263: 20266/0x2aaac4078700: Forced Disconnect /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32
    10:12:31.91 Warn: : 20263: 20266 ------------------: subdaemon process exited
    10:12:31.91 Warn: : 20263: 20266 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 134512646 count=10
    10:12:36.28 Warn: : 14678: Invalidating the data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 because it had 11 users
    10:12:36.28 Warn: : 14678: WARNING: data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 was in use at daemon termination.
    10:12:36.28 Warn: : 14678: WARNING: data store no longer considered in use
    10:12:36.28 Warn: : 14678: TimesTen Daemon Release 11.2.1.3.0.TT_tt70_32 started.
    10:13:25.52 Warn: : 14678: 14683/0x5121500: Recovery started
    10:10:12.39 Warn: : 14678: 15486 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 201621511 count=1
    10:06:55.19 Warn: : 14678: 30796 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 201621511 count=2
    09:58:48.69 Warn: : 14678: 12930 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 201621511 count=2
    15:27:42.39 Warn: : 14678: 7811 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 201621511 count=2
    10:16:36.60 Warn: REP: 14964: TT_TT70_32:receiver.c(2682): TT16060: Failed to read data from the network. select() timed out
    10:53:27.24 Warn: : 14678: 11658 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 201621511 count=1
    15:11:33.81 Warn: : 14678: got termination signal, stopping
    15:11:34.63 Err : : 14678: Could not connect to subdaemon 14686, port 41664
    15:11:34.72 Warn: : 14682: got termination signal, stopping
    15:11:35.10 Warn: : 14681: got termination signal, stopping
    15:11:35.11 Warn: : 14684: got termination signal, stopping
    15:11:35.23 Warn: : 14683: got termination signal, stopping
    15:11:35.35 Warn: : 14678: 14684 ------------------: subdaemon process exited
    15:11:35.43 Warn: REP: 14964: got termination signal, stopping
    15:11:35.53 Warn: : 14678: 14681 ------------------: subdaemon process exited
    15:11:35.55 Warn: : 14678: 14682 ------------------: subdaemon process exited
    15:11:36.29 Err : : 14678: TT14000: TimesTen daemon internal error: 14683: Error processing 'unmanage' in subdaemon rc -2
    15:11:36.29 Err : : 14678: TT14000: TimesTen daemon internal error: Unparsable reply to unmanage
    15:11:36.29 Err : : 14678: TT14006: TimesTen daemon disconnect failed: error -1 in stopManaging
    15:11:36.29 Err : REP: 14964: TT_TT70_32:repagent.c(3338): TT16005: Failed to disconnect from datastore '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' for 'REPLISTENER' thread
    15:11:36.29 Warn: : 14678: 14683 ------------------: subdaemon process exited
    15:11:36.29 Err : REP: 14964: TT_TT70_32:repagent.c(3338): TT798: TT0798: Daemon reports error 0 -- file "db.c", lineno 16124, procedure "sbDbDisconnect"
    15:11:36.30 Warn: : 14678: 14683 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 201621511 count=1
    15:11:37.63 Warn: : 14678: Invalidating in-RAM shared data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 because in use at exit
    15:54:42.72 Warn: : 8962: Invalidating the data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 because it had 1 users
    15:54:42.73 Warn: : 8962: WARNING: data store /opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32 was in use at daemon termination.
    15:54:42.73 Warn: : 8962: WARNING: data store no longer considered in use
    15:54:42.73 Warn: : 8962: WARNING: PL/SQL shared segment existed at time of daemon termination
    15:54:42.73 Err : : 8962: TT14000: TimesTen daemon internal error: Could not destroy PL/SQL shared memory, error 22
    15:54:42.73 Warn: : 8962: TimesTen Daemon Release 11.2.1.3.0.TT_tt70_32 started.
    15:54:48.61 Warn: : 8962: 8973/0x17292500: Recovery started
    16:15:24.25 Warn: : 8962: 5703 exited while connected to data store '/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_tt70_32' shm 251953159 count=1
    15:32:17.57 Warn: : 8962: 8974/0xff51500: Recovery started
    15:32:55.78 Warn: REP: 28114: SIPT_TT_SUB4:receiver.c(2682): TT16060: Failed to read data from the network. select() timed out

    1)
    TimesTen Release 11.2.1.3.0 (64 bit Linux/x86_64) (TT_tt70_32:53388) 2009-08-21T05:34:23Z
    Instance admin: timesten
    Instance home directory: /opt/timesten/tt7032/TimesTen/TT_tt70_32
    Group owner: timesten
    Daemon home directory: /opt/timesten/tt7032/TimesTen/TT_tt70_32/info
    PL/SQL enabled.
    2)
    [TT_1121]
    Driver=/opt/timesten/tt7032/TimesTen/TT_tt70_32/lib/libtten.so
    DataStore=/opt/timesten/tt7032/TimesTen/TT_tt70_32/info/TT_1121
    DatabaseCharacterSet=US7ASCII
    3)
    kernel.shmmax = 2147483648
    kernel.shmall = 2097152
    4)
    MemTotal: 8171576 kB
    MemFree: 3754532 kB
    Buffers: 312052 kB
    Cached: 1656640 kB
    SwapCached: 0 kB
    Active: 3924072 kB
    Inactive: 309660 kB
    HighTotal: 0 kB
    HighFree: 0 kB
    LowTotal: 8171576 kB
    LowFree: 3754532 kB
    SwapTotal: 8388600 kB
    SwapFree: 8388600 kB
    Dirty: 652 kB
    Writeback: 4 kB
    AnonPages: 2265060 kB
    Mapped: 153924 kB
    Slab: 126580 kB
    PageTables: 12320 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    CommitLimit: 12474388 kB
    Committed_AS: 4718116 kB
    VmallocTotal: 34359738367 kB
    VmallocUsed: 284328 kB
    VmallocChunk: 34359452663 kB
    HugePages_Total: 0
    HugePages_Free: 0
    HugePages_Rsvd: 0
    Hugepagesize: 2048 kB

  • TT14000: TimesTen daemon internal error: subd: flusher thread failed

    Hi,
    I encountered this on a production environment, the datastore was then became invalid, no connection to TimesTen available causing failures in our Java application. TimesTen version is 7.0.5 64-bit on RedHat Linux.
    Wondering what the root cause and how to prevent it. Thanks in advance.
    15:44:09.44 Err : : 23922: 17268/0x2aad67ef1820: Assertion failed: len > 0 [ttree.c:4.391:tnLookup():6884] PID 17268 (java) CONN 82 (java) 2012-03-08 15:44:09.433
    15:44:09.47 Err : : 23922: 17268/0x2aad67ef1820: Data store marked invalid [ttree.c:4.391:tnLookup():6884] PID 17268 (java) CONN 82 (java) Context 0x2aad67ef1820
    15:44:09.47 Warn: : 23922: 23925/0x194e2990: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.47 Err : : 23925: TT14000: TimesTen daemon internal error: subd: flusher thread failed in sb_dbLogFlusherSvc, tt error 994 (TT0994: Data store connection terminated. Please reconnect. -- file "dbAPI.c", lineno 9535, procedure "sb_dbLogFlusherSvc")
    15:44:09.48 Err : REP: 29066: tt_data_1:receiver.c(2273): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:09.49 Err : REP: 29066: tt_data_1:receiver.c(1095): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:09.49 Err : REP: 29066: tt_data_1:repagent.c(1243): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:09.49 Err : : 23925: TT14000: TimesTen daemon internal error: subd: flusher thread failed to disconnect, tt error 0 (TT0846: Data store connection invalid or not current -- file "dbAPI.c", lineno 3135, procedure "sb_dbDisconnect()").
    15:44:09.49 Warn: : 23922: 17268/0x2aad78b0aa30: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.49 Warn: : 23922: 17268 ----------: Disconnecting from an old instance
    15:44:09.49 Warn: : 23925: Stopping subdaemon worker for /opt/datastore/tt705/datastore/tt_data_1 because db is invalid.
    15:44:09.49 Err : : 23925: subd: manager exiting due to invalidation
    15:44:09.50 Warn: : 23922: 29066/0x490cdf0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.50 Warn: : 23922: 29066 ----------: Disconnecting from an old instance
    15:44:09.50 Warn: : 23922: 29066/0x493fb10: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.50 Warn: : 23922: 29066 ----------: Disconnecting from an old instance
    15:44:09.50 Err : REP: 29066: tt_data_1:repagent.c(3079): TT16005: Failed to disconnect from datastore '/opt/datastore/tt705/datastore/tt_data_1' for 'LOGFORCE' thread
    15:44:09.50 Err : REP: 29066: tt_data_1:repagent.c(3079): TT846: TT0846: Data store connection invalid or not current -- file "dbAPI.c", lineno 3135, procedure "sb_dbDisconnect()"
    15:44:09.50 Warn: : 23922: 29066/0x4a44b20: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.50 Warn: : 23922: 29066 ----------: Disconnecting from an old instance
    15:44:09.50 Err : REP: 29066: tt_data_1:repagent.c(1243): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:09.50 Err : REP: 29066: tt_data_1:repagent.c(3079): TT16005: Failed to disconnect from datastore '/opt/datastore/tt705/datastore/tt_data_1' for 'RECEIVER' thread
    15:44:09.50 Err : REP: 29066: tt_data_1:repagent.c(3079): TT846: TT0846: Data store connection invalid or not current -- file "dbAPI.c", lineno 3135, procedure "sb_dbDisconnect()"
    15:44:09.51 Err : REP: 29066: tt_data_1:transmitter.c(8190): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:09.51 Err : REP: 29066: tt_data_1:repagent.c(1243): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:09.51 Err : REP: 29066: tt_data_1:repagent.c(3079): TT16005: Failed to disconnect from datastore '/opt/datastore/tt705/datastore/tt_data_1' for 'TRANSMITTER' thread
    15:44:09.51 Err : REP: 29066: tt_data_1:repagent.c(3079): TT846: TT0846: Data store connection invalid or not current -- file "dbAPI.c", lineno 3135, procedure "sb_dbDisconnect()"
    15:44:09.52 Warn: : 23922: 8527/0xb35b0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.52 Warn: : 23922: 8527 ----------: Disconnecting from an old instance
    15:44:09.55 Warn: SRV: 8527: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.66 Warn: : 23922: 4729/0xdfe50a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.66 Warn: : 23922: 4729 ----------: Disconnecting from an old instance
    15:44:09.67 Warn: : 23922: 8511/0xe6f50a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.67 Warn: : 23922: 8511 ----------: Disconnecting from an old instance
    15:44:09.70 Warn: : 23922: 10288/0x5ff0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.70 Warn: : 23922: 10288 ----------: Disconnecting from an old instance
    15:44:09.70 Warn: : 23922: 23985/0x31f20a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.70 Warn: : 23922: 23985 ----------: Disconnecting from an old instance
    15:44:09.71 Warn: SRV: 4729: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.71 Warn: SRV: 8511: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.73 Warn: : 23922: 29556/0x964b0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.73 Warn: : 23922: 29556 ----------: Disconnecting from an old instance
    15:44:09.74 Warn: : 23922: 4716/0x193050a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.74 Warn: : 23922: 4716 ----------: Disconnecting from an old instance
    15:44:09.74 Warn: : 23922: 3887/0xbb780a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.74 Warn: : 23922: 3887 ----------: Disconnecting from an old instance
    15:44:09.77 Warn: SRV: 10288: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.81 Warn: SRV: 3887: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.81 Warn: : 23922: 16522/0x1cc900a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.81 Warn: : 23922: 16522 ----------: Disconnecting from an old instance
    15:44:09.81 Warn: SRV: 23985: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.82 Warn: SRV: 29556: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.83 Warn: SRV: 4716: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.87 Warn: : 23922: 23973/0x46c30a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.87 Warn: : 23922: 23973 ----------: Disconnecting from an old instance
    15:44:09.88 Warn: : 23922: 3902/0xb1670a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.88 Warn: : 23922: 3902 ----------: Disconnecting from an old instance
    15:44:09.88 Warn: SRV: 3902: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.89 Warn: SRV: 16522: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.92 Warn: SRV: 23973: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.93 Warn: : 23922: 29575/0x14fc20a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.93 Warn: : 23922: 29575 ----------: Disconnecting from an old instance
    15:44:09.95 Warn: : 23922: 23925 ------------------: subdaemon process exited
    15:44:09.95 Warn: : 23922: 23925 exited while connected to data store '/opt/datastore/tt705/datastore/tt_data_1' shm 134809540 count=5
    15:44:09.95 Warn: : 23922: daRecovery: subdaemon 23925, managing data store, failed: invalidate (failcode=202)
    15:44:09.96 Warn: SRV: 29575: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:09.96 Warn: : 23922: 3894/0x41d20a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.96 Warn: : 23922: 3894 ----------: Disconnecting from an old instance
    15:44:09.97 Warn: : 23922: 23977/0x1505d0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.97 Warn: : 23922: 23977 ----------: Disconnecting from an old instance
    15:44:09.97 Warn: : 23922: 10276/0xb81d0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.97 Warn: : 23922: 10276 ----------: Disconnecting from an old instance
    15:44:09.99 Warn: : 23922: 4712/0x19ca50a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:09.99 Warn: : 23922: 4712 ----------: Disconnecting from an old instance
    15:44:09.99 Warn: SRV: 4712: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.00 Warn: : 23922: 16531/0x175920a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.00 Warn: : 23922: 16531 ----------: Disconnecting from an old instance
    15:44:10.05 Warn: SRV: 10276: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.06 Warn: SRV: 3894: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.07 Warn: : 23922: 29567/0x190a80a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.07 Warn: : 23922: 29567 ----------: Disconnecting from an old instance
    15:44:10.07 Warn: SRV: 23977: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.08 Warn: : 23922: 10280/0x36420a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.08 Warn: : 23922: 10280 ----------: Disconnecting from an old instance
    15:44:10.10 Warn: SRV: 16531: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.11 Warn: SRV: 29567: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.12 Warn: SRV: 10280: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.16 Err : REP: 29066: tt_data_1:rephold.c(141): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:10.16 Err : REP: 29066: tt_data_1:repagent.c(1243): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:10.16 Warn: : 23922: 29066/0x4969bf0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.16 Warn: : 23922: 29066 ----------: Disconnecting from an old instance
    15:44:10.16 Err : REP: 29066: tt_data_1:repagent.c(3079): TT16005: Failed to disconnect from datastore '/opt/datastore/tt705/datastore/tt_data_1' for 'REPHOLD' thread
    15:44:10.16 Err : REP: 29066: tt_data_1:repagent.c(3079): TT846: TT0846: Data store connection invalid or not current -- file "dbAPI.c", lineno 3135, procedure "sb_dbDisconnect()"
    15:44:10.18 Err : REP: 29066: tt_data_1:receiver.c(1637): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:10.18 Err : REP: 29066: tt_data_1:repagent.c(1243): TT16012: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:10.18 Warn: : 23922: 29066/0x2aad480008c0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.18 Warn: : 23922: 29066 ----------: Disconnecting from an old instance
    15:44:10.24 Warn: : 23922: 22348/0x1fa20a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.24 Warn: : 23922: 22348 ----------: Disconnecting from an old instance
    15:44:10.29 Warn: SRV: 22348: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.35 Warn: : 23922: 17268 exited while connected to data store '/opt/datastore/tt705/datastore/tt_data_1' shm 134809540 count=92
    15:44:10.35 Warn: : 23922: 29562/0x858b0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.35 Warn: : 23922: 29562 ----------: Disconnecting from an old instance
    15:44:10.37 Warn: : 23922: 14964/0x42250a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.37 Warn: : 23922: 14964 ----------: Disconnecting from an old instance
    15:44:10.37 Warn: : 23922: 16535/0x138840a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.37 Warn: : 23922: 16535 ----------: Disconnecting from an old instance
    15:44:10.37 Warn: : 23922: 29653/0x1555b0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.37 Warn: : 23922: 29653 ----------: Disconnecting from an old instance
    15:44:10.38 Warn: SRV: 16535: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.39 Warn: : 23922: 10284/0x17b7f0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.39 Warn: : 23922: 10284 ----------: Disconnecting from an old instance
    15:44:10.39 Warn: SRV: 10284: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.40 Warn: SRV: 14964: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.41 Warn: : 23922: 4725/0x1b9380a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.41 Warn: : 23922: 4725 ----------: Disconnecting from an old instance
    15:44:10.43 Warn: SRV: 29562: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.44 Warn: : 23922: 16519/0x14de30a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.44 Warn: : 23922: 16519 ----------: Disconnecting from an old instance
    15:44:10.46 Warn: SRV: 29653: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.47 Warn: SRV: 4725: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.47 Warn: : 23922: 29650/0x1658d0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.47 Warn: : 23922: 29650 ----------: Disconnecting from an old instance
    15:44:10.49 Warn: SRV: 16519: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.50 Warn: : 23922: 3898/0x1e7c70a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.50 Warn: : 23922: 3898 ----------: Disconnecting from an old instance
    15:44:10.51 Warn: SRV: 3898: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.51 Warn: : 23922: 16526/0x18bc60a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.51 Warn: : 23922: 16526 ----------: Disconnecting from an old instance
    15:44:10.51 Warn: SRV: 29650: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.53 Warn: : 23922: 29662/0x3fcd0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.53 Warn: : 23922: 29662 ----------: Disconnecting from an old instance
    15:44:10.54 Warn: SRV: 16526: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.54 Warn: : 23922: 3890/0x1720a0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.54 Warn: : 23922: 3890 ----------: Disconnecting from an old instance
    15:44:10.57 Warn: : 23922: 29657/0x1a1860a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.57 Warn: : 23922: 29657 ----------: Disconnecting from an old instance
    15:44:10.57 Warn: : 23922: 22356/0x1110f0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.57 Warn: : 23922: 22356 ----------: Disconnecting from an old instance
    15:44:10.58 Warn: : 23922: 22345/0x70a30a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.58 Warn: : 23922: 22345 ----------: Disconnecting from an old instance
    15:44:10.58 Warn: : 23922: 8500/0x78290a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.58 Warn: : 23922: 8500 ----------: Disconnecting from an old instance
    15:44:10.58 Warn: : 23922: 29666/0x26920a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.58 Warn: : 23922: 29666 ----------: Disconnecting from an old instance
    15:44:10.58 Warn: : 23922: 14947/0x39020a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.58 Warn: : 23922: 14947 ----------: Disconnecting from an old instance
    15:44:10.60 Warn: SRV: 29662: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.61 Warn: SRV: 14947: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.62 Err : REP: 29066: tt_data_1:repagent.c(3079): TT16005: Failed to disconnect from datastore '/opt/datastore/tt705/datastore/tt_data_1' for 'REPLISTENER' thread
    15:44:10.62 Err : REP: 29066: tt_data_1:repagent.c(3079): TT846: TT0846: Data store connection invalid or not current -- file "dbAPI.c", lineno 3135, procedure "sb_dbDisconnect()"
    15:44:10.62 Warn: : 23922: 14952/0x49970a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.62 Warn: : 23922: 14952 ----------: Disconnecting from an old instance
    15:44:10.62 Warn: : 23922: 14960/0x76770a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.62 Warn: : 23922: 14960 ----------: Disconnecting from an old instance
    15:44:10.63 Warn: SRV: 3890: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.63 Warn: SRV: 29666: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.64 Warn: SRV: 29657: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.65 Warn: SRV: 22356: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.65 Warn: SRV: 22345: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.65 Warn: SRV: 14952: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.66 Warn: SRV: 8500: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.67 Warn: SRV: 14960: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.81 Err : : 23922: repagent says it has failed to start: Data store is invalid. Replication Agent exiting but may be restarted by Timesten daemon (depending on restart policy)
    15:44:10.89 Warn: : 23922: 10273/0x1b1460a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.89 Warn: : 23922: 10273 ----------: Disconnecting from an old instance
    15:44:10.91 Warn: SRV: 10273: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.96 Warn: : 23922: 4720/0x56290a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.96 Warn: : 23922: 4720 ----------: Disconnecting from an old instance
    15:44:10.96 Warn: SRV: 4720: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:10.98 Warn: : 23922: 23970/0x1d4530a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:10.98 Warn: : 23922: 23970 ----------: Disconnecting from an old instance
    15:44:11.01 Warn: SRV: 23970: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:11.10 Warn: : 23922: 29571/0x1fd0d0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:11.10 Warn: : 23922: 29571 ----------: Disconnecting from an old instance
    15:44:11.17 Warn: SRV: 29571: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:11.24 Warn: : 23922: 14956/0x159720a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:11.24 Warn: : 23922: 14956 ----------: Disconnecting from an old instance
    15:44:11.25 Warn: : 23922: 22360/0xb5de0a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:11.25 Warn: : 23922: 22360 ----------: Disconnecting from an old instance
    15:44:11.29 Warn: SRV: 14956: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:11.32 Warn: SRV: 22360: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:11.32 Warn: : 23922: 23981/0xf5b30a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:11.32 Warn: : 23922: 23981 ----------: Disconnecting from an old instance
    15:44:11.38 Warn: SRV: 23981: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:11.38 Warn: : 23922: 8515/0x69940a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:11.38 Warn: : 23922: 8515 ----------: Disconnecting from an old instance
    15:44:11.40 Warn: : 23922: 8495/0x1c0a30a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:11.40 Warn: : 23922: 8495 ----------: Disconnecting from an old instance
    15:44:11.41 Warn: SRV: 8515: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:11.44 Warn: : 23922: 22352/0x176130a0: Forced Disconnect /opt/datastore/tt705/datastore/tt_data_1
    15:44:11.44 Warn: : 23922: 22352 ----------: Disconnecting from an old instance
    15:44:11.47 Warn: SRV: 22352: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:44:12.50 Warn: SRV: 8495: EventID=99| Data store connection terminated by TimesTen Server (because data store is invalid). Please reconnect.
    15:45:54.96 Warn: : 23922: 29081/0x611f0f0: Recovery started
    15:55:32.03 Warn: : 29081: subd: Warning identified in [sub.c: line 3188]
    15:55:32.03 Warn: : 29081: subd: (Warning 20100): TT20100: This connection required recovery due to an improper shutdown -- file "db.c", lineno 11566, procedure "sbDbConnect"
    15:55:32.03 Warn: : 29081: file "db.c", lineno 11566, procedure "sbDbConnect"
    15:55:32.03 Warn: : 29081: subd: connect trouble, rc 2, reason 20100
    15:55:32.03 Warn: : 29081: Warn 20100: TT20100: This connection required recovery due to an improper shutdown -- file "db.c", lineno 11566, procedure "sbDbConnect"
    15:57:35.55 Err : REP: 3041: tt_data_1:receiver.c(10091): TT16084: Table: tt_data_1.SESSION. Failed to insert row for 'insert'
    15:57:35.55 Err : REP: 3041: tt_data_1:receiver.c(10091): TT907: TT0907: Unique constraint (SESSION) violated at Rowid <0x000000012f62d8b0> -- file "hindex.c", lineno 2529, procedure "sbHixInsert"
    15:57:35.55 Err : REP: 3041: tt_data_1:receiver.c(5439): TT16187: Transaction 1317905232/3501279703; Error: transient 0, permanent 1

    Hi,
    I can see an assertion error from the log which has caused the datastore to invalidate
    15:44:09.44 Err : : 23922: 17268/0x2aad67ef1820: Assertion failed: len > 0 [ttree.c:4.391:tnLookup():6884] PID 17268 (java) CONN 82 (java) 2012-03-08 15:44:09.433
    1) Any stack trace being dumped in the .inval file created at the datastore directory ?
    2) Any sql operation you were doing when this issue happened?
    This issue might be due to the BUG 6671095 - KILL TEST: ASSERTION FAILED: LEN > 0 [TTREE.C:4.391:TNLOOKUP():6884] , but there is no fix for this bug yet.
    I would prefer you raise a Service request at support.oracle.com so that we can work further on this issue. Please note that 7.0.5 is very old TT version so you should consider to upgrade to latest versions soon.
    Regards
    Rajesh

  • Error while creating SC: Internal Error - termination type TH_RES_FREE

    Hi I encountered this error while creating a SC. All attributes for this user are maintained and the "check user" transaction does not give any error.
    Amol Mate
    Error when processing your request
    What has happened?
    The URL http://punhjwsapsrm:8000/sap/bc/gui/sap/its/bbpsc02/! was not called due to an error.
    Note
    The following error text was processed in the system SSS : Internal Error
    The error occurred on the application server PUNHJWSAPSRM_SSS_00 and in the work process 1 .
    The termination type was: TH_RES_FREE
    The ABAP call stack was:
    Function: B40B_READ_TABLE of program SAPLBBP_BD_DRIVER_40B
    Function: META_READ_TABLE of program SAPLBBP_BD_META_BAPIS
    Form: LOCATIONS_READ of program SAPLBBP_ATTR_F4
    Function: BBP_ATTR_F4_SLOC_PPOMA of program SAPLBBP_ATTR_F4
    Form: STG_LOC_GET_FOR_LOCATION of program SAPLBBP_SC_APP
    Form: STG_LOC_GET of program SAPLBBP_SC_APP
    Form: LOCATION_STG_LOC_GET of program SAPLBBP_SC_APP
    Form: USER_ATTRIBUTES_GET of program SAPLBBP_SC_APP
    Form: SC_INIT of program SAPLBBP_SC_APP
    Function: BBP_SC_APP_EVENT_DISPATCHER of program SAPLBBP_SC_APP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SSS in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server PUNHJWSAPSRM_SSS_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server PUNHJWSAPSRM_SSS_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http-c:100-u:PTEST -l:E-s:SSS-i:PUNHJWSAPSRM_SSS_00 -w:1-d:20051121-t:171904-v: TH_RES_FREE-e:Internal Error
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hi Amol,
    First of all the sicf transaction is to be used only if you use the internal ITS.
    Now you have to put an external breakpoint in the source code of the ABAP Program or FM you want to debug , one of these in your case :
    Function: B40B_READ_TABLE of program SAPLBBP_BD_DRIVER_40B
    Function: META_READ_TABLE of program SAPLBBP_BD_META_BAPIS
    Form: LOCATIONS_READ of program SAPLBBP_ATTR_F4
    Function: BBP_ATTR_F4_SLOC_PPOMA of program SAPLBBP_ATTR_F4
    Form: STG_LOC_GET_FOR_LOCATION of program SAPLBBP_SC_APP
    Form: STG_LOC_GET of program SAPLBBP_SC_APP
    Form: LOCATION_STG_LOC_GET of program SAPLBBP_SC_APP
    Form: USER_ATTRIBUTES_GET of program SAPLBBP_SC_APP
    Then launch the transaction in IE, once the program reaches a breakpoint, you'll get the ABAP debuger in IE.
    Regards.
    PS: if it doesn't work, put the parameter ~generatedynpro in BBPGLOBAL service to have it applied to all BBP transactions
    Vadim

  • Internal error occurs in background job scheduling

    Hi Experts,
    We are facing an error message "Internal error occurs in background job scheduling" while trying to execute a custom report(Z report) in background in SA38.
    Please find the following observation on our side on this message.
    1) This message is not coming for only one report not for others.
    2) SU53 screen shot shows that SE38 check is failed, but the weird thing is not happening for other report.
    3) Persons having SE38 auhtorization are able to run this report.
    Please advise.
    Thanks in advance,
    Viven

    What is the message ID and number? Have you tried OSS search and debugging?
    What does this program do, in a nutshell?

  • Internal error while overwriting a charecteristic value in a class

    Hi,
    I am overwriting a charecteristic value in a class with a change master.
    In CL02 I entered the class and the chnage number and entered in edit mode.
    Then I selected the charecteristic view and selected the specific charectristic which value I need to overwrite and then clicked on "Overwrite Value" button.
    Now the system has found an internal error: the required characteristic data was not found in characteristics maintenance.
    Charecteristic data not found: Internal Error
    Please tell me how can I get out of this error.

    hi,
    Please check whether the overwriting indicator check box in character tab is select or not.
    It should be flagged.
    Thanks & regards
    Reddiy.

  • ORA-00600: internal error code, arguments: [ktsircinfo_num1]

    While taking export of a table received EXP error and while dropping/selecting the same gor ora-600 errors.
    . . exporting table TEST4
    EXP-00003: no storage definition found for segment(29, 371385)
    SQL >Drop table test4 cascade;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    sql> Desc test4;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    I dont want to log TAR with oracle right now... I tried dropping and recreating Undo tablespace but still did not help much . Database version is 9204

    hi
    read metalink ID - 153788.1
    CHeers

  • Error while transporting objects:Internal error during pvc call: Parameter

    Dear all,
    We are facing the following error while transporting the individual configuration objects from our PI development system.
    Export failed: Internal error during pvc call: Parameter versionSpecifier or version has the invalid value null .
    However, it works fine when the complete configuration scenario is transported.
    We tried to transport the objects with different user id's, even then the issue still exists.
    Any inputs to resolve this will be highly helpful.
    Thank you,
    Younus

    Hi Mohammed,
    Answer is inside this oss [Note 1554387 - Error during export from Integration Directory|https://service.sap.com/sap/support/notes/1554387]. In this oss note, solution is to apply a patch (just a patch, not a SP). as it's a litle sap bug...
    Note: your issue is also explained with picture in this one "1550549 - PI transport: Internal error during pvc call" (sorry for this one I cannot insert a link)
    regards
    Mickael
    Edited by: Mickael Huchet on Jan 26, 2012 2:50 PM

  • SQL Loader (Oracle 8.1.5 on Suse 6.3) Internal Error

    Hi all,
    I try to insert data with SQL Loader on Linux (Suse 6.3) and get the following message:
    SQL*Loader-704: Internal error: ulmtsyn: OCIStmtExecute (tabhp) [-1073747572]
    ORA-00942: table or view does not exist
    The control file and data file did work on another platform.
    Please help me!
    Thanks,
    Thies Mauker

    Lee Bennett (guest) wrote:
    :Hi
    :I have successfully installed Oracle 8.1.5 Enterprise edition
    on
    :Suse 6.2 and applied the 8.1.5.0.1 patch set,
    NO!
    SuSe 6.2 have a patch file for Oracle made from their developers.
    Never use Oracle 8.1.5.0.1 patch file that doesn't work because
    us bugged.
    Use SuSe 6.2 Oracle patch set.
    (don't remember the web page where you can download it but a
    search with word "oracle" from SuSe homepage will lead you to
    it)
    -Stefano
    null

  • Internal Error: Error in the Software Update Packa...

    hello,
    I'm using the latest Ovi Suite and N82 (v30). I saw notification of firmware update and then clicked to update it. the updated was downloaded but when it's in the process of updating it says
    Internal Error: Error in the Software Update Package Configuration
    I've replugged my device after the system restart but it shows the same.
    how do resolve it? neither do i see any option of redownload the update package. where does it download the update package?
    thanks

    And whatmake you think this is going to help? The answer from local Nokia Care Pointwas: “if you hit the phone it might be the reason for this problems and we arenot responsible for warranty void for your Nokia phone blah blah – of course Idid not hit or throw the phone but never mind – the just don’t care. Thisproblems was described in details to Nokia Care Point Finland and the answerwas … “ we are very sorry, but you need to make a connection with your localNokia Care Point” ha ha – thank you very much, they were so helpful ! That’swhy I don’t want to call or connect Nokia anymore – no help at all! Sorry ifthis information is not good for you, but it is true! Don’t believed it : check THREAD ID:1-4N513T0 from 06.January and THREAD ID:1-4N0DM6A from 05. January. That’s why I need User help, notNokia help.

  • ORA-00600: internal error when delete master rows in a materialized view

    I have a materialized view in 11g2 on Redhat 5, defined asCREATE MATERIALIZED VIEW mv_idty
    PARALLEL BUILD IMMEDIATE REFRESH FAST ON COMMIT ENABLE QUERY REWRITE AS
    select IDTY_NAME_FIRST,IDTY_NAME_MIDDLE,IDTY_NAME_LAST,IDTY_NAME_SUFFIX,IDTY_SSN,
      IDTY_DR_LIC_NUM,IDTY_DR_LIC_STA,x.person_id,i.rowid i_rowid,x.rowid x_rowid
      from idty i,person_x_idty x where x.idty_id=i.idty_id; I deleted a few rows from the master tables and get error13:58:48 SQL> delete idty where  idty_id like 'test_row%' ;
    7 rows deleted.
    13:58:52 SQL> commit;
    commit
    ERROR at line 1:
    ORA-12008: error in materialized view refresh path
    ORA-00600: internal error code, arguments: [kkzfrfajv_markdml-1], [], [], [], [], [], [], [], [], [], [], [] I have other materialized views and they all delete master OK. This is the simplest one but causes problem. HELP!
    Edited by: user13148231 on Aug 11, 2010 5:45 PM

    Checked note 743766.1. It is not 100% relevant as it is about import, but the query is usefulselect sowner, vname, mowner, master from sys.snap_reftime$It reveals the materialized view some how based on other schema.
    Recreate the materialized view. problem solved.

  • OWB 11gR2 - Internal ERROR: Can not find the ACL containter

    OWB 11gR2 - Internal ERROR: Can not find the ACL containter
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. I have 3.23 GB RAM. OWB design center is ver slow on my desktop. We have our OWB repository is on Unix server.
    We applied the patch 10270220.
    We are getting
    Internal ERROR: Can not find the ACL containter for object:CMPPhysicalMap@19654/id=104020/owningFCO=104020/proxyFor=(CMPPhysicalMapGen@19f99ae/id=104020/stname=null/pname=MAPPING_1/lname=MAPPING_1/status=POSTED/committed=true/persistent=true/propsLoaded=true)
    What is happening here?
    Thanks in helping.

    We have a map with 3 sources and 1 target. The 3 sources pass through Joiner then Expression then Target.
    We are getting this error, during deployment. It shows compling for awhile, then through this error.
    Here is the piece from detail window:
    ===========
    at oracle.wh.repos.pdl.security.SecurityPolicyManager.getAccessCharMapOfPrivilegeOwner(SecurityPolicyManager.java:174)
         at oracle.wh.repos.impl.foundation.CMPElement.getAccessCharMapOfPrivilegeOwner(CMPElement.java:2806)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.hasPrivilege(OWBSecurityImpl.java:914)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.internalSecurityCheck(OWBSecurityImpl.java:1542)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.securityCheck(OWBSecurityImpl.java:694)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:959)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:924)
         at oracle.wh.repos.pdl.dispatcher.EventDispatcherImpl.beforeReadObject(EventDispatcherImpl.java:824)
         at oracle.wh.repos.pdl.foundation.OWBRoot.beforeRead(OWBRoot.java:1785)
         at oracle.wh.repos.owbGen.CMPStringPropertyValueGen.getValue(CMPStringPropertyValueGen.java:217)
         at oracle.wh.repos.impl.properties.CMPStringPropertyValue.getValue(CMPStringPropertyValue.java:117)
         at oracle.wh.repos.impl.extended.PropertyFactory.getStringValue(PropertyFactory.java:440)
         at oracle.wh.repos.impl.extended.CMPWBPrimitiveProperty.rawStringValue(CMPWBPrimitiveProperty.java:260)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:716)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:733)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getReferencedLocations(WBMapHelper.java:1361)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:284)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:141)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:135)
         at oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl.getReferencedLocations(RuntimePlatformServiceImpl.java:1238)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.addConnectorLocations(WHRuntimeCommandUtil.java:477)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getSingleDeployLocations(WHRuntimeCommandGenerateDeploy.java:3408)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getLocationsAndNewConnectors(WHRuntimeCommandGenerateDeploy.java:3517)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doPreDeploymentActions(WHRuntimeCommandGenerateDeploy.java:3224)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy._internalDeploy(WHRuntimeCommandGenerateDeploy.java:2420)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2117)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler$1.construct(WHRuntimeCommandHandler.java:1005)
         at oracle.wh.ui.runtime.SwingWorker$2.run(SwingWorker.java:124)
         at java.lang.Thread.run(Thread.java:595)
    ===========
    Did anyone receive such errors?

  • SAP Client to the SAP Server: internal Error (-1102)[Message 131-183]

    Hi,
    We are using Windows 2008 Server R2, SQL 2008 Standard, SAP B1 8.81 PL08.
    When we trying to connect SAP Client to the SAP Server. There has internal Error (-1102) occurred. We can view the database on client, but we always get the same error message after enter the User ID and Password. We have checked the native client and it is installed and also opened the following ports: 1433, 30000, 30001. We have tried to open all of firewall, but itu2019s no use.
    When I set a computer in to the engine room and set the network connection, this one can connect SAP Client to the SAP Server.
    But when client connect to server by VPN, the IP address will not in the same section. Then We tried to set the IP address has the same network section with the server, but it's still disable.
    I set a computer for SAP Server without firewall, complex network, virtual IP and no router in my office. And use a SAP Client which is in different network domain to connect to SAP Server by internet, not VPN, but the SAP Client still canu2019t connect to SAP Server. I get the same internal Error (-1102).
    It can not only ping to SAP Server IP, but telnet to the port 1433, 30000, 30001, 445.
    When I use a pc with server tools, it can connect to the SAP Server by the localhost license. But if I use a computer only install client and assign the server license. The latter one always got the error.
    How could we solve this problem? Is there has another setting I am missing which might be blocking the connection?
    Thanks in advance.

    Hi,
    We are using VPN and using Terminal Licensing or Remote Desktop Conneciton.
    The idea here is VPN will connect you to the network and when you are connected to the network
    dont use the direct LAN IP connection use the Terminal Licensing to connect.
    Again both are needed VPN and Terminal Licensing. VPN for the connection and if successfully connected
    use or connect from Terminal Licensing or Remote Desktop connections.
    Thanks.
    Clint

  • App developed using Jdev 3.2 and oracle 9.2: oracle internal error

    Good morning,
    I have developed a JSP application using Jdeveloper 3.2.3.
    Everything works fine under Oracle 8.x.
    One of our customers, a few days ago, decided to migrate to oracle 9.2, but he can't use our application anymore, because every time a javabean accesses the database, Oracle returns:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    What I should do, in order to let my customer use my JSP application under any ctual version of Oracle?
    1) Have I to install a newer version of Jdeveloper and simply recompile my application?
    2) Have I to download a special package to deliver to the customer using Oracle 9.2?
    3) Anything else?
    Thank you for your advices.

    Giambattista,
    Check your JDBC driver version.
    You will get this ORA-600:[ttcgcshnd-1] error if you have the JDBC driver 8.1.7.1 or earlier, and you try to connect to an Oracle 9.0.1 or later database.
    So, your app will work when connected to an Oracle8i database, but fail when trying to Oracle9i.
    The solution is to upgrade to the patched 8.1.7.2 JDBC driver, or better yet, use the latest JDBC driver that comes with JDeveloper 9.0.3 (which is JDBC 9.0.1 version).

  • Can't launch Adobe Reader 11.0.06: 'An internal error occurred'

    Today I purchased a highly recommended e-book ('Rally All Around') which is available by download. Double clicking on its file brought up a message that I needed a newer version of Adobe Reader, and linked me directly to 11.0.06 (Mac) on the Adobe site, which I downloaded and installed. Unfortunately, this application refuses to launch: irrespective of whether I try to launch it directly, from the Applications Folder, or by double clicking the new book, I receive the 'An internal error occurred' error message and the program shuts down. I have followed the advice provided in this forum for a previous version of Reader: I deleted all existing versions of the program, as well as the Adobe Folder in my Library, then attempted to reinstall. I've also used 'Get Info' to ensure I have the required read/write permissions on the application, and the Adobe Library Folder. Unfortunately now I have lost the ability to open any PDF file at all!  I'm very unimpressed (to say the least!) that I have lost hours trying to troubleshoot this problem, as well as my money for the book and functionality on my machine! I am running Mac OS X 10.9.1 on an Intel Core i5. I'd be grateful for help, and advice, if you care to share. I'd like to count to 10 and try and fix this, before succumbing to the temptation to send a howler to the publisher.

    I did eventually solve it, and I think it was using this advice I received on the Adobe Forums:
    The error that you are facing might be due the reason that the user logged in doesn't have permissions to access the following directory: "~/Library/Application Support/Adobe". Can you please try the following steps with the user account in which you are facing the error:
    1. Remove the Adobe Reader from Applications directory by moving it to Trash.
    2. Now delete the following directory: "~/Library/Application Support/Adobe". Please note that this path is for the Library folder present inside the user directory that you are currently logged in.
    3. Restart the machine.
    4. Now re-install Adobe Reader XI.

Maybe you are looking for

  • File does not exist on remote site, yet it does

    I have been trying to understand how Dreamweaver handles remote files in CS5. My server is setup as a remote server and a test server. I open the remote file, it offers to get dependencies, so I click yes. I click on Live view, then it tries to show

  • You cannot open the application iTunes (11.1.4) because it is not supported on this type of Mac

    After updating iTunes to 11.1.4 as suggested by automatic updates I get the message: "You cannot open the application iTunes because it is not supported on this type of Mac" Why did it let me do the update then? How do I undo the uodate to iTunes? Th

  • How to parse/encode foreign chars in XML

    I am sending a char string such as y.x.x.x.y except that the y is actually a "y" with a dot on top (german). The remote server's parser complains and returns an exception. They are using xerces. What should they be doing to encode/parse such foreign

  • Missing keyboard feature...in email and sms?

    If I hold my iPhone sideways while in Safari and then want to type in a new URL, the keyboard pops up. This is a much larger keyboard, since it is sideways not to mention I feel safer holding it while typing with both hands. Faster too! Why does this

  • Problems during import BW structure - Don't view the queries

    Hello! I have a problem when import the structure of BW 7.0 with xmla file in OBIEE+. The version of OBIEE is 10.1.3.4. When I do the importation, I don't see the queries created on BW, only the infocubes. But the queries is associate to infocube. Ca