Run java as a different process name in Linux

I have multiple java applications running on a linux platform. When I look at the process list, they all say java. I want them to have a unique process name. The closest I have gotten is starting the java app in a script, and that script name shows up as well as the java app. This could be all fine and dandy, but if someone kills the script, the java process continues on. It would be nice if I could say run this process as this name in Linux, but I know of no such thing. I asked this on LinuxQuestions.org and got a response to use Launch4J...which creates executables for Windows...so that wasn't very helpful. I was hoping the Java community might have a little more insight.

rename the java binaryOr instead of renaming, you could do a symlink... I
don't have a machine to test on, but I think creating
a symlink to the java executable and running that
symlink would change the executable's name in the
process table.nah, the process would still be called 'java'

Similar Messages

  • Compile and run java programs in different directroy

    Hi,
    I often encounter many problems when I run java programs in the different directories. Like
    javac -d dir_name a.java
    java -cp dir_name a
    Something wired often happens, such as, there is not a.java file in some directory, but javac -d dir_name a.java can still work or "java -cp dir_name a" often doesn't work. Moreover, file_name.jar is also a tough problem and solving compiling problems is often time-consuming.
    So I hope to read something about how to compile and run java programs in different directory properly.
    Could you pleae give me a detailed description for that or recommend a book or website?
    Thanks a lot.

    Can you post a small amount of code that does not work, including the directory structure, and the error messages? Some one here can likely explain the problem.

  • Active duplication with different DB name

    Hi,
    I am trying to duplicate a Primary database in another server with different db name. On firing the duplicate target database for standby from active database nofilenamecheck i face ORA-01103: database name 'ORADB' in control file is not '11GDB' error. i even tried some other duplication commands by surfing in internet but nothing worked.
    Primary DB
    db name : ORADB
    OS : OracleLinux 5
    version : 11.2.0.1.0
    Standby DB
    db name : 11GDB
    OS : OracleLinux 5
    version : 11.2.0.1.0
    Both the db is running in ASM with different diskgroup name. The below shown in the content of the Standby database pfile.
    11GDB.__db_cache_size=314572800
    11GDB.__java_pool_size=4194304
    11GDB.__large_pool_size=4194304
    11GDB.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
    11GDB.__pga_aggregate_target=318767104
    11GDB.__sga_target=478150656
    11GDB.__shared_io_pool_size=0
    11GDB.__shared_pool_size=146800640
    11GDB.__streams_pool_size=0
    *.audit_file_dest='/u01/app/oracle/admin/11GDB/adump'
    *.audit_trail='db'
    *.compatible='11.2.0.0.0'
    *.control_files='+STDBY/11gdb/controlfile/current.260.788911153'
    *.db_block_size=8192
    *.db_create_file_dest='+STDBY'
    *.db_domain=''
    *.db_file_name_convert='+DATA','+STDBY'
    *.db_name='11GDB'
    *.db_unique_name='11GDB'
    *.diagnostic_dest='/u01/app/oracle'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=11GDBXDB)'
    *.FAL_CLIENT='11GDB'
    *.FAL_SERVER='ORADB'
    *.log_archive_config='dg_config=(ORADB,11GDB)'
    *.log_archive_dest_1='LOCATION=+STDBY valid_for=(all_logfiles,all_roles) db_unique_name=11GDB'
    *.log_archive_dest_2='service=ORADB LGWR async valid_for=(online_logfiles,primary_role) db_unique_name=ORADB'
    *.log_archive_dest_STATE_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_file_name_convert='+DATA','+STDBY'
    *.memory_target=796917760
    *.open_cursors=300
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.standby_file_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    Plz anyone tell me where it goes wrong.
    Regards,
    007

    I am trying to duplicate a Primary database in another server with different db name. On firing the duplicate target database for standby from active database nofilenamecheck i face ORA-01103: database name 'ORADB' in control file is not '11GDB' error. i even tried some other duplication commands by surfing in internet but nothing worked.When you duplicate from primary to standby. Ensure the DB_NAME same on both primary and standby and of course you can have different DB_UNIQUE_NAME in both primary and standby databases.

  • Process name representation in a LINUX machine for a JAVA program running..

    Hi,
    We are using an Intel machine loaded with Red Hat Linux 7.2 OS to run JAVA programs. We have a requirement to calculate the CPU and MEMORY usage for each JAVA program running. Unfortunately when a java program is run say "java ESR" and we run a ps -ef | grep -i java, it is shown as hkumar 2847 2799 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2874 2847 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2875 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2876 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2877 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2878 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2879 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2880 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2881 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2882 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2883 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2884 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    hkumar 2885 2874 0 19:15 pts/3 00:00:00 /usr/java/jdk1.3.1_03/bin/i386/n
    instead of the actual name of the program ie. ESR.
    Does anybody know why this happens? Is there a way out to ensure that "ps -ef | grep java" gives the actual name of the java program being RUN?
    Thanks in advance,
    Harish

    You have less chance to identify which programm that VM instance is running right now.
    But you could (as we do) keep track of your programs if you save the process-id when you start the program.
    We need this to shut down running java batch programs but you could find out the used system resources with this way as well...

  • Currently running process name list and local port list display using java

    HI
    I have for truble to display Process name list and that process running local port number...
    like this output from java
    process localport
    ======= ========
    ccApp 1096
    orbd 1050
    postmaster 5432
    skype 443
    MSTask 1051
    can help any one with sample code Explain sample code wtih , this thread or . if you found sample code please send me [email protected]
    Best Regards
    P.SASIKUMAR

    If it's possible for C++ ,. can you give me the best sample and how to interact to java todisplay this result....

  • Specifying a process name for a java application

    Hi,
    we run multiple java applications on our Windows 2003 server. It is diffucult to monitor these processes as they all appear as "java.exe" in the Windows Task Manager > Processes.
    Is there a way to specify a name for such a process? My colleague has suggested creating a copy of java.exe for each process, and then renaming the executable to reflect the name of the application it is starting. I think this method is not very flexible.
    Thank you for your suggestions in advance.

    Is there a way to specify a name for such a process?
    My colleague has suggested creating a copy of
    java.exe for each process, and then renaming the
    executable to reflect the name of the application it
    is starting. I think this method is not very
    flexible.That is the easiest though.
    If you don't like it then I think (as a guess only) that the following is possible.
    1. Create your own java launcher. As long as you don't distribute it you can start with the java source code for this.
    2. Find the Windows API that allows you to change the application name on start up.
    3. Modify the launcher to do this via a command line option.
    Of course there might not be any such API.

  • I want to run java program on windows environment as background process

    Hi all
    I want to run java program on windows environment as background processSo command prompt return after executing java command and program on background In Linux we can do this easily �but I do not how to do this in windows
    for example look this programe
    import java.io.*;
    import java.util.*;
    public class TestClass {
         class ravi extends Thread{
              public void run(){
                   try {    
                        String target_file = "ravind.txt";
                        File targetfile = new File(target_file);
                        PrintWriter writer = new PrintWriter(new FileWriter(targetfile)) ;
                   for (int i =0 ; i < 100 ;i++ ){
                        Thread.sleep(10000);
                        writer.println(" ravindra shukla ");
              } catch (Exception e) {               
                             e.printStackTrace();
         public static void main(String[] args) {
              TestClass test1 = new TestClass();
              TestClass.ravi r1 = test1.new ravi();
              r1.start();          
    System.out.println(" return from main ");
    first i compile this
    javac TestClass.java
    then i run this by using this command
    java TestClass
    but becouse i put sleep on threads run function so it takes to much time to get return on command promt .... i want to run this programe as background process so command promt return as soon as i execute java command

    Thanks dude
    This solution �start java TestClass� works fine �. But it does not solve my problem
    It opens another black window and that black window persist till the life time of my program
    Is it possible application run on complete background without opening another black window �as in Linux

  • Java  process  name

    hi
    I create a javafx AP (application name is test.fx),
    run it , and look windows workmanager ,the procrss name is javaw.exe
    how can i rename this procress name on windows workmanager

    I don't think you can, that's low level system behavior, the process listing shows only the .exe names.
    Beside, it isn't very important. The process name (window name) is displayed in the application list.
    If that's for yourself, eg. to distinguish between running instances, you can use jps.exe (shipped with your JDK, not so useful as the JNLP is ran from a temp dir) or use a third party tool like Sysinternals' Process Explorer, able to give more information on running processes (no more useful... but good to know).

  • Examining other running Java processes

    I've written a process which I want to keep running in the background. I'd like to write an application that I can run which will determine if my first process is already started, and if not to start it. I'd like to be able to use API methods to examine the state of my machine to determine what processes are available (similar to the way a debugger can find a list of running processes) rather than coordinating this through a file on disk. What classes should I examine to be able to do this?

    Look at the JMX classes; you can run JConsole to see that it finds running Java processes and lets you connect to them.

  • Crashes when running Java Applets and trying to open Security System Preferences

    Browser crashes when trying to run Java Applets, I've tried 4 different browsers. This is the crash report.
    Process:         java [90472]
    Path:            /usr/bin/java
    Identifier:      com.apple.javajdk16.cmd
    Version:         1.0 (1.0)
    Code Type:       X86-64 (Native)
    Parent Process:  Google Chrome Helper EH [90460]
    Date/Time:       2012-02-17 15:04:44.693 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          9110 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  43908 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      DFA20D26-FD7E-4507-AAA9-EBF29199EC56
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  31  Java: Thread-11
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=00000000
    Java VM: Java HotSpot(TM) 64-Bit Server VM (20.4-b02-402 mixed mode macosx-amd64)
    Current thread (102a13000):  JavaThread "Thread-11" daemon [_thread_in_Java, id=607662080, stack(124283000,124383000)]
    Stack: [124283000,124383000]
    Java Threads: ( => current thread )
      126525000 JavaThread "Thread-26" daemon [_thread_blocked, id=878407680, stack(1344b7000,1345b7000)]
      126524000 JavaThread "Thread-25" daemon [_thread_in_native, id=877346816, stack(1343b4000,1344b4000)]
      102f20800 JavaThread "Thread-21" daemon [_thread_blocked, id=636690432, stack(125e32000,125f32000)]
      102b96000 JavaThread "Thread-20" daemon [_thread_in_native, id=550666240, stack(120ca8000,120d28000)]
      102b95000 JavaThread "Thread-19" daemon [_thread_blocked, id=632483840, stack(125a2f000,125b2f000)]
      1261e6000 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=591368192, stack(1232f9000,1233f9000)]
      10191b800 JavaThread "Thread-15" daemon [_thread_blocked, id=611905536, stack(12468f000,12478f000)]
      1029c7800 JavaThread "Thread-14" daemon [_thread_blocked, id=610844672, stack(12458c000,12468c000)]
      102b11000 JavaThread "Thread-13" daemon [_thread_blocked, id=609783808, stack(124489000,124589000)]
      101929000 JavaThread "Thread-12" daemon [_thread_blocked, id=608722944, stack(124386000,124486000)]
    =>102a13000 JavaThread "Thread-11" daemon [_thread_in_Java, id=607662080, stack(124283000,124383000)]
      1029d2000 JavaThread "Poller SunPKCS11-Darwin" daemon [_thread_blocked, id=541855744, stack(1203c1000,1204c1000)]
      101a43800 JavaThread "thread applet-Rs2Applet.class-1" [_thread_blocked, id=534294528, stack(11fc8b000,11fd8b000)]
      102a07800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=527765504, stack(11f651000,11f751000)]
      102878000 JavaThread "JVM[id=0]-Heartbeat" daemon [_thread_blocked, id=490639360, stack(11d2e9000,11d3e9000)]
      101943000 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=494882816, stack(11d6f5000,11d7f5000)]
      102933000 JavaThread "Applet 1 LiveConnect Worker Thread" [_thread_blocked, id=466014208, stack(11bb6d000,11bc6d000)]
      101933800 JavaThread "Browser Side Object Cleanup Thread" [_thread_blocked, id=191471616, stack(10b59a000,10b69a000)]
      101944000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=493821952, stack(11d5f2000,11d6f2000)]
      1029ae800 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=492761088, stack(11d4ef000,11d5ef000)]
      102a04800 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=491700224, stack(11d3ec000,11d4ec000)]
      102b2e000 JavaThread "SysExecutionTheadCreator" daemon [_thread_blocked, id=489578496, stack(11d1e6000,11d2e6000)]
      1018e6800 JavaThread "Java Plug-In Pipe Worker Thread (Client-Side)" daemon [_thread_in_native, id=464945152, stack(11ba68000,11bb68000)]
      101a46800 JavaThread "AWT-Shutdown" [_thread_blocked, id=463884288, stack(11b965000,11ba65000)]
      101934800 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=1896107200, stack(7fff5f400000,7fff5fc00000)]
      101933000 JavaThread "Timer-0" [_thread_blocked, id=190410752, stack(10b497000,10b597000)]
      1018cd000 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=188145664, stack(10b26e000,10b36e000)]
      102853000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=172019712, stack(10a30d000,10a40d000)]
      102852800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=170958848, stack(10a20a000,10a30a000)]
      102851800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=169897984, stack(10a107000,10a207000)]
      102851000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=168837120, stack(10a004000,10a104000)]
      102850000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=167776256, stack(109f01000,10a001000)]
      102842800 JavaThread "Finalizer" daemon [_thread_blocked, id=162287616, stack(1099c5000,109ac5000)]
      102841800 JavaThread "Reference Handler" daemon [_thread_blocked, id=161226752, stack(1098c2000,1099c2000)]
      101801000 JavaThread "main" [_thread_blocked, id=5246976, stack(100401000,100501000)]
    Other Threads:
      10283d000 VMThread [stack: 1097bf000,1098bf000] [id=160165888]
      10285d000 WatcherThread [stack: 10a410000,10a510000] [id=173080576]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 19136K, used 9943K [7eae00000, 7ec2c0000, 7ece00000)
      eden space 17024K,  46% used [7eae00000, 7eb5a5ec8, 7ebea0000)
      from space 2112K, 100% used [7ec0b0000, 7ec2c0000, 7ec2c0000)
      to   space 2112K,   0% used [7ebea0000, 7ebea0000, 7ec0b0000)
    concurrent mark-sweep generation total 144152K, used 110056K [7ece00000, 7f5ac6000, 7fae00000)
    concurrent-mark-sweep perm gen total 62268K, used 37524K [7fae00000, 7feacf000, 800000000)
    Code Cache  [103801000, 104192000, 106801000)
    total_blobs=2217 nmethods=1445 adapters=734 free_code_cache=40529280 largest_free_block=47360
    Virtual Machine Arguments:
    JVM Args: -D__jvm_launched=1329508711033330 -Xbootclasspath/a:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy. bundle/Contents/Resources/Java/deploy.jar:/System/Library/Frameworks/JavaVM.fram ework/Resources/Deploy.bundle/Contents/Resources/Java/javaws.jar:/System/Library /Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Resources/Java/plu gin.jar -Djava.applet.host=world8.runescape.com -Dapple.awt.UIElement=true -Dsun.awt.warmup=true -Xmx256m -Xss1m -Xincgc -XX:+UseConcMarkSweepGC -Dsun.java2d.noddraw=true
    Java Command: sun.plugin2.main.client.PluginMain write_pipe_name=/var/folders/Aa/Aa4dzX7xHJmbzy55DpvyiE+++TI/-Tmp-/.java.deploy. 90460.994108354874315847
    Launcher Type: SUN_STANDARD
    Physical Memory: Page Size = 4k, Total = 3840M, Free = 774M
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff864f2902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff864f1d8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff857827ee RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff857825f3 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff857824ac BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff85ae6eb2 _DPSNextEvent + 708
    8   com.apple.AppKit                        0x00007fff85ae6801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   libawt.jnilib                           0x000000010b6f1f0d -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
    10  com.apple.AppKit                        0x00007fff85aac68f -[NSApplication run] + 395
    11  libawt.jnilib                           0x000000010b69e19c +[AWTStarter startAWT:] + 1495
    12  libawt.jnilib                           0x000000010b69db16 -[CPerformer perform] + 93
    13  com.apple.Foundation                    0x00007fff8357745f __NSThreadPerformPerform + 219
    14  com.apple.CoreFoundation                0x00007fff864f43d1 __CFRunLoopDoSources0 + 1361
    15  com.apple.CoreFoundation                0x00007fff864f25c9 __CFRunLoopRun + 873
    16  com.apple.CoreFoundation                0x00007fff864f1d8f CFRunLoopRunSpecific + 575
    17  java                                    0x000000010000483f 0x100000000 + 18495
    18  java                                    0x0000000100004296 0x100000000 + 17046
    19  java                                    0x0000000100001a94 0x100000000 + 6804
    Thread 1:
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x000000010380685a 0 + 4353714266
    13  ???                                     0x000000010380685a 0 + 4353714266
    14  ???                                     0x0000000103801438 0 + 4353692728
    15  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    16  libclient64.dylib                       0x00000001010a4f16 JVM_Lseek + 192613
    17  libclient64.dylib                       0x00000001010c8e0e JVM_FindLoadedClass + 3186
    18  libclient64.dylib                       0x00000001010c8cb6 JVM_FindLoadedClass + 2842
    19  java                                    0x0000000100002cef 0x100000000 + 11503
    20  java                                    0x000000010000323c 0x100000000 + 12860
    21  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    22  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 2:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libSystem.B.dylib                       0x00007fff8864aa17 mach_msg_server + 468
    3   libclient64.dylib                       0x000000010100e7cb jio_snprintf + 41425
    4   libclient64.dylib                       0x000000010100e683 jio_snprintf + 41097
    5   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    6   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 3:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x0000000101025fa4 jio_vsnprintf + 312
    8   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    9   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 4:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x0000000101025fa4 jio_vsnprintf + 312
    8   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    9   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 5:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x0000000101302097 JVM_Timeout + 883428
    8   libclient64.dylib                       0x000000010122803c JVM_Yield + 40397
    9   libclient64.dylib                       0x000000010122783d JVM_Yield + 38350
    10  libclient64.dylib                       0x00000001012277af JVM_Yield + 38208
    11  libclient64.dylib                       0x000000010122764e JVM_Yield + 37855
    12  libclient64.dylib                       0x00000001012273eb JVM_Yield + 37244
    13  libclient64.dylib                       0x000000010121edca JVM_Yield + 2907
    14  libclient64.dylib                       0x000000010102c3dc jio_vsnprintf + 25968
    15  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    16  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    17  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 6:  Java: VM Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d995 jio_snprintf + 37787
    3   libclient64.dylib                       0x000000010102c54a jio_vsnprintf + 26334
    4   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    5   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    6   libclient64.dylib                       0x00000001010a3f8f JVM_Lseek + 188638
    7   libclient64.dylib                       0x00000001010a3cdf JVM_Lseek + 187950
    8   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    9   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 7:  Java: Reference Handler
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x00000001039622d4 0 + 4355138260
    10  ???                                     0x0000000103801438 0 + 4353692728
    11  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    12  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    13  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    14  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    15  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    16  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    17  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    18  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    19  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 8:  Java: Finalizer
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 9:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff885e6c0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff885e8add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff885e87b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff885e82de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff885e7c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff885e7aa5 start_wqthread + 13
    Thread 10:  Java: Surrogate Locker Thread (Concurrent GC)
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d10a jio_snprintf + 35600
    7   libclient64.dylib                       0x00000001010c2261 JVM_IsPrimitiveClass + 6521
    8   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    9   libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    10  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    11  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    12  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 11:  Java: Signal Dispatcher
    0   libSystem.B.dylib                       0x00007fff885cddb6 semaphore_wait_trap + 10
    1   libclient64.dylib                       0x00000001010c2aa3 JVM_IsPrimitiveClass + 8635
    2   libclient64.dylib                       0x00000001010c252a JVM_IsPrimitiveClass + 7234
    3   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    4   libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    5   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    6   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 12:  Java: C2 CompilerThread0
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d10a jio_snprintf + 35600
    7   libclient64.dylib                       0x00000001010c9319 JVM_Write + 346
    8   libclient64.dylib                       0x00000001010c3913 JVM_IsPrimitiveClass + 12331
    9   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    10  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    11  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    12  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    13  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 13:  Java: C2 CompilerThread1
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d10a jio_snprintf + 35600
    7   libclient64.dylib                       0x00000001010c9319 JVM_Write + 346
    8   libclient64.dylib                       0x00000001010c3913 JVM_IsPrimitiveClass + 12331
    9   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    10  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    11  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    12  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    13  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 14:  Java: Low Memory Detector
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x00000001010c5318 JVM_IsPrimitiveClass + 18992
    8   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    9   libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    10  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    11  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    12  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 15:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d995 jio_snprintf + 37787
    3   libclient64.dylib                       0x00000001011afc26 JVM_GetClassInterfaces + 11348
    4   libclient64.dylib                       0x00000001010c73a7 JVM_IsPrimitiveClass + 27327
    5   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    6   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 16:  Java: traceMsgQueueThread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103806d34 0 + 4353715508
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 17:  Java: Timer-0
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x000000010380685a 0 + 4353714266
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 18:  Java: AWT-Shutdown
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103806d34 0 + 4353715508
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 19:  Java: Java Plug-In Pipe Worker Thread (Client-Side)
    0   libSystem.B.dylib                       0x00007fff885d8466 read + 10
    1   libdeploy.jnilib                        0x0000000109d4d5d9 Java_com_sun_deploy_net_socket_UnixSocketImpl_unStreamSocketRead + 140
    2   ???                                     0x0000000103811d6e 0 + 4353760622
    3   ???                                     0x000000010380696e 0 + 4353714542
    4   ???                                     0x000000010380696e 0 + 4353714542
    5   ???                                     0x000000010380696e 0 + 4353714542
    6   ???                                     0x000000010380696e 0 + 4353714542
    7   ???                                     0x000000010386d2b4 0 + 4354134708
    8   ???                                     0xfda21644ff67b8d7 0 + 18276194723421468887
    Thread 20:  Java: SysExecutionTheadCreator
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103801438 0 + 4353692728
    12  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    13  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    14  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    15  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    16  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    17  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    18  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    19  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    20  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 21:  Java: CacheMemoryCleanUpThread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 22:  Java: CacheCleanUpThread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103801438 0 + 4353692728
    12  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    13  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    14  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    15  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    16  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    17  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    18  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    19  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    20  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 23:  Java: AWT-EventQueue-0
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x0000000103aaac60 0 + 4356484192
    Thread 24:  Java: Browser Side Object Cleanup Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 25:  Java: Applet 1 LiveConnect Worker Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103806d34 0 + 4353715508
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 26:  Java: AWT-EventQueue-2
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x0000000103aaac60 0 + 4356484192
    Thread 27:  Java: JVM[id=0]-Heartbeat
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d995 jio_snprintf + 37787
    3   libclient64.dylib                       0x000000010102c54a jio_vsnprintf + 26334
    4   libclient64.dylib                       0x00000001010b25a1 JVM_MonitorWait + 4011
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 28:  Java: Java2D Disposer
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_m

    Did you get this fixed? I have had this error everytime I try to access my bank, inventory, and ither things. Please help.

  • Creating pocess intance of a different process and passing arguments

    Creating Process instance of a different process:
    I have two different process: Main_Flow (id: MainFlow) and Second_Flow (id: SecondFlow). In the first process I am reading a csv file. Each line of the file has four columns. After reading each line I have to initiate Second_Flow and pass the read data from the file. (Pls find the code below for the whole process):
         fileReader = FileReader(arg1 : fullFileName);//filename is of file type and have file name and path
         Java.Io.BufferedReader reader = BufferedReader(arg1 : fileReader);
         String str;
         int countLines = 0;
         while ((str = reader.readLine()) != null)
              strColumn = str.split(delim : ",");
                   int ColumnCnt = 0;
                   while (ColumnCnt < 4)
                        //defining variables
                        String appNo;
                        String custNo;
                        String loanAmm;
                        String loanDate;
                        //logMessage("Value at Column: " + ColumnCnt + " is " + strColumn[ColumnCnt]);
                        if (ColumnCnt == 0)
                             arrLoanData["appNo"] = strColumn[ColumnCnt];
                        else if (ColumnCnt == 1)
                             arrLoanData["custNo"] = strColumn[ColumnCnt];
                        else if (ColumnCnt == 2)
                             arrLoanData["loanAmm"] = strColumn[ColumnCnt];
                        else if (ColumnCnt == 3)
                             arrLoanData["loanDate"] = strColumn[ColumnCnt];
                        arrLoanData["descriptionArg"] = "AutoInstance: " + formatTime('now', timeStyle : Time.SHORT);
                        arrLoanData["genByArg"] = "Automatic";
                        ProcessInstance.create(processId : "/SecondFlow", arguments : arrLoanData, argumentsSetName : "BeginIn");
                        ColumnCnt = ColumnCnt + 1;
              countLines = countLines + 1;     
    (“The code is in Java and not in PBL”)
    I have to pass appNo, custNo, loanAmm and loanDate as the arguments. The Argument will be of Any[String] type. The argument set name of Second_Flow is “BeginIn”. But I am not getting anything in Second_Flow.
    What can I do in the argument mapping of begin of Second_Flow to get the passed argument (array)?

    the argument 'arguments' for the method ProcessInstance.create receives a map of the arguments that the 'argumentSetName' argument set will receive.
    so for example if your second flow has 2 arguments, String name, Decimal value and String[] content your method invocation would be:
    ProcessInstance.create(processId : "/SecondFlow", arguments : {"name": strNameFromCsv, "value": valueFromCsv, "content": ["a","b","c","d"]}, argumentsSetName : "BeginIn");

  • Java.sql.SQLException: Invalid column name

    hi,
    i am using query with join and select column with different aliases,
    sqlQuery
    SELECT client_data.image as IMAGE, franchise.NAME, franchise.FRANCHISE_ID,
    cityH.city_name as h_city,
    cityO.city_name as o_city,
    cityT.city_name as t_city,
    countryH.country_name as h_country,
    countryO.country_name as o_country,
    countryT.country_name as t_country,
    client.* from client_data, city cityH, city cityT, city cityO, country countryH, country countryT, country countryO, client, franchise where
    cityH.id = client.home_city and
    cityT.id = client.temp_city and
    cityO.id = client.office_city and
    countryH.id = client.HOME_COUNTRY and
    countryO.id = client.office_country and
    countryT.id = client.TEMP_COUNTRY and
    franchise.franchise_id = client.franchise_id and client_data.client_id = client.id and client.id = ?
    while executing that query through JDBC, alias column are not in map like h_city, o_city, t_city are not accessible.
    System.out.println("h_city "+rowSet.getString("h_city"));
    the exception is java.sql.SQLException: Invalid column name.
    Kindly give you valuable comments for that..
    Regards,
    Kashif Bashir

    Hi Balus,
    i fixed it by editing jdbc.properties file like
    jdbc.url=jdbc:mysql://192.168.100.221:3306/myDb?useOldAliasMetadataBehavior=true
    they query is running and returning the whole column i use as allies like h_city (cityH.city_name as h_city).
    Thank for your interest.
    Kashif Bashir
    [email protected]

  • Change the process name in Windows

    Hello,
    I wondered if there are any JVM commands which changes the process name of a java-application running in Windows?
    I am running several java processes and I would like to identify them in the taskmanager list or tasklist.exe

    Check out the jps utility in JDK5.0 (http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jps.html). jps -l is probably what you want. It will list applications that are running with 1.4.2 too.

  • Running sqlplus from an OWB process flow

    I have two SQLplus scripts that I need to run as part of a process flow. The flow calls the scripts at different moments, using Unix commands that look like
    sqlplus userid/passwd@sname @startReadseq.sql
    sqlplus userid/passwd@sname @idenTransac.sql
    Script startReadseq.sql drops and then re-creates a sequence that I need to begin at 1 every time. Script idenTransac.sql runs a PL/SQL program on a table. Both scripts have been tested many times from the SQL prompt and they always run satisfactorily there, under the same userid employed by the process flow at runtime.
    However the two calls to SQLplus are ignored by the flow. The sequence is not reset, and the PL/SQL routine doesn't even write its log file. I looked up our forum but apparently there's no article on this topic yet.
    What am I missing or doing wrong? ... thank you for any help.
    Santiago Gomez

    Santiago, Would you help me?
    I have problems in starting sqlplus activity from a process flow. The process flow is very simple ( START - sqlplus activity - END).
    I wanted to start sqlplus and execute some commands in it.
    I set PARAMETER_LIST as @absolute_path_to_script_that_starts_sqlplus@
    and left the other three parameters(RESULT_CODE, SCRIPT, SUCCESS_THRESHOLD) blank.
    Inside the script that starts sqlplus is:
    sqlplus user/password@sid @absolute_path_to_script_that_contains_commands_to_run_in_sqlplus
    The Validation, generation and deployment passed successfully, but the following message is logged during execution:
    SQL*Plus: Release 10.2.0.1.0 - Production on Thursday Sep.27 17:26:25 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    password: ERROR:
    ORA-12560: TNS: protocol adapter error
    please enter user name:
    I've tried using "sqlplus /nolog" and "sqlplus" to avoid verifying user name and password, but I still got the message above.
    I also specified the absolute path to OWB's sqlplus executable and still failed.
    If I execute "sqlplus user/password@sid @absolute_path_to_script_that_contains_commands_to_run_in_sqlplus" in dos command line, it just works fine.
    I'm used to start just the listener and OracleService<sid>, and I also started OracleDBConsole<sid> to wish it works, but it doesn't help.
    It's really gnawing :-(
    Thanks in advance.
    My environment is Windows XP, Oracle 10.2.0.1.0, workflow server 2.6.4, OWB repository 10.2.0.1.0 design center 10.2.0.1.31

  • How to run Java App in Jar file

    I can run Java App jar-ed into 1 jar file with java -jar App.jar
    But sometimes I need to jar only the app and bind the other classes from different place. So I tried to use:
    java -classpath c:\utils.jar -jar App2.jar
    where classes in App2.jar link to utils.jar. I just can't make it work. Any idea/help.
    thanks
    -ho

    hi HasanOen
    u need to edit the manifest file in yr JAR file u can do this by using the following cammand or by making the batch file but make sure all the files are in same folder.
    first of all u need to make a text file like below
    /////////// first file name: "THIS.txt" /////////
    Manifest-Version: 1.0
    Created-By: java // whatever here
    Main-Class: PUT YOUR MAIN CLASS NAME HERE (like MAIN)
    //////////////////// BATCH FILE "RUN.bat" //////////////
    jar cmf This.txt App2.jar MANIFEST.mf com
    com is the folder where your all the class file are.
    now double click the run.bat file. this will edit yr manifest file.
    hope this should work for u
    Note : Make sure yr jar file, txt file, bat file, and yr classes folder is in the same folder(I mean at same level)
    regards
    Satinderjit

Maybe you are looking for