Cleaner thread prematurely deleting log file

Dear community,

I´d to display a stack trace. It seems that the thread cleaner had removed a log file that was still needed.

We run I 4.0.71, Solaris 10, x 86, Java HotSpot 64 bit, ZFS 1.6u20.

Database environment had to be closed with this exception:
com.sleepycat.je.EnvironmentFailureException: (I 4.0.71) environment must be closed, caused by: com.sleepycat.je.EnvironmentFailureException: invalid environment because of the previous exception: (I 4.0.71) / klikit/database 0x2c3/0x564bb4 parent IN fetchTarget 29622582 = TO class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2dd/0x38ae2f parent.getDirty () = true status = 0 LOG_FILE_NOT_FOUND: log file missing, log is probably invalid. Environment is not valid and must be closed.

The root cause was:
Due to: java.io.FileNotFoundException: /klikit/database/000002c3.jdb (no such file or directory)

Here's the complete stack trace:

[#: 2011-02 - 02T 03: 53:14.179 + 0100 |] SEVERE | Sun - AppServer2.1: javax. Enterprise.System.Container.Web|_ThreadID=17;_ThreadName=httpWorkerThread-80-1;_RequestID=df4c9c76-F069-4098-BE75-566b9f216008;|StandardWrapperValve[Dispatcher]: PWC1406: Servlet.service () for dispatcher servlet threw the exception
org.apache.velocity.exception.MethodInvocationException: Invocation of method 'getSportResultsForAssociation' in class lu.luggel.web.model.ContentManager threw the lu.kpmg.core.db.store.StoreException exception: com.sleepycat.je.EnvironmentFailureException: (I 4.0.71) environment must be closed, caused by: com.sleepycat.je.EnvironmentFailureException: invalid environment because of the previous exception: (I 4.0.71) / klikit/database 0x2c3/0x564bb4 parent IN fetchTarget 29622582 = TO class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2dd/0x38ae2f parent.getDirty () = true status = 0 LOG_FILE_NOT_FOUND: log file missing log is probably invalid. Environment is not valid and must be closed. to municipality/sportResults/sportResultsForAssociation.html[line 3, column 27]
at org.apache.velocity.runtime.parser.node.ASTMethod.handleInvocationException(ASTMethod.java:337)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:284)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.directive.Parse.render(Parse.java:260)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.Template.merge(Template.java:328)
at org.apache.velocity.Template.merge(Template.java:235)
at org.springframework.web.servlet.view.velocity.VelocityLayoutView.renderScreenContent(VelocityLayoutView.java:180)
at org.springframework.web.servlet.view.velocity.VelocityLayoutView.doRender(VelocityLayoutView.java:150)
at org.springframework.web.servlet.view.velocity.VelocityView.renderMergedTemplateModel(VelocityView.java:291)
at org.springframework.web.servlet.view.AbstractTemplateView.renderMergedOutputModel(AbstractTemplateView.java:167)
at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1060)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:798)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:734)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:427)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:333)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at com.sun.appserv.web.cache.filter.CachingFilter.doFilter(CachingFilter.java:291)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:246)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:313)
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.connector.grizzly.TaskBase.run(TaskBase.java:264)
at com.sun.enterprise.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:117)
Caused by: lu.kpmg.core.db.store.StoreException: com.sleepycat.je.EnvironmentFailureException: (I 4.0.71) environment must be closed, caused by: com.sleepycat.je.EnvironmentFailureException: invalid environment because of the previous exception: (I 4.0.71) / klikit/database 0x2c3/0x564bb4 parent IN fetchTarget 29622582 = TO class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2dd/0x38ae2f parent.getDirty () = true status = 0 LOG_FILE_NOT_FOUND: log file missing, log is probably invalid. Environment is not valid and must be closed.
at lu.kpmg.core.db.store.Store.execute(Store.java:230)
at lu.kpmg.core.db.store.RecordManager.forEach(RecordManager.java:164)
at lu.kpmg.core.db.store.RecordManager.queryRange(RecordManager.java:158)
at lu.kpmg.core.db.store.RecordManager.queryAll(RecordManager.java:147)
at lu.luggel.web.model.ContentManager.getSportResultsForAssociation(ContentManager.java:436)
at sun.reflect.GeneratedMethodAccessor160.invoke (unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
to org.apache.velocity.util.introspection.UberspectImpl$ VelMethodImpl.doInvoke (UberspectImpl.java:389)
to org.apache.velocity.util.introspection.UberspectImpl$ VelMethodImpl.invoke (UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
... more than 58
Caused by: com.sleepycat.je.EnvironmentFailureException: (I 4.0.71) environment must be closed, caused by: com.sleepycat.je.EnvironmentFailureException: invalid environment because of the previous exception: (I 4.0.71) / klikit/database 0x2c3/0x564bb4 parent IN fetchTarget 29622582 = TO class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2dd/0x38ae2f parent.getDirty () = true status = 0 LOG_FILE_NOT_FOUND: log file missing, log is probably invalid. Environment is not valid and must be closed.
at com.sleepycat.je.EnvironmentFailureException.wrapSelf(EnvironmentFailureException.java:197)
at com.sleepycat.je.dbi.EnvironmentImpl.checkIfInvalid(EnvironmentImpl.java:1392)
at com.sleepycat.je.dbi.CursorImpl.checkEnv(CursorImpl.java:2813)
at com.sleepycat.je.Cursor.checkEnv(Cursor.java:2846)
at com.sleepycat.je.Cursor.close(Cursor.java:439)
at lu.kpmg.core.db.store.Store.execute(Store.java:226)
... more than 68
Caused by: com.sleepycat.je.EnvironmentFailureException: invalid environment because of the previous exception: (I 4.0.71) / klikit/database 0x2c3/0x564bb4 parent IN fetchTarget 29622582 = TO class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2dd/0x38ae2f parent.getDirty () = true status = 0 LOG_FILE_NOT_FOUND: log file missing, log is probably invalid. Environment is not valid and must be closed.
at com.sleepycat.je.tree.IN.fetchTarget(IN.java:1241)
at com.sleepycat.je.tree.BIN.fetchTarget(BIN.java:1300)
at com.sleepycat.je.dbi.CursorImpl.fetchCurrent(CursorImpl.java:2362)
at com.sleepycat.je.dbi.CursorImpl.fetchCurrent(CursorImpl.java:2389)
at com.sleepycat.je.dbi.CursorImpl.getCurrentAlreadyLatched(CursorImpl.java:1410)
at com.sleepycat.je.Cursor.searchInternal(Cursor.java:2174)
at com.sleepycat.je.Cursor.searchAllowPhantoms(Cursor.java:2058)
at com.sleepycat.je.Cursor.search(Cursor.java:1926)
at com.sleepycat.je.SecondaryCursor.search(SecondaryCursor.java:1364)
at com.sleepycat.je.SecondaryCursor.getSearchKeyRange(SecondaryCursor.java:1176)
at lu.kpmg.core.db.store.Store.execute(Store.java:197)
... more than 68
Due to: java.io.FileNotFoundException: /klikit/database/000002c3.jdb (no such file or directory)
at java.io.RandomAccessFile.open (Native Method)
in java.io.RandomAccessFile. < init > (RandomAccessFile.java:212)
in java.io.RandomAccessFile. < init > (RandomAccessFile.java:98)
to com.sleepycat.je.log.FileManager$ 1. < init > (FileManager.java:992)
at com.sleepycat.je.log.FileManager.openFileHandle(FileManager.java:991)
at com.sleepycat.je.log.FileManager.getFileHandle(FileManager.java:887)
at com.sleepycat.je.log.LogManager.getLogSource(LogManager.java:1073)
at com.sleepycat.je.log.LogManager.getLogEntry(LogManager.java:779)
at com.sleepycat.je.log.LogManager.getLogEntryAllowInvisibleAtRecovery(LogManager.java:743)
at com.sleepycat.je.tree.IN.fetchTarget(IN.java:1225)
... more than 78



The exception has occurred several times a day. The root cause was always about the file missing '000002c3.jdb '.

When we run the DBVerify tool on this basis, it will fail with the following exception:

Tree for key verification
Encountered error (continuous):
com.sleepycat.je.EnvironmentFailureException: invalid environment because of the previous exception: (EJ 4.1.7) d:\transfer\database_FileNotFound 0x2c3/0x4d677e parent IN fetchTarget = 29622782 class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2de/0x8ccc00 parent.getDirty () = State false = 0 LOG_FILE_NOT_FOUND: log file missing, log is probably invalid. Environment is not valid and must be closed.
Key 592d83a084 Y-\83\a0\84 error
Error data 5a4e3398 ZN3\98
Encountered error (continuous):
com.sleepycat.je.EnvironmentFailureException: (EJ 4.1.7) environment must be closed, caused by: com.sleepycat.je.EnvironmentFailureException: invalid environment because of the previous exception: (EJ 4.1.7) d:\transfer\database_FileNotFound 0x2c3/0x4d677e parent IN fetchTarget = 29622782 class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2de/0x8ccc00 parent.getDirty () = State false = 0 LOG_FILE_NOT_FOUND: log file missing, log is probably invalid. Environment is not valid and must be closed. 0x2de/0x78b409 parent IN fetchTarget 29622782 = TO class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2de/0x8ccc00 parent.getDirty = false = 0 State)
Key 592d83a084 Y-\83\a0\84 error
Error data 5a4e341f ZN4\1f
Encountered error (continuous):
com.sleepycat.je.EnvironmentFailureException: (EJ 4.1.7) environment must be closed, caused by: com.sleepycat.je.EnvironmentFailureException: invalid environment because of the previous exception: (EJ 4.1.7) d:\transfer\database_FileNotFound 0x2c3/0x4d677e parent IN fetchTarget = 29622782 class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2de/0x8ccc00 parent.getDirty () = State false = 0 LOG_FILE_NOT_FOUND: log file missing, log is probably invalid. Environment is not valid and must be closed. 0x2de/0x7a568e parent IN fetchTarget 29622781 = TO class = com.sleepycat.je.tree.DIN lastFullVersion = 0x2de/0x8cce1a parent.getDirty = false = 0 State)
Key 592d87a06842fed4e17b2afa Y-\87\a0hB\fe\d4\e1 error {* \fa}
UNKNOWN error data
Encountered error (continuous):
com.sleepycat.je.EnvironmentFailureException: (EJ 4.1.7) environment must be closed, caused by: com.sleepycat.je.EnvironmentFailureException: invalid environment because of the previous exception: (EJ 4.1.7) d:\transfer\database_FileNotFound 0x2c3/0x4d677e parent IN fetchTarget = 29622782 class = com.sleepycat.je.tree.DBIN lastFullVersion = 0x2de/0x8ccc00 parent.getDirty () = State false = 0 LOG_FILE_NOT_FOUND: log file missing, log is probably invalid. Environment is not valid and must be closed. 0x2de/0x79dae8 parent IN fetchTarget 16651289 = TO class = com.sleepycat.je.tree.BIN lastFullVersion = 0x2de/0x91e179 parent.getDirty = false = 0 State)
Key 592d88a06842fed362b24baa Y-\88\a0hB\fe\d3b\b2K\aa error
UNKNOWN error data
Encountered error (continuous):
...
...
com.sleepycat.je.EnvironmentFailureException: (EJ 4.1.7) environment must be clo
SED, caused by: com.sleepycat.je.EnvironmentFailureException: invalid environment
d because of the previous exception: (EJ 4.1.7) d:\transfer\database_FileNotFound, fe
0x2c3/0x4d677e parent IN tchTarget = 29622782 IN class = com.sleepycat.je.tree.DB
IN lastFullVersion = 0x2de/0x8ccc00 parent.getDirty = false state () = 0 LOG_FILE_NOT_F
ROUND: Log file missing, log is probably invalid. Environment is not valid and should b
e closed.
at com.sleepycat.je.EnvironmentFailureException.wrapSelf(EnvironmentFailureException.java:196)
at com.sleepycat.je.dbi.EnvironmentImpl.checkIfInvalid(EnvironmentImpl.java:1439)
at com.sleepycat.je.Database.checkEnv(Database.java:1778)
at com.sleepycat.je.Database.closeInternal(Database.java:377)
at com.sleepycat.je.Database.close(Database.java:314)
at com.sleepycat.je.util.DbVerify.verify(DbVerify.java:293)
at com.sleepycat.je.util.DbVerify.main(DbVerify.java:98)
Caused by: com.sleepycat.je.EnvironmentFailureException: invalid OCI environment
ause of previous exception: (EJ 4.1.7) d:\transfer\database_FileNotFound fetchTa
0x2c3/0x4d677e parent IN rget = 29622782 IN the class = com.sleepycat.je.tree.DBIN
stFullVersion = 0x2de/0x8ccc00 parent.getDirty () = false = 0 LOG_FILE_NOT_FOUND State:
Save the missing file, log is probably invalid. The environment is not valid and must be clo
SED.
at com.sleepycat.je.tree.IN.fetchTarget(IN.java:1337)
at com.sleepycat.je.tree.BIN.fetchTarget(BIN.java:1367)
at com.sleepycat.je.dbi.CursorImpl.fetchCurrent(CursorImpl.java:2499)
at com.sleepycat.je.dbi.CursorImpl.fetchCurrent(CursorImpl.java:2526)
at com.sleepycat.je.dbi.CursorImpl.getCurrentAlreadyLatched(CursorImpl.java:1545)
at com.sleepycat.je.dbi.CursorImpl.getNextWithKeyChangeStatus(CursorImpl.java:1692)
at com.sleepycat.je.dbi.CursorImpl.getNext(CursorImpl.java:1617)
at com.sleepycat.je.dbi.DatabaseImpl.walkDatabaseTree(DatabaseImpl.java:1473)
at com.sleepycat.je.dbi.DatabaseImpl.verify(DatabaseImpl.java:1420)
at com.sleepycat.je.util.DbVerify.verifyOneDbImpl(DbVerify.java:366)
at com.sleepycat.je.util.DbVerify.verify(DbVerify.java:285)
... 1 more
Due to: java.io.FileNotFoundException: d:\transfer\database_FileNotFound\000002c3.jdb (the system cannot find the file specified)
at java.io.RandomAccessFile.open (Native Method)
in java.io.RandomAccessFile. < init >(Unknown Source)
in java.io.RandomAccessFile. < init >(Unknown Source)
to com.sleepycat.je.log.FileManager$ 1. < init > (FileManager.java:995)
at com.sleepycat.je.log.FileManager.openFileHandle(FileManager.java:994)
at com.sleepycat.je.log.FileManager.getFileHandle(FileManager.java:890)
at com.sleepycat.je.log.LogManager.getLogSource(LogManager.java:1074)
at com.sleepycat.je.log.LogManager.getLogEntry(LogManager.java:778)
at com.sleepycat.je.log.LogManager.getLogEntryAllowInvisibleAtRecovery(LogManager.java:742)
at com.sleepycat.je.tree.IN.fetchTarget(IN.java:1320)
... 11 more
Exit code = false



It seems that the cleaner thread had deleted the file "000002c3.jdb", while he was still necessary.
As the database is running with the parameter "je.cleaner.expunge = false", the file was kept as "000002c3.del".

So we renamed this file in "000002c3.jdb".
On this database running the successful dbVerify tool (exit code = true).
The "FileNotFoundException" mentioned previously also not moved no more.


There is another piece of information that may be useful.
The database with the file missing the dbverify tool was not a record with "error key 592d83a084".

Before having the 'FileNotFoundException' we found a record in the database that has a damaged secondary index. We found that
the 592d83a084 key points on this issue.
Deletion or update of this record fails with the following exception:

Caused by: com.sleepycat.je.SecondaryIntegrityException: (I 4.0.71) secondary is corrupt: the primary record contains a key that is not present in the secondary cycle
at com.sleepycat.je.SecondaryDatabase.deleteKey(SecondaryDatabase.java:937)
at com.sleepycat.je.SecondaryDatabase.updateSecondary(SecondaryDatabase.java:900)
at com.sleepycat.je.SecondaryTrigger.databaseUpdated(SecondaryTrigger.java:42)
at com.sleepycat.je.Database.notifyTriggers(Database.java:2004)
at com.sleepycat.je.Cursor.putNotify(Cursor.java:1692)
at com.sleepycat.je.Cursor.putInternal(Cursor.java:1616)
at com.sleepycat.je.Database.putInternal(Database.java:1178)
at com.sleepycat.je.Database.put(Database.java:1050)
at lu.kpmg.core.db.store.Store.store(Store.java:325)
... more than 51

I hope this helps to discover the root cause of the problem and do I even better.

Holger

Tags: Database

Similar Questions

  • How can I purge transaction logs files?

    I have a transactional database (i.e., created by using the db. DB_CREATE | DB. DB_INIT_TXN | DB. DB_INIT_LOCK | DB. DB_INIT_LOG | DB. DB_INIT_MPOOL flags) which also generates a file log.0000000001 as part of its operation.

    The log file exceeds the limit of 10 MB by default recently, and I saw this error: ' Region of logging out of memory»

    While it was easy enough to fix (temporarily) by setting the variable configuration set_lg_regionmax for a larger number, is it possible to purge just the file log.0000000001 to something significantly less than 10 MB?

    In my PB, I don't have a history longer than the previous transaction, so no logging more is superfluous.

    Hello

    Yes, by using the DB_LOG_AUTO_REMOVE flag with the log_set_config of the environment
    method automatically deletes log files that are no longer needed. Another suggestion is to take a look at the method of log_archive environment with the DB_ARCH_REMOVE flag, which also removes log files that are no longer needed. It is documented at:

    http://www.Oracle.com/technology/documentation/Berkeley-DB/DB/api_reference/C/logArchive.html

    Thank you
    Sandra

  • Need permission to administrators when logged in as an administrator to delete a file in Windows 8

    I have a laptop Windows 8, which I shared with my daughter. We had separate user accounts. Mine was an administrator account, hers was not the case. I recently bought him his own laptop and tried to delete his account on my laptop. I did it by going to user accounts in Control Panel and remove it. The delete process has worked but left his user account folder (c:\users\account_name). I tried to remove it, but I was told that I needed permission from administrators to exercise this function, even if mine was an administrator account. I followed the instructions of kb2623670 and that did not help. I noticed that the file was marked read-only. When I tried to deselect, told me I need administrator privileges to change the attribute. I clicked on OK to confirm and received a message saying:

    An error occurred applying attributes to the file:

    \AppData\Roaming\...\Librariesaccount_nameC:\Users\

    Access is denied.

    I then logged in as an administrator and tried to delete the file and got the same result. On the Security tab, I noticed that administrator and administrators (Group) have been listed separately, and this one was the owner of the folder. Then, I clicked on the Advanced button and changed the owner of the Administrators group on the administrator account just to confirm that this was not the issue. I tried to delete that file, and again did not. Then I navigated to the subfolder of low level libraries and tried to change the read-only attribute. I got the same error. I then clicked on the Security tab and saw 'you must have read permissions to view the properties of this object. Click Advanced to continue. "I clicked on the button advanced and got"you must have read permissions to view the properties of this object. Click on continue to retry the operation with administrative permissions. "I click on the button continue and got"you don't have permission to view the security properties of this object, even as an administrator. To try to take possession of the object, which includes permission to view its properties, click on change above. "There is no change button. There are only 3 tabs: permissions (which displays the message that I have just mentioned), sharing and effective access (which contains the same message on the permissions tab). I went to the user_name folder and in the advanced security properties selected the option "replace all entries authorization child object with entries permissions inheritable of this object." When I clicked on apply and then Yes on the confirmation message after, I got an error that says "could not enumerate the objects in the container. Access is denied. »

    Is it possible to remove this folder, or even as an administrator there are things we can not do in Windows 8?

    Hello

    You can deal with this problem because of changes in the Windows authorization by virus or by a third party antivirus.  Follow these methods and check:

    Method 1: You can try to disable user account control, follow these steps:

    1. open user accounts by pressing the Windows key + X, clicking Control Panel, click user accounts and family safety, and then clicking user accounts.

    2. click on Turn User Account Control on or off. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.

    3. Select the use User Account Control (UAC) to help protect your computer check box to turn on UAC, or clear the checkbox to disable UAC, and then click OK.

    Warning: User Account Control (UAC) can help prevent your computer from unauthorized changes. It works by asking permission when a task requires administrative rights, such as installing software or changing settings affecting other users. We do not recommend disable user account control. If you turn it off, you must reactivate as soon as possible.

    Method 2: Because of the additional security mechanism 8 Windows, you might face this problem of permission. So if you need to access, appropriate drive and assign rights or permission to drive.

    Here's the guide on how to take ownership and grant permission window 8.

    "Access denied" or other errors in the access to or work with files and

    folders in Windows

    http://support.Microsoft.com/kb/2623670/en-us

    See also the suggestion provided by Ronnie Vernon of this thread:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_8-performance/IM-an-administrator-on-Windows-8-but-still-get/2aed6083-b986-4423-90BB-986749bc236b?page=1

    Method 3: I suggest you scan your computer with the Microsoft Security Scanner, which would help us to get rid of viruses, spyware and other malicious software. The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Also refer to this link: http://windows.microsoft.com/en-us/windows-8/how-find-remove-virus

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Warning: The data files that are infected must be cleaned only by removing the file completely, which means that there is a risk of data loss.

    I hope this helps. If you need help with Windows, let us know and will be happy to help you.

  • Unable to connect to the database because the log file is deleted

    Greetings,
    Recently I cleaned a bit unnecessary files on my PC and did not know that an oracle log file has been deleted. That's why when I try to connect to the database I get the following error:

    ORA-01033: ORACLE initialization or shutting

    Plu SQL, I try closing and start up the database I know what type of file that has been deleted. So, how can I solve the problem?

    Kind regards
    Valerie
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Sep 18 11:46:46 2009
    
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    
    SQL> startup
    ORA-01031: insufficient privileges
    SQL> connect firefly
    Enter password:
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    
    
    SQL> connect sys/manager as sysdba
    Connected.
    SQL> shutdown immediate;
    ORA-01109: database not open
    
    
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    
    Total System Global Area  146800640 bytes
    Fixed Size                  1286220 bytes
    Variable Size              92278708 bytes
    Database Buffers           50331648 bytes
    Redo Buffers                2904064 bytes
    Database mounted.
    ORA-00313: open failed for members of log group 2 of thread 1
    ORA-00312: online log 2 thread 1:
    'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE\ONLINELOG\O1_MF_2_57J0VR00_.LOG'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    
    
    SQL>

    You must enable ARCHIVELOG mode and use the backup provided to make (or calendar) Script backups of a database of the XE.

    http://download.Oracle.com/docs/CD/B25329_01/doc/admin.102/b25107/backrest.htm#i1004902

    As you have not a
    Directory 'C:\ORACLEXE\APP\ORACLE\FLASH_RECOVERY_AREA\XE', you can check to see if the backup was created here!

    Hemant K Collette

    Published by: Hemant K grapple on September 18, 2009 19:00

  • Can someone tell me what I should type in the screen command prompt to access the setupapi log so I can delete the files that stops me reinstall windows xp?

    My dell PC crashed then I followed the news online & tried to reinstall windows XP from my original CD. However, the keyboard & mouse stop working when the installation gets to the 33 minute section which requires me to a box on the screen. I saw tips online who says lets you check the setupapi log & delete the file question (s) that prevents the installation but it required that use you SHIFT & F10 to enter the command prompt screen, but my keyboard is isolated at this time. So I went in the recovery console (I think it's the command prompt)?  but I don't know which of the listed commands to use to perform the advice. I would be very grateful for help.

    Thank you

    Repair installs being problematic, I would not waste any more time at this stage. You are ready to perform a clean installation?

  • Delete the old log files from IDS4210

    Is it possible to delete the old files of the IDM event log? If this is not the case, what is the best way to remove them.

    Thank you

    Maged

    By default, the old log files are deleted automatically because the system fills the disk and the file age.

    You can manually "clean" by using the following procedure:

    Sign in as netrangr and cd in the/usr/nr/var directory.

    Run idsstop

    dump/usr/bin/RM-f / * errors / * iplog / * iplog/news / * iplog/dumpster / * new / * log.* erreur.*

    Run idsstart

  • Help! A registry cleaner/duplicate file remover program deleted my file extensions!

    Help, please! A solvent cleaner/duplicate file registry program removed nearly all my file extensions, and I can't open any files excet a .pdf file. Several weeks ago, I went online looking for ways to increase my memory on my Windows XP Professional. I had no business playing with this stuff. I'm not tech savy. For some reason, I thought I knew what I was doing. I downloaded several different free programs, which were supposed to increase the memory on my hard drive. I don't know what program was the culprit, but she deleted my file extensions. Is there a free program that fixes / replaces all the typical file extensions? Please, please advise.

    Use system restore to return to a time before your error - this should restore the registry to its previous state and resolve the problem.

  • How cleanly uninstall a program for which the INSTALLATION. There is no such thing as a LOG file?

    I stupidly tried to load the RFViewer software to watch the 1881 census. Failed to load but it appear in the list under Control Panel/uninstall a program. However I can't uninstall it because there is no Install.log file that requires that the program uninstaller.  Is it possible to cleanly uninstall this software?

    Try the free version of http://www.revouninstaller.com/

  • Is it safe to delete the log file in/private/var/log/vnetlib?

    [Fusion 4.1.2 / Lion 10.7.4]

    My vnetlib log file is greater than 22 MB in size and has > K 250 lines of entries dating back to September 2011. Is it safe to delete this log file? A planning at startup, remove the file and then do a restart immediately after to restart VMWare network components - and we hope to recreate a new empty file. I tried erasing the contents of the file via the Terminal but do not have sufficient permissions, even with sudo - guess it was because the VMWare networking processes running at the time.

    Thank you

    John

    If you do not experience network problems, then it is safe to delete.

    I had no problem to remove in a Terminal (while VMware Fusion is running) by using the following command in (although I would recommend VMware Fusion of closing first and it doesn't have to be done in safe mode).

    sudo rm -f /var/log/vnetlib
    

    Just curious, what the big problem is why you want to delete, 22 MB is not that big a deal.

  • Collect the Thread Dump using Script and live in the separate log file

    Legends of dear,

    I ask you to provide me with a few lines of useful guide to collect the Thread Dump using script on linux and redirect the output to a separate log file, but not the STDOUT file. If it is redirect to STDOUT then how to extract only the thread stack to a separate log file.

    I used
    ps - ef | grep java
    kill - 3 < pid > > > ss1_td.log

    but it does not provide the thread stack to the log file.

    Any aid operation would be appreciated a lot.

    Kind regards
    Knockaert

    Karthik,

    Please see this link below

    http://www.industryvertical.co.in/2013/01/script-thread-dump-of-multiple-servers.html

    site of my friend where we placed a hands-on experience.

    Mark this if useful for you

    Kind regards

    Bouchra Arun.

  • Deleted alerts log file

    What happens if alert log file is deleted?

    What happens if alert log file is deleted?

    It will be recreated again. See below

    sys@11GDEMO > show parameter background

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    background_core_dump partial string
    / oracle/11 g/diag/rdbms/11gdemo string background_dump_dest
    + / 11gdemo / trace +.
    sys@11GDEMO >! ls - ltr/oracle 11 g/diag/rdbms/11gdemo/11gdemo/trace/al *.
    -rw - r - 1 oracle oinstall 199294 16 Jul 03:11 /oracle/11g/diag/rdbms/11gdemo/11gdemo/trace/alert_11gdemo.log

    sys@11GDEMO >! RM /oracle/11g/diag/rdbms/11gdemo/11gdemo/trace/alert_11gdemo.log

    sys@11GDEMO >! ls /oracle/11g/diag/rdbms/11gdemo/11gdemo/trace/alert_11gdemo.log
    + ls: /oracle/11g/diag/rdbms/11gdemo/11gdemo/trace/alert_11gdemo.log: no such file or directory.

    sys@11GDEMO > alter system switch logfile;

    Modified system.

    sys@11GDEMO >! ls /oracle/11g/diag/rdbms/11gdemo/11gdemo/trace/alert_11gdemo.log
    */Oracle/11g/diag/RDBMS/11gdemo/11gdemo/trace/alert_11gdemo.log*

    sys@11GDEMO >

  • delete the log file archive

    Hello
    I use oracle 10g on linux, I want to delete archive log file automatically, there is no way to do this.or can someone tell me scripts to do this.ur help on this is very appreciated

    Respect, s
    Umair Iqbal

    Hello

    Can you please let us know why you want to delete the log file archive?

    BTW, you can use RMAN to achieve by archiving log backup and delete the original file using the following command:

    Backup archivelog all delete input;
    

    Concerning

  • Oracle Apps slow down after that deletion Apache old log files

    Hello

    I deleted my old Apach log files ($INST_TOP/logs/ora/10.1.3/Apache) that I have run out of space in my Production environment.
    But all of a sudden my Application behaves weird. It has become very slow.

    No idea why this is happening? Is this a normal behavior after that deletion Apache log files?

    Please help me emergency because it is a Production environment!

    Thank you!

    Hello

    Removal of the Apache log files should be OK, and you are not supposed to get performance problems when doing so. Bounce you all services after serving the papers? You will find all errors in the Apache/database logs? What part of the application is slow?

    If it comes to your production instance and the issue is really urgent, I would say that you connect a SR (we pay for Oracle support to help us with these questions!).

    Kind regards
    Hussein

  • Don't recreate the log files deleted ColdFusion MX?

    Within the CF Administator in the log files section, there is the option to delete a log file (IE Application.log). If I remove that, it re - create by the CF Server?

    ColdFusion creates a new version of a log file if it does not already exist. This is the case on a new server startup, archiving of existing newspapers or removing the logs.

  • Postponement of deletion of files.

    When you delete files, I see a delay on my system.  When I drag the items on my desktop to the trash, it does not immediately remove.  If I click on the desktop, I'll at least get the icon of circulates rotating 'busy', then about 10seconds the file is finally placed in the trash.

    I also noticed a similar problem when you try to delete favorites in Internet Explorer.  In the window 'Organize Favorites', when select a bookmark and click on the button Delete, there is still a delay.  If I click on my desktop then back on the window of the Favorites organize, I finally get a prompt asking if I want to delete the file.

    Any ideas?

    Hello

    As Helpster said that the problem could easily be caused by the antivirus/antispyware/security
    products - those who are on the machine or have ALREADY been on this machine
    including those you have uninstalled (they leave leftovers behind which can cause strange)
    Questions).

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    1. run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    2. start - type in the search - box COMMAND find top - make a RIGHT CLICK-
    RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker
    (SFC.exe) program generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    3. then run checkdisk - schedule it to run at the next startup, then apply OK your way out
    then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -------------------------------------------------

    For troubleshooting other possibilities:

    How to troubleshoot a problem by performing a clean boot in Windows Vista
    http://support.Microsoft.com/kb/929135
    How to troubleshoot performance issues in Windows Vista
    http://support.Microsoft.com/kb/950685

    Optimize the performance of Microsoft Windows Vista
    http://support.Microsoft.com/kb/959062
    To see everything that is in charge of startup - wait a few minutes without doing anything - then right
    Click on taskbar - task manager - take a look at stored by - Services - process -.
    It's a quick reference (if you have a small box left - show for all users, then
    Check that).

    How to check and change Vista startup programs
    http://www.Vistax64.com/tutorials/79612-startup-programs-enable-disable.html

    A quick check to see who are loading is method 2 - using MSCONFIG then after a
    a list of these here.

    --------------------------------------------------------------------

    Tools that should help you:

    Objects of process Explorer - free - find out what files, registry keys and other processes
    have open, which DLLs they have loaded and more. This exceptionally effective utility will be
    even show you who owns each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured so that it starts automatically when your
    system boots and you log in. Autoruns is also the full list of registry and files
    locations where applications can configure start automatic settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor the system files, registry, process, thread and DLL activity
    in real time.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    -Free - WhatsInStartUP this utility displays the list of all applications that are loaded
    automatically when Windows starts. For each request, the following information
    appears: product Type of startup (registry/Startup folder), Command - Line String,
    Name, file Version, company name, location in the registry or the file system and more.
    It allows you to easily disable or remove unwanted programs that run in your Windows
    startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe not.
    The window Watcher says it all, every window created by all programs that are running, the statement
    If the window is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp

    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

    Hope these helps.

    Rob - bicycle - Mark Twain said it is good.

Maybe you are looking for

  • Overheating on Portege 3500 problem

    I had the 3500 for a few years now, but recently it has been overheating, until at the point of turn off without warning. I tried it in several different places, with very different temperatures, but it doesn't seem to make a difference. Any idea wha

  • Battery Toshiba NB200-12R

    HI, I'm Portuguese and my English is not very good. The question is, I have branch model nb200-12r with 6 stack and I charge the battery until the battery light turns green, now I turn off the netbook for one night and when I turn on again the batter

  • Between tabs in TabbedPane

    Hello How to you switch to a specific tab when you click an ActionItem in another tab? Thanks in advance.

  • E-mail photo blackBerry Smartphones

    Does anyone know how to send a picturemail not an email with a curve 8330?

  • BlackBerry smartphones yet another question of Storm vs App Store

    Hi all I have a storm on the Vodafone UK network with the latest version of the software installed, version 4.7. I received the email from BB with the link to the App Store, I click on the link in the email through my BB and be taken to a page tellin