Skip to Content.
Sympa Menu

shibboleth-dev - Re: Build of 2.0 beta1 IdP

Subject: Shibboleth Developers

List archive

Re: Build of 2.0 beta1 IdP


Chronological Thread 
  • From: "Chris G. Sellers" <>
  • To:
  • Subject: Re: Build of 2.0 beta1 IdP
  • Date: Tue, 22 Jan 2008 16:11:14 -0500

Chad,
I'm confused.   Here is my setup

root@ shib-dist]# java -version
java version "1.5.0_13"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05)
Java HotSpot(TM) Client VM (build 1.5.0_13-b05, mixed mode, sharing)

[root@ shib-dist]# echo $JAVA_HOME
/usr/java/jdk1.5.0_13/
[root@ shib-dist]# echo $ANT_OPTS
-d


I'm thinking it's the java binary that is balking at the -d option.  I got the JDK from Sun.

Sellers


On Jan 22, 2008, at 10:44 AM, Chad La Joie wrote:

I have never had anything run properly with the gij.  Shib isn't going to work on it anyways so you'll need to install a real JDK at some point.  Might as well do it now.

Also, you aren't using the system install ant version, the ant script we ship with shibboleth uses a version of ant that we ship with.  It's just a standard ant version but with some extension ant tasks already loaded so that deployers don't have to figure out how to do that.

Chris G. Sellers wrote:
I'm using the JVM from the JDK not just the stand along JRE.  It appears to be an issue with gij compiler.  It's taking the ANT_OPTS variable and trying to use it
If I switch to the java JRE in /usr I get a more descriptive err
root@ shib-dist]# ./ant.sh idp
gij: unrecognized option -- `-d'
Try `gij --help' for more information.
On Jan 22, 2008, at 10:18 AM, Franck Borel wrote:
Hi Chris,

Chris G. Sellers schrieb:
> I've tried to use ANT in debug mode (sorry, my Ant skills are limited)
> and I can't seem to get it to output debug info.  The verison I'm using
> is on Fedora
>
> ant-1.6.5-4jpp.2.fc7
>
> It does not like --debug or --debugexec
>
> [root@sellers-lab1 shib-dist]# ./ant.sh idp
> Unrecognized option: -d
> Could not create the Java virtual machine.
>
>
> [root@1 shib-dist]# echo $JAVA_HOME
> /usr/java/jdk1.5.0_13/
> [root@ shib-dist]# echo $ANT_OPTS
> -d

Seems to be the wrong path entry to your JVM: Where is your Java virtual
machine placed?

-- Franck

______________________________________________
Chris G. Sellers | NITLE Technology
734.661.2318 | <>
AIM: imthewherd | GTalk: <>

--
SWITCH
Serving Swiss Universities
--------------------------
Chad La Joie, Software Engineer, Security
Werdstrasse 2, P.O. Box, 8021 Zürich, Switzerland
phone +41 44 268 15 75, fax +41 44 268 15 68
, http://www.switch.ch


______________________________________________
Chris G. Sellers | NITLE Technology
734.661.2318 |
AIM: imthewherd | GTalk:






Archive powered by MHonArc 2.6.16.

Top of Page