1 Reply Latest reply on May 8, 2018 5:30 PM by dmlloyd

    java.lang.ClassNotFoundException: org.omg.CORBA.StringHolder, Wildfly 12

    holydos

      Hi everyone!

      During application deployment i have got this message:
      Cannot upload deployment: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./myapp-ui" => "java.lang.NoClassDefFoundError: org/omg/CORBA/StringHolder Caused by: java.lang.NoClassDefFoundError: org/omg/CORBA/StringHolder Caused by: java.lang.ClassNotFoundException: org.omg.CORBA.StringHolder from [Module \"deployment.myapp-ui.war\" from Service Module Loader]"}}

      Im using wildfly 12 docker image which contains openjdk-1.8.0. I have checked this class in directory classpath and it exist. It is part of java rt.jar and it have to be loaded as part of bootstrap library.
      May it could be cause of incorrect .war configuration or lib inclusion?

      Thank you