0
votes
2answers
79 views

Where does Ant set its 'java.home' (and is it wrong) and is it supposed to append '/jre'?

Okay, I'm using Ant version 1.7.1 (default install) on CentOS 6.3: [theuser@dev-ingyhere ~]$ ant -version Apache Ant version 1.7.1 compiled on August 24 2010 [theuser@dev-ingyhere ~]$ cat ...
0
votes
1answer
25 views

Security on single application/database server with PostgreSQL and Tomcat

(This isn't a question about whether it's better to use separate servers or a single server for application and database) My situation is that I've chosen to use a single server configuration with ...
2
votes
3answers
287 views

setting JAVA_HOME & CLASSPATH in CentOS 6

I have unpacked my jdk in /usr/java/. and I put CLASSPATH, PATH, JAVA_HOME into /etc/profile like below. export JAVA_HOME=/usr/java/jdk1.7.0_21 export PATH=$PATH:$JAVA_HOME/bin export ...
0
votes
0answers
32 views

Linux Server Compiling Multiple java classes Fails

I'm Using Linux Cent OS 6.0 Basic Server Edition with nearly nothing installed except java 7 and tomcat I've Looked around the Internet And I haven't had much luck finding a good manner to compile my ...
0
votes
0answers
13 views

any feature on linux like Perfermance Counter on Windows servers?

I have a tomcat web application, when invoking an unstable remote API, I want to get realtime http request time at any time. On windows server, I can use Performance Counter, does centos provide ...
0
votes
1answer
135 views

installing a highcharts server with CentOS 6

I'm having trouble finding a good tutorial for creating a highcharts server. Their installation page doesn't seem to have what is needed. http://docs.highcharts.com/#installation This github page ...
0
votes
0answers
195 views

Apache Ant 1.8 on CentOS

I am trying to get apache ant 1.8 to work under CentOS. First, I had this error. Error: Could not find or load main class org.apache.tools.ant.launch.Launcher Then I set the following variables ...
0
votes
1answer
106 views

Java memory usage via linux top keep increasing in small percentage?

We have a socket listener programme running on centos machine. What is worrying is that the memory usage for the application via the top keep showing come minor increment. On the other hand the if we ...
0
votes
3answers
76 views

updating javac version to same as java version

How to use the same version of java 1.7 for both java and javac, on my centos I am getting results like this... for command java -version: java version "1.7.0_03" Java(TM) SE Runtime Environment ...
2
votes
2answers
148 views

Detected JDK Version: 1.6.0-24 is not in the allowed range 1.7

When I ran the command mvn clean package I am getting error: Detected JDK Version: 1.6.0-24 is not in the allowed range 1.7. How to fix the above error? I tried to check jdk version isntalled ...
0
votes
2answers
265 views

connection refused in centOS with postgresql

I know that many people ask this question but I try many path solution but any one was correct. So, I have problem with connect to my postgresql server(on CentOS 6.4 minimal version - I have there ...
-1
votes
3answers
300 views

Tomcat - Unusual logs [closed]

I am seeing a few log entries which looks suspicious. Not a single request from listed below is actually for the application. Can someone advise me on what I should do? This is the first ever ...
0
votes
2answers
376 views

Unable to load library 'tesseract': libtesseract.so: cannot open shared object file: No such file or directory

I've had tesseract and Tess4J running on my MBP for a while now. Today I started to migrate my app to the server and started installing everything on the server. Prior to running Tess4J in tomcat I ...
0
votes
0answers
49 views

Setting subdomains on tomcat6 and a centOS server

Well, here is the scenario I got this webapp written in java, it is deployed on a tomcat instance which is installed on a dedicated CentOS server. My welcome page is login.jsp, and when the user ...
1
vote
2answers
180 views

webapp start fail on tomcat6

I am trying to deploy a webapp on tomcat6/CentOS5 I did the configuration, but when I try to start the webapp it fails so as the guys over here said a made some modification in longing system and ...
1
vote
1answer
113 views

Running SymmetricDS as a Service on CentOS

I have successfully installed SymmetricDS on CentOS 6.3 64 bits. I can launch it : ../bin/sym --port 8080 --server Now I am trying to launch it as a service. I followed the instructions of : ...
1
vote
2answers
131 views

LInux java class from process id pid

I am a newbie to linux. I am trying to find a command that displays pid and java class. I tried: ps -C java -o pid but it only showed me pid, not java classes. So I used a different command: ...
0
votes
2answers
114 views

Java CentOs File path with special characters and spaces FileNotFound

I'm having trouble accessing certain Files in java. Altough the files get loaded of the Filesystem using folder.listFiles() etc... The problem I have is that some files have special characters and ...
0
votes
1answer
75 views

ZipFileException upon undeployment of WAR in JBoss 5.1

I've got a standard WAR application that is working well under JBoss 5.1 and Ubuntu linux 12.10. However, when I try to deploy the same application on CentOS 5.2, I face the following exception on ...
0
votes
1answer
134 views

why I can't install netbeans on linux(centos)? [closed]

I downloaded the netbeans. I followed the Installation Instructions ,but the terminal display the following things: Configuring the installer... Searching for JVM on the system... Extracting ...
1
vote
3answers
6k views

Inactive plugin error when using java applet on MacOSX10.6.8

I've set up webmin and it was working fine until yesterday. I was trying to get it more secured. So I tried to put .htaccess with basic password authentication in the directory related to webmin. ...
0
votes
0answers
128 views

jpackage repository dependency resolution broken on CentOS

Many people seem to use jpackage.org to install java packages via RPM/YUM/APT. I tried installing both jpackage-release 6.1 and 5.4. 6.1 yielded broken dependencies, some of which are only in the 5.4 ...
0
votes
1answer
115 views

IBM Java Runtime Environment on CentOS

I need to install IBM's JRE, but I can't seem to find an appropriate download or guide to installing it on CentOS. I've found various zips, but none of them include an RPM and I have no idea where to ...
0
votes
0answers
39 views

How can I load library(.so) file through struts actions and java classes with apache tomcate 6.0 in linux(Centos 5.8) Enviorment

How can I load library(.so) file through struts actions and java classes with apache tomcate 6.0 in linux(Centos 5.8) Enviorment? I tried the following code, but it is not working as tomcat6 could not ...
0
votes
2answers
344 views

Unable to locate the Javac Compiler in:

I have installed OpenJDK as mentored below. But i still keep getting this error. I have set the right PATH in bash_profile. Can someone help me out of this? [ERROR] Failed to execute goal ...
0
votes
2answers
82 views

Lost of mouse click capability in JDialog

I am developing a simple Swing application using Matisse, NetBeans GUI Builder. I am facing the same problem in all of my windows. When I open a new JDialog over my main JFrame or over other JDialog, ...
1
vote
1answer
261 views

Solr admin giving 404 error

I am trying to start solr on tomcat on my centos production server . I have it already working on the local . However , when I try to access the admin , I get the 404 error (missing core name in path) ...
0
votes
2answers
127 views

java jbutton text does not fit on different environments

I have a jbutton in a Jpanel which has FlowLayout with trailing alignment. This code actually works in ubuntu environment but when i run it in the centos enviornment, text does not fit on the button. ...
1
vote
1answer
950 views

How to install 32-bit JVM on 64-bit Centos [closed]

I'm using 64-bit Centos and I have application, which needs 32-bit java (app should be run with java -d32 app.jar). But when I start java -d32 I got: [root@app ~]# java -d32 This Java instance does ...
0
votes
2answers
125 views

How to detect java process exit?

In a java program, I am generating an sh script for use on a centOS machine, which will use sox and lame to decode an MP3 audio file, then apply some gain to the file respectively. Im having some ...
1
vote
3answers
89 views

Find string between 2 points & move between another 2 points

I have a lot of urls that are sadly static, to change them I need to use some type of application or script.. I have about 400 files with urls ranging from 15-150 on each. Here is an example of what ...
0
votes
2answers
85 views

java application can not open URL address 0.0.0.0

I have a jboss server running, and inside webapplication there code below. The question is I can not connect to server. The interesting thing is if I write 127.0.0.1 instead of 0.0.0.0 all is ok. I ...
0
votes
0answers
144 views

How do I get Tomcat 7 to start up faster in Linux CentOS kernel version 2.6.18? [closed]

I am experiencing a problem with slow start up times for Tomcat 7. I have done some testing by tweaking configuration parameters both on Linux CentOS kernel version 2.6.18 and on Windows 7 using this ...
-1
votes
1answer
176 views

java - print image code not working when it is deployed in linux - cent-os server

Following code is working fine when it is running on windows, but if this is deployrd in server and access through windows system it throws Runtime Exception "No printer services available.". is there ...
0
votes
2answers
343 views

setting classpath using setenv.sh for a project

I want to write an sh file that will set classpath in Linux. I tried using: export ClASSPATH=$CLASSPATH:$ABC_HOME However, when I run the .sh file it doesn't set the classpath.
0
votes
2answers
387 views

Is it possible to run Sonar on 64-bit system, CentOS?

I just installed Sonar 3.2 on CentOS (uname -a = Linux mydomain.com 3.2.20-1.29.6.amzn1.x86_64).  I'm using a 64-bit version version of Java … $ java -version java version "1.6.0_24" OpenJDK ...
0
votes
2answers
212 views

How can I dynamically set the source IP address when my machine makes a DNS query?

PushToTest does performance testing for Social/Mobile Web apps. For example, We used 20 AWS EC2 c1.medium instances to generate 50,000 user transactions in a 10 minute period. Our TestMaker software ...
0
votes
1answer
214 views

FTP on CentOS ec2 instance using Java

Having a problem with FTP transfer from our server (FileZilla, setup in passive mode) to our web application deployed on a CentOS ec2 instance. Manually testing with wget and ftp from the instance, ...
1
vote
2answers
129 views

How to get Java to use the correct character set?

We've got our servers running on CentOS and our Java backend sometimes has to process a file that was originally generated on a Windows machine (by one of our clients) using CP-1252, however in 95%+ ...
0
votes
1answer
390 views

Installing jvisualvm on CentOS

I installed Java on my CentOS machine, but I don't have jvisualvm: [root@ bin]# ls -la /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/ total 496 drwxr-xr-x. 2 root root 4096 2012-05-22 17:31 . ...
0
votes
1answer
61 views

Executed programs run through java seem to time out?

I have an IRC bot which accepts commands from users to host specific game servers. However, after about half an hour to an hour of having the server up, the server just freezes up. The server is ran ...
1
vote
0answers
89 views

Xinerama and OpenGL on multiple Matrox devices while using JOGL

I'm encountering a problem while using 2 Matrox Extio F2408 devices. I run a Centos 5.0 system with 5 monitors, 4 connected to the first Extion device, the fifth to the second. Xinerama mode is ...
1
vote
3answers
287 views

Java process using more RAM than assigned?

Basically I run a minecraft server on a Centos 6.2 16GB system I boot through rtoolkit to start my server, now I assigned it to use 12GB however it is using muc more than that and I do not know why. ...
4
votes
3answers
728 views

InetAddress.getLocalHost() always returns 127.0.0.1

Anyone knows why InetAddress.getLocalHost() always returns 127.0.0.1 although I have changed the ip inside /etc/hosts? After the change hostname -i returns the correct ip (192.168.x.x), but ...
3
votes
1answer
1k views

com.mysql.jdbc.exceptions.MySQLSyntaxErrorException exception in CentOS server

Running a java code in CentOS server to connect mysql My code is - String server = "", url = "", password = "", user = "", databasename = ""; Connection con = null; try { server = ...
1
vote
0answers
497 views

Why is my Netty based TCP server hanging up with 100% CPU usage?

I've developed a Netty based TCP server to receive maintain connection with GSM/GPRS based devices and to persist those data in MySql database. Currently 5K connections are handled. Devices send ...
0
votes
1answer
179 views

diagnosing why java on Centos (Tomcat) using 150% CPU while idle - JConsole?

the Java process on my Tomcat/Centos server is taking 150% CPU while idle (no one logged in to our application) PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND ...
5
votes
3answers
4k views

JVM always beyond 100% CPU usage in CentOS 6

Good afternoon. I'm having a really baffling issue with the Java VM on my CentOS 6 (64bit) server. It's a server with a quad-core CPU (with hyperthreading), 16GB of RAM and 2TB hard drive space (on ...
1
vote
0answers
263 views

Ext plugin for Liferay 6.0.6 is not executed on RHEL 5.2 x86_64

This is a strange problem . The Ext plugin for Liferay 6.0.6 can be executed on any OS platform but centos or RHEL. Now I will try my best to explain my experiment. First, I create a login-hook ...
1
vote
0answers
290 views

Java connection timeout exception (server is in virtual machine)

I'm havin this situation. I have server running in CentOS (CentOS is in my virtual machine VMware). In host (win7) I have java program that needs to make GET method to server on CentOS. I've manage ...

1 2