Giter VIP home page Giter VIP logo

Comments (3)

snambakam avatar snambakam commented on August 18, 2024

Could you please share some information about your setup? Is this off the develop or master branch?

from lightwave.

tvs avatar tvs commented on August 18, 2024

Unless its appeared again, this should have been fixed in dev here: 119c2cd

Andrei also merged the fix over to the 1.2 branch here a23cf11

The short version is that there were two different BouncyCastle jars in both the ROOT and LightwaveUI WARs that cause the cyclic inheritance (org.bouncycastle.asn1.ASN1EncodableVector->org.bouncycastle.asn1.DEREncodableVector->org.bouncycastle.asn1.ASN1EncodableVector):

[ /opt/vmware/vmware-sts/webapps/lightwaveui/WEB-INF/lib ]# ls -l | grep bc
-rw-r--r-- 1 root root  598674 Apr  7 19:49 bcpkix-jdk15on-1.50.jar
-rw-r--r-- 1 root root 1815677 Apr  7 19:50 bcprov-jdk15-1.46.jar
-rw-r--r-- 1 root root 2732684 Apr  7 19:49 bcprov-jdk15on-1.50.jar

A modern build and deployment of Lightwave shouldn't exhibit the problem, but if you're stuck with the older build, you can work around it by deleting bcprov-jdk15-1.46.jar and replacing xmltooling-1.3.3.jar with the 1.4.4 version (https://mvnrepository.com/artifact/org.opensaml/xmltooling/1.4.4) for both the ROOT and lightwaveui WAR files in their respective WEB-INF/lib folders.

from lightwave.

fjudith avatar fjudith commented on August 18, 2024

I'm running Lightwave as part of Photon Controller installer 1.2.

from lightwave.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.