CentOS 5 :: Solution For Eclipse Coredump ?

Jul 4, 2011

I have been using Eclipse(Helios) in centos5. my eclipse is getting core dumped frequently.is there any solution to solve this coredump.

###################################################
# vi /etc/security/limits.conf
Make sure the following config directive exists:[code]..........

View 10 Replies


ADVERTISEMENT

Software :: Inittab Application Can't Generate Coredump

Mar 24, 2010

We have to run our applications under /etc/inittab, we can get coredump with os solaris. After we move our platform to LINUX, we just find our application reset itself for a couple of times without any coredump generate.

View 1 Replies View Related

Programming :: Way To Find The Task Switches From Gdb Coredump?

Mar 15, 2011

I have a coredump file which gives stacktrace. But I dont know which thread executed or any task switches happened before a crash happened from a given thread. is there anyway to find out.

View 3 Replies View Related

CentOS 5 :: Wine Installation Error In Centos / Solution For This?

Dec 4, 2009

I download the xxxx.tar.bz2 file
extracted it,
when i run ./configure under the directory i get the following error code...

i even followed the link http://wiki.winehq.org/WineOn64bit
also http://forum.winehq.org/viewtopic.php?p=28622&sid=17383eb0b922b2c230238f9ab50b265a. and several googling.
i think the architect of the OS and the wine is not matching.
So guide me to solve the above problem.

the output i get on "uname -i"

x86_64

View 3 Replies View Related

CentOS 5 :: No Display Specified / Solution For This?

Jul 12, 2009

Ive installed X Window System and GNOME Desktop Environment on my server. I am running CentOS 5.3 btw. Ive installed and tried running it but i get error no display specified. GRRRR. I cant seem to find the file where i can specify a display. Im trying to setup a gui so i access my server via vnc cause im kinda a linux noob.

View 1 Replies View Related

CentOS 5 :: Unable To Install Eclipse CDT 4.0?

Jun 3, 2009

I need to install Eclipse CDT 4.0 (or 5) for centos 5. I have the final version of centos 5.3.

I downloaded the Eclipse CDT version from here CDT 4.0 for Fedora and I tried to install the RPM as root.

# rpm -i eclipse-cdt-4.0.3-1.fc9.i386.rpm. The result for this command is:
warning: eclipse-cdt-4.0.3-1.fc9.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
eclipse-cvs-client is needed by eclipse-cdt-4.0.3-1.fc9.i386

[Code].....

View 3 Replies View Related

CentOS 5 :: Can't Install PHP GD Library / Solution For This?

Apr 10, 2009

I'm trying to install the GD library from the Add/remove software app, but it will not install because it says that it can't resolve a dependency "PHP-common", however, this IS installed, yet it keeps giving me this error. Is there a work around to this or a way to fix the dependencies problem?

View 2 Replies View Related

CentOS 5 :: LVM Error During Installation / Solution For This?

May 20, 2010

I want to migrate my Debian server to CenOS. The Debian server has the following partition layout code...

When I try to map Logical Volume 'home' to '/home' en choose the 'Leave unchanged (preserve data)' option I get the following error:

The current requested size ( 947904.00 MB) is larger than maximum logical volume size ( 262144.00 MB).
To increase this limit you can create more Physical Volumes from unpartitioned disk space and add them to this Volume Group.

View 4 Replies View Related

CentOS 5 :: Xwindows Can Not Start / Solution For This?

Nov 21, 2010

There is something wrong with the Xwindows start of my centos5.4 ( 2.6.18-164.el5 X86_64). After several times to try to start the Xwindows, there is a warning message as following:

gdm[5917]: The display server has been shut down about 6 times in the last 90 seconds. It is likely that something bad is going on. Waiting for 2 minutes before trying again on display :0.

View 4 Replies View Related

CentOS 5 :: Memcached Not Running / Solution For This?

Feb 25, 2011

I recently updated CentOS and PHP from 5.2 to 5.3. I ran into this issue though code...

I attempted to re-install memcached and got memcache.so moved to the appropriate module folder and updated php.ini. I am not sure if the updates removed other dependencies or if this is related to my CentOS update.

View 1 Replies View Related

CentOS 5 :: Eclipse 3.5 Red Hat Edition Errors On 3.2.2 Update?

Aug 1, 2009

I'm running CentOS 5.3 x64 within a 32 bit version of Windows XP via VirtualBox. What I'm trying to do is install Eclipse such that I can code in both C++ and Java. I'm going to need to eventually add the OpenMP library, but that's later on. Right now, I'm just trying to get Eclipse to that point, I have the gcc and jre installed...it's just that Eclipse is not wanting to cooperate.

I did uninstall the open-jdk and install the Java SE 6u14. java version "1.6.0_14" Java(TM) SE Runtime Environment (build 1.6.0_14-b08) Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)

And the gcc... gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-44) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I was able to install the Eclipse SDK using yum...

Eclipse Platform
Version: 3.2.0
Build id: M20060921-0945 (CentOS release 5 (Final))

However when I go to update it using Eclipse's update utility to install from the Eclipse Project Updates (in this case, Eclipse 3.2.2 update) I get:

Unable to complete action for feature "Eclipse Platform" due to errors.
Unable to complete action for feature "Eclipse RCP" due to errors.
Unable to create file "/usr/share/eclipse/plugins/com.ibm.icu_3.4.5.20061213.jar1249125532555.tmp". [/usr/share/eclipse/plugins/com.ibm.icu_3.4.5.20061213.jar1249125532555.tmp (Permission denied)]

[Code].....

View 2 Replies View Related

Ubuntu :: Eclipse Plugins Don't Work / Doesn't Install A Bunch Of Libraries And Eclipse Cannot Recognize Standard Java Files?

Jan 19, 2010

I have been using Eclipse to program in Java for a long time, and have been using Jigloo for most of my GUI design. Recently I decided to try out the C/C++ plugin. I tried installing it, but it did not work. After many attempts, I finally gave up. However, after uninstalling it I found that Jigloo had stopped working. Any other plugins I try to install now also don't work. I have tried uninstalling and reinstalling plugins, and reinstalling eclipse, but nothing I have done fixes it. Although eclipse says that the software has been installed, nothing shows up in the features list or the plugins list.

Another problem: When I install eclipse from the repositories, it doesn't install a bunch of libraries and eclipse cannot recognize standard java files.

View 4 Replies View Related

Programming :: Eclipse PDT 2.0 Versus Zend Studio For Eclipse

Jan 28, 2009

I have been writing PHP using Adobe Dreamweaver; I have been looking around for an application that focus more in PHP.I have found:

[URL]

and:

[URL]

I know Zend stands behind PHP and that Eclipse is a popular open source IDE. What is the difference tho?Is the PDT Project only a functionality that could be added to Eclipse IDE? Is Zend for Eclipse a stand alone IDE for PHP? if so, Why the Eclipse in the name? I have downloaded Zend Studio for Eclipse, so far it seems very complete (no that have learned how to use all its features).

View 1 Replies View Related

Programming :: Metrics Plug-in For Eclipse - Does It Support Eclipse CDT

Sep 17, 2010

The Metrics plug-in supports Java development well at Eclipse.

[URL]

I would like to know if it supports Eclipse CDT, so I can use it with my C++ project. Any thought? If it doesn't support CDT, is there any good static code analysis tools available for Eclipse CDT?

View 1 Replies View Related

General :: Remaster Solution For Centos Install?

Jul 11, 2011

i have Elastix (( Centos )) machine runing and have many configrations i need to take iso iamge from it and use it directly for any othe machine ? How to this step bby step ??

View 1 Replies View Related

CentOS 5 Networking :: Ip Address Not Working / Solution For This?

Oct 25, 2010

The install went fine but the only issues is getting the server on the network.

I can't ping any thing other that the ip address assigned to the server.


I did it through the gui , the command line and using ifconfig and editing the ifconfi-eth0 file and nothing works.

any ideas on how to get this to work.

i see nothing wrong in the messages.log file either.

View 1 Replies View Related

CentOS 5 :: File Systems Readonly / Solution For This?

Apr 30, 2011

We have upgraded CentOS release 5.6 (Final) with 2.6.18-238.9.1.el5 kernel. After the reboot all configuration files under /etc became READONLY. my file system's still in rw mode.code...

View 2 Replies View Related

CentOS 5 :: How To Integrate Spring Frame Work In Eclipse

Jun 22, 2009

i am using this version Eclipse SDK

Version: 3.2.2 Build id: M20070212-1330 on centos5.3 when i try to integrate i get this error

Spring IDE Core (required) (2.2.4.RELEASE) requires feature "org.eclipse.jdt (3.3.0)", or later version.

View 1 Replies View Related

Networking :: Alternative Solution For Internet Connection To CentOS

Nov 12, 2010

i am a fresher to linux. presently i am using CentOS for getting some experience in that. but i have a problem with internet connection using in CentOS. i am using prolink USB ADSL2+ modem (H5200U). so, i request from all readers to give alternative answer.

View 2 Replies View Related

CentOS 5 :: Permission Error On Gnome Trash / Solution For This?

Nov 20, 2008

When I am in run level 5, I attempt to delete some 'trash' that has accumulated in the 'Trash' icon on my Desktop/.

When I right click the icon and select the 'empty trash' option, I get a permissions error so I just press the 'cancel' option however the contents of the 'Trash' have been purged anyways. It is working basically but I don't understand why I am getting a permissions error.

[cwilliams@tunafish ~]$ id cwilliams
uid=500(cwilliams) gid=500(it) groups=500(it),100(users)

View 6 Replies View Related

CentOS 5 :: Unable To Create Virtual Machine On 5.3 / Solution For This?

Apr 29, 2009

I am newbie to centos. I am trying to install virtual server in my machine. I have installed the Xen virtual machine monitor which comes with CentOS through add/remove software. Here is the problem, I am unable to open connection with Xen hypervisor. Here is the error i am facing:

Unable to open a connection to the Xen hypervisor/daemon. code...

View 5 Replies View Related

5 Hardware :: CentOS 5.4 Boot Hangs With CyberPower UPS / Solution For This?

Dec 13, 2009

Let me start off with the usual: I'm a linux newbie but am doing pretty good so far with google by my side. I've come across a problem I cant seem to find an answer to:

I just got a CyberPower 685 AVR UPS. I Installed their power panel software and it works great in CentOS 5.4. When I reboot, the system hangs right after the "Red Hat Nash 5.6..... Starting" message. I've left it for 20 mins so far and it's still hanging. If I unplug the USB data/shutdown cable, within about 10 seconds it starts detecting hard drives and continues booting...

Ive even returned the UPS for another to see if it was bad, and it still is giving me problems.

View 5 Replies View Related

CentOS 5 Server :: Xen Guest Won't Boot After Update / Solution For This?

Dec 21, 2009

I'm experiencing some rather severe problems after updating my Centos 5.4 system (Virtual Xen guest). What happens is that when the system boots it complains about missing .so files which prevents about 50% of the services installed from running.
I'm suspecting that it has something to do with selinux for two reasons: 1. The first services to go down complains about the security context of some files, and 2. selinux was kinda the reason I decided to update in the first place as it was disabled when it shouldn't be (enabled in system-config-securitylevel, disabled when running sestatus).
The whole boot-sequence ends with alot of "INIT: Id 'X' respawning too fast: disabled for 5 minutes"-messages (including all runlevels) before it goes stale, and I can do nothing.
The server in question had undergone very little tinkering from my part, pretty much none at all, the only services installed after installation was apache, mysql and webmin.

Details:
CentOS 5.4 is installed on both the host and guest.
The guest runs on an lvm-partition.
I have two other vm's(also CentOS) running just fine, altough I'm a bit weary of updating them .

Attached are some screenshots of the boot-process.

I hope some one here can share some insight on this problem. It's making me pretty nervous seeing that our whole network is run by CentOS-installations (not that I'm certain that CentOS is the culprit).

View 3 Replies View Related

CentOS 5 :: Session Crash While Running Matlab / Solution For This?

Jul 19, 2011

I am running matlab 2010b on centOS5.6.
Matlab opened without any error either in the computer terminal or in VNCSERVER.
While running bench (of matlab) the session or the vncserver are crashing.
In some cases the bench run for the first time without any problems, however it will crash the session or the vncserver on the 2-3 runs of the same code.
Any idea how to solve this issue?

View 1 Replies View Related

Ubuntu :: Eclipse Not Opening Files In Eclipse?

Sep 11, 2010

I recently had to reinstall Eclipse on ubuntu 10.10 and i did it twice, once just removing eclipse package, and the second time removing every package associated with an eclipse install.when i launch eclipse I go into my package view and select a package and then double click on a Java file.

View 5 Replies View Related

Slackware :: Install Eclipse CDT Is A Plug-in For Eclipse?

Sep 12, 2010

I use Slackware64 13.1. I installed eclipse from slackbuild.But how can I install Eclipse CDT? is a plug-in for eclipse? It's another program?

View 4 Replies View Related

Software :: Eclipse-Resin Installation Error On Centos Machine

Jun 27, 2011

I wanted to use resin in eclipse helios, on my CentOs machine. So i added Resin (Java EE Web Profile) Server 4.0.19 in " Install new Software " in eclipse. It gave the following error.

Code:
Cannot complete the install because one or more required items could not be found.
Software being installed: Resin (Java EE Web Profile) Server 4.0.19 (com.caucho.resin.eclipse.feature.group 4.0.19)Missing requirement: Resin (Java EE Web Profile) Server 4.0.19

[Code]....

Public key for eclipse-swt-3.5.2-3.2.el6.i686.rpm is not installed

View 4 Replies View Related

CentOS 5 :: C5.4 Install Fails With Drive Write Error / Solution For This?

Dec 15, 2009

I am unable to install CentOS V5.4 on my work station.

After collecting the config info (root password, etc.) the installation immediately gets disk write errors while doing PVCREATE.

I'm installing from the DVD to the 136GB SCSI drive. The drive is known to be good and is writable as a Windows
volume.

The scsi drive is the only drive selected for installation.

I've selected to delete all partitions on the volume and install default configuration however the new partition is not created. code...

View 6 Replies View Related

CentOS 5 :: Solution Cluster Fail To Start Virtual Services After Upgrade To 5.5?

May 16, 2010

After upgrading Centos 5.4 cluster nodes to 5.5 all virtual services failed to start. All virtual services are marked as 'failed'. The reason: new /usr/share/cluster/vm.sh requires 'which', but this is not reflected in rgmanager-2.0.52-6.el5.centos.

Solution: run 'yum -y install which' on all nodes, and reboot cluster. Hope that will save somebody hours of downtime.

View 1 Replies View Related

CentOS 5 :: Installing Latest Version Of Eclipse And Changing Where The Menu Item Point

Feb 4, 2010

I am running centos 5.4. I just installed eclipse from Application,Add/remove software. The version that installed was not the latest version. I can remove the version I just installed but how should I install the latest version? I was able to dl the lastest version but it came in a .tar.gz file eclipse-java-galileo-SR1-linux-gtk-x86_64.tar.gz When I unzipped it, there was no install option but I was able to run it from the tmp folder.

I want to add a menu item under Applications, Programming to link to the latest version that I just downloaded but I haven't been able to figure this out. The 2 question I have are this: 1- Is there a way to have the latest version show up under Application,Add/remove software so that I can just uninstall the version I installed and get the lastest?

2- Is there a way to install the downloaded version and have it show up under Application, Programming? I love this OS but it's taking me a while to figure out some simple things.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved