Redo Collector goes down after starting correctly

Hi. I'm experiencing some problems with the REDO collector.
Versions, etc....
AV server: 10.2.3.1 - Red Hat Enterprise Linux AS release 4 (Nahant Update 5) 64 bits
Audited database: Oracle 10.2.0.4 - Red Hat Enterprise Linux AS release 4 (Nahant Update 5) 64 bits.
OSAUD and REDO collectors verified with avorcldb and, apparently, deployed without problems.
When i start the REDO collector from the av admin console, this message is shown "El recopilador PXMEDO01.SACYL.ES:REDO_pxmedo01 se ha iniciado correctamente" (in english -The collector PXMEDO01.SACYL.ES:REDO_pxmedo01 has been started successfully). Just some seconds later, the collector appears to be stopped...
From the command line:
avctl start_collector -collname REDO_pxmedo01 -srcname PXMEDO01.SACYL.ES
AVCTL iniciado
Iniciando recopilador...
El recopilador se ha iniciado correctamente. (in english - the collector started successfully)
just few seconds seconds after the previous command ends, i send this one
avctl show_collector_status -collname REDO_pxmedo01 -srcname PXMEDO01.SACYL.ES
AVCTL iniciado
Obteniendo métricas de recopilador...
No se está ejecutando el recopilador ((in english - the collector is not running)
Registros por Segundo = 0,00
Bytes por segundo = 0,00
Any ideas of what's going on?
Thanks in advance.

Hi again. Now, i saw the error on alert.log. All this is written every time i try to start the REDO collector:
Thu Dec 10 10:07:13 2009
Streams CAPTURE C001 started with pid=65, OS id=20295
Thu Dec 10 10:07:13 2009
LOGMINER: Parameters summary for session# = 1
LOGMINER: Number of processes = 3, Transaction Chunk Size = 1
LOGMINER: Memory Size = 10M, Checkpoint interval = 100M
LOGMINER: session# = 1, reader process P000 started with pid=66 OS id=20268
LOGMINER: session# = 1, preparer process P002 started with pid=61 OS id=20272
LOGMINER: session# = 1, builder process P001 started with pid=67 OS id=20270
Thu Dec 10 10:07:15 2009
Streams CAPTURE C001 with pid=65, OS id=20295 stopped
Thu Dec 10 10:07:15 2009
Errors in file /opt/oracle/10gr2/exra4/pxmedo01/bdump/pxmedo01_c001_20295.trc:
ORA-00604: se ha producido un error a nivel 1 de SQL recursivo (SQL recursive error at level 1)
ORA-14097: el tipo o el tamaño de columna no coinciden en ALTER TABLE EXCHANGE PARTITION (the type or size of column do not match in ALTER TABLE EXCHANGE PARTITION )
ORA-06512: en "SYS.LOGMNR_KRVRDLUID3", línea 1799
ORA-06512: en línea 1

Similar Messages

  • Redo Collector Goes down frequently

    Hi,
    Once my Redo Collector has been started after some time it goes down. We tried many times and the Redo collector runns for some few seconds and goes down. Pleas suggest
    Best regards,
    Venkat.S

    Hi Venkat S,
    I have not seen where the REDO collector just dies. I see more cases where the archive log is moved and the REDO collector cannot proceed with capturing the before/after values.
    The REDO collector is using Oracle Streams underneath the covers, so it could be related to a Steams issue. There has to be an error associated with the capture processing dying.
    Thanks.

  • VOD - application goes down after a while (only some instances)

    Hello Guys,
    I have a simple VOD application running on FMS 3.5.5 which I need to stream continuously but I'm unable to identify the correct configuration to do so. I removed as much limit details as I could from those XML file: Server.xml, Application.xml and VHost.xml.
    Basically I have arround 15 different streams but all of sudden some of them, NOT ALL, goes down with no explanation (as I could see).
    As per logs, there is no much details but "application unloaded".
    Can someone pls help me to identify what else needs to be changed in order to have those stream playing continuously? Usually they went down after some hours in idle state. But I'm not sure whether it's related to CPU/Memory usage. My server has 8GB of memory, and when I start playing all those stream the memory goes down till 52mb free (50mb to 53mb usually). "All" memory is allocated to cache, and it seems there is no problem with that.
    Server.xml
    <Root>
            <Server>
                    <NetworkingIPv6 enable="false" />
                    <CrossDomainPath></CrossDomainPath>
                    <Plugins>
                            <UserDefined>
                                    <UserKey1>
                                            This data can be retrieved by FMS plug-in.
                                            Please look at Auth Adaptor sample for details.
                                    </UserKey1>
                                    <UserKey2>
                                            This data can be retrieved by FMS plug-in.
                                            Please look at Auth Adaptor sample for details.
                                    </UserKey2>
                            </UserDefined>
                            <FilePlugin enabled="true">
                                    <MaxNumberOfRequests>0</MaxNumberOfRequests>
                                    <Content type="Streams">true</Content>
                                    <Content type="SWF">false</Content>
                            </FilePlugin>
                    </Plugins>
                    <SSL>
                            <SSLRandomSeed>16</SSLRandomSeed>
                            <SSLSessionCacheGC>5</SSLSessionCacheGC>
                            <SSLClientCtx>
                                    <SSLVerifyCertificate>true</SSLVerifyCertificate>
                                    <SSLCACertificatePath></SSLCACertificatePath>
                                    <SSLCACertificateFile></SSLCACertificateFile>
                                    <SSLVerifyDepth>9</SSLVerifyDepth>
                                    <SSLCipherSuite>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</SSLCipherSuite>
                            </SSLClientCtx>
                    </SSL>
                    <Process>
                            <UID>${SERVER.PROCESS_UID}</UID>
                            <GID>${SERVER.PROCESS_GID}</GID>
                    </Process>
                    <Mask>017</Mask>
                    <LicenseInfo>${SERVER.LICENSEINFO}</LicenseInfo>
                    <LicenseInfoEx></LicenseInfoEx>
        <ReadBufferSize>4096</ReadBufferSize>
                    <AdminServer>
                            <CrossDomainPath></CrossDomainPath>
                            <RTMP>
                                    <RTMPE enabled="true"></RTMPE>
                            </RTMP>
                            <HostPort>${SERVER.ADMINSERVER_HOSTPORT}</HostPort>
                            <IpcHostPort>localhost:11110</IpcHostPort>
                            <SocketGC>60</SocketGC>
                            <Process>
                                    <UID>${SERVER.PROCESS_UID}</UID>
                                    <GID>${SERVER.PROCESS_GID}</GID>
                            </Process>
                            <AdminElem>false</AdminElem>
                            <Allow>all</Allow>
                            <Deny></Deny>
                            <Order>Allow,Deny</Order>
                    </AdminServer>
                    <AutoCloseIdleClients enable="false">
                            <CheckInterval>-1</CheckInterval>
                            <MaxIdleTime>-1</MaxIdleTime>
                    </AutoCloseIdleClients>
                    <ResourceLimits>
                            <FLVCachePurge>60</FLVCachePurge>
                            <FLVCache>
                                    <FileCheckInterval>120</FileCheckInterval>
                                    <MaxSize>${SERVER.FLVCACHE_MAXSIZE}</MaxSize>
                                    <MaxKeyframeCacheSize>0</MaxKeyframeCacheSize>
                            </FLVCache>
                            <RecBuffer>
                                    <MaxFlushTime>5</MaxFlushTime>
                                    <MaxFlushSize>256</MaxFlushSize>
                                    <AllowedVideoLag></AllowedVideoLag>
                                    <MaxSize>512000</MaxSize>
                                    <MaxTimestampSkew>-1</MaxTimestampSkew>
                            </RecBuffer>
                            <CPUMonitor>1</CPUMonitor>
                            <ThreadPoolGC>20</ThreadPoolGC>
                            <MsgPoolGC>60</MsgPoolGC>
                            <ApplicationGC>-1</ApplicationGC>
                            <FLVCacheSize>10</FLVCacheSize>
                            <SocketGC>60</SocketGC>
                            <ProcVMSizeMonitorInterval>60</ProcVMSizeMonitorInterval>
                            <ProcVMSizeWarn>1800</ProcVMSizeWarn>
                            <ProcVMSizeNominal>1600</ProcVMSizeNominal>
                            <SSLSessionCacheGC>5</SSLSessionCacheGC>
                            <Connector>
                                    <HTTP>
                                            <MinConnectionThreads>0</MinConnectionThreads>
                                            <MaxConnectionThreads>0</MaxConnectionThreads>
                                            <MaxConnectionQueueSize>-1</MaxConnectionQueueSize>
                                            <HandleCache>
                                                    <MaxSize>100</MaxSize>
                                                    <IdleTime>30</IdleTime>
                                                    <TrimSize>0.2</TrimSize>
                                                    <GCInterval>60</GCInterval>
                                            </HandleCache>
                                    </HTTP>
                                    <RTMP>
                                            <MinIOThreads>0</MinIOThreads>
                                            <MaxIOThreads>32</MaxIOThreads>
                                            <NumCRThreads>0</NumCRThreads>
                                            <MinConnectionThreads>0</MinConnectionThreads>
                                            <MaxConnectionThreads>0</MaxConnectionThreads>
                                            <MaxConnectionQueueSize>-1</MaxConnectionQueueSize>
                                    </RTMP>
                            </Connector>
                            <Protocol>
                                    <RTMP>
                                            <Edge>
                                                    <MinIOThreads>0</MinIOThreads>
                                                    <MaxIOThreads>0</MaxIOThreads>
                                                    <SocketTableSize>-1</SocketTableSize>
                                                    <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                                    <MaxConnectionRate>-1</MaxConnectionRate>
                                            </Edge>
                                            <Core>
                                                    <MinIOThreads>0</MinIOThreads>
                                                    <MaxIOThreads>0</MaxIOThreads>
                                                    <SocketTableSize>-1</SocketTableSize>
                                                    <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                            </Core>
                                            <Admin>
                                                    <MinIOThreads>0</MinIOThreads>
                                                    <MaxIOThreads>0</MaxIOThreads>
                                                    <SocketTableSize>-1</SocketTableSize>
                                                    <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                            </Admin>
                                            <SocketSndBuf>0</SocketSndBuf>
                                            <SocketRcvBuf>0</SocketRcvBuf>
                                            <DiffServ>0</DiffServ>
                                            <DiffServMask>0</DiffServMask>
                                    </RTMP>
                                    <ECCP>
                                            <MinIOThreads>0</MinIOThreads>
                                            <MaxIOThreads>0</MaxIOThreads>
                                            <SocketTableSize>-1</SocketTableSize>
                                            <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                            <CoreTimeout>30</CoreTimeout>
                                    </ECCP>
                                    <ACCP>
                                            <MinIOThreads>0</MinIOThreads>
                                            <MaxIOThreads>0</MaxIOThreads>
                                            <SocketTableSize>-1</SocketTableSize>
                                            <SocketOverflowBuckets>-1</SocketOverflowBuckets>
                                    </ACCP>
                            </Protocol>
                            <IPCQueues>
                                    <GlobalQueue>
                                            <HeapSize>2048</HeapSize>
                                            <MaxQueueSize>10</MaxQueueSize>
                                    </GlobalQueue>
                                    <EdgeCore>
                                            <HeapSize>1024</HeapSize>
                                            <MaxQueueSize>10</MaxQueueSize>
                                    </EdgeCore>
                                    <Services>
                                            <HeapSize>2048</HeapSize>
                                            <MaxQueueSize>10</MaxQueueSize>
                                    </Services>
                            </IPCQueues>
                            <MessageCache enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </MessageCache>
                            <SmallMemPool enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </SmallMemPool>
                            <LargeMemPool enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </LargeMemPool>
                            <SegmentsPool enable="false">
                                    <MaxCacheUnits>4096</MaxCacheUnits>
                                    <MaxCacheSize>100</MaxCacheSize>
                                    <MaxUnitSize>16</MaxUnitSize>
                                    <FreeRatio>0.125</FreeRatio>
                                    <GlobalRatio>0.4</GlobalRatio>
                                    <MaxAge>1000000</MaxAge>
                                    <UpdateInterval>1024</UpdateInterval>
                                    <FreeMemRatio>0.5</FreeMemRatio>
                            </SegmentsPool>
                            <Master>
                                    <CoreGC>-1</CoreGC>
                                    <CoreExitDelay>20</CoreExitDelay>
                            </Master>
                            <Edge>
                                    <MinEventQueueThreads>2</MinEventQueueThreads>
                                    <MaxEventQueueThreads>-2</MaxEventQueueThreads>
                                    <NumSchedQueues>1</NumSchedQueues>
                            </Edge>
                    </ResourceLimits>
                    <Logging>
                            <Time>local</Time>
                            <RetryNumber>0</RetryNumber>
                            <RetrySleep>100</RetrySleep>
                            <RecordsNumber>-1</RecordsNumber>
                            <TerminatingCharacters>CRLF</TerminatingCharacters>
                            <Access>
                                    <Enable>true</Enable>
                                    <Scope>server</Scope>
                                    <Checkpoints enable="false">
                                            <CheckInterval>60</CheckInterval>
                                            <LogInterval>3600</LogInterval>
                                    </Checkpoints>
                            </Access>
                            <Diagnostic>
                                    <Enable>true</Enable>
                            </Diagnostic>
                            <Application>
                                    <Enable>true</Enable>
                            </Application>
                            <AuthEvent>
                                    <Enable>true</Enable>
                            </AuthEvent>
                            <AuthMessage>
                                    <Enable>true</Enable>
                            </AuthMessage>
                            <FileIO>
                                    <Enable>true</Enable>
                            </FileIO>
                    </Logging>
                    <Localhost>localhost</Localhost>
                    <PublicIP></PublicIP>
                    <SWFVerification>
                            <SWFFolder></SWFFolder>
                            <DirLevelSWFScan>1</DirLevelSWFScan>
                            <MaxInitDelay>5</MaxInitDelay>
                            <MinGoodVersion></MinGoodVersion>
                            <Cache>
                                    <TTL>1440</TTL>
                                    <UpdateInterval>5</UpdateInterval>
                            </Cache>
                    </SWFVerification>
                    <Streams>
                            <StreamLogLevel>warning</StreamLogLevel>
                            <Mp4>
                                    <Playback>
                                            <VideoAutoBufferReadSize>153600</VideoAutoBufferReadSize>
                                            <AudioAutoBufferReadSize>51200</AudioAutoBufferReadSize>
                                            <OtherAutoBufferReadSize>1024</OtherAutoBufferReadSize>
                                            <EnableAggMsgs>true</EnableAggMsgs>
                                            <MaxAggMsgSize>65536</MaxAggMsgSize>
                                            <MaxTracks>64</MaxTracks>
                                            <MaxSampleSize>16777216</MaxSampleSize>
                                            <AllowAnyAVCProfile>false</AllowAnyAVCProfile>
                                            <AllowAnyAACProfile>false</AllowAnyAACProfile>
                                    </Playback>
                                    <Recording>
                                            <MaxELSTEntries>100</MaxELSTEntries>
                                            <MaxDataSampleDescriptions>10</MaxDataSampleDescriptions>
                                            <MaxAudioSampleDescriptions>10</MaxAudioSampleDescriptions>
                                            <MaxVideoSampleDescriptions>10</MaxVideoSampleDescriptions>
                                    </Recording>
                            </Mp4>
                            <Raw>
                                    <EnableAggMsgs>true</EnableAggMsgs>
                                    <MaxAggMsgSize>65536</MaxAggMsgSize>
                            </Raw>
                    </Streams>
                    <Httpd enabled="${SERVER.HTTPD_ENABLED}">
                            <Directory>Apache2.2</Directory>
                            <Program>bin/httpd</Program>
                            <Options>-f ./conf/httpd.conf</Options>
                            <Service>FMSHttpd</Service>
                    </Httpd>
            </Server>
            <ServerDomain></ServerDomain>
    </Root>
    Application.xml
    <Application>
            <Process>
        <Scope></Scope>
        <Distribute numprocs="3">Instances</Distribute>
        <LifeTime>
          <RollOver></RollOver>
          <MaxCores></MaxCores>
        </LifeTime>
                    <MaxFailures>2</MaxFailures>
                    <RecoveryTime>0</RecoveryTime>
            </Process>
            <LoadOnStartup>false</LoadOnStartup>
            <MaxAppIdleTime>-1</MaxAppIdleTime>
            <JSEngine>
                    <RuntimeSize>1024</RuntimeSize>
                    <MaxGCSkipCount>-1</MaxGCSkipCount>
                    <MaxTimeOut>0</MaxTimeOut>
                    <ScriptLibPath>${APP.JS_SCRIPTLIBPATH}</ScriptLibPath>
                    <XMLSocket>
                            <MaxUnprocessedChars>4096</MaxUnprocessedChars>
                    </XMLSocket>
                    <NetConnection>
                            <ObjectEncoding>AMF3</ObjectEncoding>
                    </NetConnection>
        <Security>
          <RPC enable="false">
            <Client>
              <Method>
                <Allow></Allow>
              </Method>
            </Client>
            <NetConnection>
              <Method>
                <Allow>onStatus</Allow>
              </Method>
            </NetConnection>
            <SharedObject>
              <Method>
                <Allow></Allow>
              </Method>
            </SharedObject>
            <Stream>
              <Method>
                <Allow>onStatus</Allow>
              </Method>
            </Stream>
          </RPC>
        </Security>
            </JSEngine>
            <StreamManager>
                    <StorageDir></StorageDir>
                    <QualifiedStreamsMapping enable="false" />
                    <DuplicateDir appName="true"></DuplicateDir>
                    <CachePrefix type="path">?IP?</CachePrefix>
                    <CacheUpdateInterval></CacheUpdateInterval>
                    <MaxBufferRetries>128</MaxBufferRetries>
                    <ThrottleBoundaryRequest enable="false">8</ThrottleBoundaryRequest>
                    <ThrottleLoads enable="true">8</ThrottleLoads>
                    <ThrottleDisplayInterval>64</ThrottleDisplayInterval>
                    <EnhancedSeek zone="client">true</EnhancedSeek>
                    <KeyFrameInterval>60000</KeyFrameInterval>
                    <MaxStreamsBeforeGC>-1</MaxStreamsBeforeGC>
                    <Audio>
                            <CombineSamples>
                                    <Subscribers>8</Subscribers>
                                    <LoCPU>60</LoCPU>
                                    <HiCPU>80</HiCPU>
                                    <MaxSamples>0</MaxSamples>
                            </CombineSamples>
                            <SendSilence>
                                    <Interval></Interval>
                            </SendSilence>
                            <NotifyAudioStop enabled="false">
                                    <Duration></Duration>
                            </NotifyAudioStop>
                    </Audio>
                    <Live>
                            <AccumulatedIFrames>
                                    <MaxTime>-1</MaxTime>
                                    <MaxSize>-1</MaxSize>
                            </AccumulatedIFrames>
                            <Queue enabled="true">
                                    <MaxQueueSize>4096</MaxQueueSize>
                                    <MaxQueueDelay>500</MaxQueueDelay>
                                    <FlushOnData>true</FlushOnData>
                                    <AggregateMessages enabled="true">
                                            <MaxAggMsgSize>-1</MaxAggMsgSize>
                                    </AggregateMessages>
                            </Queue>
                            <PublishTimeout>2000</PublishTimeout>
                            <MaxLatency>500</MaxLatency>
                            <StartClockOnPublish>false</StartClockOnPublish>
                            <EraseOnPublish>true</EraseOnPublish>
                    </Live>
                    <SendDuplicateStart>true</SendDuplicateStart>
                    <SendDuplicateOnMetaData>true</SendDuplicateOnMetaData>
                    <Recording>
                            <MaxSize>-1</MaxSize>
                            <MaxSizeCap>-1</MaxSizeCap>
                            <MaxDuration>-1</MaxDuration>
          <MaxDurationCap>-1</MaxDurationCap>
      </Recording>
            </StreamManager>
            <SharedObjManager>
                    <StorageDir></StorageDir>
                    <DuplicateDir appName="true"></DuplicateDir>
                    <ResyncDepth>-1</ResyncDepth>
                    <LockTimeOut>-1</LockTimeOut>
                    <AutoCommit>true</AutoCommit>
                    <MaxProperties>-1</MaxProperties>
                    <MaxPropertySize>-1</MaxPropertySize>
            </SharedObjManager>
            <AllowHTTPTunnel>true</AllowHTTPTunnel>
            <Client>
                    <WindowsPerAck>2</WindowsPerAck>
                    <Bandwidth override="yes">
                            <ServerToClient>2500000</ServerToClient>
                            <ClientToServer>2500000</ClientToServer>
                    </Bandwidth>
                    <BandwidthCap override="no">
                            <ServerToClient>5000000</ServerToClient>
                            <ClientToServer>5000000</ClientToServer>
                    </BandwidthCap>
        <BandwidthDetection enabled="true">
          <MaxRate>-1</MaxRate>
          <DataSize>16384</DataSize>
          <MaxWait>2</MaxWait>
        </BandwidthDetection>
                    <MsgQueue>
                            <Live>
                                    <MaxAudioLatency>2000</MaxAudioLatency>
                                    <MinBufferTime>8000</MinBufferTime>
                            </Live>
                            <Recorded>
                                    <MinBufferTime>2000</MinBufferTime>
                            </Recorded>
                            <Server>
                                    <BufferRatio>0.5</BufferRatio>
                                    <Prioritization>false</Prioritization>
                                    <MinQueuedVideo>64</MinQueuedVideo>
                            </Server>
                            <Diagnostic>
                                    <Enable>false</Enable>
                            </Diagnostic>
                    </MsgQueue>
                    <HTTPTunnel>
                            <IdlePostInterval>512</IdlePostInterval>
                            <IdleAckInterval>512</IdleAckInterval>
                            <MimeType>application/x-fcs</MimeType>
                            <WriteBufferSize>16</WriteBufferSize>
                    </HTTPTunnel>
                    <MaxMessageSizeLosslessVideo>0</MaxMessageSizeLosslessVideo>
                    <OutChunkSize>4096</OutChunkSize>
                    <AggregateMessages enabled="true"></AggregateMessages>
                    <Access>
                            <FolderAccess>false</FolderAccess>
                            <AudioSampleAccess enabled="false"></AudioSampleAccess>
                            <VideoSampleAccess enabled="false"></VideoSampleAccess>
                    </Access>
                    <UserAgent override="yes">
                            <Bits from="WIN 6,0,0,0" to="WIN 7,0,55,0">0x01</Bits>
                            <Bits from="MAC 6,0,0,0" to="MAC 7,0,55,0">0x01</Bits>
                    </UserAgent>
            </Client>
            <Debug>
                    <MaxPendingDebugConnections>50</MaxPendingDebugConnections>
                    <AllowDebugDefault>false</AllowDebugDefault>
            </Debug>
            <HTTP>
                    <HTTP_1_0>false</HTTP_1_0>
                    <Verbose>false</Verbose>
                    <Connections>
                            <MaxTimeout>60</MaxTimeout>
                            <Reuse>true</Reuse>
                            <Interface></Interface>
                    </Connections>
                    <Proxy>
                            <Host></Host>
                            <Port></Port>
                            <Type>HTTP</Type>
                            <Tunnel>false</Tunnel>
                            <Username></Username>
                            <Password></Password>
                    </Proxy>
                    <Redirect>
                            <Allow>true</Allow>
                            <Max>10</Max>
                            <UnrestrictedAuth>true</UnrestrictedAuth>
                    </Redirect>
            </HTTP>
            <SWFVerification enabled="false">
                    <SWFFolder></SWFFolder>
                    <MinGoodVersion></MinGoodVersion>
                    <DirLevelSWFScan>1</DirLevelSWFScan>
                    <MaxInitDelay>5</MaxInitDelay>
                    <FirstHashTimeout>5</FirstHashTimeout>
                    <FinalHashTimeout>60</FinalHashTimeout>
                    <UserAgentExceptions>
                            <Exception from="" to=""/>
                    </UserAgentExceptions>
                    <Cache>
                            <TTL>1440</TTL>
                            <UpdateInterval>5</UpdateInterval>
                    </Cache>
                    <ConnectionBlocking enabled="false"/>
            </SWFVerification>
            <Logging>
                    <Access>
                            <Checkpoints enable="false">
                                    <LogInterval>3600</LogInterval>
                            </Checkpoints>
                            -->
                    </Access>
            </Logging>
            <DisallowedProtocols></DisallowedProtocols>
    </Application>
    Vhost.xml
    <VirtualHost>
            <AliasList>
                    <Alias name="alias1"></Alias>
            </AliasList>
            <AppsDir>${VHOST.APPSDIR}</AppsDir>
            <ResourceLimits>
                    <MaxConnections>-1</MaxConnections>
                    <MaxEdgeConnections>-1</MaxEdgeConnections>
                    <MaxAppInstances>15000</MaxAppInstances>
                    <MaxStreams>250000</MaxStreams>
                    <MaxSharedObjects>50000</MaxSharedObjects>
                    <AppInstanceGC>-1</AppInstanceGC>
            </ResourceLimits>
            <VirtualKeys>
            </VirtualKeys>
            <VirtualDirectory>
                    <Streams></Streams>
            </VirtualDirectory>
            <DNSSuffix></DNSSuffix>
            <Allow>all</Allow>
            <Proxy>
                    <Mode>local</Mode>
                    <RequestTimeout>2</RequestTimeout>
                    <Anonymous>false</Anonymous>
                    <CacheDir enabled="false" useAppName="true">
                            <Path></Path>
                            <MaxSize>32</MaxSize>
                    </CacheDir>
                    <LocalAddress></LocalAddress>
                    <RouteTable protocol="">
                            <RouteEntry></RouteEntry>
                    </RouteTable>
                    <EdgeAutoDiscovery>
                            <Enabled>false</Enabled>
                            <AllowOverride>true</AllowOverride>
                            <WaitTime>1000</WaitTime>
                    </EdgeAutoDiscovery>
                    <SSL>
                            <SSLVerifyCertificate>true</SSLVerifyCertificate>
                            <SSLCACertificatePath></SSLCACertificatePath>
                            <SSLCACertificateFile></SSLCACertificateFile>
                            <SSLVerifyDepth>9</SSLVerifyDepth>
                            <SSLCipherSuite>ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH</SSLCipherSuite>
                    </SSL>
                    -->
                    <AggregateMessages enabled="true">
                    </AggregateMessages>
            </Proxy>
            <Logging>
                    <Access>
                            <Checkpoints enable="false">
                                    <LogInterval>3600</LogInterval>
                            </Checkpoints>
                            -->
                    </Access>
            </Logging>
    </VirtualHost>

    Hello guys,
    thanks for replying.
    All intances spent 24h playing/streaming as expected but today some of them went down.
    Any idea why this core is being deactivated?
    master.log
    2011-04-20      16:30:54        16109   (i)2581172      System memory load (90) is now below the maximum threshold.     -
    2011-04-20      16:30:55        16109   (w)2581171      System memory load (91) is high.        -
    2011-04-20      18:36:18        16109   (i)2581226      Edge (16129) is no longer active.       -
    2011-04-20      18:36:18        16109   (w)2581255      Edge (16129) _defaultRoot__edge1 experienced 1 failure[s]!      -
    2011-04-20      18:36:18        16109   (i)2581224      Edge (28483) started, arguments : -edgeports ":1935,80" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1".        -
    2011-04-20      18:53:25        16109   (i)2581223      Core (16132) is no longer active.       -
    2011-04-20      18:53:25        16109   (i)2581221      Core (28621) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:".-
    2011-04-20      18:57:25        16109   (i)2581223      Core (28621) is no longer active.       -
    2011-04-20      18:57:25        16109   (i)2581221      Core (28814) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:".-
    2011-04-20      19:00:15        16109   (i)2581172      System memory load (61) is now below the maximum threshold.     -
    2011-04-20      19:00:28        16109   (i)2581223      Core (16752) is no longer active.       -
    2011-04-20      19:00:28        16109   (w)2581256      Core (16752) _defaultRoot_:_defaultVHost_:::_1 experienced 1 failure[s]!        -
    2011-04-20      19:00:28        16109   (i)2581221      Core (29004) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app  -inst  -tag "_1" -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:::_1".     
    core.log
    2011-04-20      16:30:56        16132   (w)2581171      System memory load (91) is high.        -
    2011-04-20      18:36:16        16752   (i)2581247      Core (16752) disconnected from edge.    -
    2011-04-20      18:36:16        16548   (i)2581247      Core (16548) disconnected from edge.    -
    2011-04-20      18:36:16        16962   (i)2581247      Core (16962) disconnected from edge.    -
    2011-04-20      18:36:16        16132   (i)2581247      Core (16132) disconnected from edge.    -
    2011-04-20      18:36:21        16962   (i)2581246      Core (16962) sending register cmd to edge.      -
    2011-04-20      18:36:21        16752   (i)2581246      Core (16752) sending register cmd to edge.      -
    2011-04-20      18:36:21        16548   (i)2581246      Core (16548) sending register cmd to edge.      -
    2011-04-20      18:36:22        16132   (i)2581246      Core (16132) sending register cmd to edge.      -
    #Date: 2011-04-20
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-04-20      18:53:27        28621   (i)2581246      Core (28621) sending register cmd to edge.      -
    2011-04-20      18:53:30        28621   (w)2581171      System memory load (99) is high.        -
    #Date: 2011-04-20
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-04-20      18:57:27        28814   (i)2581246      Core (28814) sending register cmd to edge.      -
    2011-04-20      18:57:29        28814   (w)2581171      System memory load (99) is high.        -
    2011-04-20      19:00:16        16962   (i)2581172      System memory load (61) is now below the maximum threshold.     -
    2011-04-20      19:00:15        28814   (i)2581172      System memory load (66) is now below the maximum threshold.     -
    2011-04-20      19:00:16        16548   (i)2581172      System memory load (61) is now below the maximum threshold.     -
    #Date: 2011-04-20
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-04-20      19:00:29        29004   (i)2581237      Starting admin app on core (29004).     -
    2011-04-20      19:00:29        29004   (i)2581238      Core (29004) connecting to admin.       -
    2011-04-20      19:00:29        29004   (i)2581231      Core (29004) connected to admin.        -
    2011-04-20      19:00:29        29004   (i)2581234      Core (29004) connection to admin accepted.      -
    2011-04-20      19:00:29        29004   (i)2581246      Core (29004) sending register cmd to edge.      -
    # free -m
                 total       used       free     shared    buffers     cached
    Mem:          7993       6076       1917          0          4         34
    -/+ buffers/cache:       6037       1956
    Swap:         3147       1558       1589
    thank you!

  • Domain Controller going down after IDM implemented

    Hi,
    We have implemented IDM 7.1 and are using the PSS (Password Self Service), Password Syncronization functionality for 2 AD and 6 ABAP systems. This PSS is implemented to support our company ESS which is on the internet so that users can reset their own password. Hence to support it we have a architecture having one AD on the DMZ and another internal.
    Both the AD repositories have been configured pointing to a perticular DC (Domain Contorller) . All the DC's have Phook installed on them.
    Since Go-live we have not had any issue with the DC on the DMZ but the internal DC keeps going down once in a while and it doesnt have a pattern. We tried switching to different DC's also which didnt work. Right now we are keeping a close watch on the DC and we carryout a restart whenever it happens.
    Did anyone come across such kind of a issue, if so then please let me know.
    Thanks.

    Hi Ahmed,
    Thank you for your quick response!  Our secondary domain controller IP settings were set properly according to the recommendation, but the primary (the one having the issues) was not. I went ahead and changed the settings and did an ipconfig /registerdns
    and restarted the netlogon service. Nothing changed after that. I ran a dcdiag and the only one that failed was this:
          Starting test: NCSecDesc
             Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
                Replicating Directory Changes In Filtered Set
             access rights for the naming context:
             DC=ForestDnsZones,DC=*hidden*,DC=*hidden*
             Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
                Replicating Directory Changes In Filtered Set
             access rights for the naming context:
             DC=DomainDnsZones,DC=*hidden*,DC=*hidden*
             ......................... *hidden PDC Name* failed test NCSecDesc
    I'm going to restart the server tonight after those IP changes and let you know my outcome.
    Thanks again!

  • FSRM Quotas not going down after shadow copy snapshot

    I've got an issue with FSRM Quotas not being recalculated when a user removes some data from their home drive.
    Server is 2008R2 Standard.  Clients are a mix of Windows 7, 8, and 8.1 it seems to happen irrespective of the client being used.
    if a user removes data after a shadow copy has been created the available space doesn't go down.
    if a user removes data before a shadow copy has been created the free space goes up as expected.
    I have Enabled this policy as I thought it might be related to the Recycle bin but that makes no difference: Windows Components/File Explorer Do not move deleted files to the Recycle Bin = Enabled.
    this is starting to become an issue as now users cant clear space themselves and we have to up their quota should they run out of Space.  Even if the administrator deletes the files directly
    on the file server the quota is not recalculated.

    Hi there Shaon
    the server is a 2008R2 server that hosts our Domain users (students and teachers) home drives. they are split up by years in the example above the home drives fall into 2012\%username% a quota template is used to apply quotas to the home drives.  Shadowcopies
    is enabled on the Drive (d:) in my case we have 2 copies created a day so we get about 30 Days of history that people can look back on which is really useful if they delete something - saves trawling through DPM :)
    So what can happen: say I'm student test12 and I log into a computer and copy 100MB of photos onto my home drive the free space goes down as expected via the quota - if they had a 700MB quota their home (h:) drive Which was empty to begin with it would show
    600 MB free.  if they then remove the files immediately the free space goes back showing 700MB Free. 
    However if the Student doesn't delete the files and after lunch (after a shadow copy snapshot has taken place) logs back in and then deletes the files the free space doesn't change it will continue to show 600MB Free despite there being no files on their
    h: drive.

  • OpenGL games fps going down after install Windows on RAID 0 on K9A2 Platinum

    Hello .
    Description of problem :
    The problem was showed right after installations Windows on RAID 0.
    When I had one HDD, the problem was not.
    The problem was showed on both integrated RAID controllers (both on SB600 and on Promise T3).
    When I play games (just games in OpenGL!!! for example conter-strike 1.6, Quake3, on Direct3D such problem is not present), and simultaneously I copy (or other users on FTP:)) a plenty of small files, game frames per second going down.
    If to stop copying in current of minute, frames per seconds goung up.
    If in 2-3 minutes, will help only restart game.
    Processor type: "AMD Athlon 64 X2 4000+ (Brisbane)"
    Motherboard: "MSI K9A2 Platinum, AMD® 790FX and SB600 (+ Promise T3) Chipset,  AMI BIOS v1.3"
    RAM: "Samsung 1GB 800MHz DDR2 Non-ECC"
    HDD: 2x in RAID 0: "Samsung HD501LJ 500GB 7200rpm 16MB with NCQ Serial ATA II-300"
    Video: "XpertVision NVidia 8800GT 512Mb"
    Power supply: "FSP ATX-400PNR 400W ATX 12V v 2.01 20+4 pin passive PFC 12cm fan Noise Killer"
    Operating System:
    Windows 2003 server 32bit
    Windows Vista Ultimate 32bit 
    I have established last version Dual Core Optimizer.
    Tried to clean in boot.ini a key /usepmtimer and reboot has helped nothing.
    The similar problem was on absolutely another motherboard (Biostar nForce570SLI) and hdd (Hitachi 80GB) with the same processor and Windows. But , installation Dual Сore Optimizer and a key/userpmtimer has helped.
    What reasons of a problem? 
    How to eliminate a problem?
    In advance thanks for the answer.

    Oops, missed the PSU....
    Quote
    But why when copying to stop in 3-4 minutes, game fps not going up.
    In fact after copying files system resources are not used, also reading and writing from a disk does not occur.
    I understand that at copying Soft-RAID use some system resources. But when system resources not use game fps not going up.
    Will help only restart game!!!
    Quote
    The problem was showed right after installations Windows on RAID 0.
    When I had one HDD, the problem was not.
    See that? You went from single disk to RAID and then the problem started...... I guess it's not very hard to conclude that one is related to the other. Just try to use single disk again an and see what happens.
    Then: did you have two disks installed before going to RAID-0? Or did you add one disk for that? If so, then your PSU may be the troublemaker, not providing enough juice to feed all devices.
    About your English: it is fine, don't worry. We do not mind, as long as it looks like English and we can understand it and as long as there's no MSN-crap in it... so, you are doing fine. 

  • Apache Tomcat goes down on starting Java application, Oracle error

    Hello all
    I am running a Java application on Apache Tomcat 5.5. I use Oracle 10g Express Edition as the back-end for my application. I deploy my application using theTomcat manager and it works fine.
    However, when I try to access the home page of the application, my Tomcat server goes down. The stdout logs of Apache Tomcat display the following message:
    Exception message: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: Cannot access NLS data files or invalid environment specified.
    What could the possible reasons be for this to happen? And how can I workaround or fix this?
    Thanks
    Swetha

    This looks like a problem that XE has with some recently altered locales, i.e. Russian. You can work around the problem by making sure that the Java locale (Locale.setDefault()) is supported by XE before the JDBC connect call. For example, use Locale.setDefault( Locale.US ). After connect, you may explicitly set session NLS parameters using ALTER SESSION. You can also restore the Java locale.
    -- Sergiusz

  • Ethernet performance going down after upgrading to S11U1

    I upgraded from S11-SRU11 to S11U1-SRU1. Until approx. 5 min after reboot, the ethernet performance is as I am used to it before the upgrade, at about 113 Mbps on a e1000g (which is pretty close to the physical maximum). Then suddenly the throughput goes down significantly, and I measure everything between 8 Mbps and 69 Mbps. Rebooting does not help.
    After going back to S11-SRU11 via snapshot, the old performance of 113 Mbps is back, and consistenly.
    All throughput is measured with nttcp-1.147 on Solaris and PCATTCP-0114 on Windows 7.
    Has anyone seen that behaviour, too?

    Do you see any TCP retransmissions in the output from "netstat -s -P tcp"
    when this issue happens?
    Also, please post the output from 'dlstat -r <e1000g-if>'.

  • IPad Retina storage is going down after ios8.02 was installed.  I had over 6.4 gig before installation and am now down to less than 700 mb.  I've deleted apps, there's no music or videos on my iPad, and I've deleted most pictures.

    IiPad retina storage is disappearing after update to ios8.02.  I had over 6.4 gig before the update.  I now have less than 710 mb.  There is no music or videos on the iPad.  I have deleted almost all apps and most photos.  Every time I use it, the storage is going down.  I have tried resetting by powering off and this has no effect.

    iPhone, iPad, and iPod: Understanding capacity
    http://support.apple.com/kb/ht1867
    How much space is used by your Other? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    How to Remove “Other” Data from iPhone, iPad and iPod Touch
    http://www.igeeksblog.com/how-to-remove-other-data-from-iphone/
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6/7, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
    What is “Other” and What Can I Do About It?
    https://discussions.apple.com/docs/DOC-5142
    iPhone or iPad Ran Out of Storage Space? Here’s How to Make Space Available Quickly
    http://osxdaily.com/2012/06/02/iphone-ipad-ran-out-of-available-storage-space-ho w-to-fix-quick/
    6 Tips to Free Up Tons of Storage Space on iPad, iPhone, and iPod Touch
    http://osxdaily.com/2012/04/24/6-tips-free-up-storage-space-ipad-iphone-ipod-tou ch/
    Also,
    How to Clear Message/iMessage Cache on iPhone & iPad And Reclaim Lots of Free Space
    http://www.igeeksblog.com/how-to-clear-message-imessage-cache-on-iphone-ipad/
    What is Stored in iCloud and What is Not
    https://sites.google.com/site/appleclubfhs/support/advice-and-articles/what-is-s tored-in-icloud
     Cheers, Tom

  • Shuts down after start up screen

    Hi, Trying to help out a friend.
    Her lappy shuts down after the initial screen and sound.
    Power supply seems ok.
    Any suggestions?
    thanks

    I went to apple today and they told me that the hard drive has unmounted itself. They have my macbook right now and they said they're going to replace the wire that connects the hard drive to the logic board and see if this solves the issue. If it doesn't work they will replace the existing 250GB hard drive in my macbook with a 500GB as they no longer make that size hard drives (cost of £130 for the replacement). The problem is that i dont have my macbook backed up so will there be anyway to get data off the od hard drive?

  • Firefox installation made my power saver function misfire - the system goes down after a few minutes of inactivity but then comes right back on again after a few seconds.

    My power management scheme: turn off monitor after 2 min of inactivity; turn off hard discs after 5 min of inactivity. doesn't work reliably anymore. Usually, with Firefox installed, the system powers down after the preset times but then comes right back on again after a few seconds. If I restart the machine, my selected power management scheme works properly for a few cycles but then reverts to the mode of turning back on after a few seconds after having shut down.

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]<br />
    <br />
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.<br />
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.<br />
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Java Plug-in 1.6.0_05 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • My Mac book pro shuts down after starting

    My Mac book pro shuts down after a few second. I have to press the start button multiple time before uploading

    MacBook Pro (17 -inch, Mid 2009) OS X Yosemite Version 10.10.2
    Processor 2.8 GHz Intel Core 2 Duo
    Memory 8 GB 1067 MHz DDR3
    Startup Disk Macintosh HD
    Graphics NVIDIA GeForce 9400M 256 MB
    Serial Number W8******8YB
    Disk Utility Message:
    Repairing permission for "Macintosh HD"
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOSARDAge nt" has been modifiedand wil not be repaired
    Group differs on "Library/Printers/InstallerPrinters.plist";should be 80; group is 0.
    Permission differs on "Library/Printers/InstalledPrinters.plist" should be -rw-rw-rw ; tey are -rw-r---r--
    Repaired "Library/Printers/InstalledPrinters.plist"
    Group differs on " Library/Preferences/com.apple.alf.plist" should be 80; group is 0.
    Repaired "Library/Prefernces/com.apple.alf.plist"
    User differs on "private/var/db/displaypolicyd"; should be 0; user is 244
    Group differs on "private/var/db/dispaypolicyd:; should be 0 group is 244
    Repaired "private/var/db/displaypolicyd"
    Permission repair complete
    I was not able to fix the problem,
    TinTin 15
    <Personal Information Edited by Host>

  • My computer system slows down after starting firefox 3.6.6, how do I revert to 3.5 version?

    My computer system slows down noticeably after starting Firefox 3.6.6, so I would like to shift back to the 3.5 version. What website in the Internet do I go to get the installer file?
    == This happened ==
    Every time Firefox opened

    Your plugins list shows outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.0 r45
    Update the [[Flash]] plugin to the latest version.
    See http://www.adobe.com/software/flash/about/
    You can try if it works if you disable OOPP (Out-Of-Process-Plugins).
    See http://kb.mozillazine.org/Plugin-container_and_out-of-process_plugins
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    dom.ipc.plugins.enabled.npctrl.dll (Silverlight)
    dom.ipc.plugins.enabled.npqtplugin.dll (QuickTime)
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.
    Create a new profile as a test to check if your current profile is causing the problems
    See [[Basic Troubleshooting|#Make_a_new_profile|Basic Troubleshooting: Make a new profile]]
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins"
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    You can find Firefox 3.5.10 here: http://www.mozilla.com/en-US/firefox/all-older.html

  • Router goes down after Wi-Fi connecting my iPhone 5s

    Hello,
    Yes, simple as that, every time I connect my iPhone 5s to the home broadband, the router goes down for a few minutes and then it comes back, then goes down again and on ... (Never ending loop).
    I made sure that it's related to my iPhone when the browser gone offline on my Macbook, when I turned the Wi-Fi off in my iPhone the router was on again.
    Could it be a conflict or something?
    Any suggestion will be good!
    Many thanks and much appreciated.

    Resetting Network Settings means that the saved password that enabled your iPhone to connect to your WiFi router was erased. You are now reentering that password. Most likely you are entering the password incorrectly or are entering an old password or the wrong password.
    Check that the password that you are using is absolutely, positively, the correct and current password for your router. Make sure that you are not confused l with 1, O with 0, etc.

  • KB Download number going DOWN after time ????

    http://gallery.me.com/grifforama#100057&view=null&bgcolor=black&sel=0
    These are screenshots of me trying to download a picture my wife sent to me.
    If you check the times at the top of each screen, you'll see that the kb number actually goes down from 1.10pm to 1.12pm
    How can this happen ?
    I then switched off my phone, and turned it back on, and the picture downloaded OK.
    All I ever get from ATT or Apple is to perform a restart, or to restore my phone. I even got a new sim card, but nothing seems to have helped.

    My phone seems top constantly switch between 3G and Edge, on a regular basis.
    However. My iphone, as shown here, was showing me 4/5 bars on 3G. At no time did it show a switch to Edge.
    I am just about to upload some pictures of my collegaues phone sitting nicely on 3G, while mine sits not so happy on EDGE.
    I have another call with an ATT 2nd line technician tommorrow, and I will likely try and switch my phone out for a newer one some time soon. I'm convinced this is hardware related.
    Oh, and the screen shot feature is great. Helps me prove my point with Apple and ATT.

Maybe you are looking for