Forum Discussion

Mark_Wakefield_'s avatar
Mark_Wakefield_
Icon for Nimbostratus rankNimbostratus
Nov 06, 2006

Java Compilation problems iControl v4.6.3

I downloaded the iControl SDK v4.6.3 and followed all the pre-requisite instructions, but when I go to compile the Java, I get a number of compilation errors, for the XTrustProvider class (see below). I have downloaded the v4.6.2 SDK and that compiles without error. Has anybody else come across this problem with v4.6.3, is there a fix for this?

 

 

Many thanks in advance...

 

 

Compiling GlobalLB .....

 

GlobalLBDataCenter.java:149: cannot find symbol

 

symbol : variable XTrustProvider

 

location: class support.SOAP.java.GlobalLB.GlobalLBDataCenter

 

XTrustProvider.install();

 

^

 

GlobalLBGlobal.java:130: cannot find symbol

 

symbol : variable XTrustProvider

 

location: class support.SOAP.java.GlobalLB.GlobalLBGlobal

 

XTrustProvider.install();

 

^

 

GlobalLBStats.java:121: cannot find symbol

 

symbol : variable XTrustProvider

 

location: class support.SOAP.java.GlobalLB.GlobalLBStats

 

XTrustProvider.install();

 

^

 

Note: GlobalLBDataCenter.java uses unchecked or unsafe operations.

 

Note: Recompile with -Xlint:unchecked for details.

 

3 errors

 

Compiling LocalLB .....

 

..\..\..\..\support\SOAP\java\LocalLB\XTrustProvider.java:43: duplicate class: XTrustProvider

 

public final class XTrustProvider extends java.security.Provider

 

^

 

LocalLBGlobal.java:326: cannot access support.SOAP.java.LocalLB.XTrustProvider

 

bad class file: ..\..\..\..\support\SOAP\java\LocalLB\XTrustProvider.java

 

file does not contain class support.SOAP.java.LocalLB.XTrustProvider

 

Please remove or make sure it appears in the correct subdirectory of the classpath.

 

XTrustProvider.install();

 

^

 

2 errors

 

Compiling Management .....

 

..\..\..\..\support\SOAP\java\Management\XTrustProvider.java:43: duplicate class: XTrustProvider

 

public final class XTrustProvider extends java.security.Provider

 

^

 

Bigdb.java:126: cannot access support.SOAP.java.Management.XTrustProvider

 

bad class file: ..\..\..\..\support\SOAP\java\Management\XTrustProvider.java

 

file does not contain class support.SOAP.java.Management.XTrustProvider

 

Please remove or make sure it appears in the correct subdirectory of the classpath.

 

XTrustProvider.install();

 

^

 

2 errors

 

Compiling Networking .....

 

..\..\..\..\support\SOAP\java\Networking\XTrustProvider.java:43: duplicate class: XTrustProvider

 

public final class XTrustProvider extends java.security.Provider

 

^

 

Interfaces.java:145: cannot access support.SOAP.java.Networking.XTrustProvider

 

bad class file: ..\..\..\..\support\SOAP\java\Networking\XTrustProvider.java

 

file does not contain class support.SOAP.java.Networking.XTrustProvider

 

Please remove or make sure it appears in the correct subdirectory of the classpath.

 

XTrustProvider.install();

 

^

 

2 errors

 

Compiling System .....

 

..\..\..\..\support\SOAP\java\System\XTrustProvider.java:43: duplicate class: XTrustProvider

 

public final class XTrustProvider extends java.security.Provider

 

^

 

ConfigSync.java:125: cannot access support.SOAP.java.System.XTrustProvider

 

bad class file: ..\..\..\..\support\SOAP\java\System\XTrustProvider.java

 

file does not contain class support.SOAP.java.System.XTrustProvider

 

Please remove or make sure it appears in the correct subdirectory of the classpath.

 

XTrustProvider.install();

 

^

 

2 errors
No RepliesBe the first to reply