Questions tagged [java]

Programming language and runtime environment that allows compiled Java programs to run unchanged on most hardware and software platforms

1835 questions
0
votes
1 answer

Install JIRA on Ubuntu 12.04 with the default installer or manually?

I am researching installing JIRA, and the rest of the Atlassian Suite, onto an Ubuntu 12.04 server. It appears that not long ago everyone recommended installing JIRA manually. This was due to lots of configuration problems and bugs related to Java…
dbasch
  • 407
  • 1
  • 5
  • 12
0
votes
1 answer

Tomcat Requested resource not found

I have a webapp, for which i have created a softlink in the webapp folder in tomcat6 directory /var/lib/tomcat6/webapp. Now, i have the webapp stored in /webapp/ when i pointed all my servers and restarted tomcat and visitedL…
Vijit Jain
  • 86
  • 3
  • 15
0
votes
1 answer

Make tomcat use Oracle Java, instead of OpenJDK

I have a webapp from Atlassian, called as Crowd, in order for this app to function, i need to have tomcat, and OracleJDK. the app provides a tomcat container, but that is not what i want. I want to install tomcat, so i can get the JSCV daemon…
Vijit Jain
  • 86
  • 3
  • 15
0
votes
0 answers

Java 1.7.21 install via GPO fails on Win 8

Attempting to distribute Java runtime 7 update 21 via GPO to Windows 8. Problem is the GPO fails with: The install of application Java 7 Update 21 (64-bit) from policy Workstation 64-bit failed. The error was: %%1612 Then try running it manually…
NickC
  • 2,373
  • 13
  • 41
  • 55
0
votes
2 answers

Red5 can't find Java

I'm setting up a Red5 server on Cygwin I get this /usr/share/red5$ sh red5.sh Running on CYGWIN_NT-6.1-WOW64 Unable to locate Java. Please set JAVA_HOME environment variable. However, I can also do this: javac -version and get javac 1.7.0, so I…
user173757
0
votes
1 answer

Bind a Java process to a virtual interface

I'm trying to bind a java process to a specific virtual interface having IP address as follows: export BIND_ADDR= LD_PRELOAD=./bind.so exec java -jar ppp.jar The program ppp.jar simply makes a request on an HTTP server, which…
auino
  • 143
  • 7
0
votes
1 answer

centos install java openjdk for jenkins

I have an issue with a VPS, centos, thats running WHM as the container. I need to run open-jdk to get jenkins ci going, but the issue is that oracle's java keeps popping up. From a server restart: root@host [~]# java -version java version…
Daithí
  • 1,333
  • 1
  • 11
  • 14
0
votes
1 answer

wso2 Governance Registry Active Directory integration unable to find valid certification path to requested target

I am attempting to set up a WSO2 Governance Registry server on RHEL5 that will integrate with our Active Directory using ldaps, but normal methods of setting up trust of the domain controllers ssl certificate do not seem to work. I am starting up…
ioscode
  • 136
  • 4
0
votes
2 answers

Kerberos with active directory from linux

I have windows stations and a linux server - and I would like to perform SSO using Windows-Kerberos (via Active Directory - the same one all users on the windows station use). And so - I have searched many examples and ways of acheving this goal:…
user967710
0
votes
1 answer

java.lang.OutOfMemoryError: GC overhead limit exceeded TeamCity 7.0

I am getting this error suddenly. Running teamcity 7.0 on a Windows Server 2008. How do I add more memory via passing options to the JVM? I don't understand how to pass the xmx option when using teamcity with java.
user160910
0
votes
2 answers

Managing security (Java) access in a shared environment

While developing a shared hosting solution for Java applications we have encountered an issue, since users can upload their own jars how do we restrict them from running Linux commands such as df -h or free -g with those jars? Of course we have our…
Matthew Salsamendi
  • 318
  • 4
  • 5
  • 15
0
votes
2 answers

how do I use chef to force ubuntu to install dependencies?

New to chef. I'm trying to install openjdk-6-jre-headless using chef, but first I went to try it out using apt-get and I get this this error The following packages have unmet dependencies: openjdk-6-jre-headless: Depends: openjdk-6-jre-lib (>=…
trustfundbaby
  • 215
  • 2
  • 3
  • 9
0
votes
1 answer

setting up environment variables for aws hadoop ec2

I've been following this book: Hadoop in Action It gives a nice guide on how to start using ec2 with hadoop. One of the first things that it says is to download the command line tools…
Alex Gordon
  • 455
  • 3
  • 14
  • 31
0
votes
2 answers

jetty.state issue when starting Jetty

I rent a CentOS 6 VPS and wish to install Jetty on it so I can use Solr for a project I've been working on. I've been following this jetty tutorial to install Jetty on my VPS, however when I try to start Jetty using service jetty start or…
0
votes
2 answers

ASDM unable to launch device manager from

I can't access to my Cisco asa 5505 from my Windows 7 64bit. The problem is that i can connect on it using the ASDM from another PC (WinXP 32bit), and i can connect using my win7 64bit to another Cisco ASA5505. I guesse this a java/windows security…
Houari
  • 131
  • 1
  • 1
  • 6