Software :: Java Error Attempting To Run A File Which Exists In Specified Location / Why Is So?

Jun 8, 2010

I recently set up a Linux VPS and installed JDK 6u20 on it; I tried running a class and here's the result

Code...

The file "Server.class" is in the location I specified - why am I still getting the error?

View 3 Replies


ADVERTISEMENT

Networking :: Shows Error Rtnetlink Answers: File Exists Error Adding Address [ip]?

Jul 3, 2009

I'm only partially new to Linux. I'm running Fedora 11. I've just set up two machines, I thought to be identical. Evidently I missed something. I had some problems getting the network started on the second machine, and I must have forgotten a name change somewhere. Anyway, after doing lot's of comparisons between the boxes, editing and renaming and re-linking the ifcfg-GigaStorey file, they are both functioning. The problem is that whenever I start or restart the network on box 2, it reports the following error:

Bringing up interface GigaStorey: RTNETLINK answers: File exists
Error adding address 192.168.1.6 for eth0.
[ OK ]
The file ifcfg-GigaStorey is linked in the following directories
/etc/sysconfig/network-scripts
/etc/sysconfig/networking/devices
code....

Like I said, it's not super critical, just annoying. The networking comes up ok, but the error is puzzling. I figure if I learn what this problem is I'll be one step closer to my Linux beanee.

View 4 Replies View Related

Ubuntu :: Error : Module.h File Doesn't Exists

Jun 21, 2010

1)I had download one hello.c for start working for Device drivers , and compile it . . I am using linux kernel 2.6.xx getting this error :

Error : linux / module.h file donesnot exists .

2) ad build the kernel and still getting the same error .

View 1 Replies View Related

CentOS 5 :: Error Inserting /lib/raid456.ko: -1 File Exists

May 22, 2009

I've upgraded my raid array, and to make it boot I had to regenerate the initrd image (the root was on the raid drive)using

mkinitrd <img file> <kernel version>

after that at boot i always receive this error:

error inserting /lib/raid456.ko: -1 file exists

View 1 Replies View Related

General :: Attempting A Java.bin Silent Install Using Two Files?

Jul 12, 2011

I am attempting a java.bin silent install using two files.

The bash script is this:
sh jdk-6u20-linux-x64.bin -i silent -f /<location>/installer.properties 1>console.txt 2>&1
sleep 5 #this may be unnecessary, just testing it

[code]....

View 7 Replies View Related

Software :: "error While Loading Shared Libraries, No Such File" - But It Exists

Jul 9, 2010

I'm installing a small application for BankID. Installation is made through a shell-script, applikation installed in /usr/local/lib. Everything seems to go fine, but when I try to start the application I get error message: Code: /usr/local/lib/personal/personal.bin: error while loading shared libraries: libidn.so.11: cannot open shared object file: No such file or directory But libidn.so.11 is there (64-bit system so checking both lib & lib64):

[Code]...

View 2 Replies View Related

CentOS 5 :: Remove A User From The System Using The Domain Userdel Guest Error "mailbox File Already Exists"

Jan 6, 2010

when a remove a user from the system using the domain userdel guest the user gets removed but the /home/guest doesn't get removed so i remove it by command rm -rf /home/guest then i recreate the user by giving in the command useradd guest now it gives the error mailbox file already exists what does it mean when it says so though this command creates the user.

View 3 Replies View Related

General :: How To Place The Java Location In My $PATH

Sep 22, 2010

I have a program that has a GUI which I have placed in /usr/local/bin however when I invoke the program I receive the following error:

Unable to find a supported JDK or JRE version. Version 1.3.1 or higher is required. Check your installation and use +javahome to specify the JDK or JRE location

I have since installed Java into the usr/local/ directory however I am now just totally Lost! Additionally, I believe that i have tried to install Java several times with no luck.

Questions:

1) Where should java be installed to have system wide access to all programs?

2) How can I place the Java location in my $PATH? here I am going to need very easy and detailed instructions?

3) Is there a way to ensure that the location where I intall java gets updates?

View 1 Replies View Related

Fedora :: Set The Default Java Env Variable To New Installed Location

Sep 7, 2011

I installed new jre in linux. but i when i checked env variable $JAVA, it is showing old version. how to set the default java env variable to new installed location

View 1 Replies View Related

Slackware :: Installing Java Error - When Trying To Run A Java App With The Firefox Plugin - Browser Crashe

May 29, 2011

Code: ~ $ /usr/java/jre1.6.0_25/bin/java -showversion Error occurred during initialization of VMjava/lang/NoClassDefFoundError: java/lang/Object

That's the error I get. When trying to run a java app with the firefox plugin, the browser simply crashes if it's the 64bit java or tells me it's not installed if it's the 32bit version.

I'm at a loss as to what to do. I think it has something to do with leftover gunk from a previous version I misinstalled(Is that even a word?) Anyway, the only thing that google could come up with was a solution for windows which laid blame on Bill Gates for having a bunch of pf (java prefetch) files stuffed into c:windows for no apparent reason. The solution was to delete them, but I can't seem to find the java prefetch folder in linux. The method I used is downloading the rpm from java.com the rpm2tgz then installpkg then cp libnpjp2.so to firefox plugins folder.

View 8 Replies View Related

Ubuntu :: Error Messages When Attempting To Boot 9.10

Dec 29, 2010

I have Ubuntu 9.10. The batter drained several days ago, and now when I attempt to boot I simply get a string of indecipherable error messages which last for about 5 minutes, and the screen then goes completely black. I am not able to even get to the login screen. Windows 7 Starter boots fine, so it's definitely a software issue. Any solutions short of completely reinstalling? I really don't want to lose all of my data.

View 2 Replies View Related

Ubuntu Installation :: Apt Error Attempting 10.10 -> 11.04 Upgrade?

Jul 5, 2011

I'm getting the following error which seems quite odd. Trying to change the server to my local country's update server results in the same error (with slightly different URL). I've also disabled any extra repositories I was using.Code:W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/maverick/ReleaseUnable to find expected entry extras/source/Sources in Meta-index file (malformed Release file?When trying to upgrade to Natty I get the same error, just for the natty path:Code:W:Failed to fetch http://archive.ubuntu.com/ubuntu/dists/natty/ReleaseUnable to find expected entry extras/source/Sources in Meta-index file (malformed Release file?)

View 1 Replies View Related

Applications :: Error Message While Attempting RPM Install

Dec 15, 2010

I was trying to install a newer version of Firefox and thought I would just try to install the newer RPM for Fedora without doing anything else and this dialog message appeared.
Could not do simulate: Can't install /home/kbs/Downloads/firefox-3.6.4-0.4.build6.fc13.remi.i586.rpm as no transaction

View 2 Replies View Related

SUSE :: Error When Attempting To Reboot Server

Sep 1, 2009

We have a server running suse 9. I had to do a reboot yesterday. the server dropped off the network, but did not reboot. It was attempting a connect, but I don't know why or to what. These are the lines that I saw on the screen:Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1) ))

View 1 Replies View Related

OpenSUSE :: Zypper Error While Attempting To Install Apps

Jan 5, 2011

OpenSUSE 11.3
Zypper 1.4.8-0.2.4 (i586)

When attempting to run commands of zypper:

Code:
$ sudo zypper install <XXX>
$ sudo zypper help
$ sudo zypper services

[Code]....

I looked through my command history to verify I hadn't done anything stupid. The only thing I had done since my last zypper command was to install ngspice....WITH zypper.

Looks to me like libreadline.so.6 is corrupt.

Is there a way I can "update" or reinstall libreadline.so.6 with an uncorrupted version without bricking my OS? I looked into uninstalling libreadline.so.6 from Yast Software Manager (GUI) but it throws all kinds of warnings about how it can't complete operations and it will break links and such....so I'd like to avoid it unless a guru says otherwise.

View 9 Replies View Related

OpenSUSE :: Pypar2 For 11.3 - Error : Repository Already Exists

Nov 1, 2010

I have tried to install pypar2 on my system through an rpm package on a website, but I get the error code: repository already exists.

View 3 Replies View Related

Ubuntu :: Disk In Use Error When Attempting To Format An Empty Partition?

Sep 8, 2010

Just ran into a problem involving mdadm, a disk which had been in a raid array, and an attempt to reformat. Basically, I went to reformat some partitions which had been in raid, and one of them threw the error andy@andy-desktop:~$ sudo mkfs.ext3 /dev/sdb5 mke2fs 1.41.11 (14-Mar-2010) /dev/sdb5 is apparently in use by the system; will not make a filesystem here! An attempt to umount revealed it was not mounted. lvdisplay and fuser did not reveal anything to me, so I just started looking around. I was graphically navigating /dev and noticed a /dev/md_d0 which did not look like /dev/md_d1 etc (it was missing a little arrow). I had not seen this notation before (my raid was md0), but figured it couldn't hurt to try stopping it.

andy@andy-desktop:~$ sudo mdadm --detail /dev/md_d0
mdadm: md device /dev/md_d0 does not appear to be active.
andy@andy-desktop:~$ sudo mdadm --stop /dev/md_d0
mdadm: stopped /dev/md_d0

After this, the partition formatted fine! I saw a lot of instructions including zeroing the partition and removing a logical volume, but the above was the only thing which worked for me! Just posted it in case it helps someone else. I know I've not been terribly technical!

View 2 Replies View Related

General :: Check File Exists

Feb 20, 2010

I have scenrio where i have to check first whether the files exists or not then count of records should not be equal to zero and file should be of current day not the previous day then only process my next task.There are three files totally.please let me know how to write script to achieve the same.

View 2 Replies View Related

General :: File Exists And Yet It Doesn't?

Jul 11, 2011

I have a rather strange issue I'm attempting to fix here. One of the servers I work with had a log file reach 2GB in size and stopped logging. The software which is logging to said file cannot be stopped or restarted and does not provide a way to rotate log files -- poor design, I know. So in my infinite wisdom (or stupidity, however you want to read that), I truncated the log file in place with:

Code:
>vmsproxy.log
When I realized the log file was not being appended to, I checked lsof output and it

[code]...

View 7 Replies View Related

Ubuntu Networking :: Likewise Error When Attempting To Join Windows Domain

Jun 10, 2010

I'm having a problem getting likewise to connect to a Windows 2008 R2 server on our network.

[code]....

Error: Lsass Error [code 0x00080047] 9502 (0x251E) DNS_ERROR_BAD_PACKET - A bad packet was received from a DNS server. Potentially the requested address does not exist. I have already read up on this a little bit. Both servers are within a minute of each other, so I am not concerned about server timing. I am not sure where to go from this point. Everything I have read seems to indicate that this should "just work".

View 9 Replies View Related

Ubuntu Networking :: Cups Client-error-not-possible When Attempting To Print Or Add Printer

Jun 17, 2010

I noticed that a bit after I had updated Ubuntu 10.04 through the Update Manager, I couldn't print at all! (I run ubuntu 10.04 on my laptop and have a networked HP Officejet 6110xi all-in-one printer connected to a comp running Windows XP home on the same LAN). Everything works when I boot up in windows vista, so the problem is definitely in Ubuntu.

First, I checked the printer jobs and it said that there was an error with a filter or something. Restarting the job didn't do squat, so I decided to try reinstalling my printer, but get the same CUPS error "error-client-not-possible" right after I click "Apply". I then Googled the issue but didn't find much of anything, so I thought I'd try reinstalling CUPS. No luck there either... Same error again and again.

View 3 Replies View Related

Ubuntu :: Uninstalling Wubi - Error Occurred While Attempting To Delete The Specified Entry

Nov 24, 2010

I am having some problems uninstalling wubi. Its not in the uninstall programs or coming up and a boot option when i boot my computer anymore. So i went out and downloaded the newest version, and tried to install it. Cause i thought that it had been removed maybe by anti-virus or something. When i clicked on it to install it said i had a previous version that i had to uninstall. So i clicked OK. It started to uninstall and then i got an error message. I tried it again and got the some error message.

[Code]....

View 1 Replies View Related

Programming :: Check If There Is Any Ejb File Exists In The Directory

May 1, 2011

I have a directory called /data In this directory I have some files like abcejb.jar,12_ab_ejb.jar, shejb.jar, test I need a shell script like... 1st I want to check if there is any ejb file exists in the directory using some condition If ejb files exists I want to redirect the ejb files list to a file called list. Now I want to copy all the files in the list file to some remote system.

View 1 Replies View Related

General :: Doesn't Show The File That Exists?

Sep 10, 2009

we have installed vignette software on the linux box and would like to uninstall it. To uninstall it we need to delete one file named vpd.properties. When we used locate vpd.properties, the file is found in 2 places. But when we used the ls -a in those locations the file is not seen. basically we want to remove that file. If we do rm vpd.properties, this also doesn't work. Also when we used find -H vpd.properties the file is not found. What is wrong here. I am sure the file vpd.properties will be added to file system as part of vignette. Can anyone suggest what could be wrong here.We logged in as root user to remove this file. Installation is done twice using root and vignette user ids. Thats why file is located in 2 places.

View 3 Replies View Related

General :: Script To Show If File Exists?

Dec 13, 2010

I have a script that runs each day at 6am and looks for files created within the last day and outputs the text to a file which it emailed to me. Im wanting to change it so that it would say something like "phone system backup complete" or "websense back complete" and say fail if its not there.

Dec 13 02:27 /mnt/ukwcs-net-config/IPT/Backup12-13-10#2-20.tar
Dec 13 01:00 /mnt/ukwcs-net-config/Websense/wsbackup_2010-12-13_010000.tar.gz
Script:
find /mnt/ukwcs-net-config -mtime -1 -ls | egrep '(.dmp|.tar.gz)' > log.txt
find /mnt/ukwcs-net-config -mtime -1 -ls | egrep '(/IPT/)' > logi.txt
find /mnt/ukwcs-net-config -mtime -1 -ls | egrep '(.agb)' > loga.txt

[Code]....

View 2 Replies View Related

Software :: Dovecot Dead But Pid File Exists?

Sep 30, 2010

My dovecot installation crashes after sometime, normally within one day. If I restart the process manually it works again for sometime but eventually it crashes again.

Code:

root# service dovecot status
dovecot dead but pid file exists

[code].....

View 3 Replies View Related

OpenSUSE Network :: Instance Attempting To Write A File From The Localhost?

Jan 17, 2010

This is a follow-on to "samba write failure crashes linux". It has the dmesg output when the write failure occurs.The remote server is os/2 v4.50 fp3.The failure occurred in this instance attempting to write a file from the localhost to a samba-mounted resource on a remote host. The failure always happens when at least 3 MB have been transferred. Smaller files are not a problem.

Other cases:
1. Saving any email (thunderbird) attachments to the localhost,
2. Downloading anything to the localhost using Firefox.

The most notable aspect are the phrases "kernel BUG" and "invalid opcode".

[Code]...

View 1 Replies View Related

OpenSUSE Hardware :: Receive An Error Message 'Repository Already Exists'?

Jun 12, 2010

when I try to install drivers for my network card I receive an error message 'Repository already exists'

View 5 Replies View Related

OpenSUSE Install :: ISCSI Boot Fails With Error 15 - Already Exists

Mar 25, 2011

I'm using OpenSUSE 11.4, trying to install to an iSCSI partition. I'm using gPXE to boot to my iSCSI volume. This works fine, and pulls up grub with my boot options. I think boot the openSUSE 11.4 entry, which kicks off the boot process. I see the steps for running DHCP on the interface, but when it gets to iscsiadm, there's an error logging in to the iSCSI target portal along the lines of "15 - already exists. After that things start to fall apart - I/O errors, mainly, and the system completely fails to boot. What's going on and what this already exists message means?

View 8 Replies View Related

Ubuntu Installation :: Error Exists While Updating Linux Kernel

Mar 3, 2011

My kernel is not updating and I'm getting errors like.........

[Code]...

View 6 Replies View Related







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