Pb to Stop my application after long time of use!

Hello,
I use LABVIEW 5.01 and I have a problem with the application I made.
This application use a lot of sub VI (Logical I/O, RS232, sequential...).
When this application is running during many hours (More than 1 Day),
it's very long to quit the appication. A white screen appears and the CPU
time
is used at 100% during 2 or 3 minutes.
This problem does not appear if the application is run during a short time.
Did somebody already have this problem?
How to resolve it?
D.BOISSET

Craig Graham wrote in message
news:8d4es9$cr6$[email protected]..
>
> > Another possibility is that there are lots of open I/O sessions that are
> not
> > being closed. Again, on exit, LV will release them back to the OS.
These
> > are a bit harder to find/detect, but they can either be closed when you
> are
> > finished with them, or you can open them outside the loop so that fewer
of
> > them are allocated.
>
> Another possibility, if it's Win95/98, is that the memory pool is becoming
> fragmented by frequent allocation/deallocation of large arrays, causing a
> gradual degradation in machine performance over time. If you use large
> arrays in there, it may be better to allocate them beforehand and use
> "replace
array element" rather than allocating on the fly by using "build
> array" or having arrays built at the output of a loop.
>
In system.ini or autoexec.bat you set the the disk cache size to maximum
value. If you dont do this win95 will increase the disk cache size below the
RAM amount.... I had similar problems when trying to collect 200 ksamples/S
on P133 notebook for 20 sec, then it took ten minutes before writing to disk
stopped. You can check the mem useage by runing sysmon.exe.
Anders Björk
Analytical Chemistry
Royal Inst. of Technology
Stockholm
Sweden

Similar Messages

  • File upload abort after long time

    Hi,
    I am trying to upload big files to individual table with BLOB column. During upload process after long time approx. 2h I get the following error message:
    [#|2012-08-01T19:03:01.667+0200|WARNING|sun-appserver2.1|java.lang.Class|_ThreadID=27;_ThreadName=httpSSLWorkerThread-8082-2;_Reques
    tID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;|oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream.java:236)
    java.io.IOException: ORA-01013: user requested cancel of current operation
    at oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream.java:236)
    at oracle.jdbc.driver.OracleBlobOutputStream.write(OracleBlobOutputStream.java:151)
    at java.nio.channels.Channels$WritableByteChannelImpl.write(Channels.java:296)
    at oracle.dbtools.apex.utilities.StreamCopy.drain(StreamCopy.java:43)
    at oracle.dbtools.apex.utilities.StreamCopy.drain(StreamCopy.java:30)
    at oracle.dbtools.apex.hooks.fileUpload.ApexFileLoader.getBlob(ApexFileLoader.java:207)
    at oracle.dbtools.apex.hooks.fileUpload.ApexFileLoader.processApexFileUtil(ApexFileLoader.java:167)
    at oracle.dbtools.apex.hooks.fileUpload.ApexFileLoader.processFile(ApexFileLoader.java:55)
    at oracle.dbtools.apex.hooks.ProcessorRegistry.fileUploadPreProcess(ProcessorRegistry.java:94)
    at oracle.dbtools.apex.FileUpload.loadFiles(FileUpload.java:52)
    at oracle.dbtools.apex.ModApex.doPost(ModApex.java:121)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at oracle.dbtools.rt.web.HttpEndpointBase.defaultServlet(HttpEndpointBase.java:133)
    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:90)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:315)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:382)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    Caused by: java.sql.SQLTimeoutException: ORA-01013: user requested cancel of current operation
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
    at oracle.jdbc.driver.T4C8TTILob.processError(T4C8TTILob.java:789)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
    at oracle.jdbc.driver.T4C8TTILob.write(T4C8TTILob.java:178)
    at oracle.jdbc.driver.T4CConnection.putBytes(T4CConnection.java:2412)
    at oracle.sql.BLOB.setBytes(BLOB.java:881)
    at oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream.java:228)
    ... 43 more
    |#]
    [#|2012-08-01T19:03:01.743+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=27;_ThreadName=httpSSLWorkerTh
    read-8082-2;_RequestID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;|
    init: # headers=47
    declare nm owa.vc_arr := ?;
    vl owa.vc_arr := ?;
    begin
    owa.init_cgi_env( ?, nm, vl );
    htp.init; htp.HTBUF_LEN := 63;
    ? := sys_context('USERENV','SID');
    end;
    INIT FAILED:The connection is closed: The connection is closed|#]
    [#|2012-08-01T19:03:01.743+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=27;_ThreadName=httpSSLWorkerTh
    read-8082-2;_RequestID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;|
    nm(1) := 'accept';
    vl(1) := 'text/html, application/xhtml+xml, */*';
    nm(2) := 'referer';
    vl(2) := 'http://degtlun1118.server.arvato-systems.de:8082/apex/f?p=108:19:151527714221001::NO';
    nm(3) := 'accept-language';
    vl(3) := 'de-DE';
    nm(4) := 'user-agent';
    vl(4) := 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)';
    nm(5) := 'content-type';
    vl(5) := 'multipart/form-data; boundary=---------------------------7dc10a1f5001c';
    nm(6) := 'accept-encoding';
    vl(6) := 'gzip, deflate';
    nm(7) := 'host';
    vl(7) := 'degtlun1118.server.arvato-systems.de:8082';
    nm(8) := 'content-length';
    vl(8) := '1002208860';
    nm(9) := 'connection';
    vl(9) := 'Keep-Alive';
    nm(10) := 'cache-control';
    vl(10) := 'no-cache';
    nm(11) := 'cookie';
    vl(11) := 'WWV_CUSTOM-F_3062908104789135_108=0B847723FCDB7B7246A26318ACA79A41; LOGIN_USERNAME_COOKIE=scaub01; ORA_WWV_REMEMBER_UN=SC
    AUB01:rzsam_irlacc; ORA_WWV_USER_63105666364946=4D6F39F871BFB3EBFBA81249BBC0BF0B';
    nm(12) := 'APEX_LISTENER_VERSION';
    vl(12) := '1.1.3.243.11.40';
    nm(13) := 'DAD_NAME';
    vl(13) := '';
    nm(14) := 'DOC_ACCESS_PATH';
    vl(14) := '';
    nm(15) := 'DOCUMENT_TABLE';
    vl(15) := '';
    nm(16) := 'GATEWAY_IVERSION';
    vl(16) := '3';
    nm(17) := 'GATEWAY_INTERFACE';
    vl(17) := 'CGI/1.1';
    nm(18) := 'HTTP_ACCEPT';
    vl(18) := 'text/html, application/xhtml+xml, */*';
    nm(19) := 'HTTP_ACCEPT_ENCODING';
    vl(19) := 'gzip, deflate';
    nm(20) := 'HTTP_ACCEPT_LANGUAGE';
    vl(20) := 'de-DE';
    nm(21) := 'HTTP_ACCEPT_CHARSET';
    vl(21) := 'null';
    nm(22) := 'HTTP_COOKIE';
    vl(22) := 'WWV_CUSTOM-F_3062908104789135_108=0B847723FCDB7B7246A26318ACA79A41; LOGIN_USERNAME_COOKIE=scaub01; ORA_WWV_REMEMBER_UN=SC
    AUB01:rzsam_irlacc; ORA_WWV_USER_63105666364946=4D6F39F871BFB3EBFBA81249BBC0BF0B';
    nm(23) := 'HTTP_IF_MODIFIED_SINCE';
    vl(23) := 'null';
    nm(24) := 'HTTP_IF_NONE_MATCH';
    vl(24) := 'null';
    nm(25) := 'HTTP_HOST';
    vl(25) := 'degtlun1118.server.arvato-systems.de:8082';
    nm(26) := 'HTTP_ORACLE_ECID';
    vl(26) := '';
    nm(27) := 'HTTP_PORT';
    vl(27) := '8082';
    nm(28) := 'HTTP_REFERER';
    vl(28) := 'http://degtlun1118.server.arvato-systems.de:8082/apex/f?p=108:19:151527714221001::NO';
    nm(29) := 'HTTP_USER_AGENT';
    vl(29) := 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)';
    nm(30) := 'PATH_ALIAS';
    vl(30) := ' ';
    nm(31) := 'PATH_INFO';
    vl(31) := '/wwv_flow.accept';
    nm(32) := 'PLSQL_GATEWAY';
    vl(32) := 'WebDb';
    nm(33) := 'QUERY_STRING';
    vl(33) := 'null';
    nm(34) := 'REMOTE_ADDR';
    vl(34) := '162.49.176.225';
    nm(35) := 'REMOTE_USER';
    vl(35) := 'APEX_PUBLIC_USER';
    nm(36) := 'REQUEST_CHARSET';
    vl(36) := 'AL32UTF8';
    nm(37) := 'REQUEST_IANA_CHARSET';
    vl(37) := 'UTF-8';
    nm(38) := 'REQUEST_METHOD';
    vl(38) := 'POST';
    nm(39) := 'REQUEST_PROTOCOL';
    vl(39) := 'http';
    nm(40) := 'REQUEST_SCHEME';
    vl(40) := 'http';
    nm(41) := 'SCRIPT_NAME';
    vl(41) := '/apex';
    nm(42) := 'SCRIPT_PREFIX';
    vl(42) := '';
    nm(43) := 'SERVER_NAME';
    vl(43) := 'degtlun1118.server.arvato-systems.de';
    nm(44) := 'SERVER_PORT';
    vl(44) := '8082';
    nm(45) := 'SERVER_PROTOCOL';
    vl(45) := 'HTTP/1.1';
    nm(46) := 'SERVER_SOFTWARE';
    vl(46) := 'Mod-Apex';
    nm(47) := 'WEB_AUTHENT_PREFIX';
    vl(47) := ' ';
    |#]
    [#|2012-08-01T19:03:01.744+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=27;_ThreadName=httpSSLWorkerTh
    read-8082-2;_RequestID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;|
    The connection is closed: The connection is closed|#]
    [#|2012-08-01T19:03:01.744+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=27;_ThreadName=httpSSLWorkerTh
    read-8082-2;_RequestID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;|
    The connection is closed: The connection is closed|#]
    I am using Glassfish Server v2.1.1 with APEX Listener v1.1.3.243.11.40
    The Timeout parameters for JDBC settings in APEX Listener are default. Thus I would expect to abort earlier to be an issue of JDBC Connection?
    Anybody an idea?
    Thanks!

    Appears to be a question for the {forum:id=858} forum.

  • APEX  File upload abort after long time

    Hi,
    I am trying to upload big files to individual table with BLOB column. During upload process after long time approx. 2h I get the following error message:
    [#|2012-08-01T19:03:01.667+0200|WARNING|sun-appserver2.1|java.lang.Class|_ThreadID=27;_ThreadName=httpSSLWorkerThread-8082-2;_Reques
    tID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;|oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream.java:236)
    java.io.IOException: ORA-01013: user requested cancel of current operation
    at oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream.java:236)
    at oracle.jdbc.driver.OracleBlobOutputStream.write(OracleBlobOutputStream.java:151)
    at java.nio.channels.Channels$WritableByteChannelImpl.write(Channels.java:296)
    at oracle.dbtools.apex.utilities.StreamCopy.drain(StreamCopy.java:43)
    at oracle.dbtools.apex.utilities.StreamCopy.drain(StreamCopy.java:30)
    at oracle.dbtools.apex.hooks.fileUpload.ApexFileLoader.getBlob(ApexFileLoader.java:207)
    at oracle.dbtools.apex.hooks.fileUpload.ApexFileLoader.processApexFileUtil(ApexFileLoader.java:167)
    at oracle.dbtools.apex.hooks.fileUpload.ApexFileLoader.processFile(ApexFileLoader.java:55)
    at oracle.dbtools.apex.hooks.ProcessorRegistry.fileUploadPreProcess(ProcessorRegistry.java:94)
    at oracle.dbtools.apex.FileUpload.loadFiles(FileUpload.java:52)
    at oracle.dbtools.apex.ModApex.doPost(ModApex.java:121)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at oracle.dbtools.rt.web.HttpEndpointBase.defaultServlet(HttpEndpointBase.java:133)
    at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:90)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:315)
    at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:287)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:218)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:94)
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:222)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:166)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:648)
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:593)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:587)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1093)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:291)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:666)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:597)
    at com.sun.enterprise.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:872)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
    at com.sun.enterprise.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
    at com.sun.enterprise.web.portunif.PortUnificationPipeline$PUTask.doTask(PortUnificationPipeline.java:382)
    at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:264)
    at com.sun.enterprise.web.connector.grizzly.ssl.SSLWorkerThread.run(SSLWorkerThread.java:106)
    Caused by: java.sql.SQLTimeoutException: ORA-01013: user requested cancel of current operation
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:389)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:382)
    at oracle.jdbc.driver.T4C8TTILob.processError(T4C8TTILob.java:789)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
    at oracle.jdbc.driver.T4C8TTILob.write(T4C8TTILob.java:178)
    at oracle.jdbc.driver.T4CConnection.putBytes(T4CConnection.java:2412)
    at oracle.sql.BLOB.setBytes(BLOB.java:881)
    at oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream.java:228)
    ... 43 more
         2012-08-01T19:03:01.743+0200      WARNING      sun-appserver2.1      javax.enterprise.system.stream.err      ThreadID=27;ThreadName=httpSSLWorkerTh
    read-8082-2;_RequestID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;
    init: # headers=47
    declare nm owa.vc_arr := ?;
    vl owa.vc_arr := ?;
    begin
    owa.init_cgi_env( ?, nm, vl );
    htp.init; htp.HTBUF_LEN := 63;
    ? := sys_context('USERENV','SID');
    end;
    INIT FAILED:The connection is closed: The connection is closed|#]
    [#|2012-08-01T19:03:01.743+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=27;_ThreadName=httpSSLWorkerTh
    read-8082-2;_RequestID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;|
    nm(1) := 'accept';
    vl(1) := 'text/html, application/xhtml+xml, */*';
    nm(2) := 'referer';
    vl(2) := 'http://degtlun1118.server.arvato-systems.de:8082/apex/f?p=108:19:151527714221001::NO';
    nm(3) := 'accept-language';
    vl(3) := 'de-DE';
    nm(4) := 'user-agent';
    vl(4) := 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)';
    nm(5) := 'content-type';
    vl(5) := 'multipart/form-data; boundary=---------------------------7dc10a1f5001c';
    nm(6) := 'accept-encoding';
    vl(6) := 'gzip, deflate';
    nm(7) := 'host';
    vl(7) := 'degtlun1118.server.arvato-systems.de:8082';
    nm(8) := 'content-length';
    vl(8) := '1002208860';
    nm(9) := 'connection';
    vl(9) := 'Keep-Alive';
    nm(10) := 'cache-control';
    vl(10) := 'no-cache';
    nm(11) := 'cookie';
    vl(11) := 'WWV_CUSTOM-F_3062908104789135_108=0B847723FCDB7B7246A26318ACA79A41; LOGIN_USERNAME_COOKIE=scaub01; ORA_WWV_REMEMBER_UN=SC
    AUB01:rzsam_irlacc; ORA_WWV_USER_63105666364946=4D6F39F871BFB3EBFBA81249BBC0BF0B';
    nm(12) := 'APEX_LISTENER_VERSION';
    vl(12) := '1.1.3.243.11.40';
    nm(13) := 'DAD_NAME';
    vl(13) := '';
    nm(14) := 'DOC_ACCESS_PATH';
    vl(14) := '';
    nm(15) := 'DOCUMENT_TABLE';
    vl(15) := '';
    nm(16) := 'GATEWAY_IVERSION';
    vl(16) := '3';
    nm(17) := 'GATEWAY_INTERFACE';
    vl(17) := 'CGI/1.1';
    nm(18) := 'HTTP_ACCEPT';
    vl(18) := 'text/html, application/xhtml+xml, */*';
    nm(19) := 'HTTP_ACCEPT_ENCODING';
    vl(19) := 'gzip, deflate';
    nm(20) := 'HTTP_ACCEPT_LANGUAGE';
    vl(20) := 'de-DE';
    nm(21) := 'HTTP_ACCEPT_CHARSET';
    vl(21) := 'null';
    nm(22) := 'HTTP_COOKIE';
    vl(22) := 'WWV_CUSTOM-F_3062908104789135_108=0B847723FCDB7B7246A26318ACA79A41; LOGIN_USERNAME_COOKIE=scaub01; ORA_WWV_REMEMBER_UN=SC
    AUB01:rzsam_irlacc; ORA_WWV_USER_63105666364946=4D6F39F871BFB3EBFBA81249BBC0BF0B';
    nm(23) := 'HTTP_IF_MODIFIED_SINCE';
    vl(23) := 'null';
    nm(24) := 'HTTP_IF_NONE_MATCH';
    vl(24) := 'null';
    nm(25) := 'HTTP_HOST';
    vl(25) := 'degtlun1118.server.arvato-systems.de:8082';
    nm(26) := 'HTTP_ORACLE_ECID';
    vl(26) := '';
    nm(27) := 'HTTP_PORT';
    vl(27) := '8082';
    nm(28) := 'HTTP_REFERER';
    vl(28) := 'http://degtlun1118.server.arvato-systems.de:8082/apex/f?p=108:19:151527714221001::NO';
    nm(29) := 'HTTP_USER_AGENT';
    vl(29) := 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)';
    nm(30) := 'PATH_ALIAS';
    vl(30) := ' ';
    nm(31) := 'PATH_INFO';
    vl(31) := '/wwv_flow.accept';
    nm(32) := 'PLSQL_GATEWAY';
    vl(32) := 'WebDb';
    nm(33) := 'QUERY_STRING';
    vl(33) := 'null';
    nm(34) := 'REMOTE_ADDR';
    vl(34) := '162.49.176.225';
    nm(35) := 'REMOTE_USER';
    vl(35) := 'APEX_PUBLIC_USER';
    nm(36) := 'REQUEST_CHARSET';
    vl(36) := 'AL32UTF8';
    nm(37) := 'REQUEST_IANA_CHARSET';
    vl(37) := 'UTF-8';
    nm(38) := 'REQUEST_METHOD';
    vl(38) := 'POST';
    nm(39) := 'REQUEST_PROTOCOL';
    vl(39) := 'http';
    nm(40) := 'REQUEST_SCHEME';
    vl(40) := 'http';
    nm(41) := 'SCRIPT_NAME';
    vl(41) := '/apex';
    nm(42) := 'SCRIPT_PREFIX';
    vl(42) := '';
    nm(43) := 'SERVER_NAME';
    vl(43) := 'degtlun1118.server.arvato-systems.de';
    nm(44) := 'SERVER_PORT';
    vl(44) := '8082';
    nm(45) := 'SERVER_PROTOCOL';
    vl(45) := 'HTTP/1.1';
    nm(46) := 'SERVER_SOFTWARE';
    vl(46) := 'Mod-Apex';
    nm(47) := 'WEB_AUTHENT_PREFIX';
    vl(47) := ' ';
         2012-08-01T19:03:01.744+0200      WARNING      sun-appserver2.1      javax.enterprise.system.stream.err      ThreadID=27;ThreadName=httpSSLWorkerTh
    read-8082-2;_RequestID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;
    The connection is closed: The connection is closed|#]
    [#|2012-08-01T19:03:01.744+0200|WARNING|sun-appserver2.1|javax.enterprise.system.stream.err|_ThreadID=27;_ThreadName=httpSSLWorkerTh
    read-8082-2;_RequestID=4cec5fc8-b9e1-4017-a859-8759ec1f5d37;|
    The connection is closed: The connection is closed|#]
    I am using Glassfish Server v2.1.1 with APEX Listener v1.1.3.243.11.40
    The Timeout parameters for JDBC settings in APEX Listener are default. Thus I would expect to abort earlier to be an issue of JDBC Connection?
    Anybody an idea?
    Thanks!

    Appears to be a question for the {forum:id=858} forum.

  • After long time i open my ipad ,but showing ipad desactivate what i want to do know,how i can open, after long time i open my ipad ,but showing ipad desactivate what i want to do know,how i can open

    after long time i open my iapd,but i canot open,ipad is desactivate,now i can open

    I am trying to help you but I want to be sure I understand what is going on. I think that you can't "open" the iPad because you have to enter the PIN for your sim card according to this taken from the web site that I referred you to. If you cannot remember your PIN you will have to contact your carrier for a replacement SIM card.
    COPIED FROM THE WEB SITE....
    Summary
    You can lock your SIM card so that it can’t be used without a Personal Identification Number (PIN). You must enter the PIN each time you turn iPhone or iPad Wi-Fi + 3G off and turn it back on again.
    Products Affected
    iPhone, iPad, iPhone Activation in iTunes
    Note: This information applies only to devices that use a SIM card.
    You can enable, disable, or change your SIM PIN in the following locations:
    iPhone: Settings > Phone > SIM PIN
    iPad Wi-Fi + 3G: Settings > Cellular Data > SIM PIN
    Note: Some carriers provide SIM cards with a default SIM PIN already enabled. Contact your carrier to find out what your default SIM PIN code is.
    Personal Unlocking Key (PUK)
    If you enter the PIN incorrectly three times, you may need to enter a Personal Unlocking Key (PUK) to enable your SIM card again. Refer to the SIM card documentation or contact your carrier.
    Note: Entering an incorrect PUK code too many times will result in the SIM becoming permanently locked. If this occurs, you will need to contact your carrier for a replacement SIM card.

  • How do l stop my macbook crashing every time l use iPhoto?

    how do l stop my macbook crashing every time l use iPhoto?
    This keeps happening since l upgraded to OX S Mavericks.
    and l have upgraded to the latest version of iphoto with RAW compatability.

    Here is some of the log.
    Anonymous UUID:       33A6929B-E49B-277A-0474-96802A6C3473
    Thu Feb  6 18:31:29 2014
    panic(cpu 0 caller 0xffffff7f8b15bfac): "GPU Panic: [<None>] 5 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xffffff80fb637000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.4.12/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80fa352e50 : 0xffffff8008e22f69
    0xffffff80fa352ed0 : 0xffffff7f8b15bfac
    0xffffff80fa352fa0 : 0xffffff7f8983c53d
    0xffffff80fa353060 : 0xffffff7f89908d9e
    0xffffff80fa3530a0 : 0xffffff7f89908dfc
    0xffffff80fa353110 : 0xffffff7f89b8d5be
    0xffffff80fa353240 : 0xffffff7f8992cd41
    0xffffff80fa353260 : 0xffffff7f8984308d
    0xffffff80fa353310 : 0xffffff7f89840bae
    0xffffff80fa353510 : 0xffffff7f898424d7
    0xffffff80fa3535e0 : 0xffffff7f8a7835bf
    0xffffff80fa3536b0 : 0xffffff7f8a7ad993
    0xffffff80fa353730 : 0xffffff7f8a795cc0
    0xffffff80fa353790 : 0xffffff7f8a7965ba
    0xffffff80fa3537e0 : 0xffffff7f8a796934
    0xffffff80fa353850 : 0xffffff7f8a7971a8
    0xffffff80fa353890 : 0xffffff7f8a7641ca
    0xffffff80fa353a10 : 0xffffff7f8a793b20
    0xffffff80fa353ad0 : 0xffffff7f8a762cb9
    0xffffff80fa353b20 : 0xffffff80092cc226
    0xffffff80fa353b40 : 0xffffff80092cd821
    0xffffff80fa353ba0 : 0xffffff80092cb28f
    0xffffff80fa353cf0 : 0xffffff8008eb6008
    0xffffff80fa353e00 : 0xffffff8008e26bb1
    0xffffff80fa353e30 : 0xffffff8008e139b5
    0xffffff80fa353ea0 : 0xffffff8008e1e003
    0xffffff80fa353f20 : 0xffffff8008ec90dd
    0xffffff80fa353fb0 : 0xffffff8008ef3bd8
          Kernel Extensions in backtrace:
             com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f897eb000->0xffffff7f89a5afff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f894ba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f897db000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f89798000
             com.apple.driver.AppleMuxControl(3.4.12)[A4934A66-0E30-36E9-984A-650481102449]@ 0xffffff7f8b14e000->0xffffff7f8b160fff
                dependency: com.apple.driver.AppleGraphicsControl(3.4.12)[661E3C87-5B97-3272-88FF-B9BA9B6E2 4ED]@0xffffff7f8b146000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f89724000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f894ba000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f89798000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[E04639C5-D734-3AB3-A682-FE66694C66 53]@0xffffff7f8b149000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.1.8)[3666E0FC-87C7-3329-BD8C-2F1ADE D100A4]@0xffffff7f89a65000->0xffffff7f89d11fff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f897eb000
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f894ba000
             com.apple.GeForceTesla(8.1.8)[7DAF283F-6FD3-3783-B3CC-D23964F1B9B8]@0xffffff7f8 a751000->0xffffff7f8a81bfff
                dependency: com.apple.iokit.IOPCIFamily(2.8)[447B4896-16FF-3616-95A2-1C516B2A1498]@0xffffff 7f894ba000
                dependency: com.apple.iokit.IONDRVSupport(2.3.6)[86BA68C6-18DD-30A1-ABF6-54597AD6C277]@0xff ffff7f897db000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.6)[38E388A5-92D6-3388-B799-F2498E582287]@0 xffffff7f89798000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.1.8)[0A1B6F41-168D-307A-BABD-162F3B3 C2786]@0xffffff7f897eb000
    BSD process name corresponding to current thread: iPhoto
    Mac OS version:
    13B42
    Kernel version:
    Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    Kernel UUID: 1D9369E3-D0A5-31B6-8D16-BFFBBB390393
    Kernel slide:     0x0000000008c00000
    Kernel text base: 0xffffff8008e00000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 6760901154613
    last loaded kext at 6308655361892: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f8b271000, size 65536)
    last unloaded kext at 6478389024473: com.apple.filesystems.msdosfs          1.9 (addr 0xffffff7f8b271000, size 57344)
    loaded kexts:
    net.kromtech.kext.Firewall          2.3.5
    foo.tap          1.0
    foo.tun          1.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AGPM          100.14.11
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOBluetoothSerialManager          4.2.0f6
    com.apple.driver.AppleMikeyHIDDriver          124
    com.apple.driver.AppleHDA          2.5.3fc1
    com.apple.driver.AppleMikeyDriver          2.5.3fc1
    com.apple.GeForceTesla          8.1.8
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleSMCLMU          2.0.4d1
    com.apple.driver.AppleMuxControl          3.4.12
    com.apple.driver.AppleIntelHDGraphics          8.1.8
    com.apple.driver.AppleIntelHDGraphicsFB          8.1.8
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport          4.2.0f6

  • I use aperture 3 since a long time. Using slit viewer, now the bigger image become bigger then the given space and shifted to the right, so that I can't see the complete picture anymore. And I also don't see the last few picture in the strip below. How ca

    I use aperture 3 since a long time. Using slit viewer, noe the bigger image become bigger then the given space and shifted to the right, so that I can't see the complete picture anymore. And I also don't see the last few picture in the strip below. How can I splve this problem?

    This lloks like your preferences file might have become corrupted.
    you probably have a problem with corrupted user preferences.
    Remove the Preferences: Remove the Aperture's user preferences from the User Library as described here:
    Aperture 3: Troubleshooting Basics   http://support.apple.com/kb/HT3805
    Note:Your User Library is hidden by default in 10.7.x or later - to open it in a Finder window use the "Go" menu from the Finder's main menu bar.
    Quit Aperture, if it is running. Log off and on again.
    Open the user library by using the Finder's "Go > Go to Folder" menu and hold down the options-key, until "Library" appears in the drop down menu. Select it.
    In the widow that will open, scroll down to "Preferences"
    From the "Preferences" folder  remove "com.apple.Aperture.plist".
    Then try to launch Aperture again.
    But deleting the "Preferences" file will cause Aperture to forget the preferences settings. Be prepared to have to reset all options you set using the Aperture Preferences panel.
    Regards
    Léonie

  • The Application Takes long time to Start

    Hello All,
    We ar eon Unix->64 Bit-> Essbase 11.1.1.3.
    Problem Description : The application is taking long to start up. around 5 to 6 minutes. This is very first time it is happening.
    There were no specific changes done to the application in the recent releases.
    I have tried all options 1. Compacating outline, 2. Purging the application log etc. all other applications respond good on this host except this. Usually any application should not take more than 1 to 2 minutes to start up.
    There are no specific errors or XCP files recorded in the logs and folders.
    Appreciate your suggestions
    MS

    Thanks Jitendra and Prabhas,
    I know i have posted this thread sometime back and later I had to jump on a New release, so did not get time to check your inputs.
    Well I am back on this issue again. I have been working on various option to get this issues solved " start of App takes long time"
    Here are some Details. We are on SunOs 64 Bit, has 12CU with dual core,  with Essbase 11.1.1.3 running on it. This is an ASO application and has just 7 dimensions, Out of which the ORGANIZATION Dimension is pretty huge with Multiple Hierarchies enabled ( Both Stored and Dynamic ) and has more than 20,00,000 members including the alternate hierarchies ( Shared members)
    I did a smoke test by building dimension by dimension the app was startiung up in just *40* seconds. and when i reached the ORG dimension and added more than 70,000 memebrs . there i fall sick. the app now gets back to its old issue ( Takes more than 10 mainutes to start).
    CPU Usage ranges between 3.1 % to 4 %
    PID USER NLWP PRI NI VSZ RSS S STIME ELAPSED %CPU COMMAND
    4424 user1 1 59 20 1608 1032 S 18:13:33 00:00 0.0 grep COMMAND
    4428 user1 1 59 20 1608 1032 S 18:13:33 00:00 0.0 grep ESS
    4766 user1 88 55 20 6814168 5684200 O 17:37:48 35:45 3.1 /path/xyz/masked/ASO_APP hgfedc NOCREAT.
    But My question here is, in the last moth cube i still similar number of members in the cube and nothing really had changed.
    Essbase GURU's Please give me some Hint to think out of box now.
    Thanks
    MS

  • Stopping a thread after a time

    Hi,
    I'd like to be able to run a thread for a certain time and, based on it's state, then either run it for a longer time or suspend it. It'd be a bit awkward to do this in the thread itself, so I was thinking it'd be best to have another timer thread that interrupted it after n seconds. Unfortunately I'm not sure how to do this, despite a lot of searching.
    Cheers,

    You could try something like this ...
    public class ThreadToThread {
      public static void main(String[] argv) {
        ThreadToThread ttt = new ThreadToThread();
        TempThread tt = ttt.new TempThread();
        tt.start();
        for (int i = 1; i < 11; i++) {
          try {
            Thread.sleep(5000);
            System.out.println("loop #"+i);
            if (tt.isDone())
              break;
          catch(InterruptedException ie) {
            System.out.println("In main: "+ie);
        if (!tt.isDone())
          tt.setDone();
        System.out.println("Done");
      class TempThread  extends Thread {
        boolean done;
        long    l;
        public void run() {
          while ( !done ) {
            doSomething();
        private void doSomething() {
          long   i = 0;
          double j = 0;
          System.out.println("In doSomething ... starting calculations ... ");
          for (; i < 50000000L; i++) {
            j = ((((j / 2.005) * .0075) % 10000.25) * Math.random()*10 * Math.sqrt(i));
          done = true;
          System.out.println("In TempThread ... done!");
        private boolean isDone() {
          return( done );
        private void setDone() {
          System.out.println("Setting done to true");
          done = true;
    }

  • MX850 won't print after long time idle

    After a long time out of action my MX850 won't print at all - I have tried deep cleaning, aligning head and cleaning rollers but still not working...I have a feeling it is the print head and I am expecting to replace all the cartridges but just don't want to have to do it if it may be something else instead as they are pretty expensive...please help.

    Hello LARMC, and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are experiencing idle issues.  I would like to help.
    I would recommend performing a power reset.  Disconnect the power cord from the printer and the power outlet, then wait 60 seconds. After 60 seconds, plug the printer back in. Ensure you plug the printer directly to a wall outlet. Make sure to bypass any sort of surge protector or power bar.
    I would also suggest downloading and running the HP Print and Scan Doctor.
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Swing app turn to gray after long-time no focus

    This has been a headache for me for long time ---
    If a Swing application has been idle (minimized or hidden by another application on the screen) for like 20 minutes, then when I maximize or bring the application to the front, the application is unpainted (all in light gray) for a while, then become all clear and re-usable. The less the minimized time, the less the recovering time. It even happens with the well-written JBuilder.
    This is really a bad sign for Java application to compete with other Windows native applications. Swing applications I talk about here contains complicated graphical components, like JTable, JEditorPane, JList, custom renderers etc, but not images.
    Is there a way to bring application back to work right away?
    Thanks a lot!

    Hallo Thomas,
    we have a similar problem. Reducing the degree of parallel processes helped.
    It seems as if the system cannot cope with the amount of 3 parallel processes at some times.
    I currently have no better solution. Maybe configuration of maximum number of processes in the system can help.
    Currently I have the same problem, but it did to work that way.
    DTP hangs in a yellow state during load into DSO with yellow message like "Message missing: End transformation".
    I reactivated the DSO, transformation etc. but still no success.
    Regards
    Thomas

  • Imac wont boot after long time without restart

    Hi
    I've got a two month old new Imac 21,5" with fusion drive 1TB, i had it just before mavericks was launched..
    i update to mavericks. All was fine, But i allmost never shut down, or restart the imac.
    After some time, I did for a reason i dont remember, had to restart the imac. while booting, it was stuck on the grey screen.. i wasn't able to get it started up, not in safe mode, not after disk repair.. i think i might have tried all the little tricks to get it running again...
    luckily i did have a time machine back up...
    after installing this back up, everything was fine again..
    until 2 weeks later, for some reason i had to reboot again.. and again, it was stuck.. only thing to get the imac working again.. reinstall from time machine back up
    after this , it tried rebooting everyday, and the imac kept working..
    after a few days, i forgot to reboot for a few days.. and what did you think.. the imac is stuk again.. so while reinstalling the time machine back up. I am writing this. anyone else having this rather strange problem.. if i restart the imac now and then i keeps working.. if i dont after a few days, and i do reboot the imac.. is wont boot anymore..
    Any suggestions are welcome
    greetings

    The long tone is an indication that a firmware update is installing. Do you get a progress bar at the bottom of you screen after letting the power button go?
    Have you reset the PRAM? (cmdalt+PR when you restart the machine)
    Also repair permissions when the machine is up and running.

  • Azure Cloud Service Stuck in "Stopping" state for a long time (12 hours)

    Does anyone have suggestions what to do with the issue I have. I tried to stop my Cloud Service the service is now basically stuck in "Stopping" State and been there over 12 hours. In my Cloud service there is 16 Virtual Machines I am using in
    testing.
    I tried to start Cloud Service but it also failed with error "Could not start the virtual machine deployment.".
    Is there something I could do or some way to get Microsoft Support (without paying extra)? I have "Visual Studio Premium with MSDN" so i have no other support but billing from Microsoft :(

    Managed to find the solution. I stopped and deallocated all the Virtual Machines. After that the Cloud Service status changed to stopped state. After that it was possible to start the Cloud Service again.

  • Used Excel for an extremely long time, now using OpenOffice...

    I've been using Excel since about 1989, and so it's hard to switch from it to something else. Recently I've become fed up with Microsoft's serial number scheme, and now have legitimate DVDs/CDs practically worthless because I have used the serial number too many times. I also refuse to call India to have these validated. Because of all this crap, I've started using OpenOffice.
    OpenOffice is nice, but it's taking me a long time to get used to it. Every thing about it is just "ok." There's nothing outstanding about it. I'm wondering if Numbers would be better. Most of what I do is for myself only.
    I've looked at the tutorials for Numbers, but I'm wondering if anyone as made one for people who are switching from Excel, and need to be shown "here's what you did in Excel, now here's how it's done in Numbers."
    Has anyone used all three? Would OpenOffice or Numbers be better to switch to?
    Thanks.

    Untmdsprt wrote:
    something as simple as typing in a series like Jan, Feb, and then have the spreadsheet fill in the rest requires me to look up how to do it in the manual. I think I will stick with OpenOffice for right now until I've read the manual for Numbers.
    Jerrold Green1 wrote:> I'm not going to say anything that might discourage you from reading the User Guides, but you will find that most things are close to being the same in Numbers as in Excel and very few are truly different.
    Including the Jan, Feb... series of the example. OOo doesn't run on pre-intel Macs, so I used NeoOffice.
    Excel (Win): type Jan into a cell, grab the handle at the lower right corner of the cell and drag right (or down) to fill as many cells as desired with the months in succession.
    Numbers: type Jan into a cell, grab the handle at the lower right corner of the cell and drag right (or down) to fill as many cells as desired with the months in succession.
    Neo did not retain the selection border and handle when data was typed into the cell, so it was necessary to confirm the entry by pressing return, enter or tab, then reselect the cell before dragging the handle. Otherwise the process was the same as Excel and Numbers.
    For some series—1, 3, 5 for example—all three applications require two entries (to establish the interval) be made and selected before dragging the handle. Numbers and Excel will fill a series of alternate months. Neo will not.
    BUT like Jerry, I would NOT discourage anyone from reading the Numbers '09 User Guide (and the iWork Formulas and functions User Guide as needed).
    Regards,
    Barry
    PS: I share some of your frustration, but in the opposite direction. Most things are similar enough in Excel to what I'm used to after years of using AppleWorks and months of using Numbers that I can usually figure out a way to do it in Excel. When I can't, the Help files are available.
    B

  • Satellite R830 - USB3.0 port stop working after long time usage

    Hi there,
    This is my new laptop. I got it just one week. However, USB 3.0 port is very weird. It always stop working when i used it for several hours. I try to update the driver, but i still seems not working.
    are there any other solutions?

    >well, it will stop working as well when i use it as data transfer.
    So how long does it take until the USB 3.0 port stops working?
    Does it interrupt the data throughput?
    Did you use the USB 3.0 compatible devices?
    On the Toshiba European driver page you can find the USB 3.0 driver version 2.0.34.1.
    Are u using this version?

  • How do i see my desktop and applications after a time machine restore?

    What a disaster.   For reasons I won't bore anyone with, I had to end up reformatting my iMac hard drive (internal drive, I7) to get my machine working again.  I have had a daily backup going (thank goodness) with my Drobo NAS drive using Time Machine.  Yes, I know Apple doesn't technically support network drives with Time Machine, but anyone with a Drobo (and Data Robotics) will tell you it works great.   That's NOT the issue.
    I flattened (reformatted) my machine and reinstalled Snow Leopard.  I then connected to my Drobo drive with Time Machine, and searched the most recent backups and had it restore THE ENTIRE MACHINE.  All applications, all documents, etc.  Took about 14 hours.
    I also created the same account (I think!) that I used before when I installed Snow Leopard.    However, when I reboot, my desktop looks like a fresh Snow Leopard desktop, and none of my applications or documents show anywhere.  Yet, I am sure they are there, because when I went to later restore one file (Photoshop CS5), it said "this file already exists, do you want to copy over it?"  I chose not to.
    I feel like it must be some permissions or account thing, but for the life of me, i can't figure out where I went wrong.   It would be a HUGE inconvenience for me to truck this huge machine (and my network backup drive) into an Apple store to talk to one of their experts, so I'm hoping I can get this resolved here with your help.
    Basically, I'm stumped.  Anyone got any ideas?
    thanks
    dc

    From your description, it sounds like you may have more serious issues than a simple permissions problemand that you are now dealing with a dysfunctional "Frankensystem." Nevertheless, it is usually worthwhile trying something relatively fast and simple before going on to more complicated solutions.
    You have not indicated what remedies you may have already tried outside of the setup Assistant Tip, so I am assuming you have not yet tried anything.
    I have never faced this precise problem before, but in other situations involving permissions issues, I have often had success doing the following:
    1) Do a "Get Info" on the folder(s) with which you are experiencing issues. In your case, this is pretty well your entire restored drive, since the Applications folder exists at the root level. So go ahead and do a "Get Info" on your internal hard drive.
    2) Click on the padlock icon in the lower right corner of the GI window and enter your admin password when prompted.
    3) At the bottom of the window in the Sharing and Permissions section, ensure that your disk is set up this way:
    system=Read & Write
    admin=Read & Write
    everyone=Read only
    4) Click on the gear icon and choose "Apply to enclosed items" from the pull-down menu. Allow this to work through, which in the case of a whole drive may take some time.
    5) Reboot the machine and log back into your home account. Hopefully, you can now see and access all the files that should be there.
    If this doesn't work, your problem may lie in the fact that upon your reinstall of Snow Leopard, you created a home folder with the same name as the one you are trying to restore from your backup, thereby creating a big headache. You might have to repeat the entire reinstall/restore process, but this time creating an account with an entirely different name when you install Snow Leopard, and then deleting it after the restore from backup.
    OR
    If the total amount of data contained on your Drobo Time Machine backup is not yet prohibitively huge, I would suggest that the easiest and most foolproof solution might be to use a program such as SuperDuper or Carbon Copy Cloner to clone the drive to a partition on a storage device of sufficient size directly attached to your iMac. You could then reformat your internal drive and repeat the complete restore process from the Snow Leopard install disk which should then yield normal results, i.e. a fully functional home account in which everything works as usual upon login.
    This will eat up considerable time, but most significantly, it is machine time, not your time!
    In my experience, the entire Time Machine process is a finely tuned one that does not take kindly to tinkering under the hood or straying from the blessed path, as you have just discovered.

Maybe you are looking for