Ubuntu Installation :: Lucid Tomcat And Commons Fileupload Not Working?

Jun 25, 2010

I am trying to build a server on AWS using the latest Lucid image from Canonical. I load java and tomcat and when I deploy my webapp it runs fine except for when I try to upload files using commons fileupload. Then I get the following error.

ERROR : Jun 16, 2010 14:53:16 [CommonsLogger.java:27] : Unable to parse request org.apache.commons.fileupload.FileUploadException: Processing of multipart/form-data request failed. javax.servlet.context.tempdir/upload_2bd97087_129421bad1c__8000_00000000.tmp (No such file or directory)

the javax.servlet.context.tempdir points to /var/lib/tomcat6/work/Catalina/localhost/myapp which exists and to test I was able to create a new file there in my code.

This want happening with the karmic build of tomcat. as far as I know everything else is the same.

View 1 Replies


ADVERTISEMENT

Software :: Error: Could Not Find Xml-commons-apis Java Extension

Mar 18, 2010

I have lot of problems installing red5 video server, on my VPS.First things first, here is the specs of my VPS:

OS: CENTOS 5.4 i686 virtuozzo on server
Administration: cPanel 11.25.0-S43473 - WHM 11.25.0 - X 3.9
Mysql: 5.0.89-community
PHP: 5.2.10
Apache 2.2.11

Saying that, I will try to explain my problem as detailed as possible:I try to install red5 video server, following the tutorials and guides to do that, but there are some prerequisites to fulfill before installing the program:

Prerequisite No.1.: Having the latest version of Apache ANT.
Prerequisite No.2: Having the latest Java devel version.

The server already got the Apache ANT 1.6, but red5 asks for 1.8 The server already got java 1.5 but red5 asks for 1.6 So, I try to update to ANT 1.8 and Java 1.6, but refuses to update, so I made a clean installation of both, doing this:[URL]

JAVA:

# yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel

Then I install Apache ANT doing this:

# cd /usr/src
# wget http://opensource.become.com/apache/...8.0-bin.tar.gz
# tar zxvf apache-ant-1.8.0-bin.tar.gz
# mv apache-ant-1.8.0 /usr/local/ant

[code]....

Then, when I execute the command: ant -version to find out which version is running, I get more errors:

root@server [~]# ant -version
/usr/bin/build-classpath: error: Could not find xml-commons-apis Java extension for this JVM
/usr/bin/build-classpath: error: Some specified jars were not found

[code]...

Also, the VPS is not resolving the domains properly, prior to this, the domains were fine, but after that, I need to do a gracefull reboot, and then restart the named service.

1.- How can I undo all the things I did, I mean, is it a way to uninstall the APACHE ANT 1.6.5 and then the 1.8 and Java 1.6, and then start from the beginning?

2.- After uninstalling these 3 apps, I need to reinstall it properly, and make red5 work on the server, so, how can I do it safely?

A mistake I did, was to not to backup the server prior to make the changes, and is a production VPS on a shared server with the vpsnext.com hosting provider.I speak with the technical support, and they are not be able to help me, because is an unmanaged server.

One more strange thing is that, I already install red5, with ANT and JAVA in another server, with the same specs of this VPS, from another hosting provider, and I had no problems at all.

View 6 Replies View Related

Ubuntu Installation :: Brother Printer On Lucid Not Working

Apr 20, 2010

I upgraded from Karmic to Lucid RC a couple of days ago and have been trying to work through a few problems since. One of these problems is printing with my Brother DCP506CN printer which was working in Karmic. However, I just can't seem to get it going in Lucid. I have followed the Brother linux install procedure, which worked for the the last few Ubuntu releases, but not for this one it seems.

View 3 Replies View Related

Ubuntu Installation :: MousePad Not Working With Lucid Live CD?

Apr 29, 2010

I recently downloaded the Lucid ISO from the ubuntu torrents and installed it toa usb drive using Unetbootin. I restart my computer, use the bios setup to boot from usb, I boot, but when the system starts, I can't use the touchpad. the model is a synaptic touchpad

View 1 Replies View Related

Ubuntu Installation :: Wireless Not Working After Lucid Upgrade

May 1, 2010

After upgrading from Karmic to Lucid, no wireless networks are found on my computer�an acer travelmate 5510. On Karmic, wifi worked flawlessly "out of the box"�no windows drivers or anything needed. I have checked under Administration/hardware drivers; it tells me "no proprietary drivers are in use on this system." Cabled internet access through my wifi router works fine. How to get wifi up and running under Lucid. Despite having used Karmic for a while, I am relatively new to the inner workings of Ubuntu / linux systems, and really don't know where to go from here.

[Code]....

View 9 Replies View Related

Ubuntu Installation :: Dead Keys Not Working In Emacs [Lucid]

May 4, 2010

I'm having trouble with dead keys in Emacs on Ubuntu Lucid and I'm at my wits' end. Using a standard Norwegian keyboard layout, and dead keys work fine in all Gnome applications. But Emacs just spits out messages about undefined keybindings when I use dead key combinations, for instance for tilde (~): "<dead_tilde> is undefined". This is super-annoying, since I use Emacs a lot, and I need some way to fix this.

What I've tried so far: Loading the 'iso-transl' library in Emacs seemingly makes the dead keys work, but it's not consistent across modes (works for plain text, though), and I didn't need to do this before. Also, loading this breaks Emacs' latin-1-prefix input method, for some reason. Fiddling with keyboard-preferences, iBus, im-switch xim/none/ibus, etc. Removing ~/.xinput.d directory. Fiddling with various environment variables: GTK_IM_METHOD, GTK_IM_MODULES, XMODIFIERS

Of course, I'm testing this in Emacs started with '-Q' to elminiate problems that might be caused by my own rather extensive set of initialization files. Using dead keys in Emacs has never been a problem until I upgraded to Ubuntu Lucid.

View 6 Replies View Related

Server :: Tomcat Is Not Working - How To Make It Work

Mar 9, 2010

Whenever I am starting Tomcat5 service in RHEL5 it is showing that it is starting but after some time (after 5 sec.) the status it is showing that lock file found but there is no such process for PID * (where * = different PID no.) and tomcat is not working.

View 2 Replies View Related

CentOS 5 Server :: Apache-Tomcat Not Working?

Feb 5, 2009

I've installed Apache Tomcat--6 and even jdk1.6.I've even created a tomcat.sh file to start the serverautomatically and it includes the Environment variables also ($CATALINA_HOME & JAVA_HOME) for automatic startup.Next when i'm using http://localhost:8080 to call the server it shows unable to connect.I've tried changing the port no of tomcat in server.xml file. but still its not working.

-->Then i tried using--telnet localhost comand--it shows Trying 127.0.0.1...

telnet: connect to address 127.0.0.1: Connection refused

telnet: Unable to connect to remote host: Connection refused

Here I'[m stuck i don't understand how do i make the localhost work.

-->If I'm giving telnet localhost 25 the sendmail server is working.But the 80 and 8080 ports are not getting configured.

-->I've tried adding the port and its name in /etc/services file but still its not working.

-->When I'm giving the command--/sbin/chkconfig --list--->Its shows: xinetd based services:

...
...

telnet on.what should i do to get my tomcat server work properly.

View 2 Replies View Related

Ubuntu Installation :: Upgrade To Lucid, Black Screen, Nomodeset Not Working?

Jul 27, 2010

I just upgraded to Lucid Lynx, and like most people, I'm getting the black screen during boot. So, I went into the grub edit screen, and I tried every variation of the nomodeset fix I could find. So far, nothing has worked. I don't know what graphics card I have, but it's always given me problems.

View 4 Replies View Related

Ubuntu Installation :: Firefox No Longer Working After Upgrading To Lucid Lynx?

Nov 28, 2010

I got an error during the upgrade but chose to let the upgrade complete. Now my Firefox won't lauch. I tried uninstalling and reinstalling it from the Terminal and got the following:Quote:

rick@Desktop:~$ sudo apt-get install firefox
[sudo] password for rick:
Reading package lists... Done

[code]...

View 1 Replies View Related

Ubuntu Installation :: Preseed-file Not Working As Expected On Lucid Desktop Install - Read

Jul 30, 2010

I have a problem to get it to work. The installer seems to read the preseed-file alright, and some of the values defined in the preseed-file are taken into account. The questions regarding locale, keyboard layout and time zone are answered using the preseed-file, but in the user account creation-step the process goes wrong. The Full name-field is obtained from the preseed-file, but the login-name is generated by the installer and not read from the preseed. Also the password-fields are empty and not filled in. Also the script that I've defined with preseed/late_command is never run.

I tried searching the forums but no-one had exactly this kind of problem, so it makes me think that this has to be some trivial error I'm doing. Could someone take a look at these configs and see if there's something wrong with them? How should I continue resolving this?

[Code]....

View 1 Replies View Related

Ubuntu Servers :: Eclipse And Tomcat Are Running But Can't See Tomcat In The Eclipse

Sep 1, 2010

I installed eclipse and tomcat with package manager. Eclipse and tomcat are running but i can't see tomcat in the eclipse. I just see 'Basic' folder. That is a screenshot [URL]

View 1 Replies View Related

Ubuntu Installation :: Web App Development With Netbeans - For Tomcat

Apr 28, 2010

I'm trying to do a coursework at home which is a java web app. I've installed Tomcat and mySQL, both appear to be working fine. I have Netbeans installed already - from the Ubuntu Software Centre ages ago - when creating a new project it doesn't give an option for a web app project.... Is there some extra package(s) I have to install ?

View 1 Replies View Related

Ubuntu Installation :: Tomcat Server After Upgrade From 9.4 To 9.10?

Jul 23, 2010

I should have caught this during the upgrade, I saw the potential problem but failed to write it down. All my applications served by Tomcat fail to load. Catalina logs show the following error for each app. Error deploying configuration descriptor msgboard.xml The complete error for an individual application is

[Code]...

Again, during the upgrade a warning popped up that each app would need to be spelled out in some configuration file SOMEWHERE because of a change in security! Would someone be so kind as to direct me as to where and how this would be accomplished. I apologizes for not being able to find this out on my own but have looked and can't find it. I'm pretty sure anyone proficient with Tomcat on Linux will know what and where these changes need to be made. Or if anyone knows if and where there is a log of all communication during the upgrade I might be able to figure this out on my own. Is there such a log kept during an upgrade? Also if this question would be more appropriate in the Server Platforms forum I will do that.

View 4 Replies View Related

Ubuntu Installation :: Connect Mysql With Tomcat?

Feb 16, 2011

But now I have task of connecting mysql and tomcat. I dont have any idea on this. However I looked some manuals but did not find any luck. how to connect mysql with tomcat. btw I have downloaded mysql connector and copied the .jar file to $CATALINA_HOME/lib

View 4 Replies View Related

Software :: Tomcat 6 Installation Failure On Ubuntu 10.04

Jan 5, 2011

i tried to install sun-java6-jdk through commandline ; but it failed after posting a license agreement from sun .

dpkg failed to install the package ;

then i tried to install from ubuntu software center
Servlet and JSP engine Tomcat6

but it gave me an error :: An unhandlable error occured

There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks. report this error at http://launchpad.net/aptdaemon/+filebug and retry.

Details:
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/aptdaemon/worker.py", line 768, in simulate
return self._simulate_helper(trans, status_path)

[Code]....

View 5 Replies View Related

Ubuntu Installation :: How Stable Are The Lucid-proposed And Lucid-backports Options In The Software Sources Settings

Oct 11, 2010

Ubuntu 10.04 how stable are the lucid-proposed and lucid-backports options in the software sources settings?

View 4 Replies View Related

Ubuntu Installation :: Procedure For Updating From Lucid Beta 2 To Lucid LTS?

Apr 30, 2010

What's the procedure for updating from Lucid Beta 2 to Lucid LTS? Is it just "apt-get upgrade"? Or would I be better off with a clean install?

View 2 Replies View Related

Server :: Apache Tomcat Installation And Configuration

Apr 28, 2010

If any one knows about Apache-Tomcat installation.

View 5 Replies View Related

Server :: Installation Of Apache Tomcat 5.5.27 In CentOS5

Jan 4, 2010

I have installed apache tomcat 5.5.27 in centos5. I edited the server.xml file also. The startup.sh and shutdown.sh commands are working fine. But tomcat is not opening in the browser. Can you suggest me something or tell me the steps involved in installing tomcat. Is admin.tar.gz of apache tomcat required for its working?

View 1 Replies View Related

Ubuntu Installation :: How To Switch From Lucid 32 Bit To Lucid 64 Bit

May 9, 2010

I recently upgraded from Karmic to Lucid via the Update Manager. I would like to upgrade further by switching from 32 Bit to 64 Bit. I downloaded the Lucid 64 Bit ISO and wrote an install disk. When I reboot the computer with the install disk nothing happens.

View 2 Replies View Related

Ubuntu Installation :: Tomcat Configuration - Message - Description The Requested Resource (/) Is Not Available

Jul 10, 2010

I am trying to use TOMCAT 7 from eclipse Helios and I seem to not to be able to see Tomcat's browser visual menu.

I receive the following message: description The requested resource (/) is not available.

I have started Tomcat from the shell(UBUNTU 10.04) and it works.

View 3 Replies View Related

Ubuntu :: IDE Not Working In Lucid Lynx?

Apr 29, 2010

I've just upgraded from 9.10 and everything is good, accept that netbeans will not load.
I get the netbeans 6.8 splash screen then nothing

View 6 Replies View Related

Ubuntu :: Gtk-gnutella Not Working In Lucid?

Jun 15, 2010

For some reason, gtk-gnutella is not working for me in lucid. I've read up on it a bit, some people have said portforwarding might be the problem. I did that (even though I have never had to with previous releases) and it still doesn't work. So far I have tried 0.96.6, 0.96.7, and 0.96.8, none of them work with 10.04. Perhaps it is because you have to use the 2.0 front end rather than the 1.2 frontend which I used to compile it on previous releases.

View 1 Replies View Related

Ubuntu :: Java Not Working In Lucid?

Aug 30, 2010

I could not get JAVA working in Lucid. Installed OpenJDK Java 6 Runtime and OpenJDK Java 6 Webstart from Ubuntu Software Center but no Java showed up in Firefox's about:plugins.After searching for hours in numerous forums (mostly dealing with sun-java) I got the idea that the web-browser plugin could be missing. And so I found the following solution:Install icedtea6-plugin With Synaptic Package Manager (or Icedtea java plugin from Ubuntu Software Center).

View 2 Replies View Related

Ubuntu :: Wxbanker Not Working In Lucid?

Nov 16, 2010

I have installed wxbanker in lucid,but its not getting open.When i type wxbanker in terminal,its giving the following error.

Code:

karthick@Ubuntu-desktop:~$ wxbanker
Traceback (most recent call last):
File "/usr/bin/wxbanker", line 2, in <module>
from wxbanker.main import main

[code]...

View 2 Replies View Related

Ubuntu :: Samba Not Working On Lucid 10.04?

May 21, 2010

I had Samba shares (a public folder and a printer) running fine on Jaunty 9.10, when upgraded to 10.04 it stopped working.

I've tried several tips and following different threads to no avail.

when I run smbclient -L localhost or else smbclient -L 127.0.0.1 I get:
Code: session setup failed: NT_STATUS_NO_SUCH_DOMAIN when I run smbclient -L TKA I get:
Code: Connection to TKA failed (Error NT_STATUS_CONNECTION_REFUSED) Now, when I browse the network, I see the TKANET group and my TKA box shows up.

In ubuntu client with 10.04 I get a message stating the place can not be mounted and that it failed to obtain the sharing list from the server. (something like that, my client computer is in spanish). In winxp I got:

\TKA is not accessible. You might not have permissions to use this network resource. Contact the administrator of this server to find out if you have access permissions.

The network path was not found.

I installed samba4 but did't do any difference, so I uninstalled that. Reinstalled SAMBA and the config tool for samba several times. No difference.

my smb.conf file is attached as txt file. I couldn't post directly because the forum editor detects some lines as links to other sites .

View 1 Replies View Related

General :: Antialias Not Working In Ubuntu Lucid 10.04

May 2, 2010

I have recently upgraded from karmic to lucid (plain ubuntu using gnome).

Everything worked fine, but the characters now aren't anti-aliased any more

This is what I tried to fix the situation, unluckily without succeeding:

Used the regular option pane from System->Preference->Appearance->Font (smoothing, hinting...) Edited the .fonts.conf file Disinstalling (and then re-installing) the mstcorefont package Changing the default Sans font to a font of my liking (e.g. Tahoma) from the abovementioned Appearance options

My ubuntu installation is quite standard, with the typical add-ons one might wish for usability. I used the ubuntu start script to make a few tweaks.

View 1 Replies View Related

Ubuntu :: Http_proxy Not Working In Lucid Lynx?

Apr 27, 2010

I upgraded from Karmic to Lucid yesterday and today today I've noticed that I can no longer apt-get update through the terminal. I'm behind a corporate firewall, so up till now I've always exported the proxy address like so:

Code:
export http_proxy=http://user:password@address:port
This hasn't worked under Lucid. I did some searching and found that Lucid did away with

[code]....

View 5 Replies View Related

Ubuntu :: PrintScreen Not Working Properly In Lucid?

Apr 30, 2010

I am having some problems with taking screenshots in Lucid while desktop effects are enabled. If I disable desktop effects, the screenshot works fine, but if they are enabled, no matter what windows are open, it only ever shows my wallpaper and the mouse pointer, no panels, icons, windows.

I am using the older 190.42 nvidia drivers if that makes a difference.

View 3 Replies View Related







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