Reader X launching an exec file

In Adobe reader 9.0+ versions, editing the registry (tBuiltinPermList) allows a user to launch certain files. Performing the same task in Reader X does not perform the same activity.  Anyone have an experience in this

Sorry for the rhetoric question, I happened to miss the exec part in the title..
The issue that you are referring to is a deliberate fix provided by Adobe to prevent any external attacks. The  following links may be of help to you:
http://www.adobe.com/support/security/bulletins/apsb10-15.html
http://news.softpedia.com/news/Adobe-Finally-Fixes-Launch-Bug-145757.s html
Also, when you mention that in Adobe Reader 9.0 + you were able to launch EXE's via a PDF, I guess you must be talking about versions 9.3.1 and earlier, since the fix went in from release 9.3.2 onwards.
Hope this helps.
Ankit

Similar Messages

  • How to read,dispaly and open pdf files

    Hi, I am very new to Java butI have VB6.0 background. My current requirement is to read pdf file names from a directory, then
    show them on a form in a list (with their path in background pointing to the actual pdf files) and then once a user clicks any
    file name, open that file on the form.
    For example:
    My pdf files are in a directory as following:
    C:\myreports\user1\
    report1.pdf
    report2.pdf
    report3.pdf
    C:\myreports\user2\
    report1.pdf
    report5.pdf
    The output on the form should look like this if user1 has logged in the system. Side note: I am able to get userid of the logged in person in a variable.
    My Reports:
    . Report 1
    . Report 2
    . Report 3
    When a user clicks Report 1, it opens on the same form in pdf format.
    Thanks
    S.yhong

    For the first part (Listing thepdf files in the directory) you can use the java.lang.File class.
    File f = new File("path to your directory");
    File files[] = f.listFiles();
    then process the files array to find the files with extenction pdf
    You can also use a file filter object and make the listFiles method return only the pdf files.
    Please read the documentation about the File class for more info about it.
    */ For the displaying the pdf part is it good enough if you load the accrobat reader and with it. In that case you can do that using the Runtime.exec
    Also you can search for free java based pdf viewers I am sure there must be meny.
    And also the JTextPane might support pdf but I am not sure about it.
    EDIT:
    Just to say that this is my 1000th post :)
    Message was edited by:
    LRMK

  • Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory

    Dear Experts,
    Please note that I am facing a chllenge while confiuguring the VNCServer on the local test Server. The Local Test Sver OS Version is Redhat Enterprise Linux Server 
    Release 5.5 32-bit. Please review the following error message and advise me on how to fix the vncserver issue.
    [root@test .vnc]#  cat xstartup
    #!/bin/sh
    # Uncomment the following two lines for normal desktop:
    unset SESSION_MANAGER
    exec /etc/X11/xinit/xinitrc
    gnome-session &
    [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    xsetroot -solid grey
    vncconfig -iconic &
    #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    twm &
    [root@test .vnc]#  cat /etc/sysconfig/vncservers
    # The VNCSERVERS variable is a list of display:user pairs.
    # Uncomment the lines below to start a VNC server on display :2
    # as my 'myusername' (adjust this to your own).  You will also
    # need to set a VNC password; run 'man vncpasswd' to see how
    # to do that.
    # DO NOT RUN THIS SERVICE if your local area network is
    # untrusted!  For a secure way of using VNC, see
    # <URL:http://www.uk.research.att.com/archive/vnc/sshvnc.html>.
    # Use "-nolisten tcp" to prevent X connections to your VNC server via TCP.
    # Use "-nohttpd" to prevent web-based VNC clients connecting.
    # Use "-localhost" to prevent remote VNC clients connecting except when
    # doing so through a secure tunnel.  See the "-via" option in the
    # `man vncviewer' manual page.
    # VNCSERVERS="2:myusername"
    # VNCSERVERARGS[2]="-geometry 800x600 -nolisten tcp -nohttpd -localhost"
    VNCSERVERS="1:oracle"
    [root@test .vnc]# ls
    passwd test.oracle.co.zm:1.pid  test.oracle.co.zm:3.log  test.oracle.co.zm:5.pid  test.oracle.co.zm:6.pid
    test.oracle.co.zm:1.log test.oracle.co.zm:2.log  test.oracle.co.zm:5.log  test.oracle.co.zm:6.log  xstartup
    [root@test .vnc]# more test.oracle.co.zm:1.log
    Xvnc Free Edition 4.1.2
    Copyright (C) 2002-2005 RealVNC Ltd.
    See http://www.realvnc.com for information on VNC.
    Underlying X server release 70101000, The X.Org Foundation
    Tue Mar 11 11:18:37 2014
    vncext:      VNC extension running!
    vncext:      Listening for VNC connections on port 5901
    vncext:      Listening for HTTP connections on port 5801
    vncext:      created VNC server for screen 0
    Could not init font path element unix/:7100, removing from list!
    localuser:root being added to access control list
    No profile for user 'root' found
    SESSION_MANAGER=local/test.oracle.co.zm:/tmp/.ICE-unix/13603
    Window manager warning: Log level 32: could not find XKB extension.
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (eggcups:13671): WARNING **: IPP request failed with status 1030
    ** (nm-applet:13697): WARNING **: No connections defined
    Initializing nautilus-open-terminal extension
    Unable to open desktop file /usr/share/applications/redhat-email.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-writer.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-impress.desktop for panel launcher: No such file or directory
    Unable to open desktop file /usr/share/applications/openoffice.org-1.9-calc.desktop for panel launcher: No such file or directory
    [root@test .vnc]#
    Regards
    Mohammed Abdul Muqeet

    Hi,
    Try these 3 solutions
    1. Did you start vncserver services as:
    service vncserver start
    2.Check that port 5901 has not been blocked by a firewall:
    # nc -vz localhost 5901
    You should get a connection and a termination. If you get an error, fix the firewall.
    3. service iptables stop
    Hope This Helps
    Regards,
    -DK

  • How to convert .class file to exec file...

    hi.
    how to convert .class file to exec file...
    please explain me clearly.....
    thanks...

    Placing your exact "question" into google:
    http://www.google.com/search?q=how+to+convert+.class+file+to+exec+file...

  • Can't remove or modify mystery exec file

    I'm running 10.4.9 on a 3-yr-old G5. A couple items in the trash won't budge; both are now exec files, though they didn't start out that way. One originally was a text file, the other was a directory; I don't know how/why they were transformed. I'm not sure if this is relevant, but I've been using a new thumb drive to transfer files (these and many others) among my computers.
    The following steps have been unsuccessful at removing these folders from the Trash:
    Finder: empty trash/secure empty trash; changing permissions; renaming the files (produces a new file in the trash that is removable, but the original remains).
    Terminal: rm, chmod, mv commands (they have no effect; the file just sits there).
    Two questions: (1) How do I remove the files from the trash? (2) Why/how did the originals get changed to exec files?
    thanks,
    Richard
    G5 tower Mac OS X (10.4.9)
    1.4 GHz iBook

    Thanks for the suggestions (and the link to the helpful XLab site), but nothing worked. Your suggestion of creating a new file with the same name resulted in Trash with two separate but identically named files (a bit disconcerting); I could delete the new one but not the problem executable file. The sudo route, including all the recommendations from XLab (and from the OSXFAQ site linked therein) didn't work, either. I am listed as owner of these files, and they're in my .Trashes/501 folder, but ! they ! won't ! die!
    Any other ideas?
    Also, anyone know why/how my originals were transformed into executable files?

  • Re-named NEF & jpg files in CS4 Bridge & they turned into "exec" files!?!? SOS

    SOS!!! I just re-named NEF & jpg files in CS4 Bridge & they turned into "exec" files (& the WEDDING GIG images disappeared!) HELP PLEASE, anyone who knows the solution. I'm desperate.

    God bless you!…I tried it with the 1st 2 files, which were NEFs & it worked. BUT I started with Raw & then shot mostly jpg…cannot "see" anything & am clueless as to which are which / any other ideas?

  • Launch a specific file on startup

    Hello everyone,
    Is there a way to automatically launch a specific file on startup?
    I would like to have an image pop up on my wife's computer when she logs in in the morning. Is this possible? Is there an app to automate this sort of thing? I've looked into the Login Items, but as far as I know it only allows one to launch apps, not specific files.
    Thank you so much for your help
    Best,
    Rui

    Hi there,
    Thank you for your help. I just found the answer in another post, and you can actually fo it from the Login Items section. Simply click the + sign, select the file to open and voilá
    Cheers!

  • Button to launch another java file????

    Hi there,
    Was wondering if someone could help with the following:
    I have a button, which once clicked opens another java file, and am aving some difficulty in doing this.
    The file which has the button is:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.border.*;
    import java.util.*;
    class JFrameHolidayPlannerGUI extends JFrame
         //declare the variable using in here
         private JButton exit;
         private JButton clear;
         private JTextField t;
         private JLabel employeeId;
         private JTextField t2;
         private JLabel days;
         private JButton find;
         private JMenuItem close;
         private JMenu file;
         private JMenuBar menubar;
         private JButton add;
         private JPanel panel1;
              public JFrameHolidayPlannerGUI()
              //Set the title of the frame
              super("Company Holiday Tracking System");
              this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              Container contentPane = this.getContentPane();
              //Created a pane with four panels and null columns
              contentPane.setLayout(new GridLayout(4,0));
              JMenuBar menubar = new JMenuBar();
              setJMenuBar(menubar);
              JMenu file = new JMenu("file");
              JMenuItem open = new JMenuItem ("Open...");
              JMenuItem save = new JMenuItem("Save");
              JMenuItem close = new JMenuItem ("Close");
              JMenuItem print = new JMenuItem ("Print...");
              menubar.add(file);
              file.add(open);
              file.add(print);
              file.add(close);
              file.add(save);
              close.addActionListener(
                   new ActionListener()
                        public void actionPerformed(ActionEvent e)// Define the action to take after user enters the name
                             //if (e.getSource() == exit)
                             System.exit(0);
              JPanel panel = new JPanel();
              panel.setLayout(new FlowLayout(FlowLayout.LEFT));
              contentPane.add(panel);
              JLabel employeeId = new JLabel("Please Enter the employeeId", JLabel.CENTER);
              final JTextField t = new JTextField(15);
              t.setToolTipText("Please Enter the employeeId");
              t.setEditable(true);
              t.setText("Enter employeeId in here");
              JButton find = new JButton("Search for a Record");
              find.setToolTipText("Click to search for an employee record");
              find.addActionListener(
                   new ActionListener()
                        public void actionPerformed (ActionEvent e)
                             System.out.println("time");
              panel.add(employeeId);
              panel.add(t);
              panel.add(find);
              contentPane.add(panel);
              JPanel p2 = new JPanel();
              p2.setLayout(new FlowLayout(FlowLayout.LEFT));
              contentPane.add(p2);
              days = new JLabel("How many days would you like?", JLabel.LEFT);
              final JTextField t2 = new JTextField(15);
              t2.setToolTipText("How manys days would you like?");
              t2.setEditable(true);
              t2.setText("Enter the numbers of days in here");
              JButton submit = new JButton ("SUBMIT");
              find.setToolTipText("Press enter to submit holiday request");
              submit.addActionListener(
                   new ActionListener()
                        public void actionPerformed(ActionEvent e)
                             JFrame = new JFrame();
                             frame.addWindowListener(new WindowAdapter() {
                                       public void windowClosing(WindowEvent e) {
                                            System.open();
              p2.add(days);
              p2.add(t2);
              p2.add(submit);
              contentPane.add(p2);
              JPanel panel1 = new JPanel();
              panel1.setLayout(new FlowLayout(FlowLayout.LEFT));
              contentPane.add(panel1);
              JButton save1 = new JButton("Save");
              save1.setToolTipText("Click to save");
              panel1.add(save1);
              exit = new JButton("Exit");
              exit.setToolTipText("Click to exit");
              panel1.add(exit);
              exit.addActionListener(
                   new ActionListener()
                        public void actionPerformed(ActionEvent e)// Define the action to take after user enters the name
                             //if (e.getSource() == exit)
                             System.exit(0);
              JButton clear = new JButton("Clear");
              clear.setToolTipText("Click to clear the information");
              panel1.add(clear);
              clear.addActionListener(
                   new ActionListener()
                        public void actionPerformed(ActionEvent e)// Define the action to take after user enters the name
                             t2.setText(" ");
                             t.setText(" ");
              add = new JButton("Add");
              add.setToolTipText("Click to add an employee");
              panel1.add(add);
              this.pack();
              this.setVisible(true);
         public static void main(String[] arg)
              JFrameHolidayPlannerGUI jf = new JFrameHolidayPlannerGUI();
    and the file that needs to be opened is:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.border.*;
    import java.util.*;
    class JFrameSubmitValidate extends JFrame
         private static String label = "Are you sure you want to Submit?";
              public JFrameSubmitValidate()
                   //Set the title of the frame
                   super("Vaidator");
                   this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                   Container contentPane = this.getContentPane();
                   //Created a pane with four panels and null columns
                   contentPane.setLayout(new GridLayout(2,0));
                   JLabel validate = new JLabel(label);
                   JButton OK = new JButton("OK");
                   JPanel panel = new JPanel();
                   contentPane.add(validate);
                   contentPane.add(OK);
                   this.pack();
                   this.setVisible(true);
              public static void main(String[] arg)
                   JFrameSubmitValidate sv = new JFrameSubmitValidate();
    thanx for your time.
    kev.

    Similarly to this above discussion, I would like to know how to launch another java file by clicking a button "submit". Can you guys guide me based on the code i have shown below..?
    import java.awt.*;
    import java.awt.event.*;
    class MenuFrame extends Frame implements ActionListener
    Label login=new Label("Login ID :",Label.CENTER);
    TextField lname=new TextField(12);
    Label pass=new Label("Password :",Label.CENTER);
    TextField lpass=new TextField(10);
    Button submit=new Button("Submit");
    public MenuFrame(String title)
    super(title);
    setLayout(new FlowLayout());
    add(login);
    add(lname);
    add(pass);
    add(lpass);
    add(submit);
    submit.addActionListener(this);
    addWindowListener(new CloseWindow());
    public void actionPerformed(ActionEvent e)
    Object source=e.getSource();
    if(source == submit)
    lname.setText("w");
    lpass.setText("w");
    repaint();
    public static void main(String args[])
    MenuFrame m=new MenuFrame("Java Chat Application");
    m.setSize(200,200);
    m.show();
    class CloseWindow extends WindowAdapter{
    public void windowClosing(WindowEvent event){
    System.exit(0);

  • Launching a JAR file

    I am distributing my java application as a JAR file. The target OS is Windows. Before launching the application each time, I need to set some system variables. For this purpose I am using a batch file.
    When the application is launched, two windows open.
    1.Main application window
    2. Console window.
    I want to hide the Console window. How can I do this?

    But I want to launch a jar file directly instead of
    using the batch fileUse javaw.exe
    and also to set some system
    variables before launching it.Use a batch.

  • How do I open exec file?

    I apologize in advance if this post is categorized incorrectly. This was the best possible thread I could find for it.
    Any way.., here's the issue that I'm having. I had a .sitx file that contained a bunch of midi files. The .sitx file was on a partitioned USB flash drive. Since I have a Mac Intel, I also use a PC laptop. I plugged the USB flash drive into my PC laptop & tried to uncompress the .sitx file. The files were uncompressed however, they did not become midi files. Now, when I try to open the original .sitx file, even on my mac, the files do not decompress to their original midi file format. All I get are little grey squares that say "exec" in the upper left corner.
    Is there any way to repair the original ..sitx file or the individual exec files?
    Any assistance is greatly appreciated!
    Thanks:
    AJ

    The next step that I would take is to use the free OpenOffice package. It is a MS Office 2003 style office suite and the MS Word counter-part (Writer) supports over 80 file formats including almost anything that MS Word has ever saved since the mid-1990s.
    If you also have some WordPerfect documents to convert, then instead of OpenOffice, you want its free cousin, LibreOffice. The latter is a spin-off from OpenOffice and has retained the ability to open WP files from PC and Mac.
    Either application is a drag and drop install into /Applications. Think of them as you would a can opener as a tool. Each will let you save/export to .doc and .docxl format. If you do not want an additional office suite, you can always remove them.

  • Is it normal for OS X running on many .exec files inside system library

    Is it normal for OS X running on many .exec files inside system library?
    Because my Mac getting slower.

    Please post a screenshot that shows what you mean.
    To take a screenshot, follow the instructions linked below. Be careful not to include any private information.
    Shortcuts for taking pictures of the screen
    Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

  • Reader is stuck on one file and wont load a new file why?

    reader is stuck on one file wont load a new file why?

    Hey george,
    Could you please let me know if you are using the latest version of Adobe Reader i.e. 11.0.10
    What OS version are you using?
    Have you opened the file on the web or within Reader itself?
    You might close the file, launch Reader and go to Edit> Preferences> Security(Enhanced) and uncheck 'Enable Protected Mode at startup' option.
    Let me know if this sorts your problem.
    Regards,
    Anubha

  • How do u read the hs_err_pid pid .log file

    Hi,
    When using hprof or any profiling tool, the hotspot vm crashes and generates the following file. How do we read this file or make any sense of it. Is there any utility, etc..
    We are using hotspot jvm 1.4.2_12.
    Any help will be appreciated.
    BTW here is the latest hs file.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x6dc487e6, pid=6147, tid=1674062752
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_12-b03 mixed mode)
    # Problematic frame:
    # C [libhcclsm.so+0x97e6] ossRamboIsFlushing__FP10OSSRamboCB+0x6
    --------------- T H R E A D ---------------
    Current thread (0x6d0ec870): JavaThread "Thread-10" daemon [_thread_in_native, id=6173]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x686e31e0
    Registers:
    EAX=0x686e3154, EBX=0xb7fcf4a4, ECX=0x080b4938, EDX=0x08cf42a1
    ESP=0x63c81d4c, EBP=0x63c81d4c, ESI=0x63c81f34, EDI=0x63c81f54
    EIP=0x6dc487e6, CR2=0x686e31e0, EFLAGS=0x00010212
    Top of Stack: (sp=0x63c81d4c)
    0x63c81d4c: 63c81dac 6dc447eb 686e3154 00000001
    0x63c81d5c: 00000000 00000000 00000000 00000000
    0x63c81d6c: 00000000 00000000 00000001 0000007d
    0x63c81d7c: 00000000 686e3154 e8a53863 00000004
    0x63c81d8c: 63c81dcc 6dc78801 a86a4000 41d19a0e
    0x63c81d9c: 08cf42a2 00000021 00000009 00000004
    0x63c81dac: 63c81ddc 6dc4fa85 080b4930 08cf4298
    0x63c81dbc: 00000079 63c81f54 63c81ddc 00a7095b
    Instructions: (pc=0x6dc487e6)
    0x6dc487d6: 02 83 e0 01 88 c0 5d c3 89 f6 55 89 e5 8b 45 08
    0x6dc487e6: 8b 80 8c 00 00 00 c1 e8 03 83 e0 01 88 c0 5d c3
    Stack: [0x63c10000,0x63c83000), sp=0x63c81d4c, free space=455k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libhcclsm.so+0x97e6] ossRamboIsFlushing__FP10OSSRamboCB+0x6
    C [libhcclsm.so+0x57eb] ossRamboMultiSlotCopy+0x73
    C [libhccldt.so+0xa85] ra_writeMessageBlock+0xfd
    C [libpiAgent.so+0x16afc] jvmpiAgent_print+0x3c
    C [libpiAgent.so+0x19f19] jvmpiAgent_printObjAllocElement+0x2a9
    C [libpiAgent.so+0x1f97a]
    C [libpiAgent.so+0x20499]
    V [libjvm.so+0x35bf4b]
    V [libjvm.so+0x44d474]
    V [libjvm.so+0x2b8af8]
    V [libjvm.so+0x3b760f]
    V [libjvm.so+0x2cacdc]
    j com.appiancorp.kougar.driver.pooling.a.run()V+8
    j java.util.TimerThread.mainLoop()V+221
    j java.util.TimerThread.run()V+1
    v ~StubRoutines::call_stub
    V [libjvm.so+0x2d5a54]
    V [libjvm.so+0x3bd559]
    V [libjvm.so+0x2d5ca6]
    V [libjvm.so+0x2d5576]
    V [libjvm.so+0x2d60ef]
    V [libjvm.so+0x32fec5]
    V [libjvm.so+0x43ab1a]
    V [libjvm.so+0x435d33]
    V [libjvm.so+0x3bf083]
    C [libpthread.so.0+0x53cc]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.appiancorp.kougar.driver.pooling.a.run()V+8
    j java.util.TimerThread.mainLoop()V+221
    j java.util.TimerThread.run()V+1
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x081ed380 JavaThread "Thread-40" [_thread_in_native, id=6151]
    0x088b1240 JavaThread "http-0.0.0.0-8080-1" daemon [_thread_blocked, id=6196]
    0x088b0410 JavaThread "TP-Monitor" daemon [_thread_blocked, id=6195]
    0x088af880 JavaThread "TP-Processor10" daemon [_thread_in_native, id=6194]
    0x08bf74b8 JavaThread "TP-Processor9" daemon [_thread_blocked, id=6193]
    0x095235d0 JavaThread "TP-Processor8" daemon [_thread_blocked, id=6192]
    0x09522e40 JavaThread "TP-Processor7" daemon [_thread_blocked, id=6191]
    0x09522380 JavaThread "TP-Processor6" daemon [_thread_blocked, id=6190]
    0x08c33590 JavaThread "TP-Processor5" daemon [_thread_blocked, id=6189]
    0x082d6a70 JavaThread "TP-Processor4" daemon [_thread_blocked, id=6188]
    0x09523cf0 JavaThread "TP-Processor3" daemon [_thread_blocked, id=6187]
    0x08c34318 JavaThread "TP-Processor2" daemon [_thread_blocked, id=6186]
    0x08bb0d18 JavaThread "TP-Processor1" daemon [_thread_blocked, id=6185]
    0x6b5ac448 JavaThread "http-0.0.0.0-8080" daemon [_thread_in_native, id=6184]
    0x6b515998 JavaThread "JBossLifeThread" [_thread_blocked, id=6183]
    0x6b5ac448 JavaThread "http-0.0.0.0-8080" daemon [_thread_in_native, id=6184]
    0x6b515998 JavaThread "JBossLifeThread" [_thread_blocked, id=6183]
    0x6b2c3f68 JavaThread "Thread-14" daemon [_thread_blocked, id=6181]
    0x6b5cdba0 JavaThread "Thread-13" daemon [_thread_blocked, id=6180]
    0x6b258ee8 JavaThread "Thread-12" daemon [_thread_blocked, id=6175]
    0x6a8829e8 JavaThread "Thread-11" daemon [_thread_blocked, id=6174]
    =>0x6d0ec870 JavaThread "Thread-10" daemon [_thread_in_native, id=6173]
    0x0826be80 JavaThread "Thread-9" daemon [_thread_blocked, id=6172]
    0x08bf9f40 JavaThread "Thread-8" daemon [_thread_blocked, id=6171]
    0x08cc18f8 JavaThread "Thread-7" daemon [_thread_blocked, id=6170]
    0x08bfa3d8 JavaThread "Thread-6" daemon [_thread_blocked, id=6169]
    0x0826b6f0 JavaThread "Thread-5" daemon [_thread_blocked, id=6168]
    0x6b024498 JavaThread "Thread-4" daemon [_thread_blocked, id=6167]
    0x0889bd88 JavaThread "HSQLDB Timer @ae1cf" daemon [_thread_blocked, id=6166]
    0x08767b58 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=6165]
    0x08745de0 JavaThread "GC Daemon" daemon [_thread_blocked, id=6164]
    0x087362a8 JavaThread "RMI Reaper" [_thread_blocked, id=6163]
    0x08741bd0 JavaThread "Thread-2" daemon [_thread_blocked, id=6162]
    0x08742940 JavaThread "RMI TCP Accept-4445" daemon [_thread_in_native, id=6161]
    0x081296f0 JavaThread "ScannerThread" daemon [_thread_blocked, id=6160]
    0x08628238 JavaThread "Thread-0" daemon [_thread_blocked, id=6159]
    0x6d013be0 JavaThread "DestroyJavaVM" [_thread_blocked, id=6147]
    0x6d002ed0 JavaThread "CompilerThread1" daemon [_thread_blocked, id=6156]
    0x6d001db8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=6155]
    0x080dbde8 JavaThread "AdapterThread" daemon [_thread_blocked, id=6154]
    0x080db178 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6153]
    0x080cc928 JavaThread "Finalizer" daemon [_thread_blocked, id=6150]
    0x080cb688 JavaThread "Reference Handler" daemon [_thread_blocked, id=6149]
    Other Threads:
    0x080cabe8 VMThread [id=6148]
    0x6d004720 WatcherThread [id=6157]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 24448K, used 24448K [0x6e4c0000, 0x6fcc0000, 0x6fcc0000)
    eden space 24320K, 100% used [0x6e4c0000, 0x6fc80000, 0x6fc80000)
    from space 128K, 100% used [0x6fca0000, 0x6fcc0000, 0x6fcc0000)
    to space 128K, 0% used [0x6fc80000, 0x6fc80000, 0x6fca0000)
    tenured generation total 42796K, used 25127K [0x6fcc0000, 0x7268b000, 0xae4c0000)
    the space 42796K, 58% used [0x6fcc0000, 0x71549dd0, 0x71549e00, 0x7268b000)
    tenured generation total 42796K, used 25127K [0x6fcc0000, 0x7268b000, 0xae4c0000)
    the space 42796K, 58% used [0x6fcc0000, 0x71549dd0, 0x71549e00, 0x7268b000)
    compacting perm gen total 24832K, used 24633K [0xae4c0000, 0xafd00000, 0xb24c0000)
    the space 24832K, 99% used [0xae4c0000, 0xafcce558, 0xafcce600, 0xafd00000)
    Dynamic libraries:
    00480000-00492000 r-xp 00000000 fd:00 361814 /lib/libnsl-2.3.4.so
    00492000-00493000 r-xp 00011000 fd:00 361814 /lib/libnsl-2.3.4.so
    00493000-00494000 rwxp 00012000 fd:00 361814 /lib/libnsl-2.3.4.so
    00494000-00496000 rwxp 00494000 00:00 0
    00a14000-00a2a000 r-xp 00000000 fd:00 360461 /lib/ld-2.3.4.so
    00a2a000-00a2b000 r-xp 00015000 fd:00 360461 /lib/ld-2.3.4.so
    00a2b000-00a2c000 rwxp 00016000 fd:00 360461 /lib/ld-2.3.4.so
    00a2e000-00b54000 r-xp 00000000 fd:00 360463 /lib/tls/libc-2.3.4.so
    00b54000-00b56000 r-xp 00125000 fd:00 360463 /lib/tls/libc-2.3.4.so
    00b56000-00b58000 rwxp 00127000 fd:00 360463 /lib/tls/libc-2.3.4.so
    00b58000-00b5a000 rwxp 00b58000 00:00 0
    00b5c000-00b5e000 r-xp 00000000 fd:00 362922 /lib/libdl-2.3.4.so
    00b5e000-00b5f000 r-xp 00001000 fd:00 362922 /lib/libdl-2.3.4.so
    00b5f000-00b60000 rwxp 00002000 fd:00 362922 /lib/libdl-2.3.4.so
    00b62000-00b83000 r-xp 00000000 fd:00 364019 /lib/tls/libm-2.3.4.so
    00b83000-00b84000 r-xp 00020000 fd:00 364019 /lib/tls/libm-2.3.4.so
    00b84000-00b85000 rwxp 00021000 fd:00 364019 /lib/tls/libm-2.3.4.so
    00c68000-00c76000 r-xp 00000000 fd:00 362923 /lib/tls/libpthread-2.3.4.so
    00c76000-00c77000 r-xp 0000d000 fd:00 362923 /lib/tls/libpthread-2.3.4.so
    00c77000-00c78000 rwxp 0000e000 fd:00 362923 /lib/tls/libpthread-2.3.4.so
    00c78000-00c7a000 rwxp 00c78000 00:00 0
    00da5000-00dae000 r-xp 00000000 fd:00 364026 /lib/libgcc_s-3.4.6-20060404.so.1
    00dae000-00daf000 rwxp 00009000 fd:00 364026 /lib/libgcc_s-3.4.6-20060404.so.1
    08048000-08053000 r-xp 00000000 fd:03 327770 /usr/java/j2sdk1.4.2_12/bin/java
    08053000-08055000 rwxp 0000a000 fd:03 327770 /usr/java/j2sdk1.4.2_12/bin/java
    08055000-0b9ed000 rwxp 08055000 00:00 0
    637f8000-637f9000 ---p 637f8000 00:00 0
    637f9000-63806000 rwxp 637f9000 00:00 0
    63806000-63809000 ---p 63806000 00:00 0
    63809000-63879000 rwxp 63809000 00:00 0
    63879000-6387a000 ---p 63879000 00:00 0
    6387a000-63887000 rwxp 6387a000 00:00 0
    63887000-6388a000 ---p 63887000 00:00 0
    6388a000-638fa000 rwxp 6388a000 00:00 0
    638fa000-638fb000 ---p 638fa000 00:00 0
    638fb000-63908000 rwxp 638fb000 00:00 0
    63908000-6390b000 rwxp 63908000 00:00 0
    6390b000-6397b000 rwxp 6390b000 00:00 0
    ... same data as above..
    VM Arguments:
    jvm_args: -Duser.timezone=GMT -Duser.language= -Xmx1024m -Dsun.rmi.dgc.client.gcInterval=86400000 -Dsun.rmi.dgc.server.gcInterval=86400000 -verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:gc.txt -XX:NewSize=24m -XX:MaxNewSize=24m -XX:MaxTenuringThreshold=0 -XX:SurvivorRatio=150 -Djava.awt.headless=true -Dprogram.name=run.sh -XrunpiAgent:server=enabled -XX:+HeapDumpOnOutOfMemoryError -Djava.endorsed.dirs=/home/appian/jboss-4.0.2/lib/endorsed
    java_command: org.jboss.Main
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java/j2sdk1.4.2_12
    PATH=/usr/java/j2sdk1.4.2_12/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/appian/bin:/usr/local/apache-ant-1.6.5/bin
    LD_LIBRARY_PATH=/usr/java/j2sdk1.4.2_12/jre/lib/i386/server:/usr/java/j2sdk1.4.2_12/jre/lib/i386:/usr/java/j2sdk1.4.2_12/jre/../lib/i386
    SHELL=/bin/bash
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux ES release 4 (Nahant Update 5)
    uname:Linux 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686
    libc:glibc 2.3.4 NPTL 2.3.4
    rlimit: STACK 10240k, CORE 0k, NPROC 81920, NOFILE 1024, AS infinity
    load average:325215078481544067418021531507253339114023570572081208587916205359104.00 131198811606042569760500027299787024097352946895170280943343508464786882673889726356210730355696686997119451320235216116321080642087335108750767273038475800621827641579806615210529115622778654545791307446324043502938668805095862304768.00 0.00
    CPU:total 4 family 15, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 1012k(60k free), swap 511k(511k free)
    vm_info: Java HotSpot(TM) Server VM (1.4.2_12-b03) for linux-x86, built on May 9 2006 12:16:45 by unknown with unknown compiler

    HI please help me out in reading the following java crash file...If you have any utility please let me know..
    we are using JDK1_5_0_12
    Platform :- RedHat linux
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xa3f62910, pid=15435, tid=2039286704
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_12-b04 mixed mode)
    # Problematic frame:
    [error occurred during error reporting, step 60, id 0xb]
    --------------- T H R E A D ---------------
    Current thread is native thread
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    EAX=0x00000000, EBX=0xa3f9a65c, ECX=0x00000000, EDX=0x00000000
    ESP=0x798ca500, EBP=0x798d0a18, ESI=0x00000000, EDI=0xa3f62760
    EIP=0xa3f62910, CR2=0x00000000, EFLAGS=0x00010246
    Top of Stack: (sp=0x798ca500)
    0x798ca500: a3113d88 798cf5dc 000003e8 798d0a04
    0x798ca510: 00000005 798cf5e0 00000000 00000000
    0x798ca520: 00000000 00000000 00000000 00000000
    0x798ca530: 00000000 00000000 00000000 00000000
    0x798ca540: 00000000 00000000 00000000 00000000
    0x798ca550: 00000000 00000000 00000000 00000000
    0x798ca560: 00000000 00000000 00000000 00000000
    0x798ca570: 00000000 00000000 00000000 00000000
    Instructions: (pc=0xa3f62910)
    0xa3f62900: ff 8b 8b 5c 0d 00 00 8b 93 5c 0d 00 00 8b 45 ec
    0xa3f62910: 03 02 89 01 c7 45 f4 00 00 00 00 8b 45 f4 3b 45
    Stack: [0x796d0000,0x798d1000), sp=0x798ca500, free space=2025k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    [error occurred during error reporting, step 120, id 0xb]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0808cf88 JavaThread "RMI ConnectionExpiration-[166.166.253.48:56639]" daemon [_thread_blocked, id=23404]
    0x08094550 JavaThread "RMI ConnectionExpiration-[ems3:1099]" daemon [_thread_blocked, id=23402]
    0x084093a0 JavaThread "KnEMSPingThread-2" daemon [_thread_blocked, id=16216]
    0x08388c78 JavaThread "RMI RenewClean-[166.166.253.48:56639]" daemon [_thread_blocked, id=16210]
    0x08387b58 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=15493]
    0xa1e11ce0 JavaThread "GC Daemon" daemon [_thread_blocked, id=15484]
    0xa1e11800 JavaThread "RMI Reaper" [_thread_blocked, id=15483]
    0xa2518040 JavaThread "Timer-1" daemon [_thread_blocked, id=15482]
    0xa2517c30 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=15481]
    0xa1a92858 JavaThread "KnStatisticsDataCollectorThread-1" [_thread_blocked, id=15477]
    0xa256e690 JavaThread "DBMGR_CHECK_THREAD" [_thread_blocked, id=15455]
    0xa256f050 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2" daemon [_thread_blocked, id=15454]
    0xa2571700 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1" daemon [_thread_blocked, id=15453]
    0xa2571a00 JavaThread "com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0" daemon [_thread_blocked, id=15452]
    0x082a9840 JavaThread "Timer-0" daemon [_thread_blocked, id=15451]
    0xa4028728 JavaThread "Thread-1" daemon [_thread_blocked, id=15448]
    0xa25649a8 JavaThread "Dispatcher-Thread-0" daemon [_thread_blocked, id=15447]
    0xa4c0a808 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=15445]
    0xa4c09450 JavaThread "CompilerThread1" daemon [_thread_blocked, id=15444]
    0xa4c084f8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=15443]
    0xa4c07570 JavaThread "AdapterThread" daemon [_thread_blocked, id=15442]
    0xa4c066f8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=15441]
    0x080f0798 JavaThread "Finalizer" daemon [_thread_blocked, id=15440]
    0x080f02d0 JavaThread "Reference Handler" daemon [_thread_blocked, id=15439]
    0x08063c68 JavaThread "main" [_thread_in_native, id=15435]
    Other Threads:
    0x080eddd8 VMThread [id=15438]
    0xa4c0be08 WatcherThread [id=15446]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 6656K, used 174K [0xa51c0000, 0xa58f0000, 0xa5ff0000)
    eden space 5952K, 2% used [0xa51c0000, 0xa51eb8e8, 0xa5790000)
    from space 704K, 0% used [0xa5790000, 0xa5790000, 0xa5840000)
    to space 704K, 0% used [0xa5840000, 0xa5840000, 0xa58f0000)
    tenured generation total 58304K, used 2046K [0xa5ff0000, 0xa98e0000, 0xad1c0000)
    the space 58304K, 3% used [0xa5ff0000, 0xa61efbf0, 0xa61efc00, 0xa98e0000)
    compacting perm gen total 16384K, used 7904K [0xad1c0000, 0xae1c0000, 0xb11c0000)
    the space 16384K, 48% used [0xad1c0000, 0xad978340, 0xad978400, 0xae1c0000)
    No shared spaces configured.
    Dynamic libraries:
    08048000-08057000 r-xp 00000000 3a:05 328829 /usr/java/jdk1.5.0_12/bin/java

  • Opening a Unix Exec file with Automator

    So i downloaded a game called Starbound from Steam onto my mac. To host a server, you need to start the starbound_server Unix Exec file. This file opens in Terminal, and runs a bunch of stuff. So, on my mouse i want to create a Macro that allows me to launch it.
    I want to create a service in Automator that i can assign a shortcut to which i can therfore set as a macro on my mouse.
    So my question is, what do i do? The 'Launch Application' function won't open it, its greyed out when i go to find it. Is there any Automator function that will allow me to open this file?
    For ease of providing answers, the file path is:
    /Users/---/Library/Application Support/Steam/SteamApps/common/Starbound/Starbound.app/Contents/MacOS/starbound _server
    Any help appreciated!

    Hello
    You may try using "Run Shell Script" action with the following contents:
    ~/'Library/Application Support/Steam/SteamApps/common/Starbound/Starbound.app/Contents/MacOS/starbound_server' &>/dev/null &
    which will run the executable in background.
    The service workflow will look something like this:
    Regards,
    H

  • File folders turn into exec files

    On a school iMac, I created folders which contained html, jpg, pdf files and other folders. I copied these folders to my thumb drive (the one I use all the time). When I got home, I put this thumb drive into my iMac (Yosemite OS) to finish the folder transfers. When I found the folders I was looking for, they had turned into exec files. What happened?

    We need some clarification here. Specifically, you say:
    When I found the folders I was looking for, they had turned into exec files.
    What turned into "exec" files? The folders, or the files inside them? And when you say they are "exec" files, what exactly are you seeing?
    One possibility is that the files you created have all changed to look like this:
    If that's the case, then most likely you have somehow created those files without an extension, which means that Mac OS X has no idea what they are. You need to add an extension at the end of the filenames: .html, .jpg, .pdf, etc.
    One other possibility, which Tim mentions, is that you have connected this flash drive to a Windows PC that is infected with some kind of malware that has replaced all those files with malicious .exe files. These would not affect your Mac, but would certainly affect the data on the flash drive. Do the filenames end in .exe or .lnk?
    If none of that matches what you're seeing, we'll need more details. Screenshots would help. Make a screenshot by following the directions here:
    http://support.apple.com/kb/HT5775
    Be sure no sensitive personal information is displayed. To add that image to a post here, click the camera icon in the post editor toolbar.

Maybe you are looking for

  • First single-boot Linux, in the future multi-boot after addition of Windows

    The given hardware setup is 32Bits Pentium 4 with blank SATA HDD and BIOS. GPT is in seek on that HDD, not MBR. As next it will be setup to single-boot system with Linux. Means amongst others the disk is to be partitioned. However it is unclear if Li

  • Bought PE12 thru Adobe.   The exe is not installed  ??

    I have adpbe Photoshop Elements 12.   When installing my camera card the drop down 'menu'  i,e Open With does not list elements 12 is this done thry 'exe'   ?  can someone help

  • Which are the quires has been build by using this ODS.

    Hi, Please some one tell me how to find out  The any ODS has been using in which are the queries . Or which are the quires has been build by using this ODS. Thanks, GAL

  • Installation error, wizard stopped working

    I am running into an issue with my installation of Adobe Pro XI.  I had it installed, but all of the sudden got an error that an update did not process correctly and I needed to reinstall.  I have uninstalled everything, rebooted, and when I go to in

  • Urgent help please, anyone?!

    Hi I use Logic Express on an iMac. I've had it for about a year, and although I've not used it that much, it's worked ok previously. I'm working on a song which currently has 3 audio instrument tracks (the patches used in these are a mixture of Collo