LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 04-07-2012, 07:42 AM   #1
newbie14
Member
 
Registered: Sep 2011
Posts: 646

Rep: Reputation: Disabled
Fedora Error Log File


I am running a java application using this wrapper service yajsw. The problem it just stopped without any error in its logs file. So I was wondering will there be any system log file which will indicate the cause of it going down? I already post below partial of the /var/log/message. Beside that if indeed my jvm crashed there should a log file for where is that will be located any idea?
Code:
Apr  6 00:12:20 localhost kernel: imklog 3.22.1, log source = /proc/kmsg started.
Apr  6 00:12:20 localhost rsyslogd: [origin software="rsyslogd" swVersion="3.22.1" x-pid="2234" x-info="http://www.rsyslog.com"] (re)start
Apr  6 00:12:20 localhost kernel: Initializing cgroup subsys cpuset
Apr  6 00:12:20 localhost kernel: Initializing cgroup subsys cpu
Apr  6 00:12:20 localhost kernel: Linux version 2.6.27.41-170.2.117.fc10.x86_64 (mockbuild@x86-4.fedora.phx.redhat.com) (gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) ) #1 SMP Thu Dec 10 10:36:29 EST 2009
Apr  6 00:12:20 localhost kernel: Command line: ro root=UUID=722ebf87-437f-4634-9c68-a82d157fa948 rhgb quiet
Apr  6 00:12:20 localhost kernel: KERNEL supported cpus:
Apr  6 00:12:20 localhost kernel:  Intel GenuineIntel
Apr  6 00:12:20 localhost kernel:  AMD AuthenticAMD
Apr  6 00:12:20 localhost kernel:  Centaur CentaurHauls
Apr  6 00:12:20 localhost kernel: BIOS-provided physical RAM map:
Apr  6 00:12:20 localhost kernel: BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
Apr  6 00:12:20 localhost kernel: BIOS-e820: 0000000000100000 - 00000000cfb50000 (usable)
Apr  6 00:12:20 localhost kernel: BIOS-e820: 00000000cfb50000 - 00000000cfb66000 (reserved)
Apr  6 00:12:20 localhost kernel: BIOS-e820: 00000000cfb66000 - 00000000cfb85c00 (ACPI data)
Apr  6 00:12:20 localhost kernel: BIOS-e820: 00000000cfb85c00 - 00000000d0000000 (reserved)
Apr  6 00:12:20 localhost kernel: BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
Apr  6 00:12:20 localhost kernel: BIOS-e820: 00000000fe000000 - 0000000100000000 (reserved)
Apr  6 00:12:20 localhost kernel: BIOS-e820: 0000000100000000 - 0000000330000000 (usable)
Apr  6 00:12:20 localhost kernel: DMI 2.5 present.
Apr  6 00:12:20 localhost kernel: last_pfn = 0x330000 max_arch_pfn = 0x3ffffffff
Apr  6 00:12:20 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Apr  6 00:12:20 localhost kernel: last_pfn = 0xcfb50 max_arch_pfn = 0x3ffffffff
Apr  6 00:12:20 localhost kernel: init_memory_mapping
Apr  6 00:12:20 localhost kernel: last_map_addr: cfb50000 end: cfb50000
Apr  6 00:12:20 localhost kernel: init_memory_mapping
Apr  6 00:12:20 localhost kernel: last_map_addr: 330000000 end: 330000000
Apr  6 00:12:20 localhost kernel: RAMDISK: 37bfc000 - 37fef6c8
Apr  6 00:12:20 localhost kernel: ACPI: RSDP 000F21B0, 0024 (r2 DELL  )
Apr  6 00:12:20 localhost kernel: ACPI: XSDT 000F224C, 0084 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: FACP CFB83524, 00F4 (r3 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: DSDT CFB66000, 4974 (r1 DELL   PE_SC3          1 INTL 20050624)
Apr  6 00:12:20 localhost kernel: ACPI: FACS CFB85C00, 0040
Apr  6 00:12:20 localhost kernel: ACPI: APIC CFB83078, 00B6 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: SPCR CFB83130, 0050 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: HPET CFB83184, 0038 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: MCFG CFB831C0, 003C (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: WD__ CFB83200, 0134 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: SLIC CFB83338, 0176 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: ERST CFB6AAF4, 0210 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: HEST CFB6AD04, 027C (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: BERT CFB6A974, 0030 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: EINJ CFB6A9A4, 0150 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: ACPI: TCPA CFB834BC, 0064 (r1 DELL   PE_SC3          1 DELL        1)
Apr  6 00:12:20 localhost kernel: No NUMA configuration found
Apr  6 00:12:20 localhost kernel: Faking a node at 0000000000000000-0000000330000000
Apr  6 00:12:20 localhost kernel: Bootmem setup node 0 0000000000000000-0000000330000000
Apr  6 00:12:20 localhost kernel:  NODE_DATA [0000000000015000 - 0000000000029fff]
Apr  6 00:12:20 localhost kernel:  bootmap [000000000002a000 -  000000000008ffff] pages 66
Apr  6 00:12:20 localhost kernel: (7 early reservations) ==> bootmem [0000000000 - 0330000000]
Apr  6 00:12:20 localhost kernel:  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
Apr  6 00:12:20 localhost kernel:  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
Apr  6 00:12:20 localhost kernel:  #2 [0000200000 - 0000a310cc]    TEXT DATA BSS ==> [0000200000 - 0000a310cc]
Apr  6 00:12:20 localhost kernel:  #3 [0037bfc000 - 0037fef6c8]          RAMDISK ==> [0037bfc000 - 0037fef6c8]
Apr  6 00:12:20 localhost kernel:  #4 [000009f000 - 0000100000]    BIOS reserved ==> [000009f000 - 0000100000]
Apr  6 00:12:20 localhost kernel:  #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
Apr  6 00:12:20 localhost kernel:  #6 [000000c000 - 0000015000]          PGTABLE ==> [000000c000 - 0000015000]
Apr  6 00:12:20 localhost kernel: found SMP MP-table at [ffff8800000fe710] 000fe710
Apr  6 00:12:20 localhost kernel: Zone PFN ranges:
Apr  6 00:12:20 localhost kernel:  DMA      0x00000000 -> 0x00001000
Apr  6 00:12:20 localhost kernel:  DMA32    0x00001000 -> 0x00100000
Apr  6 00:12:20 localhost kernel:  Normal   0x00100000 -> 0x00330000
Apr  6 00:12:20 localhost kernel: Movable zone start PFN for each node
Apr  6 00:12:20 localhost kernel: early_node_map[3] active PFN ranges
Apr  6 00:12:20 localhost kernel:    0: 0x00000000 -> 0x000000a0
Apr  6 00:12:20 localhost kernel:    0: 0x00000100 -> 0x000cfb50
Apr  6 00:12:20 localhost kernel:    0: 0x00100000 -> 0x00330000
Apr  6 00:12:20 localhost kernel: ACPI: PM-Timer IO Port: 0x808
Apr  6 00:12:20 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Apr  6 00:12:20 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
Apr  6 00:12:20 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
Apr  6 00:12:20 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
Apr  6 00:12:20 localhost kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
Apr  6 00:12:20 localhost kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
Apr  6 00:12:20 localhost kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x03] enabled)
Apr  6 00:12:20 localhost kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
Apr  6 00:12:20 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Apr  6 00:12:20 localhost kernel: ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
Apr  6 00:12:20 localhost kernel: IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
Apr  6 00:12:20 localhost kernel: ACPI: IOAPIC (id[0x09] address[0xfec81000] gsi_base[64])
Apr  6 00:12:20 localhost kernel: IOAPIC[1]: apic_id 9, version 0, address 0xfec81000, GSI 64-87
Apr  6 00:12:20 localhost kernel: ACPI: IOAPIC (id[0x0a] address[0xfec84000] gsi_base[160])
Apr  6 00:12:20 localhost kernel: IOAPIC[2]: apic_id 10, version 0, address 0xfec84000, GSI 160-183
Apr  6 00:12:20 localhost kernel: ACPI: IOAPIC (id[0x0b] address[0xfec84800] gsi_base[224])
Apr  6 00:12:20 localhost kernel: IOAPIC[3]: apic_id 11, version 0, address 0xfec84800, GSI 224-247
Apr  6 00:12:20 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr  6 00:12:20 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr  6 00:12:20 localhost kernel: Setting APIC routing to flat
Apr  6 00:12:20 localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Apr  6 00:12:20 localhost kernel: Using ACPI (MADT) for SMP configuration information
Apr  6 00:12:20 localhost kernel: SMP: Allowing 8 CPUs, 0 hotplug CPUs
Apr  6 00:12:20 localhost kernel: PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
Apr  6 00:12:20 localhost kernel: PM: Registered nosave memory: 00000000cfb50000 - 00000000cfb66000
Apr  6 00:12:20 localhost kernel: PM: Registered nosave memory: 00000000cfb66000 - 00000000cfb85000
Apr  6 00:12:20 localhost kernel: PM: Registered nosave memory: 00000000cfb85000 - 00000000cfb86000
Apr  6 00:12:20 localhost kernel: PM: Registered nosave memory: 00000000cfb86000 - 00000000d0000000
Apr  6 00:12:20 localhost kernel: PM: Registered nosave memory: 00000000d0000000 - 00000000e0000000
Apr  6 00:12:20 localhost kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
Apr  6 00:12:20 localhost kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fe000000
Apr  6 00:12:20 localhost kernel: PM: Registered nosave memory: 00000000fe000000 - 0000000100000000
Apr  6 00:12:20 localhost kernel: Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
Apr  6 00:12:20 localhost kernel: PERCPU: Allocating 65184 bytes of per cpu data
Apr  6 00:12:20 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 3096524
Apr  6 00:12:20 localhost kernel: Policy zone: Normal
Apr  6 00:12:20 localhost kernel: Kernel command line: ro root=UUID=722ebf87-437f-4634-9c68-a82d157fa948 rhgb quiet
Apr  6 00:12:20 localhost kernel: Initializing CPU#0
Apr  6 00:12:20 localhost kernel: PID hash table entries: 4096 (order: 12, 32768 bytes)
Apr  6 00:12:20 localhost kernel: Extended CMOS year: 2000
Apr  6 00:12:20 localhost kernel: TSC: PIT calibration confirmed by PMTIMER.
Apr  6 00:12:20 localhost kernel: TSC: using PMTIMER calibration value
Apr  6 00:12:20 localhost kernel: Detected 1994.992 MHz processor.
Apr  6 00:12:20 localhost kernel: Console: colour VGA+ 80x25
Apr  6 00:12:20 localhost kernel: console [tty0] enabled
Apr  6 00:12:20 localhost kernel: Checking aperture...
Apr  6 00:12:20 localhost kernel: No AGP bridge found
Apr  6 00:12:20 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr  6 00:12:20 localhost kernel: Placing software IO TLB between 0x20000000 - 0x24000000
Apr  6 00:12:20 localhost kernel: Memory: 12324244k/13369344k available (3311k kernel code, 253484k reserved, 1844k data, 1296k init)
Apr  6 00:12:20 localhost kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr  6 00:12:20 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3989.98 BogoMIPS (lpj=1994992)
Apr  6 00:12:20 localhost kernel: Security Framework initialized
Apr  6 00:12:20 localhost kernel: SELinux:  Initializing.
Apr  6 00:12:20 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
Apr  6 00:12:20 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Apr  6 00:12:20 localhost kernel: Mount-cache hash table entries: 256
Apr  6 00:12:20 localhost kernel: Initializing cgroup subsys ns
Apr  6 00:12:20 localhost kernel: Initializing cgroup subsys cpuacct
Apr  6 00:12:20 localhost kernel: Initializing cgroup subsys devices
Apr  6 00:12:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Apr  6 00:12:20 localhost kernel: CPU: L2 cache: 4096K
Apr  6 00:12:20 localhost kernel: CPU 0/0 -> Node 0
Apr  6 00:12:20 localhost kernel: CPU: Physical Processor ID: 0
Apr  6 00:12:20 localhost kernel: CPU: Processor Core ID: 0
Apr  6 00:12:20 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
Apr  6 00:12:20 localhost kernel: using mwait in idle threads.
Apr  6 00:12:20 localhost kernel: ACPI: Core revision 20080609
Apr  6 00:12:20 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr  6 00:12:20 localhost kernel: CPU0: Intel(R) Xeon(R) CPU           E5335  @ 2.00GHz stepping 07
Apr  6 00:12:20 localhost kernel: Using local APIC timer interrupts.
Apr  6 00:12:20 localhost kernel: Detected 20.781 MHz APIC timer.
Apr  6 00:12:20 localhost kernel: Booting processor 1/4 ip 6000
Apr  6 00:12:20 localhost kernel: Initializing CPU#1
Apr  6 00:12:20 localhost kernel: Calibrating delay using timer specific routine.. 3990.05 BogoMIPS (lpj=1995026)
Apr  6 00:12:20 localhost kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
Apr  6 00:12:20 localhost kernel: CPU: L2 cache: 4096K
Apr  6 00:12:20 localhost kernel: CPU 1/4 -> Node 0
Apr  6 00:12:20 localhost kernel: CPU: Physical Processor ID: 1
Apr  6 00:12:20 localhost kernel: CPU: Processor Core ID: 0
Apr  6 00:12:20 localhost kernel: CPU1: Thermal monitoring enabled (TM2)
Apr  6 00:12:20 localhost kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
Apr  6 00:12:20 localhost kernel: CPU1: Intel(R) Xeon(R) CPU           E5335  @ 2.00GHz stepping 07
Apr  6 00:12:20 localhost kernel: checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Apr  6 00:12:20 localhost kernel: Booting processor 2/2 ip 6000
Apr  6 00:12:20 localhost kernel: Initializing CPU#2
Apr  6 00:12:20 localhost kernel: Calibrating delay using timer specific routine.. 3990.05 BogoMIPS (lpj=1995029)
 
Old 04-07-2012, 11:02 PM   #2
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
Java app logging could turn up in the container logs like catalina.out under Tomcat, but really it depends on what the developer has configured within the app in regards to logging. Is there a logs directory under the main application directory ?
 
Old 04-07-2012, 11:07 PM   #3
newbie14
Member
 
Registered: Sep 2011
Posts: 646

Original Poster
Rep: Reputation: Disabled
Dear Kbp,
Mine is not based on tomcat. It is a class file which is ran as a daemon using this tool called yajsw. So hope you could guide me on this.
 
Old 04-07-2012, 11:12 PM   #4
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
As I said, if you aren't using a container then it's specifically up to the app developer to enable and configure logging. The YAJSW page lists capturing console or application output and logging or acting on it as a feature, you'll probably need to read the doco for it and configure accordingly (assuming the app dumped any information to stdout/stderr).
 
Old 04-07-2012, 11:17 PM   #5
newbie14
Member
 
Registered: Sep 2011
Posts: 646

Original Poster
Rep: Reputation: Disabled
Dear Kbp,
Yes the yajsw is already enable and the best part the log have no indication when the programme just stopped. The content of its log file did not indicate any error regarding java. That is why I put partial of my /var/log/message content. Where else can I search for clues?
 
Old 04-08-2012, 12:19 AM   #6
kbp
Senior Member
 
Registered: Aug 2009
Posts: 3,790

Rep: Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653Reputation: 653
Nowhere .. I didn't see any mention of syslog support for YAJSW.
 
Old 04-08-2012, 12:22 AM   #7
newbie14
Member
 
Registered: Sep 2011
Posts: 646

Original Poster
Rep: Reputation: Disabled
Dear Kbp,
I ran this find / -name *hs_err* but found no files either. What else clue?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
In Apache server, How to change log file location and log format for access log fil? since1993 Linux - Server 1 08-19-2009 04:14 PM
Parse log file for some error lovelysandu Programming 10 05-26-2009 05:56 AM
please help me to make log file in mrtg in fedora core 5 dencar_girl87 Linux - Networking 1 07-02-2008 02:57 AM
Postfix Error in log file shawnbishop Linux - Software 1 02-28-2007 09:00 AM
nVidia log file error paulinimus Linux - Software 3 04-15-2005 09:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration