Java.io.IOException: No space left

Hello,
I am receiving  error message to my my mail  over  Alert management. Error detail:
Delivering the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'java.io.IOException: No space left on device', probably configuration error in file adapter (XML parser error)'
I checked message monitoring and status is succesfull. And  sxmb_moni fave not any error .Why occured this error message?
Thanks in Advance
Nurhan

It is realted to any of your file scenarios, where file adapter is not able to write / generate the file.
Check the scenarios, or RWB.
--Div

Similar Messages

  • Java.io.IOException: Not enough space

    Hi,
    I get the following error after running Weblogic 4.5.1 on Solaris 2.7 (1GB
    Ram). for a couple of days.
    At first I thought it was running out of File Descriptors. I increased them
    to 4096 from 1024.
    But the problem still exists. I am unable to find any help in the
    documentation.
    Any help on this is greatly appreciated.
    Thanks,
    Sai
    *******************Start of Error MEssage****************************
    Tue Jun 20 10:09:50 CDT 2000:<I> <ServletContext-Servlets>
    weblogic.servlet.JSPServlet: Generated java file: /space/weblogic/s
    hop_server_com/jspclasses/jsp_servlet/_big/_DisplayItemList.java
    Tue Jun 20 10:09:50 CDT 2000:<E> <ServletContext-Servlets>
    weblogic.servlet.JSPServlet: Compilation of /space/weblogic/shop_
    server_com/jspclasses/jsp_servlet/_big/_DisplayItemList.java failed:
    java.io.IOException: Not enough space
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.forkAndExec(Compiled Code)
    at java.lang.UNIXProcess.<init>(Compiled Code)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.execInternal(Compiled Code)
    at java.lang.Runtime.exec(Compiled Code)
    at java.lang.Runtime.exec(Compiled Code)
    at weblogic.utils.Executable.exec(Compiled Code)
    at weblogic.utils.Executable.exec(Compiled Code)
    at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(Compiled
    Code)
    at weblogic.utils.compiler.CompilerInvoker.compile(Compiled Code)
    at weblogic.servlet.JSPServlet.compilePage(Compiled Code)
    at weblogic.servlet.JSPServlet.getStub(Compiled Code)
    at weblogic.servlet.JSPServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled
    Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
    at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
    at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
    ************************End of Error Message*****************

    I had the same problem before. Increase the swap space, if it is too small, increase it.
    Vince
    "Michael Reiche" <[email protected]> wrote:
    >
    This is the operating system running out of swap space. Recompiling JSP in 4.5.1 wastes a lot of memory.
    If you run /usr/proc/bin/pmap -x <pid> you will likely see that the 'heap' segment is very large.
    Mike
    "Bengt Bäverman" <[email protected]> wrote:
    I have also seen this, missleading, message.
    I believe that we decreased our heap size from above 1GB to just below. I
    remember looking at the Java code for java.io and I could not find any
    string with that wording, so it must come from the operating system.
    Bengt Baverman
    [email protected]
    "Vinod Shah" <[email protected]> skrev i meddelandet
    news:[email protected]...
    I have seen this with WL 4.5.1 and Solaris 2.6. Make sure you
    are using the -native flag to use native threads when starting
    the JVM. In my case this solved the problem. The
    "java.io.IOException: Not enough space" message
    fooled me too.
    Vinod Shah
    "Srikant Subramaniam" <[email protected]> wrote in message
    news:[email protected]...
    Here's why I think you're running out of disk space:
    weblogic.servlet.JSPServlet: Compilation of
    /space/weblogic/shop_server_com/jspclasses/jsp_servlet/_big/_DisplayItemList
    .java
    failed:
    java.io.IOException: Not enough space
    saiprasadp wrote:
    Hi,
    Definitely not. There is more than 13 Gig left (unused) on the
    partition
    where weblogic is installed and more than
    4 Gig in /tmp.
    Sai
    Srikant Subramaniam <[email protected]> wrote in message
    news:[email protected]...
    Could you be running out of disk space?
    Srikant.
    saiprasadp wrote:
    Hi,
    I get the following error after running Weblogic 4.5.1 on Solaris
    2.7
    (1GB
    Ram). for a couple of days.
    At first I thought it was running out of File Descriptors. I
    increased
    them
    to 4096 from 1024.
    But the problem still exists. I am unable to find any help in the
    documentation.
    Any help on this is greatly appreciated.
    Thanks,
    Sai
    *******************Start of Error
    MEssage****************************
    Tue Jun 20 10:09:50 CDT 2000:<I> <ServletContext-Servlets>
    weblogic.servlet.JSPServlet: Generated java file:
    /space/weblogic/s
    hop_server_com/jspclasses/jsp_servlet/_big/_DisplayItemList.java
    Tue Jun 20 10:09:50 CDT 2000:<E> <ServletContext-Servlets>
    weblogic.servlet.JSPServlet: Compilation of /space/weblogic/shop_
    server_com/jspclasses/jsp_servlet/_big/_DisplayItemList.javafailed:
    java.io.IOException: Not enough space
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.forkAndExec(Compiled Code)
    at java.lang.UNIXProcess.<init>(Compiled Code)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.execInternal(Compiled Code)
    at java.lang.Runtime.exec(Compiled Code)
    at java.lang.Runtime.exec(Compiled Code)
    at weblogic.utils.Executable.exec(Compiled Code)
    at weblogic.utils.Executable.exec(Compiled Code)
    atweblogic.utils.compiler.CompilerInvoker.compileMaybeExit(Compiled
    Code)
    at
    weblogic.utils.compiler.CompilerInvoker.compile(Compiled
    Code)
    at weblogic.servlet.JSPServlet.compilePage(Compiled Code)
    at weblogic.servlet.JSPServlet.getStub(Compiled Code)
    at weblogic.servlet.JSPServlet.service(Compiled Code)
    at javax.servlet.http.HttpServlet.service(Compiled Code)
    atweblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled
    Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
    Code)
    at
    weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
    Code)
    at
    weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled
    Code)
    at weblogic.socket.MuxableSocketHTTP.execute(Compiled
    Code)
    at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
    ************************End of Error Message*****************--
    Srikant, [email protected], http://www.weblogic.com/, etc.

  • DataOutput produces IOException because of "not enough space left"

    This is the exception:
    java.io.IOException: Can't write 32000 bytes, not enough space left.
    java.lang.NullPointerException
    at org.netbeans.modules.kjava.antext.StackTraceTranslator.getMethodCall(StackTraceTranslator.java:159)
    at org.netbeans.modules.kjava.antext.StackTraceTranslator.checkMethod(StackTraceTranslator.java:129)
    at org.netbeans.modules.kjava.antext.StackTraceTranslator.findMethod(StackTraceTranslator.java:121)
    at org.netbeans.modules.kjava.antext.StackTraceTranslator.translate(StackTraceTranslator.java:68)
    at org.netbeans.modules.kjava.antext.RunTask$StackTraceTranslatorHandler$1.flush(RunTask.java:603)
    at org.netbeans.modules.kjava.antext.RunTask$StackTraceTranslatorHandler$1.run(RunTask.java:636)
    at java.lang.Thread.run(Thread.java:619)
    Occurs when trying to write data ( out.write(bytes) ) to a DataOutput. Is there any way to know the available space in the data output? Or any other method to avoid this exception?
    Thanks for your attention! :)

    I'm not sure because the code that I'm testing is not written by me and it's very large. I suppose that must write into cache. Anyway, I've erased 3 lines and now the problem is moved to another line. In that line, the solution seems to be easier.
    Thanks!
    PS: this is the code (where the DataOutputStream doesn't make any useful thing :s):
         private void keep(MapTile mt) {
              // Move it to the top of the pile
              cache.putLast(mt.xyz, mt);
              if (mt.bytes != null && mt.rmsID == -1 && rms != null) {
                   // Freshly downloaded. Put it into the RMS cache.
                   byte[] buffer = (byte[])app.sharedBuffers.claimResourceIgnoreInterrupt();
                   try {
                                    if (rms.getSizeAvailable()>buffer.length) {
                                        FixedByteArrayOutputStream baos = new FixedByteArrayOutputStream(buffer);
    //                                    DataOutputStream dos = new DataOutputStream(baos);
    //                                    mt.writeTo(dos, MapTile.WITH_BYTES);
    //                                    dos.close();
                                        baos.close();
                                        mt.rmsID = rms.addRecord(buffer, 0, baos.count());
                                        mt.rmsBytesUsed = mt.bytes.length;
                   catch (Exception e) {
                        app.exception("An error occured while caching a map tile to RMS.", e);
                   finally {
                        app.sharedBuffers.releaseResource(buffer);
         }

  • Java.io.IOException: Not enough space  - Weblogic 8.1 on Solaris 8

    Hi,
    We get "java.io.Exception: Not enough space" sometimes when trying to access
    JSPs hosted on Weblogic 8.1 on Solaris 8. It looks like a problem because of
    increased swap space usage. What should we do to get rid of this issue
    Compilation of '.......java' failed:_____
    (Failed to parse compiler output. See full output below). ____
    Full compiler error(s):
    java.io.IOException: Not enough space
    at java.lang.UNIXProcess.forkAndExec(Native Method)
    at java.lang.UNIXProcess.<init>(UNIXProcess.java:52)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:566)
    at java.lang.Runtime.exec(Runtime.java:491)
    at java.lang.Runtime.exec(Runtime.java:457)
    at weblogic.utils.Executable.exec(Executable.java:227)
    at weblogic.utils.Executable.exec(Executable.java:156)
    at weblogic.utils.Executable.exec(Executable.java:142)
    at
    weblogic.utils.compiler.CompilerInvoker.execCompiler(CompilerInvoker.java:249)
    at
    weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:427)
    at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:328)
    at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:336)
    at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:321)
    at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:443)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:238)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:188)
    at
    weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:535)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:373)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
    Thanks,
    Abhijeet Dev

    Hello,
    I had the same problem and I eradicated it by changing used % of /tmp dir from 97% to 81% by removing unwanted files in /tmp folder.
    Try it out......
    df -k
    Now u will see that ur swap space is not sufficient.Check the corresponding mounting directory.Remove unwanted files from this dir. Restart ur server.Your problem should be solved.Note: Restarting server is not needed but for safe side restart ur server.
    In mine case, my dir was /tmp.I removed all unwanted files and then the problem was solved.
    Thanks
    Chandra

  • IOException when no disk space left

    Good time of day, everyone!
    In my program, I have to copy files of a quite substantial size from one media onto another. Since the free space is limited, I need to catch the case when it gets no longer available. The total size of files is unknown and cannot be computed beforehand (random element), so checking availability before copying each file would barely make sense.
    What I need is to catch the case when it ultimately runs out of free disk space while copying. What exception is that? The program throws some unreadable gibberish (likely because of my locale):
    java.io.IOException: &#9552;&#1093;&#1092;&#1102;&#1105;&#1028;&#1088;&#1028;&#1102;&#1118;&#1101;&#1102; &#1100;&#1093;&#1105;&#1028;&#1088; &#1101;&#1088; &#1092;&#1096;&#1105;&#1098;&#1093;
    Another thing that worries me is that it takes quite a long time before this exception is thrown. Maybe there's a better solution?
    Googling gave nothing so far :(
    Thanks in advance!

    SqueezyMo wrote:
    Good time of day, everyone!
    In my program, I have to copy files of a quite substantial size from one media onto another. Since the free space is limited, I need to catch the case when it gets no longer available. The total size of files is unknown and cannot be computed beforehand (random element), so checking availability before copying each file would barely make sense. You're burning CDR's or DVDR's, right? The common approach to "making stuff fit" is to pre-build a file collection... to burned when the user "commits" the selection (by pressing a burn button). This allows the user to organise the content to "best fit" accross multiple media... most burners now automatically workout "best fit" based purely on size (I guess using some sort of [backpack algorithm|http://encyclopedia2.thefreedictionary.com/Backpack+problem]).
    Overall the trick is remove the "randomness" by delaying the burn process.
    This doesn't really apply to (reliably) rewritable media... Note that DVD-RW's are notoriously NOT reliably rewritable... the probability of corruption seems to nearly-double on each overwrite after the first dozen (or so)... I gave up using them for backups, and went back to DVD-R's... (now I use an external HDD).
    What I need is to catch the case when it ultimately runs out of free disk space while copying. What exception is that? The program throws some unreadable gibberish (likely because of my locale):
    java.io.IOException: &#9552;&#1093;&#1092;&#1102;&#1105;&#1028;&#1088;&#1028;&#1102;&#1118;&#1101;&#1102; &#1100;&#1093;&#1105;&#1028;&#1088; &#1101;&#1088; &#1092;&#1096;&#1105;&#1098;&#1093;Try changing your locale to English (temporarily), so you can read that error message... and also try writing it (the exceotion) to a UTF-8 encoded file... I suspect the console is responsible for scrambling the high-order UTF characters.
    Another thing that worries me is that it takes quite a long time before this exception is thrown. Yes... it would, it would take time to fill the destination media, wouldn't it... so do your size check before you start copying anything. Also worth noting that most users prefer an "upfront, all or nothing" paradigm most of the time... giving them confidence that when they hit the "go" button it will eventually work... nothing worse than a slow kettle that needs watching.
    Maybe there's a better solution? Yes, several... It's just time to bight the bullet and get serious about this, or just use one of the plethora of libraries ;-)
    Googling gave nothing so far :( Thanks in advance!Yep, google is excellent for "named problems" of all sorts (from aircraft maintenance scheduling to fish recipes)... not so good for problems such as this which have (AFAIK) yet to be ascribed a common name.
    Cheers. Keith.
    PS: Listen to Chicon... I should have read his post before writing this... Que sera sera.

  • Java.io.IOException: Not enough space  when running external command

    Hi All,
              I am trying to call gzip utility from my servlet.
              The code line is as below :
              Runtime runtime = Runtime.getRuntime();
              Process process = runtime.exec("gzip -f -9 " +fileName);
              I got the following error :
              java.io.IOException: Not enough space
              I even tried to use the actual path of gzip in the code :
              Runtime runtime = Runtime.getRuntime();
              Process process = runtime.exec("/usr/bin/gzip -f -9 "
              +fileName);
              But still I got the same error.
              Can anyone tell me what I am missing out.....
              Thanks.
              Peter Vennel
              

    We just ran into this problem yesterday. For us, it seemed to be a disk
              space problem. If you run "df -k" you'll see how full your file systems
              are. We cleared out some of the /var/log (capacity was 80%) files reducing
              capacity to 50% and the problem went away, for now.
              Jim Clark
              Idea Integration
              http://www.idea.com
              "Joseph Weinstein" <[email protected]> wrote in message
              news:[email protected]...
              > Hi Pete,
              > It seems to me that your JVM is just running out of space. The JVM has
              default
              > limits on the amount of memory (java or native) that it will take from the
              OS,
              > and you're hitting one of those limits. How are you starting the WebLogic
              > server? If it's by the startWebLogic script, or other such, try adding, or
              altering
              > the arguments to the invocation of java, to allow more memory.
              >
              > Joe Weinstein at BEA, the home of Weblogic
              >
              > Peter Vennel wrote:
              >
              > > This is the exception I got at the server side. Does anyone know what
              this
              > > mean ....
              > >
              > > java.io.IOException: Not enough space
              > > at java.lang.UNIXProcess.<init>(Compiled Code)
              > > at java.lang.Runtime.exec(Compiled Code)
              > > at java.lang.Runtime.exec(Compiled Code)
              > > at JSOliDocument.service(Compiled Code)
              > > at javax.servlet.http.HttpServlet.service(Compiled Code)
              > > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(Compiled
              Code)
              > > at weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
              > > Code)
              > > at weblogic.servlet.internal.ServletContextImpl.invokeServlet(Compiled
              > > Code)
              > > at weblogic.socket.MuxableSocketHTTP.invokeServlet(Compiled Code)
              > > at weblogic.socket.MuxableSocketHTTP.execute(Compiled Code)
              > > at weblogic.t3.srvr.ExecuteThread.run(Compiled Code)
              > >
              > > Peter Vennel <[email protected]> wrote in message
              > > news:[email protected]...
              > > > Hi All,
              > > >
              > > > I am trying to call gzip utility from my servlet.
              > > >
              > > > The code line is as below :
              > > >
              > > > Runtime runtime = Runtime.getRuntime();
              > > > Process process = runtime.exec("gzip -f -9 " +fileName);
              > > >
              > > > I got the following error :
              > > >
              > > > java.io.IOException: Not enough space
              > > >
              > > > I even tried to use the actual path of gzip in the code :
              > > >
              > > > Runtime runtime = Runtime.getRuntime();
              > > > Process process = runtime.exec("/usr/bin/gzip -f -9 "
              > > > +fileName);
              > > >
              > > > But still I got the same error.
              > > >
              > > > Can anyone tell me what I am missing out.....
              > > >
              > > >
              > > > Thanks.
              > > >
              > > >
              > > > Peter Vennel
              > > >
              > > >
              > > >
              >
              > --
              >
              > PS: Folks: BEA WebLogic is in S.F., and now has some entry-level positions
              for
              > people who want to work with Java and E-Commerce infrastructure products.
              Send
              > resumes to [email protected]
              > --------------------------------------------------------------------------
              > The Weblogic Application Server from BEA
              > JavaWorld Editor's Choice Award: Best Web Application Server
              > Java Developer's Journal Editor's Choice Award: Best Web Application
              Server
              > Crossroads A-List Award: Rapid Application Development Tools for Java
              > Intelligent Enterprise RealWare: Best Application Using a Component
              Architecture
              > http://weblogic.beasys.com/press/awards/index.htm
              >
              >
              

  • Java.io.IOException: Not enough space at sun.nio.ch.FileChannelImpl.map0(Na

    Hi
    I am getting this error
    java.io.IOException: Not enough space
    at sun.nio.ch.FileChannelImpl.map0(Native Method)
    at sun.nio.ch.FileChannelImpl.map(FileChannelImpl.java:728)
    I ahve a shell script which spawn three jvms
    Two jvms have XMX=12288M
    and the third XMX=10240M
    Basically each jvm has around 12 threads to read in xml files and process them.
    The HP machine has around 70 GB RAM.
    So, in total the java uses around 36 GB only but still it crashes.
    I then change the xml files so that the third jvm does not read any files
    but it is just spawned for the sake of it.
    Even then it crashes with the same error.
    Any idea what can be done to fix this.
    Thanks

    i have OSF DCE 1.1/HP DCE 1.8I'm afraid I'm not familiar with that.
    Other than the comments I posted above,
    perhaps ask on HP user groups to find tips
    on increasing the available memory?
    Oh, another thing: when you issue "java -Xmx", you are specifying
    the desired amount of memory. But in UNIX, there is a per-user upperlimit.
    Try typing "ulimit -a" on a command line, and it will
    tell you a hard limit that was configured by the machine's administrator.
    Eg. I have 4G on my machine, but by default, my user account
    is limited to 512M per process (and no matter what I type in Xmx,
    my java process cannot exceed the hard limit set by my
    administrator)
    % ulimit -a
    core file size (blocks, -c) 0
    data seg size (kbytes, -d) 524288
    file size (blocks, -f) unlimited
    max locked memory (kbytes, -l) unlimited
    max memory size (kbytes, -m) unlimited
    open files (-n) 11095
    pipe size (512 bytes, -p) 1
    stack size (kbytes, -s) 65536
    cpu time (seconds, -t) unlimited
    max user processes (-u) 5547
    virtual memory (kbytes, -v) unlimited

  • Java.io.IOException : Not enough space  when I use Runtime.getRuntime().exe

    Hi All,
    I am calling a shell script from the java using the Runtime class, the job of the shell script is to zip some content which is huge in size(max 500MB) while invoking the shell script i will give the arguments source & destination. I am using the waitFor() so that my java program will wait untill the shell script execution is over. Everything is working as expected but some times it's giving Exception java.io.IOException : Not enough space
    What could be the reason for getting this kind of error ? Your suggestions are more appreciated.
    Thanks,
    Krishna Rajendra A.

    I don't know what the problem is but make sure you follow the advice for stdout and stderr in http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html because I bet the output from stdout or stderr will tell you what your problem is.

  • No space left on device

    Attempting to upgrade some packages from AUR  and it failed ! This is a long one .
    [wesley@ratdog ~]$ yaourt -Syu --aur
    :: Synchronizing package databases...
    testing is up to date
    core is up to date
    extra is up to date
    community-testing is up to date
    community is up to date
    archlinuxfr is up to date
    archrepo is up to date
    compiz-fusion is up to date
    arch-games is up to date
    ==> Searching for new version on AUR
    afsp: up to date
    alkitab: up to date
    arachnophilia: up to date
    archlinux-themes-gdm: not found on AUR
    bash-docs: up to date
    bin32-jre: 6u17-1 => 6u18-1
    bin32-xnview: up to date
    bpython: 0.9.5.2-1 => 0.9.6.2-1
    burn-cd: up to date
    cdw: 0.3.92-2 => 0.3.95-1
    childsplay: up to date
    clawsker: up to date
    compiz-check: up to date
    cope-git: (local=20100127-1 aur=20091228-2)
    cronwhip: 2.0.1-2 => 2.0.1-3
    cutemaze: up to date
    dvdwizard: up to date
    dwarffortress: v0.28.181.40d16-1 => v0.28.181.40d16-2
    encode2mpeg: up to date
    flashplugin-universal: 10.0.32.18-1 => 10.0.42.34-1
    freefonts: up to date
    freetype2-cleartype: up to date
    gattax: up to date
    geany-plugins: up to date
    gimpfx-foundry: up to date
    gnome-mplayer-svn: (local=1594-1 aur=1583-1)
    gnome-specimen: up to date
    goobox: 2.0.0-1 => 2.1.1-1
    gstreamer0.10-farsight: up to date
    gstreamer0.10-fluendo: up to date
    gtkimageviewer: up to date
    haskell-fgl: (local=5.4.2.2-2 aur=5.4.2.2-1)
    imagination: up to date
    jason-rohrer-games: up to date
    lemonrip: up to date
    lettergames: up to date
    lib32-gstreamer0.10: up to date
    lib32-gstreamer0.10-base: up to date
    lib32-liboil: up to date
    lib32-libpng12: up to date
    lib32-libpps: up to date
    lib32-libxp: up to date
    lib32-printproto: up to date
    lib32-sdl_image: 1.2.10-1 => 1.2.10-2
    libjpeg7: up to date
    libmimic: up to date
    libpng12: up to date
    libxml: up to date
    linuxvideoconverter: up to date
    markdown: up to date
    megamario: up to date
    mencoder: 29776-1 => 30146-1
    mybashburn: up to date
    nano-syntax-highlighting: up to date
    nautilus-image-converter: up to date
    nautilus-pastebin: up to date
    nautilus-rename-exif-date: up to date
    nautilus-sound-converter: up to date
    ninvaders: up to date
    nspluginwrapper: up to date
    pacman_sdl: up to date
    perl-class-inspector: up to date
    perl-env-path: up to date
    perl-file-sharedir: up to date
    perl-io-stty: up to date
    perl-params-util: up to date
    perl-regexp-common: up to date
    perl-text-upsidedown: up to date
    perl-universal-require: up to date
    petris: up to date
    pidgin-sound: up to date
    postr: up to date (0.12.3-1 flagged as out of date)
    pyfloppy: up to date
    python-nautilus: up to date
    smplayer-svn: 3323-1 => 3409-1
    stapler-git: (local=20091206-1 aur=20090809-1)
    stargunner: up to date
    touchmegames: up to date
    transmission-svn: (local=9560-1 aur=8282-5)
    ttf-ms-fonts-lic: up to date
    ttf-tahoma: up to date
    ttf-tiresias: up to date
    tuxpaint-config: up to date
    tuxpaint-stamps: 2008.06.30-1 => 2009.06.28-1
    ultra-tic-tac-toe: up to date
    xsane2tess: up to date
    xvid4conf: up to date
    xvidenc: up to date (8.1.7-1 flagged as out of date)
    zathura-git: (local=20091215-1 aur=20090923-1)
    Packages that can be updated from AUR:
    bin32-jre bpython cdw cronwhip dwarffortress flashplugin-universal goobox lib32-sdl_image mencoder smplayer-svn tuxpaint-stamps
    ==> Do you want to update these packages ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Resuming previous build
    ==> Downloading bin32-jre PKGBUILD from AUR...
    ==> Last 5 comments ordered by date (asc):
    Comment by: jryarch on Wed, 19 Nov 2008 20:49:15 +0000
    I'm using it on swiftfox32 now, and runs flawless! Thanks.
    Comment by: tzok on Thu, 27 Aug 2009 07:00:45 +0000
    # $Id$
    # Maintainer: webjdm <[email protected]>
    pkgname=bin32-jre
    pkgver=6u16
    pkgrel=1
    pkgdesc="32-bit Sun java with the new mozilla plugin for Arch x86_64"
    arch=('x86_64')
    license=('custom')
    url="https://jdk6.dev.java.net"
    depends=('lib32-glibc' 'lib32-libgl' 'lib32-libx11' 'lib32-libxtst' 'mozilla-common')
    makedepends=('diffutils' 'fakeroot' 'pkgconfig')
    install=jre.install
    bin32name=jdk-${pkgver}-dlj-linux-i586
    source=(http://download.java.net/dlj/binaries/${bin32name}.bin 'construct.sh' 'construct.patch')
    md5sums=('0c9c81f8f0b85fd96a8db06d36b50b33'
    '94065b612df0046d9ae758943f9f6a75'
    '88ad70c4ee77f58d761225a59ab3b7d9')
    build() {
    cd ${startdir}/src
    patch -p0 <construct.patch || return 1
    chmod +x ${bin32name}.bin || return 1
    mkdir -p unbundle-jdk
    cd unbundle-jdk
    LD_PRELOAD="" sh ../${bin32name}.bin --accept-license || return 1
    cd ${startdir}/src
    chmod +x construct.sh
    LD_PRELOAD="" sh construct.sh unbundle-jdk linux-jdk linux-jre || return 1
    mkdir -p ${startdir}/pkg/opt/${pkgname}
    cp -r linux-jdk/jre ${startdir}/pkg/opt/${pkgname} || return 1
    cd ${startdir}/pkg
    # New java plugin in /opt/mozilla/lib/plugins
    mkdir -p opt/mozilla/lib/plugins
    ln -s /opt/${pkgname}/jre/lib/i386/libnpjp2.so opt/mozilla/lib/plugins/libnpjp2.so
    Comment by: bruce on Fri, 16 Oct 2009 08:52:14 +0000
    need to add lib32-libxi as a dep...
    Comment by: doorknob60 on Sat, 21 Nov 2009 21:23:00 +0000
    Add lib32-gconf to depends please. Otherwise firefox32 crashes when I load a Java applet with an wrong elfclass error.
    Comment by: catalyst on Mon, 18 Jan 2010 16:25:32 +0000
    where 6u18 ?
    First Submitted: Sat, 26 Jul 2008 00:56:14 +0000
    bin32-jre 6u18-1 : 32-bit Sun java with the new mozilla plugin for Arch x86_64
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> bin32-jre dependencies:
    - lib32-glibc (already installed)
    - lib32-libgl (already installed)
    - lib32-libx11 (already installed)
    - lib32-libxtst (already installed)
    - mozilla-common (already installed)
    - lib32-libxi (already installed)
    - diffutils (already installed)
    - fakeroot (already installed)
    - pkgconfig (already installed)
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    bin32-jre.install
    ==> Edit bin32-jre.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of bin32-jre ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for bin32-jre:
    ==> Building and installing package
    ==> bin32-jre dependencies:
    - lib32-glibc (already installed)
    - lib32-libgl (already installed)
    - lib32-libx11 (already installed)
    - lib32-libxtst (already installed)
    - mozilla-common (already installed)
    - lib32-libxi (already installed)
    - diffutils (already installed)
    - fakeroot (already installed)
    - pkgconfig (already installed)
    ==> Making package: bin32-jre 6u18-1 x86_64 (Sun Feb 7 18:31:20 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found jdk-6u18-dlj-linux-i586.bin in build dir
    -> Found construct.sh in build dir
    -> Found construct.patch in build dir
    ==> Validating source files with md5sums...
    jdk-6u18-dlj-linux-i586.bin ... Passed
    construct.sh ... Passed
    construct.patch ... Passed
    ==> Extracting Sources...
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file construct.sh
    You will need atleast 267624 kBytes of Disk Free
    Please free up the required Disk Space and try again
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build bin32-jre package.
    Error: unable to update bin32-jre
    ==> Resuming previous build
    ==> Downloading bpython PKGBUILD from AUR...
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Exiting with failure status due to previous errors
    Error: unable to update bpython
    ==> Resuming previous build
    ==> Downloading cdw PKGBUILD from AUR...
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Exiting with failure status due to previous errors
    Error: unable to update cdw
    ==> Downloading cronwhip PKGBUILD from AUR...
    tar: Record size = 8 blocks
    Comment by: liquidsunshine on Tue, 14 Apr 2009 03:04:10 +0000
    md5sums changed... is this out of date?
    Comment by: liquidsunshine on Tue, 14 Apr 2009 03:07:28 +0000
    Also, you might want to fix the line in the PKGBUILD that says:
    pkgdesc="upload files to the AUR"
    since it's not really accurate. =)
    Comment by: Xyne on Wed, 15 Apr 2009 04:51:31 +0000
    You just don't know about the hidden options :P
    Sorry about the md5sum change. I've been updating nearly everything at once (refactoring, adding man pages, changing my build and upload scripts, changing the site backend, etc) and I haven't reached a stable point yet. Thanks for letting me know about it.
    The funny thing is that I'm so tired right now and bouncing back and forth between so many things that I only saw the pkgdesc at first. I thought this was aurploader (where the desc came from) and thought you meant it should be "upload pkgs to the AUR" instead of "files"... and ended up discovering that they've changed the AUR submit form so I had to update aurploader (and fix all my package categories).
    Comment by: liquidsunshine on Wed, 15 Apr 2009 04:57:36 +0000
    Haha! Glad I helped you discover something then. I love the program by the way. It makes cron useful on a laptop! =)
    First Submitted: Thu, 30 Oct 2008 22:41:42 +0000
    cronwhip 2.0.1-3 : run missed cronjobs
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> cronwhip dependencies:
    - perl (already installed)
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    cronwhip.install
    ==> Edit cronwhip.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> WARNING: This PKGBUILD contains install file that can be dangerous.
    cronwhip.install
    ==> Edit cronwhip.install (highly recommended for security reasons) ? [Y/n] ("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of cronwhip ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for cronwhip:
    ==> Building and installing package
    ==> cronwhip dependencies:
    - perl (already installed)
    ==> Making package: cronwhip 2.0.1-3 any (Sun Feb 7 18:32:46 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading cronwhip-2.0.1.tar.gz...
    --2010-02-07 18:32:46-- http://xyne.archlinux.ca/src/cronwhip-2.0.1.tar.gz
    Resolving xyne.archlinux.ca... 69.89.25.172
    Connecting to xyne.archlinux.ca|69.89.25.172|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 9069 (8.9K) [application/x-gzip]
    Saving to: "cronwhip-2.0.1.tar.gz.part"
    100%[======================================>] 9,069 --.-K/s in 0.08s
    2010-02-07 18:32:47 (105 KB/s) - "cronwhip-2.0.1.tar.gz.part" saved [9069/9069]
    ==> Validating source files with md5sums...
    cronwhip-2.0.1.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting cronwhip-2.0.1.tar.gz with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Adding install script...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: cronwhip 2.0.1-3 any (Sun Feb 7 18:32:47 CST 2010)
    ==> Continue installing cronwhip? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    checking dependencies...
    (1/1) upgrading cronwhip [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Checking vote status for cronwhip
    ==> Do you want to vote for cronwhip inclusion/keeping in [community] ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    cronwhip now voted
    ==> Downloading dwarffortress PKGBUILD from AUR...
    tar: Record size = 9 blocks
    ==> Last 5 comments ordered by date (asc):
    Comment by: daenyth on Thu, 28 Jan 2010 00:42:48 +0000
    Fixed, and binaries being uploaded to the arch-games repo as well :)
    Comment by: marenz on Thu, 28 Jan 2010 11:17:29 +0000
    missing dependency: fmodex .. or rather, it can't find its libs directory.
    Doing LD_LIBRARY_PATH=/opt/df_linux/libs dwarffortress fixed this problem.
    But then another problem appears: It can't find the index file and says it must be in the data folder.
    Running the game as root works.
    --Marenz
    Comment by: daenyth on Thu, 28 Jan 2010 13:10:39 +0000
    Wooops.. the person I had test it must have had that installed. Can you elaborate on the second error? The tester didn't mention anything about it. I can't test it at the moment myself. I'll try to get another pkgrel out tonight though.
    Comment by: marenz on Thu, 28 Jan 2010 14:20:48 +0000
    Well, Thats about all it says really.
    I straced it and found that it tries to open data/index with READ-WRITE mode, but the file is owned by root and has only the READ right set.
    After chowning it to root:games and setting it to chmod g+w it started. however, trying to create a world resulted in a segfault.
    Doing chmod g+w on all files in data fixed it.
    --Marenz
    Comment by: katovatzschyn on Fri, 05 Feb 2010 20:33:47 +0000
    40d17
    http://www.bay12games.com/forum/index.php?PHPSESSID=747e4a435324f30c2d12bf753bb62482&topic=44829.0
    First Submitted: Thu, 01 Jan 2009 21:02:46 +0000
    dwarffortress v0.28.181.40d16-2 : A single-player fantasy game. You control a dwarven outpost or an adventurer in a randomly generated, persistent world.
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> dwarffortress dependencies:
    - gtk2 (already installed)
    - mesa (already installed)
    - sdl_image (already installed)
    - libgl (package that provides libgl already installed)
    - libjpeg6 (package found)
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of dwarffortress ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for dwarffortress:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): libjpeg6-6b-6
    Total Download Size: 0.14 MB
    Total Installed Size: 0.40 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from archrepo...
    libjpeg6-6b-6-x86_64 143.3K 48.9K/s 00:00:03 [#####################] 100%
    checking package integrity...
    (1/1) checking for file conflicts [#####################] 100%
    (1/1) installing libjpeg6 [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Building and installing package
    ==> dwarffortress dependencies:
    - gtk2 (already installed)
    - mesa (already installed)
    - sdl_image (already installed)
    - libgl (package that provides libgl already installed)
    - libjpeg6 (already installed)
    ==> Making package: dwarffortress v0.28.181.40d16-2 x86_64 (Sun Feb 7 18:33:58 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading df_28_181_40d16_linux.tar.bz2...
    --2010-02-07 18:33:58-- http://www.bay12games.com/dwarves/df_28_181_40d16_linux.tar.bz2
    Resolving www.bay12games.com... 216.97.239.212
    Connecting to www.bay12games.com|216.97.239.212|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 7218757 (6.9M) [application/x-bzip2]
    Saving to: "df_28_181_40d16_linux.tar.bz2.part"
    100%[======================================>] 7,218,757 2.10M/s in 5.1s
    2010-02-07 18:34:04 (1.36 MB/s) - "df_28_181_40d16_linux.tar.bz2.part" saved [7218757/7218757]
    -> Found dwarffortress in build dir
    ==> Validating source files with md5sums...
    df_28_181_40d16_linux.tar.bz2 ... Passed
    dwarffortress ... Passed
    ==> Extracting Sources...
    -> Extracting df_28_181_40d16_linux.tar.bz2 with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: dwarffortress v0.28.181.40d16-2 x86_64 (Sun Feb 7 18:34:07 CST 2010)
    ==> Continue installing dwarffortress? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    checking dependencies...
    (1/1) upgrading dwarffortress [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Checking vote status for dwarffortress
    ==> Do you want to vote for dwarffortress inclusion/keeping in [community] ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    dwarffortress now voted
    ==> Downloading flashplugin-universal PKGBUILD from AUR...
    tar: Record size = 8 blocks
    ==> Last 5 comments ordered by date (asc):
    Comment by: epsilom on Thu, 13 Aug 2009 03:42:04 +0000
    install error:
    /usr/bin/strip:usr/lib/mozilla/plugins/lib64flashplayer.so: File format not recognized
    Error: Makepkg was unable to build flashplugin-universal package.
    Comment by: moe on Sun, 20 Sep 2009 11:25:32 +0000
    I get the same error like epsilom. I think the pkgbuild can currently not build an i686 package, but Ive no time to investigate/fix that at the moment..
    Comment by: anonymous_user on Wed, 09 Dec 2009 01:47:36 +0000
    10.0.42.34 is out now. Both x86 and x64.
    Comment by: benoror on Thu, 24 Dec 2009 01:06:36 +0000
    Just replace version in PKGBUILD
    Comment by: zelut on Thu, 24 Dec 2009 19:43:57 +0000
    updated to 10.0.42.34.
    also, i believe, I have fixed the error re: strip. a 32bit system is unable to recognize or strip a 64bit binary. This package technically should only be installed on a 64bit host.
    First Submitted: Thu, 09 Apr 2009 03:55:37 +0000
    flashplugin-universal 10.0.42.34-1 : Adobe Flash Player - i686 and x86_64
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> flashplugin-universal dependencies:
    - mozilla-common (already installed)
    - lib32-libxt (already installed)
    - lib32-gtk2 (already installed)
    - lib32-alsa-lib (already installed)
    - lib32-nss (already installed)
    - lib32-curl (already installed)
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of flashplugin-universal ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for flashplugin-universal:
    ==> Building and installing package
    ==> flashplugin-universal dependencies:
    - mozilla-common (already installed)
    - lib32-libxt (already installed)
    - lib32-gtk2 (already installed)
    - lib32-alsa-lib (already installed)
    - lib32-nss (already installed)
    - lib32-curl (already installed)
    ==> Making package: flashplugin-universal 10.0.42.34-1 x86_64 (Sun Feb 7 18:34:34 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading install_flash_player_10_linux.tar.gz...
    --2010-02-07 18:34:34-- http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_10_linux.tar.gz
    Resolving fpdownload.macromedia.com... 96.7.202.70
    Connecting to fpdownload.macromedia.com|96.7.202.70|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 4050308 (3.9M) [application/x-gzip]
    Saving to: "install_flash_player_10_linux.tar.gz.part"
    100%[======================================>] 4,050,308 2.01M/s in 1.9s
    2010-02-07 18:34:36 (2.01 MB/s) - "install_flash_player_10_linux.tar.gz.part" saved [4050308/4050308]
    -> Downloading libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz...
    --2010-02-07 18:34:36-- http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz
    Resolving download.macromedia.com... 96.7.203.191
    Connecting to download.macromedia.com|96.7.203.191|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3730595 (3.6M) [application/x-gzip]
    Saving to: "libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz.part"
    100%[======================================>] 3,730,595 2.16M/s in 1.7s
    2010-02-07 18:34:38 (2.16 MB/s) - "libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz.part" saved [3730595/3730595]
    -> Downloading Reader_Player_WWEULA-Combined-20060724_1430.pdf...
    --2010-02-07 18:34:38-- http://www.adobe.com/products/eulas/pdfs/Reader_Player_WWEULA-Combined-20060724_1430.pdf
    Resolving www.adobe.com... 192.150.18.200
    Connecting to www.adobe.com|192.150.18.200|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 3105820 (3.0M) [application/pdf]
    Saving to: "Reader_Player_WWEULA-Combined-20060724_1430.pdf.part"
    100%[======================================>] 3,105,820 845K/s in 4.0s
    2010-02-07 18:34:42 (758 KB/s) - "Reader_Player_WWEULA-Combined-20060724_1430.pdf.part" saved [3105820/3105820]
    ==> Validating source files with md5sums...
    install_flash_player_10_linux.tar.gz ... Passed
    libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz ... Passed
    Reader_Player_WWEULA-Combined-20060724_1430.pdf ... Passed
    ==> Extracting Sources...
    -> Extracting install_flash_player_10_linux.tar.gz with bsdtar
    -> Extracting libflashplayer-10.0.42.34.linux-x86_64.so.tar.gz with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    gzip: /tmp/yaourt-tmp-wesley/aur-flashplugin-universal/flashplugin-universal/flashplugin-universal-10.0.42.34-1-x86_64.pkg.tar.gz: No space left on device
    Error: Makepkg was unable to build flashplugin-universal package.
    Error: unable to update flashplugin-universal
    ==> Resuming previous build
    ==> Downloading goobox PKGBUILD from AUR...
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Exiting with failure status due to previous errors
    Error: unable to update goobox
    ==> Downloading lib32-sdl_image PKGBUILD from AUR...
    tar: Record size = 6 blocks
    Comment by: Stunts on Sun, 15 Nov 2009 14:45:57 +0000
    Flagged Out-of-date:
    New arch release.
    Plus, this version is not building - 404 not found error.
    Comment by: Stunts on Sun, 15 Nov 2009 14:53:42 +0000
    All you have to do is bump the packageversion to "1.2.8" and release to "1".
    Don't forget the MD5sum too =-)
    Comment by: kfgz on Mon, 16 Nov 2009 08:30:06 +0000
    New pkg is 1.2.10-1
    MD5: 1429b246a41c88818d50dae9d42c41db
    Comment by: trontonic on Wed, 03 Feb 2010 09:07:08 +0000
    Got this from the "bauerbill" application:
    error: The PKGBUILD for lib32-sdl_image is incorrect. Please inform the packager that the "install" variable should be a string, not an array
    error: unable to safely determine the correct install file
    First Submitted: Wed, 31 Dec 2008 02:07:05 +0000
    lib32-sdl_image 1.2.10-2 : A simple library to load images of various formats as SDL surfaces
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>y
    ==> lib32-sdl_image dependencies:
    - lib32-sdl (already installed)
    - lib32-libpng (already installed)
    - lib32-libjpeg (already installed)
    - lib32-libtiff (already installed)
    - lib32-zlib (already installed)
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> Continue the building of lib32-sdl_image ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for lib32-sdl_image:
    ==> Building and installing package
    ==> lib32-sdl_image dependencies:
    - lib32-sdl (already installed)
    - lib32-libpng (already installed)
    - lib32-libjpeg (already installed)
    - lib32-libtiff (already installed)
    - lib32-zlib (already installed)
    ==> Making package: lib32-sdl_image 1.2.10-2 x86_64 (Sun Feb 7 18:35:18 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Downloading sdl_image-1.2.10-2-i686.pkg.tar.gz...
    --2010-02-07 18:35:18-- http://mir.archlinux.fr/extra/os/i686/sdl_image-1.2.10-2-i686.pkg.tar.gz
    Resolving mir.archlinux.fr... 213.186.62.207
    Connecting to mir.archlinux.fr|213.186.62.207|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 51941 (51K) [application/x-gzip]
    Saving to: "sdl_image-1.2.10-2-i686.pkg.tar.gz.part"
    100%[======================================>] 51,941 60.7K/s in 0.8s
    2010-02-07 18:35:19 (60.7 KB/s) - "sdl_image-1.2.10-2-i686.pkg.tar.gz.part" saved [51941/51941]
    ==> Validating source files with md5sums...
    sdl_image-1.2.10-2-i686.pkg.tar.gz ... Passed
    ==> Extracting Sources...
    -> Extracting sdl_image-1.2.10-2-i686.pkg.tar.gz with bsdtar
    ==> Entering fakeroot environment...
    ==> Starting build()...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: lib32-sdl_image 1.2.10-2 x86_64 (Sun Feb 7 18:35:20 CST 2010)
    ==> Continue installing lib32-sdl_image? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    checking dependencies...
    (1/1) upgrading lib32-sdl_image [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Checking vote status for lib32-sdl_image
    You have already voted for lib32-sdl_image inclusion/keeping in [community]
    ==> Downloading mencoder PKGBUILD from AUR...
    tar: Record size = 8 blocks
    ==> Last 5 comments ordered by date (asc):
    Comment by: Slumslayer on Wed, 26 Aug 2009 19:49:44 +0000
    I've updated the package and added a patch for fribidi.
    Comment by: alexk on Wed, 04 Nov 2009 01:26:17 +0000
    It doesn't build on x64, last lines of the output:
    libmpdemux/demux_gif.o: In function `demux_close_gif':
    demux_gif.c:(.text+0x17): undefined reference to `DGifCloseFile'
    demux_gif.c:(.text+0x39): undefined reference to `PrintGifError'
    libmpdemux/demux_gif.o: In function `demux_open_gif':
    demux_gif.c:(.text+0xa9): undefined reference to `DGifOpen'
    demux_gif.c:(.text+0x181): undefined reference to `PrintGifError'
    libmpdemux/demux_gif.o: In function `demux_gif_fill_buffer':
    demux_gif.c:(.text+0x4c0): undefined reference to `DGifGetRecordType'
    demux_gif.c:(.text+0x4fc): undefined reference to `DGifGetExtension'
    demux_gif.c:(.text+0x544): undefined reference to `DGifGetImageDesc'
    demux_gif.c:(.text+0x638): undefined reference to `DGifGetLine'
    demux_gif.c:(.text+0x93c): undefined reference to `DGifGetScreenDesc'
    demux_gif.c:(.text+0x99d): undefined reference to `DGifGetExtensionNext'
    demux_gif.c:(.text+0x9a9): undefined reference to `PrintGifError'
    demux_gif.c:(.text+0x9df): undefined reference to `DGifGetExtensionNext'
    collect2: ld returned 1 exit status
    make: aurpage comments PKGBUILD [mencoder] Error 1
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build mencoder package.
    Comment by: Slumslayer on Thu, 05 Nov 2009 10:42:27 +0000
    Package updated, it should build now.
    Comment by: Gallaecio on Fri, 11 Dec 2009 19:37:03 +0000
    Add patch to makedependences
    Comment by: Slumslayer on Thu, 31 Dec 2009 12:29:09 +0000
    Updated to use subversion
    First Submitted: Fri, 07 Nov 2008 12:07:05 +0000
    mencoder 30146-1 : A command line video decoding, encoding and filtering tool
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> mencoder dependencies:
    - lame (already installed)
    - libtheora (already installed)
    - xvidcore (already installed)
    - x264 (already installed)
    - faac (already installed)
    - subversion (already installed)
    ==> Continue the building of mencoder ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for mencoder:
    ==> Building and installing package
    mkdir: cannot create directory `/var/abs/local/yaourtbuild': Permission denied
    ==> WARNING: Unable to write in /var/abs/local/yaourtbuild/mencoder directory. Using /tmp directory
    ==> mencoder dependencies:
    - lame (already installed)
    - libtheora (already installed)
    - xvidcore (already installed)
    - x264 (already installed)
    - faac (already installed)
    - subversion (already installed)
    ==> Determining latest svn revision...
    -> Version found: 30524
    ==> Making package: mencoder 30524-1 x86_64 (Sun Feb 7 18:35:41 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    A mplayer/vobsub.c
    A mplayer/debian
    A mplayer/debian/control
    A mplayer/debian/dirs
    A mplayer/debian/menu
    A mplayer/debian/postrm
    A mplayer/debian/config
    A mplayer/debian/TODO.Debian
    A mplayer/debian/watch
    A mplayer/debian/changelog
    A mplayer/debian/mime
    A mplayer/debian/copyright
    A mplayer/debian/rules
    A mplayer/debian/README.debian
    A mplayer/debian/templates
    A mplayer/libmpcodecs
    A mplayer/libmpcodecs/ae_faac.c
    A mplayer/libmpcodecs/vf_rectangle.c
    A mplayer/libmpcodecs/vf_fspp.c
    A mplayer/libmpcodecs/ae_faac.h
    A mplayer/libmpcodecs/vf_decimate.c
    A mplayer/libmpcodecs/vd_zrmjpeg.c
    A mplayer/libmpcodecs/vd_dmo.c
    A mplayer/libmpcodecs/vf_screenshot.c
    A mplayer/libmpcodecs/vf_hue.c
    A mplayer/libmpcodecs/ad_imaadpcm.c
    A mplayer/libmpcodecs/pullup.c
    A mplayer/libmpcodecs/vf_eq2.c
    A mplayer/libmpcodecs/ae_pcm.c
    A mplayer/libmpcodecs/pullup.h
    A mplayer/libmpcodecs/vd_xvid4.c
    A mplayer/libmpcodecs/ad_dshow.c
    A mplayer/libmpcodecs/ve_xvid4.c
    A mplayer/libmpcodecs/vf_rotate.c
    A mplayer/libmpcodecs/ae_pcm.h
    A mplayer/libmpcodecs/vd_libdv.c
    A mplayer/libmpcodecs/vd_mpng.c
    A mplayer/libmpcodecs/ve_libdv.c
    A mplayer/libmpcodecs/vf_1bpp.c
    A mplayer/libmpcodecs/vf_filmdint.c
    A mplayer/libmpcodecs/vf_halfpack.c
    A mplayer/libmpcodecs/ve_qtvideo.c
    A mplayer/libmpcodecs/ad_ffmpeg.c
    A mplayer/libmpcodecs/vf_pp.c
    A mplayer/libmpcodecs/ad_qtaudio.c
    A mplayer/libmpcodecs/vd_internal.h
    A mplayer/libmpcodecs/vd_theora.c
    A mplayer/libmpcodecs/vf_kerndeint.c
    A mplayer/libmpcodecs/vf_vo.c
    A mplayer/libmpcodecs/vf_blackframe.c
    A mplayer/libmpcodecs/ad_mpc.c
    A mplayer/libmpcodecs/vf_perspective.c
    A mplayer/libmpcodecs/vf_tinterlace.c
    A mplayer/libmpcodecs/vd_vfwex.c
    A mplayer/libmpcodecs/ve_vfw.c
    A mplayer/libmpcodecs/vf_crop.c
    A mplayer/libmpcodecs/vf_eq.c
    A mplayer/libmpcodecs/vf_sab.c
    A mplayer/libmpcodecs/vf_lavcdeint.c
    A mplayer/libmpcodecs/vf_fil.c
    A mplayer/libmpcodecs/native
    A mplayer/libmpcodecs/native/rtjpegn.h
    A mplayer/libmpcodecs/native/xa_gsm.c
    A mplayer/libmpcodecs/native/xa_gsm.h
    A mplayer/libmpcodecs/native/mmx.h
    A mplayer/libmpcodecs/native/alaw.h
    A mplayer/libmpcodecs/native/rtjpegn.c
    A mplayer/libmpcodecs/native/xa_gsm_int.h
    A mplayer/libmpcodecs/vf_noise.c
    A mplayer/libmpcodecs/vf_remove_logo.c
    A mplayer/libmpcodecs/ad_hwac3.c
    A mplayer/libmpcodecs/cmmx.h
    A mplayer/libmpcodecs/vf_noformat.c
    A mplayer/libmpcodecs/vf_swapuv.c
    A mplayer/libmpcodecs/vf_framestep.c
    A mplayer/libmpcodecs/vf_ass.c
    A mplayer/libmpcodecs/vd_ijpg.c
    A mplayer/libmpcodecs/ve_raw.c
    A mplayer/libmpcodecs/ad_pcm.c
    A mplayer/libmpcodecs/vf_down3dright.c
    A mplayer/libmpcodecs/vf_cropdetect.c
    A mplayer/libmpcodecs/vd_mpegpes.c
    A mplayer/libmpcodecs/ad_msgsm.c
    A mplayer/libmpcodecs/vf_phase.c
    A mplayer/libmpcodecs/vf_softskip.c
    A mplayer/libmpcodecs/ad_faad.c
    A mplayer/libmpcodecs/ad_libdv.c
    A mplayer/libmpcodecs/vf_divtc.c
    A mplayer/libmpcodecs/ae_toolame.c
    A mplayer/libmpcodecs/vf_yvu9.c
    A mplayer/libmpcodecs/vf_denoise3d.c
    A mplayer/libmpcodecs/vd.c
    A mplayer/libmpcodecs/ae_toolame.h
    A mplayer/libmpcodecs/vf_expand.c
    A mplayer/libmpcodecs/vf_hqdn3d.c
    A mplayer/libmpcodecs/ae_twolame.c
    A mplayer/libmpcodecs/vd.h
    A mplayer/libmpcodecs/vf_dvbscale.c
    A mplayer/libmpcodecs/dec_video.c
    A mplayer/libmpcodecs/vf_gradfun.c
    A mplayer/libmpcodecs/vf_uspp.c
    A mplayer/libmpcodecs/ae_twolame.h
    A mplayer/libmpcodecs/ad_libdca.c
    A mplayer/libmpcodecs/vf_telecine.c
    A mplayer/libmpcodecs/vf_yuvcsp.c
    A mplayer/libmpcodecs/ad.c
    A mplayer/libmpcodecs/vf_tfields.c
    A mplayer/libmpcodecs/dec_video.h
    A mplayer/libmpcodecs/vf_tile.c
    A mplayer/libmpcodecs/ad_speex.c
    A mplayer/libmpcodecs/ad.h
    A mplayer/libmpcodecs/vd_libmpeg2.c
    A mplayer/libmpcodecs/vf_softpulldown.c
    A mplayer/libmpcodecs/vd_vfw.c
    A mplayer/libmpcodecs/vf_spp.c
    A mplayer/libmpcodecs/vd_ffmpeg.c
    A mplayer/libmpcodecs/ve_x264.c
    A mplayer/libmpcodecs/vf_ilpack.c
    A mplayer/libmpcodecs/ad_libvorbis.c
    A mplayer/libmpcodecs/vf_il.c
    A mplayer/libmpcodecs/vqf.h
    A mplayer/libmpcodecs/vf_pp7.c
    A mplayer/libmpcodecs/vfcap.h
    A mplayer/libmpcodecs/vf_smartblur.c
    A mplayer/libmpcodecs/vf_geq.c
    A mplayer/libmpcodecs/vf_zrmjpeg.c
    A mplayer/libmpcodecs/vf_qp.c
    A mplayer/libmpcodecs/vf_pullup.c
    A mplayer/libmpcodecs/vf_mcdeint.c
    A mplayer/libmpcodecs/mp_image.c
    A mplayer/libmpcodecs/vf_field.c
    A mplayer/libmpcodecs/vd_realvid.c
    A mplayer/libmpcodecs/vf_ow.c
    A mplayer/libmpcodecs/ad_dvdpcm.c
    A mplayer/libmpcodecs/ad_realaud.c
    A mplayer/libmpcodecs/ad_liba52.c
    A mplayer/libmpcodecs/vd_raw.c
    A mplayer/libmpcodecs/mp_image.h
    A mplayer/libmpcodecs/ad_dmo.c
    A mplayer/libmpcodecs/img_format.c
    A mplayer/libmpcodecs/ad_internal.h
    A mplayer/libmpcodecs/ad_alaw.c
    A mplayer/libmpcodecs/img_format.h
    A mplayer/libmpcodecs/ad_mp3lib.c
    A mplayer/libmpcodecs/vf_ivtc.c
    A mplayer/libmpcodecs/ve_nuv.c
    A mplayer/libmpcodecs/vf_yuy2.c
    A mplayer/libmpcodecs/ve.c
    A mplayer/libmpcodecs/dec_audio.c
    A mplayer/libmpcodecs/vf_lavc.c
    A mplayer/libmpcodecs/dec_audio.h
    A mplayer/libmpcodecs/ae.c
    A mplayer/libmpcodecs/vf_yadif.c
    A mplayer/libmpcodecs/ae.h
    A mplayer/libmpcodecs/ae_lavc.c
    A mplayer/libmpcodecs/ae_lavc.h
    A mplayer/libmpcodecs/mpc_info.h
    A mplayer/libmpcodecs/vd_null.c
    A mplayer/libmpcodecs/ad_acm.c
    A mplayer/libmpcodecs/vd_xanim.c
    A mplayer/libmpcodecs/vd_sgi.c
    A mplayer/libmpcodecs/vd_dshow.c
    svn: Can't close file 'mplayer/libmpcodecs/.svn/tmp/text-base/ve_lavc.c.svn-base': No space left on device
    ==> SVN checkout done or server timeout
    cp: writing `mplayer-build/.svn/tmp/text-base/vobsub.c.svn-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/dir-prop-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/entries': No space left on device
    cp: writing `mplayer-build/debian/.svn/prop-base/README.debian.svn-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/prop-base/TODO.Debian.svn-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/prop-base/changelog.svn-base': No space left on device
    cp: writing `mplayer-build/debian/.svn/prop-base/config.svn-base': No space left on device
    cp: cannot create regular fixa_gsm_int.h.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/alaw.h.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/mmx.h.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/rtjpegn.c.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/.svn/text-base/rtjpegn.h.svn-base': No space left on device
    cp: cannot create regular file `mplayer-build/libmpcodecs/native/.svn/text-base/xa_gsm.c.svn-base': No space left on device
    cp: cannot create regular file `mplayer-build/libmpcodecs/native/.svn/text-base/xa_gsm.h.svn-base': No space left on device
    cp: cannot create regular file `mplayer-build/libmpcodecs/native/.svn/text-base/xa_gsm_int.h.svn-base': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/alaw.h': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/mmx.h': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/rtjpegn.c': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/rtjpegn.h': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/xa_gsm.c': No space left on device
    cp: writing `mplayer-build/libmpcodecs/native/xa_gsm.h': No space left on device
    cp: cannot create regular file `mplayer-build/libmpcodecs/native/xa_gsm_int.h': No space left on device
    ==> Building the package...
    /tmp/yaourt-tmp-wesley/aur-mencoder/mencoder/./PKGBUILD: line 41: ./configure: No such file or directory
    make: *** No targets specified and no makefile found. Stop.
    make: *** No rule to make target `install'. Stop.
    mv: cannot stat `/tmp/yaourt-tmp-wesley/aur-mencoder/mencoder/pkg/usr/share/man/man1/mplayer.1': No such file or directory
    ==> Cleaning build files...
    ==> Tidying install...
    -> Purging other files...
    -> Compressing man and info pages...
    -> Stripping debugging symbols from binaries and libraries...
    ==> Creating package...
    -> Generating .PKGINFO file...
    -> Compressing package...
    ==> Leaving fakeroot environment.
    ==> Finished making: mencoder 30524-1 x86_64 (Sun Feb 7 18:35:47 CST 2010)
    ==> Continue installing mencoder? [Y/n]
    ==> [v]iew package contents [c]heck package with namcap
    ==> ----------------------------------------------
    ==>y
    loading package data...
    checking dependencies...
    (1/1) upgrading mencoder [#####################] 100%
    /sbin/ldconfig: libraries libcurl.so.3 and libcurl.so.4.1.1 in directory /usr/lib have same soname but different type.
    ==> Checking vote status for mencoder
    You have already voted for mencoder inclusion/keeping in [community]
    ==> Downloading smplayer-svn PKGBUILD from AUR...
    tar: Record size = 7 blocks
    ==> Last 5 comments ordered by date (asc):
    Comment by: flamelab on Wed, 29 Jul 2009 05:40:12 +0000
    You ought to read my last post under yours ;-)
    The proper way of making the present PKGBUILD is that--> e.g. provides=("smplayer=${_latestver}") , since I inform pacman for the real version of the package.
    And I'm actually having as depedency the "extra" mplayer.
    Comment by: b4283 on Fri, 25 Dec 2009 07:55:16 +0000
    hi, about the smplayer.desktop file.
    i think you should use the %f argument for the Exec line instead of %u
    because it's not necessary to translate filenames into URLs on a unicode-able system like linux
    Comment by: flamelab on Sun, 17 Jan 2010 15:55:26 +0000
    Update: added a patch made by wantilles, that restores alsa as default audio output driver (now it is pulseaudio)
    Comment by: hseldon6 on Mon, 18 Jan 2010 14:56:50 +0000
    The Patch doesn't work.
    Comment by: flamelab on Mon, 18 Jan 2010 15:07:31 +0000
    Yes, because they fixed the issue.
    Updated.
    First Submitted: Tue, 19 Feb 2008 15:58:53 +0000
    smplayer-svn 3409-1 : A complete front-end for MPlayer
    ( Unsupported package: Potentally dangerous ! )
    ==> Edit the PKGBUILD (highly recommended for security reasons) ? [Y/n]("A" to abort)
    ==> ----------------------------------------------
    ==>n
    ==> smplayer-svn dependencies:
    - qt (already installed)
    - mplayer (already installed)
    - subversion (already installed)
    ==> Continue the building of smplayer-svn ? [Y/n]
    ==> ----------------------------------------------
    ==>y
    ==> Install or build missing dependencies for smplayer-svn:
    ==> Building and installing package
    mkdir: cannot create directory `/var/abs/local/yaourtbuild': Permission denied
    ==> WARNING: Unable to write in /var/abs/local/yaourtbuild/smplayer-svn directory. Using /tmp directory
    ==> smplayer-svn dependencies:
    - qt (already installed)
    - mplayer (already installed)
    - subversion (already installed)
    ==> Determining latest svn revision...
    -> Version found: 3423
    ==> Making package: smplayer-svn 3423-1 x86_64 (Sun Feb 7 18:36:22 CST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    A smplayer/smplayer.spec
    A smplayer/src
    A smplayer/src/prefgeneral.h
    A smplayer/src/global.cpp
    A smplayer/src/input.conf
    A smplayer/src/prefdrives.ui
    A smplayer/src/about.ui
    A smplayer/src/preferences.h
    A smplayer/src/filepropertiesdialog.ui
    A smplayer/src/playlistdock.h
    A smplayer/src/filters.cpp
    A smplayer/src/filesettingshash.h
    A smplayer/src/selectcolorbutton.cpp
    A smplayer/src/deviceinfo.cpp
    A smplayer/src/prefadvanced.ui
    A smplayer/src/logwindow.h
    A smplayer/src/mplayerversion.cpp
    A smplayer/src/prefinput.h
    A smplayer/src/timedialog.h
    A smplayer/src/playlistpreferences.cpp
    A smplayer/src/urlhistory.cpp
    A smplayer/src/basegui.h
    A smplayer/src/videopreview
    A smplayer/src/videopreview/videopreviewconfigdialog.cpp
    A smplayer/src/videopreview/async.diff
    A smplayer/src/videopreview/videopreviewconfigdialog.h
    A smplayer/src/videopreview/main.cpp
    A smplayer/src/videopreview/videopreview.pro
    A smplayer/src/videopreview/videopreview.cpp
    A smplayer/src/videopreview/videopreviewconfigdialog.ui
    A smplayer/src/videopreview/videopreview.h
    A smplayer/src/defaultgui.cpp
    A smplayer/src/tvlist.h
    A smplayer/src/favoriteeditor.h
    A smplayer/src/videoequalizer.h
    A smplayer/src/translator.h
    A smplayer/src/timeslider.cpp
    A smplayer/src/subtracks.cpp
    A smplayer/src/playlist.cpp
    A smplayer/src/mpcgui
    A smplayer/src/mpcgui/mpc_stereo.png
    A smplayer/src/mpcgui/mpc_toolbar.png
    A smplayer/src/mpcgui/mpcstyles.cpp
    A smplayer/src/mpcgui/mpcgui.cpp
    A smplayer/src/mpcgui/mpcstyles.h
    A smplayer/src/mpcgui/mpc_mono.png
    A smplayer/src/mpcgui/mpcgui.h
    A smplayer/src/widgetactions.cpp
    A smplayer/src/myactiongroup.h
    A smplayer/src/mediasettings.h
    A smplayer/src/mplayerprocess.cpp
    A smplayer/src/prefperformance.ui
    A smplayer/src/images.h
    A smplayer/src/mediadata.h
    A smplayer/src/guiconfig.h
    A smplayer/src/basegui.cpp
    A smplayer/src/selectcolorbutton.h
    A smplayer/src/prefinterface.h
    A smplayer/src/myprocess.cpp
    A smplayer/src/prefgeneral.ui
    A smplayer/src/screensaver.h
    A smplayer/src/preferencesdialog.h
    A smplayer/src/logwindowbase.ui
    A smplayer/src/infofile.h
    A smplayer/src/seekwidget.h
    A smplayer/src/preftv.ui
    A smplayer/src/filechooser.cpp
    A smplayer/src/filesettings.h
    A smplayer/src/mytablewidget.h
    A smplayer/src/eqslider.cpp
    A smplayer/src/recents.h
    A smplayer/src/prefplaylist.ui
    A smplayer/src/icons-png
    A smplayer/src/icons-png/contributors.png
    A smplayer/src/icons-png/rotate.png
    A smplayer/src/icons-png/pref_devices.png
    A smplayer/src/icons-png/equalizer.png
    A smplayer/src/icons-png/conflict.png
    A smplayer/src/icons-png/download_subs.png
    A smplayer/src/icons-png/warning.png
    A smplayer/src/icons-png/dvd_drive.png
    A smplayer/src/icons-png/copy.png
    A smplayer/src/icons-png/vcd.png
    A smplayer/src/icons-png/type_vcd.png
    A smplayer/src/icons-png/pause.png
    A smplayer/src/icons-png/favorite.png
    A smplayer/src/icons-png/repeat.png
    A smplayer/src/icons-png/a_marker.png
    A smplayer/src/icons-png/url_big.png
    A smplayer/src/icons-png/instance1.png
    A smplayer/src/icons-png/instance2.png
    A smplayer/src/icons-png/compact.png
    A smplayer/src/icons-png/dvd_hd.png
    A smplayer/src/icons-png/audio_filters.png
    A smplayer/src/icons-png/sub.png
    A smplayer/src/icons-png/pref_subtitles.png
    A smplayer/src/icons-png/minus.png
    A smplayer/src/icons-png/cdda.png
    A smplayer/src/icons-png/video_filters.png
    A smplayer/src/icons-png/video_size.png
    A smplayer/src/icons-png/playlist.png
    A smplayer/src/icons-png/delete.png
    A smplayer/src/icons-png/play_pause.png
    A smplayer/src/icons-png/close.png
    A smplayer/src/icons-png/volume.png
    A smplayer/src/icons-png/exit.png
    A smplayer/src/icons-png/bola.xcf
    A smplayer/src/icons-png/ok.png
    A smplayer/src/icons-png/open_tv.png
    A smplayer/src/icons-png/pref_associations.png
    A smplayer/src/icons-png/audio_channels.png
    A smplayer/src/icons-png/screenshot.png
    A smplayer/src/icons-png/next_aspect.png
    A smplayer/src/icons-png/next.png
    A smplayer/src/icons-png/aspect.png
    A smplayer/src/icons-png/background.png
    A smplayer/src/icons-png/open_radio.png
    A smplayer/src/icons-png/pref_advanced.png
    A smplayer/src/icons-png/gamma.png
    A smplayer/src/icons-png/license.png
    A smplayer/src/icons-png/open_playlist.png
    A smplayer/src/icons-png/toolbars.png
    A smplayer/src/icons-png/stop.png
    A smplayer/src/icons-png/audio_track.png
    A smplayer/src/icons-png/chapter.png
    A smplayer/src/icons-png/saturation.png
    A smplayer/src/icons-png/type_tv.png
    A smplayer/src/icons-png/info.png
    A smplayer/src/icons-png/type_cdda.png
    A smplayer/src/icons-png/cdrom_drive.png
    A smplayer/src/icons-png/openfolder.png
    A smplayer/src/icons-png/save.png
    A smplayer/src/icons-png/ontop.png
    A smplayer/src/icons-png/logo.png
    A smplayer/src/icons-png/input_devices.png
    A smplayer/src/icons-png/url.png
    A smplayer/src/icons-png/type_audio.png
    A smplayer/src/icons-png/type_url.png
    A smplayer/src/icons-png/logs.png
    A smplayer/src/icons-png/play.png
    A smplayer/src/icons-png/stereo_mode.png
    A smplayer/src/icons-png/cl_help.png
    A smplayer/src/icons-png/rewind10m.png
    A smplayer/src/icons-png/down.png
    A smplayer/src/icons-png/download.png
    A smplayer/src/icons-png/faq.png
    A smplayer/src/icons-png/type_video.png
    A smplayer/src/icons-png/mute.png
    A smplayer/src/icons-png/mirror.png
    A smplayer/src/icons-png/previous.png
    A smplayer/src/icons-png/rewind10s.png
    A smplayer/src/icons-png/flecha.xcf
    A smplayer/src/icons-png/prefs.png
    A smplayer/src/icons-png/find.png
    A smplayer/src/icons-png/hue.png
    A smplayer/src/icons-png/forward10m.png
    A smplayer/src/icons-png/audio_equalizer.png
    A smplayer/src/icons-png/plus.png
    A smplayer/src/icons-png/osd.png
    A smplayer/src/icons-png/rewind1m.png
    A smplayer/src/icons-png/monitor.png
    A smplayer/src/icons-png/mouse.png
    A smplayer/src/icons-png/forward10s.png
    A smplayer/src/icons-png/resize_window.png
    A smplayer/src/icons-png/speaker.png
    A smplayer/src/icons-png/shuffle.png
    A smplayer/src/icons-png/contrast.png
    A smplayer/src/icons-png/refresh.png
    A smplayer/src/icons-png/keyboard.png
    A smplayer/src/icons-png/pref_gui.png
    A smplayer/src/icons-png/screenshots.png
    A smplayer/src/icons-png/speed.png
    A smplayer/src/icons-png/type_unknown.png
    A smplayer/src/icons-png/open.png
    A smplayer/src/icons-png/fullscreen.png
    A smplayer/src/icons-png/forward1m.png
    A smplayer/src/icons-png/video_preview.png
    A smplayer/src/icons-png/brightness.png
    A smplayer/src/icons-png/translators.png
    A smplayer/src/icons-png/dvd.png
    A smplayer/src/icons-png/pref_performance.png
    A smplayer/src/icons-png/type_dvd.png
    A smplayer/src/icons-png/tips.png
    A smplayer/src/icons-png/title.png
    A smplayer/src/icons-png/b_marker.png
    A smplayer/src/icons-png/unload.png
    A smplayer/src/icons-png/qt.png
    A smplayer/src/icons-png/up.png
    A smplayer/src/icons-png/angle.png
    A smplayer/src/icons-png/pref_general.png
    A smplayer/src/icons-png/flip.png
    A smplayer/src/preferencesdialog.ui
    A smplayer/src/shortcuts
    A smplayer/src/shortcuts/sda.keys
    A smplayer/src/shortcuts/default.keys
    A smplayer/src/playlistpreferences.ui
    A smplayer/src/prefperformance.cpp
    A smplayer/src/verticaltext.cpp
    A smplayer/src/constants.h
    A smplayer/src/prefassociations.h
    A smplayer/src/inputurl.cpp
    A smplayer/src/version.cpp
    A smplayer/src/desktopinfo.cpp
    A smplayer/src/discname.h
    A smplayer/src/myslider.cpp
    A smplayer/src/myclient.h
    A smplayer/src/inputmplayerversion.ui
    A smplayer/src/seekwidget.cpp
    A smplayer/src/infofile.cpp
    A smplayer/src/core.h
    A smplayer/src/testcorelib
    A smplayer/src/testcorelib/test.cpp
    A smplayer/src/testcorelib/test2.cpp
    A smplayer/src/testcorelib/test.h
    A smplayer/src/testcorelib/test.pro
    A smplayer/src/translations
    A smplayer/src/translations/smplayer_lt.ts
    A smplayer/src/translations/smplayer_ro_RO.ts
    A smplayer/src/translations/smplayer_pt.ts
    A smplayer/src/translations/smplayer_ca.ts
    A smplayer/src/translations/smplayer_sr.ts
    A smplayer/src/translations/smplayer_tr.ts
    A smplayer/src/translations/smplayer_sv.ts
    A smplayer/src/translations/smplayer_bg.ts
    A smplayer/src/translations/smplayer_de.ts
    A smplayer/src/translations/smplayer_ja.ts
    A smplayer/src/translations/smplayer_ka.ts
    A smplayer/src/translations/smplayer_zh_TW.ts
    A smplayer/src/translations/smplayer_ru_RU.ts
    A smplayer/src/translations/smplayer_fi.ts
    A smplayer/src/translations/smplayer_zh_CN.ts
    A smplayer/src/translations/smplayer_uk_UA.ts
    A smplayer/src/translations/smplayer_cs.ts
    A smplayer/src/translations/smplayer_pt_BR.ts
    A smplayer/src/translations/smplayer_es.ts
    A smplayer/src/translations/smplayer_mk.ts
    A smplayer/src/translations/smplayer_eu.ts
    A smplayer/src/translations/smplayer_en_US.ts
    A smplayer/src/translations/smplayer_ko.ts
    A smplayer/src/translations/smplayer_sl_SI.ts
    A smplayer/src/translations/smplayer_hu.ts
    A smplayer/src/translations/smplayer_ar_SY.ts
    A smplayer/src/translations/smplayer_sk.ts
    A smplayer/src/translations/smplayer_ku.ts
    A smplayer/src/translations/smplayer_vi_VN.ts
    A smplayer/src/translations/smplayer_el_GR.ts
    A smplayer/src/translations/smplayer_gl.ts
    svn: Can't write to file 'smplayer/src/translations/.svn/tmp/text-base/smplayer_fr.ts.svn-base': No space left on device
    ==> SVN checkout done or server timeout
    ==> Starting make...
    cp: writing `smplayer-build/.svn/tmp/text-base/smplayer.spec.svn-base': No space left on device
    cp: writing `smplayer-build/src/.svn/entries': No space left on device
    cp: writing `smplayer-build/src/.svn/log': No space left on device
    cp: writing `smplayer-build/src/.svn/log.1': No space left on device
    cp: writing `smplayer-build/src/.svn/log.2': No space left on device
    cp: writing `smplayer-build/src/.svn/log.3': No space left on device
    cp: writing `smplayer-build/src/.svn/log.4': No space left on device
    cp: cannot create directory `smplayer-build/src/.svn/props': No space left on device
    cp: cannot create directory `smplayer-build/src/.svn/text-base': No space left on device
    cp: cannot create directory `smplayer-build/src/.svn/tmp': No space left on device
    cp: writing `smplayer-build/src/about.ui': No space left on device
    cp: writing `smplayer-build/src/basegui.h': No space left on device
    cp: writing `smplayer-build/src/defaultgui.cpp': No space left on device
    cp: writing `smplayer-build/src/deviceinfo.cpp': No space left on device
    cp: cannot create regular file `smplayer-build/src/favoriteeditor.h': No space left on device
    cp: cannot create regular file `smplayer-build/src/filepropertiesdialog.ui': No space left on device
    cp: cannot create regular file `smplayer-build/src/filesettingshash.h': No space left on device
    cp: writing `smplayer-build/src/filters.cpp': No space left on device
    cp: cannot create regular file `smplayer-build/src/global.cpp': No space left on device
    cp: cannot create directory `smplayer-buil
    evice
    cp: cannot create regular file `smplayer-build/src/urlhistory.cpp': No space left on device
    cp: cannot create regular file `smplayer-build/src/videoequalizer.h': No space left on device
    cp: cannot create directory `smplayer-build/src/videopreview': No space left on device
    sed: can't read src/smplayer.pro: No such file or directory
    sed: can't read Makefile: No such file or directory
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build smplayer-svn package.
    Error: unable to update smplayer-svn
    ==> Downloading tuxpaint-stamps PKGBUILD from AUR...
    gzip: stdin: unexpected end of file
    tar: Child returned status 1
    tar: Exiting with failure status due to previous errors
    Error: unable to update tuxpaint-stamps
    Following packages have not been installed:
    bin32-jre flashplugin-universal smplayer-svn
    sort: fflush failed: standard output: No space left on device
    sort: write error
    sort: write failed: standard output: No space left on device
    sort: write error
    [wesley@ratdog ~]$
    So I did ;
    [wesley@ratdog ~]$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sdb3 7.4G 7.4G 504K 100% /
    udev 10M 188K 9.9M 2% /dev
    none 2.0G 0 2.0G 0% /dev/shm
    /dev/sdb1 99M 12M 82M 13% /boot
    /dev/sdb4 291G 54G 238G 19% /home
    [wesley@ratdog ~]$ sudo pacman -Sc
    Cache directory: /home/wesley/dontdelete/
    Do you want to remove uninstalled packages from cache? [Y/n] y
    removing old packages from cache...
    Database directory: /var/lib/pacman/
    Do you want to remove unused repositories? [Y/n] y
    Database directory cleaned up
    [wesley@ratdog ~]$ df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sdb3 7.4G 7.4G 484K 100% /
    udev 10M 188K 9.9M 2% /dev
    none 2.0G 0 2.0G 0% /dev/shm
    /dev/sdb1 99M 12M 82M 13% /boot
    /dev/sdb4 291G 54G 238G 19% /home
    [wesley@ratdog ~]$
    And no difference . I've posted here because I have a CacheDir in /etc/pacman.conf  and am now wondering whats going on ?  I apologize in advance for the long post and if this is posted in the wrong place . Here's the
    configs for Pacman, Powerpill, Yaourt . I've checked the logs and the ones I looked at , (var) , are under a gig.
       7 gigs , ( root ) , should be plenty , right ?
    Here's another one ;
    [wesley@ratdog ~]$ sudo gedit /etc/pacman.conf
    Password:
    (gedit:21676): Gtk-WARNING **: Attempting to store changes into `/root/.recently-used.xbel', but failed: Failed to write file '/root/.recently-used.xbel.D7LF7U': fwrite() failed: No space left on device
    (gedit:21676): Gtk-WARNING **: Attempting to store changes into `/root/.recently-used.xbel', but failed: Failed to write file '/root/.recently-used.xbel.CXTE7U': fwrite() failed: No space left on device
    ** (gedit:21676): WARNING **: Could not write gedit state file: Failed to write file '/root/.gnome2/gedit/gedit-2.0BXE7U': fflush() failed: No space left on device
    I/O error : No space left on device
    I/O error : flush error
    /etc/pacman.conf    http://dpaste.com/155972/
            /etc/yaourtrc     http://dpaste.com/155974/
      /etc/powerpill.conf     http://dpaste.com/155977/
             I'm reluctant to issue -Scc   if it can be avoided . Thank You

    [wesley@ratdog ~]$ yaourt -Qqdt
    cvs was installed as dependencies but are no longer required by any installed package
    dumb was installed as dependencies but are no longer required by any installed package
    dvdwizard was installed as dependencies but are no longer required by any installed package
    eclipse-ecj was installed as dependencies but are no longer required by any installed package
    fluidsynth was installed as dependencies but are no longer required by any installed package
    gdk-pixbuf was installed as dependencies but are no longer required by any installed package
    git was installed as dependencies but are no longer required by any installed package
    gnome-common was installed as dependencies but are no longer required by any installed package
    gpac was installed as dependencies but are no longer required by any installed package
    gtk-doc was installed as dependencies but are no longer required by any installed package
    gtkglext was installed as dependencies but are no longer required by any installed package
    haskell-x11 was installed as dependencies but are no longer required by any installed package
    lib32-printproto was installed as dependencies but are no longer required by any installed package
    lib32-sdl_image was installed as dependencies but are no longer required by any installed package
    libchamplain was installed as dependencies but are no longer required by any installed package
    libgtkhtml was installed as dependencies but are no longer required by any installed package
    libmpdclient was installed as dependencies but are no longer required by any installed package
    libmtp was installed as dependencies but are no longer required by any installed package
    live-media was installed as dependencies but are no longer required by any installed package
    mkvtoolnix was installed as dependencies but are no longer required by any installed package
    ogmtools was installed as dependencies but are no longer required by any installed package
    openal was installed as dependencies but are no longer required by any installed package
    p7zip was installed as dependencies but are no longer required by any installed package
    perl-file-mimeinfo was installed as dependencies but are no longer required by any installed package
    perl-universal-require was installed as dependencies but are no longer required by any installed package
    postr was installed as dependencies but are no longer required by any installed package
    python-distutils-extra was installed as dependencies but are no longer required by any installed package
    python-gdata was installed as dependencies but are no longer required by any installed package
    rpmextract was installed as dependencies but are no longer required by any installed package
    subversion was installed as dependencies but are no longer required by any installed package
    sword was installed as dependencies but are no longer required by any installed package
    xine-lib was installed as dependencies but are no longer required by any installed package
    ==> Do you want to remove these packages (with -Rcs options) ? [y/N]
    ==> ----------------------------------------------
    ==>
    Roughly the same .  Pacgraph  is a neat visual , but ,  , , . Will try to find the scripts

  • Java.io.IOException in OPP for XML Publisher Report

    Hi,
    When we run the XML Publisher report for more data we get an exception in the OPP log as
    [9/27/10 10:26:37 AM] [UNEXPECTED] [1805143:RT102444048] java.io.IOException: There is not enough space in the file system.
    at java.io.FileOutputStream.writeBytes(Native Method)
    at java.io.FileOutputStream.write(FileOutputStream.java:266)
    at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:76)
    at java.io.BufferedOutputStream.write(BufferedOutputStream.java:89)
    at java.io.DataOutputStream.writeInt(DataOutputStream.java:191)
    at oracle.apps.xdo.generator.ProxyGenerator.writeInt(ProxyGenerator.java:613)
    at oracle.apps.xdo.generator.ProxyGenerator.setColor(ProxyGenerator.java:1161)
    at oracle.apps.xdo.template.fo.area.BorderArea.renderBorder(BorderArea.java:775)
    at oracle.apps.xdo.template.fo.area.BorderArea.outBorders(BorderArea.java:206)
    at oracle.apps.xdo.template.fo.area.BorderArea.outBorders(BorderArea.java:147)
    at oracle.apps.xdo.template.fo.area.TableArea.doOutput(TableArea.java:271)
    at oracle.apps.xdo.template.fo.area.BlockArea.doOutput(BlockArea.java:427)
    at oracle.apps.xdo.template.fo.area.NormalFlowReferenceArea.doOutput(NormalFlowReferenceArea.java:58)
    at oracle.apps.xdo.template.fo.area.SpanReferenceArea.doOutput(SpanReferenceArea.java:188)
    at oracle.apps.xdo.template.fo.area.BodyRegionArea.doOutput(BodyRegionArea.java:122)
    at oracle.apps.xdo.template.fo.area.PageArea.doOutput(PageArea.java:666)
    at oracle.apps.xdo.template.fo.area.AreaTree.doOutput(AreaTree.java:483)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.startLayout(FormattingEngine.java:243)
    at oracle.apps.xdo.template.fo.elements.FormattingEngine.run(FormattingEngine.java:121)
    at oracle.apps.xdo.template.fo.FOHandler.endElement(FOHandler.java:600)
    at oracle.apps.xdo.common.xml.XSLTHandler$EEEntry.sendEvent(XSLTHandler.java:594)
    at oracle.apps.xdo.common.xml.XSLTMerger.startElement(XSLTMerger.java:51)
    at oracle.xml.parser.v2.XMLContentHandler.startElement(XMLContentHandler.java:181)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1288)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:205)
    at oracle.apps.xdo.template.fo.FOProcessingEngine.process(FOProcessingEngine.java:307)
    at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:1045)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5926)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3458)
    at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3547)
    at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:259)
    at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:172)
    [9/27/10 10:26:37 AM] [1805143:RT102444048] Completed post-processing actions for request 102444048.

    Check the error: There is not enough space in the file system.

  • Error on install Solution Manager : Jcmon(error 4). No space left on device

    Hi
    I am having a problem installing Solution Manager 7.0  EHP1- AIX 6.1 DB2 9.7
    During the unpacking phase error:
    FCO-00011 The step unpack with step key was executed with status ERROR (Last error Reported by the step: Execution of the command "/ tmp/sapinst_exe.4325530.1325543592/SAPCAR-x-v-i-r / usr / sap / SMG / SYS / exe / run-f / MidiasInstall / IMKernel/DATA_UNITS/K_701_U_AIX_PPC64/DBINDEP/SAPEXE.SAR, "finished with return code 4. Output
    <html> <head> </ head> <body> <p> An error occurred while processing option <i> EhP1 SAP Solution Manager 7.0> SAP Systems> IBM DB2 for Linux, UNIX, and Windows> Central System> Central System (Reported by the last step error: Execution of the command "/ tmp/sapinst_exe.4325530.1325543592/SAPCAR-x-v-i-r / usr / sap / SMG / SYS / exe / run-f / MidiasInstall/IMKernel/DATA_UNITS/K_701_U_AIX_PPC64 / DBINDEP / SAPEXE.SAR, "finished with return code 4. Output:
    Sapce: processing archive / MidiasInstall/IMKernel/DATA_UNITS/K_701_U_AIX_PPC64/DBINDEP/SAPEXE.SAR (version 2.01)
    x jcmon
    Sapce: error writing to / usr / sap / SMG / SYS / exe / run / jcmon (error 4). No space left on device).
    Note: I downloaded the newest sapinst but not resolved.
    SAPinst build information:
    abi version: 722
    make variant: 720_REL
    build: 1296039
    compile time: 26 Dec 2011 02:46:25
    Media used:
    51041320 - DB2 9.7 - Client
    51041317_1 DB2 9.7 - RDBMS
    51040438 - Export
    51040437 - Installation Master
    51040439 - Java SW Comp
    51040584 - Kernel
    Filesystem GB blocks Free% Used Iused% Iused Mounted on
    / dev/hd2 5:00 49 709 2.76 45% 8% / usr
    / dev/fslv00 15:00 15:00 15 1% 1% / usr / sap / SMG
    any idea ?

    Hi,
    The /usr/sap file system looks fine.
    Could you also check the file space on the /tmp file system? This is usually less and SAPInst can fill this up very quickly.
    Ideal to create a seperate SAPInst directory rather than use the default /tmp/sapinst_instdir.
    Regards,
    Srikishan

  • Java.io.IOException: Server returned HTTP response code: 500

    Hi,
    I am connecting to a servlet from an applet to send and receive data using the following code.
    try
    URL servletURL = new URL("http://www.progressivecoding.com/servlet/gatesqlang");
                   URLConnection servletConnection = null;
                   URLConnection servletConnection = servletURL.openConnection();
                   servletConnection.setDoOutput(true);
                   servletConnection.setUseCaches(false);
                   PrintStream out = new PrintStream(servletConnection.getOutputStream());
                   out.println("hhd8836gh828dhhskjdhn38847gosf747");
                   out.close();
                   InputStream in = servletConnection.getInputStream();
                   StringBuffer response = new StringBuffer();
                   int chr;
                   while ((chr=in.read())!=-1)
                        response.append((char) chr);
                   in.close();
                   return response.toString();
              catch (IOException e)
              e.printStackTrace();
              tfTxtFile.setText(e.toString());
              return "An error occurred: " + e.toString();
    Everything was working well and fine. All of a sudden without any change of code. It began to return this error to applet
    An error occurred: java.io.IOException: Server returned HTTP response code: 500 for URL: http://www.progressivecoding.com/servlet/gatesqlang
    But I am able to access the same URL from a browser.
    Someone please tell me what could be the problem

    hi, that error got solved, the SessID i was receiving in that code had some leading or trailing white spaces. so SessID = SessID.trim() did the job.
    But i have a question. This program workd fine when i compile and run from my local system. But when i port this on to the oracle server (JAVA_TOP) and access this from a JSP, then the program performs very un-reliably.
    The first data transfer works fine, i get the SessID, when i pass that SessID along with the DTSSessionID to the server, the server says that i doesn't recognise my SessID, and throws a client.Authentication Error.
    So there goes the parsing out of the window for the data in the second iteration.

  • Java.io.IOException: line too long

    I am trying to compile two class files into an executable jar. I have entered the following commands into the terminal:
    metalforever@merlin:~/NetBeansProjects/PsychicTest/src/psychictest$ jar -cf PsychicTest.jar *.class
    metalforever@merlin:~/NetBeansProjects/PsychicTest/src/psychictest$ jar -cmf PsychicTest.jar main.txt *.class
    java.io.IOException: line too long
         at java.util.jar.Attributes.read(Attributes.java:379)
         at java.util.jar.Manifest.read(Manifest.java:199)
         at java.util.jar.Manifest.<init>(Manifest.java:69)
         at sun.tools.jar.Main.run(Main.java:169)
         at sun.tools.jar.Main.main(Main.java:1167)
    My manifest file(main.txt) says the following:
    Main-Class: PsychicTest
    Help?

    Manifest files are limited to lines of 78 characters or something like that, and lines starting with a space are taken as continuations of the previous line.
    Check yours.

  • Java.io.IOException: failed to connectTCP open

    Hello all,
    I am newcomer to J2ME. I am facing following problem.
    I am using mmapi. While calling method Manager.createPlayer(String url)
    following exception occurs:
    java.io.IOException: failed to connectTCP open
    at com.sun.mmedia.protocol.CommonDS.getConnection(+385)
    at com.sun.mmedia.protocol.BasicDS.connect(+12)
    at javax.microedition.media.Manager.createDataSource(+71)
    at javax.microedition.media.Manager.createPlayer(+196)
    at example.audiodemo.PlayerCanvas.createPlayer(+86)
    at example.audiodemo.PlayerCanvas.run(+4)
    I have specified url as http://localhost:7001/startup.wav
    This link executes fine in browser.
    Please help.
    Thanks and Regards,
    Pramod

    uddinr0121 wrote:
    thanks for the great advice... this is a bug in java
    [http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6780505|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6780505]
    The bug you linked to says it has to do with a shared directory that has spaces in its path. The code you posted has no spaces in the path. That does not sound like the same problem to me.

  • N6131 - java app problem - java.io.IOException

    Hi,
    I need to help with the following problem - I convert e-books from TXT to the phone (my mother's 6131) using free soft Readmaniac that can take a TXT file and a font file and create a Java application. Unfortunately, my mother recently has following problem (I checked it and it is sure) - she cannot even open one book and th device always says:
     java.io.IOException:
    No free space to create file BOOK.IDX: .... error
    although the java app file si located on a 2GB microSD card - the phone sees it without problem and there is there more than 90% free on the card. Deleting a few books does not help. For some time - about the first twenty books, it worked fine, but in recent times this is the third time it crashed. Other applications - Dictionary Kodi, Frozen Bubble (microFB), etc. are going to continue to run without a problem.
    There always arise files with 'crash' in the title, suffix RMS, deleting them helps for a short time. Does anybody know, where could be problem? I used readmaniac for a long time my phone (SE K300i) and never had problems.
    thanks for any tips
    PS: the phone was bought in local Vodafone store (I think it has slightly customized software), but currently there is O2 sim card.

    *"but i have had a couple spontaneous system shut downs where the screen has just gone black and i have had to do full restarts since the upgrade also so wondering if something got misrouted when that happened."*
    *You didn't once make any reference to system glitches*. What you need to do at this point is get your install disk and check the boot disk for errors.
    Restart your Mac while holding down the C key, pressing the power button and inserting your install disk all at the same time. An Installer window will open, but do not proceed with any installations. Instead, from the Menu Bar, select Utilities/Disk Utility. In the Disk Utility window click First Aid, and then click Verify. If Disk Utility reports errors, click Repair. When Disk Utility is finished, from the Menu Bar, select Utilities/Startup Disk. Select MacintoshHD 10.x.x and click Restart.
    If you do not feel confident enough to do maintenance on your iMac, then you need to take it in for repairs.
    Carolyn

Maybe you are looking for