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.

Similar Messages

  • 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.

  • I am trying to burn a blu ray disc, it keeps saying File uploading error after 33%. Anyone know the answer?

    I am trying to burn a blu ray disc, it keeps saying File uploading error after 33%. Anyone know the answer?

    Could you take a screen shot of the error message and post it?
    Can you export a master file OK?
    Russ

  • 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.

  • File Upload error after upgrade to 1.6

    After upgrade to HTML version 1.6 from 1.5 it's impossible to upload files to the Database.
    The same effect apears during application import or when i try to uploaad an file inside of an application.
    Does anyone know this? How to solve it?
    Thanks
    Thorsten

    Scott said:
    "You should probably revoke those grants, unless the user was HTMLDB_PUBLIC_USER. The DAD user should always be HTMLDB_PUBLIC_USER, unless you are using a dedicated DAD for database authentication, in which case that DAD should use a private document table. HTMLDB_PUBLIC_USER should already have access to the wwv_flow_file_objects$ unless something went wrong during installation."
    I am facing a very similar problem since we upgraded to 1.6. File uploads do not work unless privileges on wwv_flow_file_objects$ are granted to the user (we use database authentication). By default, NO users or roles have access to this table. Does this mean that something went wrong during installation?
    I am confused by this: "...unless you are using a dedicated DAD for database authentication, in which case that DAD should use a private document table." Does that mean that whenever database authentication is used, wwv_flow_file_objects$ is no longer the repository for uploaded files? How should it work then?

  • Can not select a PDF file in the file uploader window after clicking the Browse... button for a file type input element.

    After upgrading to 5 (this worked in 4) I can not select a PDF file in the File Upload dialog that appears when I click the Browse button next to an HTML file type input element. The specific HTML element source code has the attribute: ACCEPT="image/*". I can select image files such as jpg, png, tiff, etc. But not PDF. This worked great in Furefox 4 and works in the latest version of Safari.
    The HTML code for the form element is:
    INPUT TYPE="file" NAME="file_1" ACCEPT="image/*" SIZE=35
    The File Upload dialog lists all files with PDF extension as dimmed and not selectable in Firefox 5.
    Can you help?

    Hi Purush
    Unfortunately we couldn't solve the problem. Our IT specialist checked it with SAP directly. SAP doesn't support the SAP KW solution anymore. Therefore we checked-in the document in ".doc"-Format.

  • 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.

  • 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.

  • 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

  • All files taking a very long time to open - PS CS3

    No matter the file size or the file location (network or local) it consistantly takes 30 seconds or longer to open in PS CS3. This problem is new, the past week or so. No hardware or software changes have occured that I'm aware of that would have kick started the problem.
    Others in the office that have similar system configurations and PS Performance settings and do not have this issue.
    Another side note,  I also have CS4 installed on this machine and the problem does not exist there
    Any ideas?
    Thank you,
    Matt

    Have you tried installing a generic printer driver as default?
    This is a known bug and has been reported many times in the forum.
    The solution, weird as it sounds, is to make a generic printer driver your default printer.
    If you don't have one, download it here:
    http://www.adobe.com/support/downloads/product.jsp?product=pdrv&platform=win
    All part of the fascinating world of Photoshop CS3.

  • Error in ODBC after long time connection (MS.SQL Server 2000)

    i' using windows XP
    and create MS.SQL Server connection through SYSTEM DSN of ODBC DATA SOURCE ADMINISTRATOR in WinXP Control Panel
    using jdbc.odbc connection to make connection to database.
    it's working, but after many request of data transaction with database.
    my program closed it self.
    an a error file appear in the path of program.
    i don't remember all what the error file contain exactly - it's about ODBC connection ( i already remove the error file long day a go, if i got it again i will post it here)
    is java cannot connect database with ODBC properly?
    thanks.

    this is the error:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c901010, pid=2528, tid=3508
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_15-b02 mixed mode)
    # Problematic frame:
    # C [ntdll.dll+0x1010]
    --------------- T H R E A D ---------------
    Current thread (0x02e64358): JavaThread "ServerBeritaThread" [_thread_in_native, id=3508]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000018
    Registers:
    EAX=0x00000004, EBX=0x0355f9b4, ECX=0x7ffaf000, EDX=0x00000004
    ESP=0x0355f950, EBP=0x0355f968, ESI=0x00000000, EDI=0x039414e8
    EIP=0x7c901010, EFLAGS=0x00010297
    Top of Stack: (sp=0x0355f950)
    0x0355f950: 74355a16 00000004 0394150c 7432139f
    0x0355f960: 0394150c 00000000 0355f980 7432a244
    0x0355f970: 0394150c 74350000 02e643f4 02e64358
    0x0355f980: 0355f994 7432a653 02fbde98 02e643f4
    0x0355f990: 143aff08 0355f9ac 03711157 039414e8
    0x0355f9a0: 0355f9b4 02e64358 143aff50 0355f9e4
    0x0355f9b0: 00a881a6 00000000 0355fa00 039414e8
    0x0355f9c0: 00000000 0355f9f4 0355f9c8 00000000
    Instructions: (pc=0x7c901010)
    0x7c901000: 90 90 90 90 90 64 8b 0d 18 00 00 00 8b 54 24 04
    0x7c901010: 83 7a 14 00 75 4f f0 ff 42 04 75 19 8b 41 24 89
    Stack: [0x03520000,0x03560000), sp=0x0355f950, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x1010]
    C [ODBC32.dll+0xa244]
    C [ODBC32.dll+0xa653]
    C [JdbcOdbc.dll+0x1157]
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+154
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j Prosesor.processInput(Ljava/lang/String;)Ljava/lang/String;+51
    j ServerBeritaThread.run()V+35
    v ~StubRoutines::call_stub
    V [jvm.dll+0x752e6]
    V [jvm.dll+0xaf627]
    V [jvm.dll+0x751f3]
    V [jvm.dll+0x74eef]
    V [jvm.dll+0x74f28]
    V [jvm.dll+0x8ce4f]
    V [jvm.dll+0xd3b07]
    V [jvm.dll+0xd3ad5]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb50b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.jdbc.odbc.JdbcOdbc.allocConnect(J[B)J+0
    j sun.jdbc.odbc.JdbcOdbc.SQLAllocConnect(J)J+30
    j sun.jdbc.odbc.JdbcOdbcDriver.allocConnection(J)J+6
    j sun.jdbc.odbc.JdbcOdbcConnection.initialize(Ljava/lang/String;Ljava/util/Properties;I)V+37
    j sun.jdbc.odbc.JdbcOdbcDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+129
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/util/Properties;Ljava/lang/ClassLoader;)Ljava/sql/Connection;+154
    j java.sql.DriverManager.getConnection(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/sql/Connection;+41
    j Prosesor.processInput(Ljava/lang/String;)Ljava/lang/String;+51
    j ServerBeritaThread.run()V+35
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x02e64358 JavaThread "ServerBeritaThread" [_thread_in_native, id=3508]
    0x02facf38 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1048]
    0x02fadc20 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2028]
    0x02e61db0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=728]
    0x02e20e48 JavaThread "AWT-Shutdown" [_thread_blocked, id=4056]
    0x009d03c0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1568]
    0x009cf630 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1572]
    0x009ccba0 JavaThread "Finalizer" daemon [_thread_blocked, id=2580]
    0x009cb818 JavaThread "Reference Handler" daemon [_thread_blocked, id=980]
    0x00035aa8 JavaThread "main" [_thread_in_native, id=1684]
    Other Threads:
    0x00a0b6c0 VMThread [id=1256]
    0x00a0cab8 WatcherThread [id=2276]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 576K, used 43K [0x10010000, 0x100b0000, 0x104f0000)
    eden space 512K, 1% used [0x10010000, 0x10012448, 0x10090000)
    from space 64K, 53% used [0x10090000, 0x10098930, 0x100a0000)
    to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
    tenured generation total 1408K, used 665K [0x104f0000, 0x10650000, 0x14010000)
    the space 1408K, 47% used [0x104f0000, 0x105967e8, 0x10596800, 0x10650000)
    compacting perm gen total 4096K, used 4065K [0x14010000, 0x14410000, 0x18010000)
    the space 4096K, 99% used [0x14010000, 0x14408580, 0x14408600, 0x14410000)
    Dynamic libraries:
    0x00400000 - 0x0040b000      C:\java\bin\java.exe
    0x7c900000 - 0x7c9b0000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f4000      C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000      C:\WINDOWS\system32\RPCRT4.dll
    0x77c10000 - 0x77c68000      C:\WINDOWS\system32\MSVCRT.dll
    0x08000000 - 0x08144000      C:\java\jre\bin\client\jvm.dll
    0x77d40000 - 0x77dd0000      C:\WINDOWS\system32\USER32.dll
    0x77f10000 - 0x77f56000      C:\WINDOWS\system32\GDI32.dll
    0x76b40000 - 0x76b6d000      C:\WINDOWS\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\java\jre\bin\hpi.dll
    0x76bf0000 - 0x76bfb000      C:\WINDOWS\system32\PSAPI.DLL
    0x00390000 - 0x0039e000      C:\java\jre\bin\verify.dll
    0x003b0000 - 0x003c9000      C:\java\jre\bin\java.dll
    0x003d0000 - 0x003de000      C:\java\jre\bin\zip.dll
    0x02e70000 - 0x02f84000      C:\java\jre\bin\awt.dll
    0x73000000 - 0x73026000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76390000 - 0x763ad000      C:\WINDOWS\system32\IMM32.dll
    0x774e0000 - 0x7761c000      C:\WINDOWS\system32\ole32.dll
    0x5ad70000 - 0x5ada8000      C:\WINDOWS\system32\uxtheme.dll
    0x033e0000 - 0x03432000      C:\java\jre\bin\fontmanager.dll
    0x73760000 - 0x737a9000      C:\WINDOWS\system32\ddraw.dll
    0x73bc0000 - 0x73bc6000      C:\WINDOWS\system32\DCIMAN32.dll
    0x73940000 - 0x73a10000      C:\WINDOWS\system32\D3DIM700.DLL
    0x74720000 - 0x7476b000      C:\WINDOWS\system32\MSCTF.dll
    0x035e0000 - 0x035ef000      C:\java\jre\bin\net.dll
    0x71ab0000 - 0x71ac7000      C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000      C:\WINDOWS\system32\WS2HELP.dll
    0x605d0000 - 0x605d9000      C:\WINDOWS\system32\mslbui.dll
    0x77120000 - 0x771ac000      C:\WINDOWS\system32\OLEAUT32.DLL
    0x20b00000 - 0x20b4b000      C:\WINDOWS\system32\imon.dll
    0x71ad0000 - 0x71ad9000      C:\WINDOWS\system32\WSOCK32.dll
    0x71a50000 - 0x71a8f000      C:\WINDOWS\system32\mswsock.dll
    0x662b0000 - 0x66308000      C:\WINDOWS\system32\hnetcfg.dll
    0x71a90000 - 0x71a98000      C:\WINDOWS\System32\wshtcpip.dll
    0x03710000 - 0x0371c000      C:\java\jre\bin\JdbcOdbc.dll
    0x74320000 - 0x7435d000      C:\WINDOWS\system32\ODBC32.dll
    0x5d090000 - 0x5d127000      C:\WINDOWS\system32\COMCTL32.dll
    0x7c9c0000 - 0x7d1d4000      C:\WINDOWS\system32\SHELL32.dll
    0x77f60000 - 0x77fd6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x763b0000 - 0x763f9000      C:\WINDOWS\system32\comdlg32.dll
    0x773d0000 - 0x774d2000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
    0x20000000 - 0x20017000      C:\WINDOWS\system32\odbcint.dll
    0x77c00000 - 0x77c08000      C:\WINDOWS\system32\VERSION.dll
    0x77fe0000 - 0x77ff1000      C:\WINDOWS\system32\Secur32.dll
    0x5fe80000 - 0x5fe9b000      C:\WINDOWS\system32\odbccp32.dll
    0x77c70000 - 0x77c93000      C:\WINDOWS\system32\msv1_0.dll
    0x76d60000 - 0x76d79000      C:\WINDOWS\system32\iphlpapi.dll
    VM Arguments:
    java_command: ServerBerita
    Launcher Type: SUN_STANDARD
    Environment Variables:
    CLASSPATH=.;C:\PROGRA~1\JMF\lib\sound.jar;C:\PROGRA~1\JMF\lib\jmf.jar;C:\PROGRA~1\JMF\lib;.;.;d:\PROGRA~1\JMF21~1.1E\lib\sound.jar;d:\PROGRA~1\JMF21~1.1E\lib\jmf.jar;d:\PROGRA~1\JMF21~1.1E\lib;
    PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;c:\java\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft Visual Studio\Common\Tools\WinNT;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Program Files\Microsoft Visual Studio\Common\Tools;C:\Program Files\Microsoft Visual Studio\VC98\bin;c:\apache\mysql\bin;;C:\PROGRA~1\COMMON~1\MUVEET~1\030625
    USERNAME=acer
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 2, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 family 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1038440k(478648k free), swap 1712796k(1228644k free)
    vm_info: Java HotSpot(TM) Client VM (1.4.2_15-b02) for windows-x86, built on May 22 2007 17:01:47 by "java_re" with MS VC++ 6.0

  • [Solved]Can't load mysql after long time of idle

    Phpmyadmin:
    #2002 Cannot log in to the MySQL server
    /etc/rc.d/mysqld restart
    :: Stopping MySQL Server [FAIL]
    :: Starting MySQL Server [FAIL]
    Did everything in archwiki.
    Webmin used to write:
    SQL select * from tables_priv order by table_name failed : Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
    Where can i find log file? There in no one in /var/log/
    cat /var/lib/mysql/myhost.err
    110306 18:53:22 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110306 18:53:25 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    /usr/bin/mysqld: Table 'mysql.plugin' doesn't exist
    110306 18:53:25 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
    110306 18:53:25 InnoDB: The InnoDB memory heap is disabled
    110306 18:53:25 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110306 18:53:25 InnoDB: Compressed tables use zlib 1.2.5
    110306 18:53:25 InnoDB: Initializing buffer pool, size = 128.0M
    110306 18:53:25 InnoDB: Completed initialization of buffer pool
    110306 18:53:25 InnoDB: highest supported file format is Barracuda.
    110306 18:53:25 InnoDB: Waiting for the background threads to start
    110306 18:53:26 InnoDB: 1.1.5 started; log sequence number 1589359
    110306 18:53:26 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
    110306 18:53:26 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110306 18:54:26 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110306 18:54:26 InnoDB: The InnoDB memory heap is disabled
    110306 18:54:26 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110306 18:54:26 InnoDB: Compressed tables use zlib 1.2.5
    110306 18:54:26 InnoDB: Initializing buffer pool, size = 128.0M
    110306 18:54:26 InnoDB: Completed initialization of buffer pool
    110306 18:54:26 InnoDB: highest supported file format is Barracuda.
    110306 18:54:26 InnoDB: Waiting for the background threads to start
    110306 18:54:27 InnoDB: 1.1.5 started; log sequence number 1589359
    110306 18:54:27 [Note] Recovering after a crash using mysql-bin
    110306 18:54:27 [Note] Starting crash recovery...
    110306 18:54:27 [Note] Crash recovery finished.
    110306 18:54:27 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
    110306 18:54:27 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
    110306 18:54:27 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
    110306 18:54:27 [Note] /usr/bin/mysqld: ready for connections.
    Version: '5.5.9-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 Source distribution
    110306 19:11:24 [Note] /usr/bin/mysqld: Normal shutdown
    110306 19:11:26 [Warning] /usr/bin/mysqld: Forcing close of thread 1 user: 'root'
    110306 19:11:26 InnoDB: Starting shutdown...
    110306 19:11:26 InnoDB: Shutdown completed; log sequence number 1589359
    110306 19:11:26 [Note] /usr/bin/mysqld: Shutdown complete
    mysql_upgrade
    Looking for 'mysql' as: mysql
    Looking for 'mysqlcheck' as: mysqlcheck
    Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/var/run/mysqld/mysqld.sock' '--port=3306' '--socket=/var/run/mysqld/mysqld.sock'
    mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) when trying to connect
    FATAL ERROR: Upgrade failed
    What can I do now, huh?
    Thanks in advance!
    P.S. How can I delete (not drop) all datebase in /var/lib/mysql ?
    Last edited by SkyTod (2011-03-11 09:32:16)

    cat /var/lib/mysql/myhost.err
    110307 19:12:05 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110308 08:55:24 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110308 8:55:25 InnoDB: The InnoDB memory heap is disabled
    110308 8:55:25 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110308 8:55:25 InnoDB: Compressed tables use zlib 1.2.5
    110308 8:55:25 InnoDB: Initializing buffer pool, size = 128.0M
    110308 8:55:25 InnoDB: Completed initialization of buffer pool
    InnoDB: The first specified data file ./ibdata1 did not exist:
    InnoDB: a new database to be created!
    110308 8:55:25 InnoDB: Setting file ./ibdata1 size to 10 MB
    InnoDB: Database physically writes the file full: wait...
    110308 8:55:26 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
    InnoDB: Setting log file ./ib_logfile0 size to 5 MB
    InnoDB: Database physically writes the file full: wait...
    110308 8:55:27 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
    InnoDB: Setting log file ./ib_logfile1 size to 5 MB
    InnoDB: Database physically writes the file full: wait...
    InnoDB: Doublewrite buffer not found: creating new
    InnoDB: Doublewrite buffer created
    InnoDB: 127 rollback segment(s) active.
    InnoDB: Creating foreign key constraint system tables
    InnoDB: Foreign key constraint system tables created
    110308 8:55:29 InnoDB: Waiting for the background threads to start
    110308 8:55:30 InnoDB: 1.1.5 started; log sequence number 0
    110308 8:55:32 [Note] Event Scheduler: Loaded 0 events
    110308 8:55:32 [Note] /usr/bin/mysqld: ready for connections.
    Version: '5.5.9-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 Source distribution
    110308 23:46:42 [Note] /usr/bin/mysqld: Normal shutdown
    110308 23:46:42 [Note] Event Scheduler: Purging the queue. 0 events
    110308 23:46:42 InnoDB: Starting shutdown...
    110308 23:46:43 InnoDB: Shutdown completed; log sequence number 1595675
    110308 23:46:43 [Note] /usr/bin/mysqld: Shutdown complete
    110308 23:46:43 mysqld_safe mysqld from pid file /var/lib/mysql/myhost.pid ended
    110309 09:52:34 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    110309 9:52:35 InnoDB: The InnoDB memory heap is disabled
    110309 9:52:35 InnoDB: Mutexes and rw_locks use GCC atomic builtins
    110309 9:52:35 InnoDB: Compressed tables use zlib 1.2.5
    110309 9:52:35 InnoDB: Initializing buffer pool, size = 128.0M
    110309 9:52:35 InnoDB: Completed initialization of buffer pool
    110309 9:52:35 InnoDB: highest supported file format is Barracuda.
    110309 9:52:36 InnoDB: Waiting for the background threads to start
    110309 9:52:37 InnoDB: 1.1.5 started; log sequence number 1595675
    110309 9:52:37 [Note] Event Scheduler: Loaded 0 events
    110309 9:52:37 [Note] /usr/bin/mysqld: ready for connections.
    Version: '5.5.9-log' socket: '/var/run/mysqld/mysqld.sock' port: 0 Source distribution
    ls /var/lib/mysql
    ibdata1 ib_logfile1 myhost.pid mysql-bin.000001 mysql-bin.000003 mysql-bin.index test
    ib_logfile0 myhost.err mysql mysql-bin.000002 mysql-bin.000004 performance_schema

  • 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

  • IPod recognized as 2TB-Volume after long time

    Suddenly my iPod G4 20GB showed no more songs and was no longer recognized by my iBook. I found it this morning with my settings all confused (standard settings) and no songs at all.
    iPod updater won't restore or update the iPod, although it recognized the iPod after a few minutes. I started the Disk Manager which shows my iPod as 2TB Volume only after 20min. I've tried to erase, but it will show unknown error ("-20"). In diagnostic mode everything seems to be normal, except that the HDD-scan had not finished after 2 hours so I restarted the iPod.
    How can I get my iPod back to life? It work fine only yesterday. Can anybody help?!

    Welcome to Apple Discussions!
    Can you restore your iPod with the iPud Updater?
    Restore the iPod
    Does the iPod show Do Not Disconnect?
    btabz

  • 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?

Maybe you are looking for