OutOfMemory error in Weblogic jvm even when enough heap is still available

Hi Everyone,
We get a strange OutOfMemory error that happens only once in our Weblogic server in production environment.The Server immediately recovers and there is no issue as far as the application functionality is concerned.
This is the exact error as seen in weblogic console.log file :
caused by: java.lang.OutOfMemoryError: Java heap space
I enabled the verbose gc logging too with the jvm parameter "-XX:+PrintHeapAtGC".Am copying the gc.log file excerpt when we got the Out of Memory issue in console.log.
gc.log when error was seen in console.log:
172047.050: [GC {Heap before gc invocations=28392:
par new generation   total 49088K, used 49024K [0xb8000000, 0xbb000000, 0xbb000000)
  eden space 49024K, 100% used [0xb8000000, 0xbafe0000, 0xbafe0000)
  from space 64K,   0% used [0xbaff0000, 0xbaff0000, 0xbb000000)
  to   space 64K,   0% used [0xbafe0000, 0xbafe0000, 0xbaff0000)
concurrent mark-sweep generation total 737280K, used 364191K [0xbb000000, 0xe8000000, 0xe8000000)
concurrent-mark-sweep perm gen total 262144K, used 166556K [0xe8000000, 0xf8000000, 0xf8000000)
172047.050: [ParNew: 49024K->0K(49088K), 0.1014386 secs] 413215K->382087K(786368K)Heap after gc invocations=28393:
par new generation total 49088K, used 0K [0xb8000000, 0xbb000000, 0xbb000000)
eden space 49024K, 0% used [0xb8000000, 0xb8000000, 0xbafe0000)
from space 64K, 0% used [0xbafe0000, 0xbafe0000, 0xbaff0000)
to space 64K, 0% used [0xbaff0000, 0xbaff0000, 0xbb000000)
concurrent mark-sweep generation total 737280K, used 382087K [0xbb000000, 0xe8000000, 0xe8000000)
concurrent-mark-sweep perm gen total 262144K, used 166556K [0xe8000000, 0xf8000000, 0xf8000000)
, 0.1021810 secs]
172055.735: [GC {Heap before gc invocations=28393:
par new generation   total 49088K, used 49008K [0xb8000000, 0xbb000000, 0xbb000000)
  eden space 49024K,  99% used [0xb8000000, 0xbafdc128, 0xbafe0000)
  from space 64K,   0% used [0xbafe0000, 0xbafe0000, 0xbaff0000)
  to   space 64K,   0% used [0xbaff0000, 0xbaff0000, 0xbb000000)
concurrent mark-sweep generation total 737280K, used 382087K [0xbb000000, 0xe8000000, 0xe8000000)
concurrent-mark-sweep perm gen total 262144K, used 166616K [0xe8000000, 0xf8000000, 0xf8000000)
172055.735: [ParNew: 49008K->0K(49088K), 0.0536844 secs] 431095K->387656K(786368K)Heap after gc invocations=28394:
par new generation total 49088K, used 0K [0xb8000000, 0xbb000000, 0xbb000000)
eden space 49024K, 0% used [0xb8000000, 0xb8000000, 0xbafe0000)
from space 64K, 0% used [0xbaff0000, 0xbaff0000, 0xbb000000)
to space 64K, 0% used [0xbafe0000, 0xbafe0000, 0xbaff0000)
concurrent mark-sweep generation total 737280K, used 387656K [0xbb000000, 0xe8000000, 0xe8000000)
concurrent-mark-sweep perm gen total 262144K, used 166616K [0xe8000000, 0xf8000000, 0xf8000000)
, 0.0544288 secs]
172059.106: [Full GC {Heap before gc invocations=28394:
par new generation   total 49088K, used 22668K [0xb8000000, 0xbb000000, 0xbb000000)
  eden space 49024K,  46% used [0xb8000000, 0xb9623158, 0xbafe0000)
  from space 64K,   0% used [0xbaff0000, 0xbaff0000, 0xbb000000)
  to   space 64K,   0% used [0xbafe0000, 0xbafe0000, 0xbaff0000)
concurrent mark-sweep generation total 737280K, used 387656K [0xbb000000, 0xe8000000, 0xe8000000)
concurrent-mark-sweep perm gen total 262144K, used 166616K [0xe8000000, 0xf8000000, 0xf8000000)
172059.106: [CMS: 387656K->335512K(737280K), 6.1797673 secs] 410325K->335512K(786368K), [CMS Perm : 166616K->166119K(262144K)]Heap after gc invocations=28395:
par new generation total 49088K, used 0K [0xb8000000, 0xbb000000, 0xbb000000)
eden space 49024K, 0% used [0xb8000000, 0xb8000000, 0xbafe0000)
from space 64K, 0% used [0xbaff0000, 0xbaff0000, 0xbb000000)
to space 64K, 0% used [0xbafe0000, 0xbafe0000, 0xbaff0000)
concurrent mark-sweep generation total 737280K, used 335512K [0xbb000000, 0xe8000000, 0xe8000000)
concurrent-mark-sweep perm gen total 262144K, used 166119K [0xe8000000, 0xf8000000, 0xf8000000)
, 6.1804623 secs]
172073.913: [GC {Heap before gc invocations=28395:
par new generation   total 49088K, used 49024K [0xb8000000, 0xbb000000, 0xbb000000)
  eden space 49024K, 100% used [0xb8000000, 0xbafe0000, 0xbafe0000)
  from space 64K,   0% used [0xbaff0000, 0xbaff0000, 0xbb000000)
  to   space 64K,   0% used [0xbafe0000, 0xbafe0000, 0xbaff0000)
concurrent mark-sweep generation total 737280K, used 335512K [0xbb000000, 0xe8000000, 0xe8000000)
concurrent-mark-sweep perm gen total 262144K, used 166146K [0xe8000000, 0xf8000000, 0xf8000000)
172073.913: [ParNew: 49024K->0K(49088K), 0.0616737 secs] 384536K->341716K(786368K)Heap after gc invocations=28396:
par new generation total 49088K, used 0K [0xb8000000, 0xbb000000, 0xbb000000)
eden space 49024K, 0% used [0xb8000000, 0xb8000000, 0xbafe0000)
from space 64K, 0% used [0xbafe0000, 0xbafe0000, 0xbaff0000)
to space 64K, 0% used [0xbaff0000, 0xbaff0000, 0xbb000000)
concurrent mark-sweep generation total 737280K, used 341716K [0xbb000000, 0xe8000000, 0xe8000000)
concurrent-mark-sweep perm gen total 262144K, used 166146K [0xe8000000, 0xf8000000, 0xf8000000)
, 0.0623851 secs]
I read at some forums that Heap fragmentation could be the reason when you get the OutOfMemory error?Also the rate with which GC is running if it consumes more than 98% of time and releases less than 2% of heap,this error could be thrown.
Could any of the above be a cause for this?We dont have the flexibilty of increasing the Xmx anymore.
We are using a Concurrent Mark Sweep collector as can be seen from script below.
Here are the jvm parameters am using in Server start script:
JAVA_HOME/bin/java -server -Xms768m -Xmx768m -XX:MaxPermSize=256m -XX:MaxNewSize=64m -Xbootclasspath/a:$BOOTCLASSPATH -classpath $CLASSPATH -Dbea.home=$BEA_HOME -Dweblogic.Domain=$DOMAIN_NAME -Dweblogic.Name=$SERVER_NAME -Djava.security.auth.login.config=../properties/login.config -Dcom.sun.management.jmxremote.port=7003 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -XX:+UsePerfData -verbose:gc -XX:+PrintGCDetails -XX:+PrintHeapAtGC -XX:+PrintGCTimeStamps -Xloggc:../log/gc.log -Djava.security.policy==$WL_HOME/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled -Dweblogic.management.discover=false -XX:-TraceClassUnloading -Dweblogic.management.server=scc-prd-admin.XXX.com:7001 weblogic.Server
We are using jdk1.5.0_06 version of java with Weblogic.
Could someone please help resolve this issue?Any thoughts?

Are you using RMI? Have you adjusted sun.rmi.dgc.server.gcInterval and sun.rmi.dgc.client.gcInterval from their default values for calling System.gc()? I gather (from the format of your logs) that you are running an older JVM, where the default RMI GC intervals were 60000 milliseconds (1 minute). In later JVM's, the default RMI GC interval was increased to 1 hour. See the [JavaTM RMI Release Notes for JDK 6|http://java.sun.com/javase/6/docs/technotes/guides/rmi/relnotes.html] for some details on this.
Otherwise you might be using some third party code that calls System.gc() periodically. A later JVM will show "(System)" in the full GC output for collections that were caused by a call to System.gc(). You can effectively disable that behavior with the -XX:+DisableExplicitGC command line option, though that might have bad effects on your application if the third party code needed those full collections. But it would be diagnostic.

Similar Messages

  • How do I download a movie on iTunes on my ipad, because when it gets to the end of the download it says download error tap to retry but when you retry it still doesn't work.

    How do I download a movie on iTunes on my ipad, because when it gets to the end of the download it says download error tap to retry but when you retry it still doesn't work.

    You can't if you rented and downloaded it on your iPad, you can only watch it on that. From http://support.apple.com/kb/HT1657 :
    If you download a rented movie on your computer: You can transfer it to a device such as your Apple TV (1st generation), iPhone, iPad, or iPod if it’s a standard-definition film (movies in HD can only be watched on your computer, iPad, iPhone 4 or later, iPod touch (4th generation or later), or Apple TV). Once you move the movie from your computer to a device, the movie will disappear from your computer's iTunes library. You can move the movie between devices as many times as you wish during the rental period, but the movie can only exist on one device at a time.
    If you download a rented movie on your iPhone 4 or later, iPad, iPod touch (4th generation or later), or Apple TV: It is not transferable to any other device or computer.
    Does the rental not show in the iPad's Videos app ? You shouldn't need to go via the iTunes store app.

  • Ejbc outofmemory error in weblogic 8.1 sp2 when compiling cmp entity beans

    I have a set of entity beans which compiled [ejbc step]fine under weblogic7.0 sp4. But when i try to to the same thing under weblogic 8.1 i get an outofmemory error. Any pointers

    I am using 81 sp4

  • Aperture wont open and says "repairing library database" even when 100% complete it still wont open

    my aperture won't open and says "repairing library database"  even when it gets up to 100% complete it just suts there frozen and won't open to the aperture screen

    How many Images?  How much storage space does the Library occupy?  Do you have plenty of free space on your system drive?
    Ignore the progress bar — it's often stuck, and therefore unreliable.
    Ignore Activity Monitor reporting Aperture "Not Responding".  This is, imho, a bug Apple should have squashed years ago.
    Repairing (or doing any operations an entire Library) a large Library can take hours or days.  You did not report what you did to get past 79% — I'm going to guess you Force-quit Aperture.  Force-quitting any database is always a bad idea and should only be done as a last resort.  Each time you force quit, you are likely adding to your problem.
    Restart the rebuild, and let it run, unmolested, for at least 40 hours.  IME, at some point the progress bar with jump to 99%, then 100%, and then stay there for perhaps a few more hours, and then it finishes.
    I have _never_ had a repair or a rebuild (I have not had to do many rebuilds) _not_ finish.  One took about 82 hours, but it finished.
    If your Library is small — say, fewer than 100,000 Images _and_ smaller than 100 GB — and you're seeing these very long rebuild times, you likely have an actual problem — but the only way I know to find out is to let the rebuild continue.  (I don't store any but small video in Aperture, and very few of them, so my numbers may not correspond to Libraries that store videos.)
    Did you notice any other problems before Aperture itself recommended rebuilding?
    In short: let it run unmolested.

  • I keep getting a script error cannot get rid even when ireistall or use chrome slowing my use down loads

    An error has occured in the script on this page
    Line:6
    CHar: 590
    Error Expected '}'
    Code: 0
    URL: https pbttbc.btmotive.com
    I have installed Chrome and it does it and reinstalled firefox and still doing it

    It sounds as if you may have a virus or malware on your computer. You may want to try and downlaod and run Malwarebytes Antimalware. [https://www.malwarebytes.org/antimalware/ Malwarebytes Anti-Malware Free]

  • Full GC even when Max Heap is more than enough

    Hi,
    I have searched through the forum and I still cannot find something that is specific to this. Maybe I have misread or misunderstood so I am posting to see if anyone has a better insight.
    Currently we have a JVM running in production and after some time, it will run a Full GC about every minute. There are plenty of heap size allocated (16GB) but it never get around to that number.
    Below are the JVM settings and part of in the log where the Full GCs keep occurring.
    JVM Settings:
    java.extended.properties=-server -XX:+UseParallelGC -XX:ParallelGCThreads=8 -XX:NewRatio=1 -Xloggc:<filename_including_path> -XX:+PrintGCDetails -XX:+PrintGCTimeStamps
    Log:
    Prior to this, there have been normal GC and no Full GC.
    8008.860: [GC [PSYoungGen: 80490K->3128K(201536K)] 598949K->524407K(1599680K), 0.0100450 secs]
    8008.870: [Full GC [PSYoungGen: 3128K->0K(201536K)] [PSOldGen: 521278K->168262K(1398144K)] 524407K->168262K(1599680K) [PSPermGen: 48726K->48726K(48896K)], 0.9232270 secs]
    8016.336: [GC [PSYoungGen: 198400K->1572K(198784K)] 366662K->169834K(1596928K), 0.0077210 secs]
    8017.353: [GC [PSYoungGen: 198756K->1696K(198784K)] 367018K->170486K(1596928K), 0.0079480 secs]
    8018.315: [GC [PSYoungGen: 197650K->1533K(196352K)] 366440K->170427K(1594496K), 0.0066220 secs]
    8021.174: [GC [PSYoungGen: 196349K->733K(196544K)] 365243K->169819K(1594688K), 0.0058580 secs]
    8026.985: [GC [PSYoungGen: 194397K->2018K(194560K)] 363483K->171282K(1592704K), 0.0055860 secs]
    8027.982: [GC [PSYoungGen: 194530K->2464K(194240K)] 363794K->172613K(1592384K), 0.0071310 secs]
    8029.121: [GC [PSYoungGen: 193824K->3967K(194240K)] 363973K->189987K(1592384K), 0.0125690 secs]
    8029.753: [GC [PSYoungGen: 194239K->5636K(198592K)] 380259K->193888K(1596736K), 0.0126180 secs]
    8030.945: [GC [PSYoungGen: 194555K->7823K(195968K)] 382807K->196768K(1594112K), 0.0086320 secs]
    8037.747: [GC [PSYoungGen: 195919K->5195K(196544K)] 384864K->194605K(1594688K), 0.0083580 secs]
    8038.561: [GC [PSYoungGen: 192203K->2858K(188800K)] 381613K->196308K(1586944K), 0.0089920 secs]
    8039.445: [GC [PSYoungGen: 188778K->1536K(193984K)] 382228K->195431K(1592128K), 0.0062260 secs]
    8041.325: [GC [PSYoungGen: 186368K->1201K(185024K)] 380263K->195310K(1583168K), 0.0055030 secs]
    8046.393: [GC [PSYoungGen: 185009K->1091K(191552K)] 379118K->195810K(1589696K), 0.0069350 secs]
    8049.140: [GC [PSYoungGen: 183875K->1884K(183680K)] 378594K->197150K(1581824K), 0.0086420 secs]
    8050.023: [GC [PSYoungGen: 183644K->2336K(188352K)] 378910K->198290K(1586496K), 0.0075260 secs]
    8050.883: [GC [PSYoungGen: 183072K->760K(180480K)] 379026K->196847K(1578624K), 0.0063370 secs]
    8055.104: [GC [PSYoungGen: 180472K->653K(186304K)] 376559K->197021K(1584448K), 0.0059920 secs]
    8060.021: [GC [PSYoungGen: 179405K->1824K(179648K)] 375773K->198383K(1577792K), 0.0062650 secs]
    8060.824: [GC [PSYoungGen: 179616K->1728K(183232K)] 376175K->198716K(1581376K), 0.0055290 secs]
    8062.169: [GC [PSYoungGen: 178560K->896K(176768K)] 375548K->197960K(1574912K), 0.0056060 secs]
    8063.377: [GC [PSYoungGen: 176768K->597K(181120K)] 373832K->197864K(1579264K), 0.0079390 secs]
    8068.465: [GC [PSYoungGen: 175509K->2509K(176512K)] 372776K->200014K(1574656K), 0.0052340 secs]
    8069.802: [GC [PSYoungGen: 47592K->482K(180544K)] 245096K->198601K(1578688K), 0.0058060 secs]
    8069.808: [Full GC [PSYoungGen: 482K->0K(180544K)] [PSOldGen: 198118K->169154K(1398144K)] 198601K->169154K(1578688K) [PSPermGen: 50863K->50863K(86016K)], 0.6434610 secs]
    8071.821: [GC [PSYoungGen: 173952K->2464K(175488K)] 343106K->171619K(1573632K), 0.0071720 secs]
    8072.577: [GC [PSYoungGen: 175456K->1162K(177152K)] 344611K->170547K(1575296K), 0.0059360 secs]
    8073.323: [GC [PSYoungGen: 173258K->1440K(172672K)] 342643K->171187K(1570816K), 0.0058680 secs]
    8077.257: [GC [PSYoungGen: 172640K->672K(174912K)] 342387K->170614K(1573056K), 0.0052860 secs]
    8083.703: [GC [PSYoungGen: 170976K->1706K(171136K)] 340918K->171817K(1569280K), 0.0047670 secs]
    8084.518: [GC [PSYoungGen: 171114K->2400K(172672K)] 341225K->173057K(1570816K), 0.0070080 secs]
    8085.335: [GC [PSYoungGen: 170912K->1504K(169152K)] 341569K->172760K(1567296K), 0.0047610 secs]
    8090.280: [GC [PSYoungGen: 169120K->704K(170496K)] 340376K->172151K(1568640K), 0.0066940 secs]
    8094.745: [GC [PSYoungGen: 167424K->1312K(167232K)] 338871K->173002K(1565376K), 0.0064510 secs]
    8095.480: [GC [PSYoungGen: 167200K->2016K(168512K)] 338890K->173955K(1566656K), 0.0034560 secs]
    8096.580: [GC [PSYoungGen: 167072K->864K(165120K)] 339011K->172939K(1563264K), 0.0062540 secs]
    8098.771: [GC [PSYoungGen: 165088K->667K(166592K)] 337163K->172963K(1564736K), 0.0042480 secs]
    8105.528: [GC [PSYoungGen: 164059K->1425K(164032K)] 336355K->174009K(1562176K), 0.0043110 secs]
    8106.532: [GC [PSYoungGen: 163985K->3047K(165504K)] 336569K->176177K(1563648K), 0.0058110 secs]
    8107.305: [GC [PSYoungGen: 164775K->2560K(163456K)] 337905K->176491K(1561600K), 0.0060040 secs]
    8108.011: [GC [PSYoungGen: 163456K->2228K(163584K)] 337387K->176346K(1561728K), 0.0056100 secs]
    8111.550: [GC [PSYoungGen: 162356K->932K(160320K)] 336474K->175304K(1558464K), 0.0061080 secs]
    8116.379: [GC [PSYoungGen: 160292K->1920K(161600K)] 334664K->176740K(1559744K), 0.0048300 secs]
    8117.094: [GC [PSYoungGen: 160512K->2821K(160704K)] 335332K->178210K(1558848K), 0.0060000 secs]
    8117.782: [GC [PSYoungGen: 160645K->1580K(160064K)] 336034K->177700K(1558208K), 0.0053460 secs]
    8118.328: [GC [PSYoungGen: 158636K->1819K(158144K)] 334756K->178403K(1556288K), 0.0071820 secs]
    8121.513: [GC [PSYoungGen: 158052K->3745K(159296K)] 334637K->180761K(1557440K), 0.0074850 secs]
    8127.213: [GC [PSYoungGen: 159265K->2056K(156864K)] 336281K->179362K(1555008K), 0.0063830 secs]
    8127.986: [GC [PSYoungGen: 156808K->2072K(157056K)] 334114K->180479K(1555200K), 0.0047890 secs]
    8128.563: [GC [PSYoungGen: 156056K->1536K(154816K)] 334463K->180242K(1552960K), 0.0063460 secs]
    8129.491: [GC [PSYoungGen: 154816K->661K(155904K)] 333522K->179586K(1554048K), 0.0045530 secs]
    8130.461: [GC [PSYoungGen: 36243K->320K(156544K)] 215168K->179612K(1554688K), 0.0057870 secs]
    8130.467: [Full GC [PSYoungGen: 320K->0K(156544K)] [PSOldGen: 179292K->169917K(1398144K)] 179612K->169917K(1554688K) [PSPermGen: 50866K->50866K(86016K)], 0.6929110 secs]
    8138.407: [GC [PSYoungGen: 152576K->1440K(154816K)] 322493K->171357K(1552960K), 0.0063690 secs]
    The pattern repeats itself...
    Adrian

    Are you using RMI? Have you adjusted sun.rmi.dgc.server.gcInterval and sun.rmi.dgc.client.gcInterval from their default values for calling System.gc()? I gather (from the format of your logs) that you are running an older JVM, where the default RMI GC intervals were 60000 milliseconds (1 minute). In later JVM's, the default RMI GC interval was increased to 1 hour. See the [JavaTM RMI Release Notes for JDK 6|http://java.sun.com/javase/6/docs/technotes/guides/rmi/relnotes.html] for some details on this.
    Otherwise you might be using some third party code that calls System.gc() periodically. A later JVM will show "(System)" in the full GC output for collections that were caused by a call to System.gc(). You can effectively disable that behavior with the -XX:+DisableExplicitGC command line option, though that might have bad effects on your application if the third party code needed those full collections. But it would be diagnostic.

  • For some reason I cannot delete files off my desktop without putting my password in and even when I do I still can't delete and I also can't put files on my desktop at all ! but when I look at my desktop it gives me a silver lock? Please help me?

    when I go to find my desktop in Finder it shows a folder and a silver lock ? PLEASE HELP ME !

    If the light will not turn on the TC is dead. No matter that the hard disk is running.. it should only run at start up or when it is accessed not constantly.. that means the board in the TC has failed. Apple do not repair them.. They will replace it under warranty or applecare.
    If you have gone over the 12month warranty it will still be covered if you have applecare on any computer or an Apple TV. In fact the cost of the apple TV plus apple care is still cheaper than buying a new TC.. so it is a route some people are taking.. certainly depends.. in some places like Europe or Australia now, there is a recognition that statutory warranty must be longer on a product that is premium to the market. 12months is not good enough. Apple will sometimes listen.
    They might be fixable but I do not know how.

  • My computer is saying error 7(Windows error 999) reinstall itunes. When I do it still comes up. What do I need to do?

    help

    I am having the same exact problem!! The worse part is i put allot of work into reorganizing my files(tunes) the way i wanted, now this error 7 (Windows Error 999) Reinstall iTunes pops up when i click to load itunes... Please Help?

  • ITunes deleting photos off of iDevice even when lots of space is available

    I have been running into the following situation since I got my first iPhone.
    Lets say I have a GB free on my 34 GB iPhone. This consists of a bunch of music/videos/apps, and about 800 MB of pictures. I then sync a 600 MB video to the device and rather then syncing and telling me I have 400 MB free, it deletes a large chunk of my pictures and I end up with about 700 MB free.
    I recently purchased a 64 GB iPad, and it does the same thing.
    The magic numbers seem to be about 500 MB on the iPhone and 750 MB on the iPad. If I go below that much free space, it starts deleting pictures.
    Does anyone know why iTunes is doing this, and is there some way to make it stop? I can understand the logic of keeping some free space, but I would think something like 100 MB would be more then enough.
    Any help would be appreciated.
    Thanks, Michael

    iTunes is the worst piece of grabage Apple ever came up with. Whether it's on Mac or PC.
    I am a classical music collector, I have tons of pre CD recordings I had imported into iTunes, I don't listen to them all the time. Recently I just found out 99% of my collection is gone, mysteriously deleted from my music folder. This is not the first time it happened. I have not able to find out what caused it, certainly not me deleted the music and I don't use any other music program to play my music.. If iTunes could not find the music, what give Apple the right to delete it from my harddrive? When I said it deleted, I meant the actual music file that was deleted from my harddrive, not just the database. Apple and the iTunes idiotic software engneers REALLY, REALLY, REALLY ****** ME OFF!!!!

  • I cannot open a new tab anymore. It happened all of a sudden and even when I updated, I still can't...

    I can no longer open new tabs in Firefox. I have used it for years and I have never experienced this problem before. When I click on the new tab, nothing happens and I don't understand why. I updated it thinking that might be the problem, but it still doesn't work.

    Uninstall the Ask toolbar and it should work again. There is a compatibility issue with the Ask toolbar and Firefox that prevents new tabs from being opened.

  • [SOLVED] Even when locked, people can still use my computer

    Hi everyone,
    I have a problem with my current setup. When X starts, it loads a bunch of programs and scripts and it takes a little while. This is why I want to be auto-logged in so that I do not have to wait extra time after logging in. The way I do this is auto-log into tty1, automatically start X and run xscreensaver to lock the screen. In the background all of my programs and scripts run as they should be.
    Then I still have to type my password to be able to use my laptop.
    The problem is that someone could type Ctrl+Alt+F1 when confronted to the locked screen. Then, in tty1, one can Ctrl+C startx and thus have access to a prompt.
    I want to avoid that. I don't want to be logged out automatically when X exits.
    In my opinion, there are two ways to do that. Either I find a way to tell xscreensaver or slock or whatever to capture Ctrl+Alt+<key> combinations or I totally remove the possibility to switch to tty1.
    Do you know how to do one or the other ? Do you have a better idea of how to deal with this issue ?
    Thank you for your time,
    yms
    Last edited by yms (2010-12-29 14:33:01)

    Lets do some threat modeling.
    Hi-Tech Threat: Experienced Linux user looking to steal your data, if they get to any tty then win. Now the possibility your going to meet this threat? Very low. Unless you hang around a bunch of blackhat hackers.
    Mid-Tech Threat: Normal end user, may have a little Linux experienced but mainly uses Windows, probably a power user in Windows. Probability you meet this threat is also low. This threat wouldnt necessarily know how to switch to vc1 and then probably not know how to startx or use a console.
    Low-Tech Threat: Normal Windows user. You are most likely to have this kind of person using your computer. They wouldnt know shit about how to get to vc1 and startx and if they managed to get to vc1 they are still fucked because they cant figure out how to use anything.
    So unless you hang around alot of potential Hi-Tech and Mid-Tech threats you really dont have to worry.
    p.s. You have more to worry about if someone can ssh into your machine or exploit some service your running.

  • Not enough stock, but still available to create DN

    hi
    how to configure the DN is not allowed to creat if the stock is not enough
    and how to configure the DN is allowed to create even stock shortage
    thanks

    you make this using the ATP check.
    if you activate the ATP then che stock is checked and delivery is created is there is stock. If you need complete delivery check the partial delivery flag in the sales order item (should be set to C).
    if you turn ATP off at delivery level then no check is performed, you can create delivery but you can post good issue only if you have stock (unless negative stock is allowed)
    Roberto

  • Cannot start OC4J instance - after java.lang.OutOfMemory errors

    Hi, I have successfully deployed an application (using Oracle Web Services, J2EE - EJB, TopLink ) to a new OC4J instance that we created. We use the OEM web site to manage the start/stop and deploy operations.
    Then we tried to run simultaneously 10 clients....against the server app... ran ok for a while and after approx. 5 to 10 min... java.lang.OutOfMemory errors were being thrown at the client.
    After a set of OutOfMemory errors, other clients received errors like the ones show below:
    Errors from the top link log
    2003.09.24 09:39:59.630--ClientSession(1337286)--Thread[ApplicationServerThread-6,5,main]--EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3.3 (Build 430)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: Bigger type length than Maximum
    INTERNAL EXCEPTION: java.sql.SQLException: Bigger type length than Maximum
    ERROR CODE: 17412LOCAL EXCEPTION STACK:
    EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3.3 (Build 430)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: Bigger type length than Maximum
    INTERNAL EXCEPTION: java.sql.SQLException: Bigger type length than Maximum
    ERROR CODE: 17412
    at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown Source)
    at oracle.toplink.threetier.ServerSession.executeCall(Unknown Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.selectOneRow(Unknown Source)
    at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectOneRowFromTable(Unknown Source)
    at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectOneRow(Unknown Source)
    2003.09.24 09:40:02.365--ClientSession(1337286)--Thread[ApplicationServerThread-6,5,main]--EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3.3 (Build 430)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: Refcursor value is invalid
    INTERNAL EXCEPTION: java.sql.SQLException: Refcursor value is invalid
    ERROR CODE: 17442LOCAL EXCEPTION STACK:
    EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3.3 (Build 430)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: Refcursor value is invalid
    INTERNAL EXCEPTION: java.sql.SQLException: Refcursor value is invalid
    ERROR CODE: 17442
    at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown Source)
    at oracle.toplink.threetier.ServerSession.executeCall(Unknown Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.selectOneRow(Unknown Source)
    at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectOneRowFromTable(Unknown Source)
    at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.selectOneRow(Unknown Source)
    at oracle.toplink.queryframework.ReadObjectQuery.execute(Unknown Source)
    at oracle.toplink.queryframework.DatabaseQuery.execute(Unknown Source)
    at oracle.toplink.queryframework.ReadQuery.execute(Unknown Source)
    2003.09.24 09:40:03.553--ClientSession(6073931)--Thread[ApplicationServerThread-23,5,main]--EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3.3 (Build 430)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: Protocol violation
    INTERNAL EXCEPTION: java.sql.SQLException: Protocol violation
    ERROR CODE: 17401LOCAL EXCEPTION STACK:
    EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3.3 (Build 430)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: Protocol violation
    INTERNAL EXCEPTION: java.sql.SQLException: Protocol violation
    ERROR CODE: 17401
    at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown Source)
    at oracle.toplink.threetier.ServerSession.executeCall(Unknown Source)
    at oracle.toplink.internal.queryframework.CallQueryMechanism.executeCall(Unknown Source)
    2003.09.24 09:41:15.173--ServerSession(3066938)--Thread[ApplicationServerThread-19,5,main]--EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3.3 (Build 430)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-01403: no data found
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-01403: no data found
    ERROR CODE: 1403LOCAL EXCEPTION STACK:
    EXCEPTION [TOPLINK-4002] (TopLink - 9.0.3.3 (Build 430)): oracle.toplink.exceptions.DatabaseException
    EXCEPTION DESCRIPTION: java.sql.SQLException: ORA-01403: no data found
    INTERNAL EXCEPTION: java.sql.SQLException: ORA-01403: no data found
    ERROR CODE: 1403
    at oracle.toplink.exceptions.DatabaseException.sqlException(Unknown Source)
    at oracle.toplink.internal.databaseaccess.DatabaseAccessor.executeCall(Unknown Source)
    at oracle.toplink.threetier.ServerSession.executeCall(Unknown Source)
    Im not sure if this is due to a memory leak or something in my app ? Or does Oracle IAS / Toplink have any such issues for which any possible patches are available ?
    Could anyone please direct me in the possible right direction !
    Thanks,
    Krishna

    Hi,
    We have had this problem too, it only started after we deployed to production and got some load on our application server. We are using JRun as our application server.
    We found that Macromedia (JRun) already addressed the issue in general - that if you get java.lang.OutOfMemory errors, then you need to increase the heap size.
    Previously we had been using our own caching mechanism and never ran into this problem. Since we decided to go with TopLink (which has caching) we no longer use our own caching mechanism... but now we have this problem.
    We have chosen to use FullIdentityMap for caching, but didn't think we would run out of memory in the JVM. Is there a suggested or minimum JVM memory requirement to run TopLink?
    Thanks,
    Aaron

  • My notification tone when set to 'Silent" is not working even when setup on lolipop

    my notification tone when set to 'Silent" is not working even when setup .
     My notification tone when set to  'Silent" is not working even when setup . It still keeps ringout . This is highly disappointing

    Hello, Yes I have tested this with Android Lollipop and found that when the tone is set to silent within the BBM settings I do not receive any audible notification. Testing summary: Access the More menu - Settings - Tone dropdown and set Tone to BBM
    - Send a test message and an audible notification occursAccess the More menu - Settings - Tone dropdown and set Tone to Silent
    - Sent a test message and no audible notification occurs To allow us to assist further please follow the steps below to create a support ticket and submit logs. Once submitted someone will contact you to troubleshoot the issue.
    1) Browse to www.BBM.com/support/blackberry
    2) Locate the Need more help section is the bottom right of the page
    3) Select Contact us for additional assistance
    4) Complete the web form, provide as much detail as possible such as PINS involved and timestamps
    5) Select Submit to create the support ticketOnce the ticket has been submitted you will receive an email with your ticket number. This ticket number can then be used to submit logs. To collect logs use the following KB:
    KB35080 - "How to submit logs from BBM for Android, iPhone, and Windows Phone" - www.blackberry.com/btsc/kb35080 Thanks,
    Daniel

  • Allocated heap memory goes up even when there is enough free memory

    Hi,
    Our Java application's memory usage keep growing. Further analysis of the heap memory using JProbe shows that the allocated heap memory goes up even when there is enough free memory available in the heap.
    When the process started, allocated heap memory was around 50MB and the memory used was around 8MB. After few hours, the inuse memory remains at 8MB (slight increase in KBs), but the allocated memory went upto 70MB.
    We are using JVM 1.5_10. What could be the reason for heap allocation going up even when there is enough free memory available in heap?
    -Rajesh.

    Hi Eric,
    Please check if there is any error or warning in the Event Viewer based on the data time?
    If there is any error, please post the event ID to help us to troubleshoot.
    Best Regards,
    Anna

Maybe you are looking for

  • Some problems with the count function

    Hi Guys, I am trying to return following: 2009 GUESTS NIGHTS between 1 and 5 = 80 guests 2009 GIESTS NIGHTS between 5 and 10 = 100 guest Whe I use the combine with a similar report option (union), I issue the following query: SELECT saw_0 saw_0, saw_

  • Scheduled wake / lid closed

    Got my Macbook Pro yesterday, and I'm having a blast! One question about sleep and wake issues though, sorry for the n00b ignorance. I have a program that I'd like to kick off to run at 5 AM every day. (It's Isilox, an app that downloads pages from t

  • How to set a job to import automatically transport requests

    I wander how to set a job to import automatically transport requests

  • Storing iTunes media on Time Capsule to stream to ATV

    Can someone please detail the steps I need to move my itunes movies and music to new Time Capsule.  I have done this and Apple TV is unable to recognize the library. Here is what I've done so far: 1. Copied the iTunes music folder to the TC 2. Change

  • HT1414 How do I download iOS 5 Software update?

    Please how do I download iOS 5 Software update if I'm not ready to update via iTunes?