Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

weblogic.management.DeploymentException: CDI deployment failure:null

k.RamuJul 8 2016 — edited Jul 11 2016

Hi experts,

While deploying my 12.2.1 application getting issue like this. This I didn't face before security implementation. I observed every line of code in the LoginBean but not found any issues.

And also tried running the page by removing the value and action bindings of Login page, But still facing the same issue.

not only login page any page of application try to run getting the same issue..please help

weblogic.management.DeploymentException: CDI deployment failure:null

    at com.oracle.injection.integration.CDIAppDeploymentExtension.initCdi(CDIAppDeploymentExtension.java:79)

    at com.oracle.injection.integration.CDIAppDeploymentExtension.activate(CDIAppDeploymentExtension.java:41)

    at weblogic.application.internal.flow.AppDeploymentExtensionFlow.activate(AppDeploymentExtensionFlow.java:39)

    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:753)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:45)

    Truncated. see log file for complete stacktrace

Caused By: java.lang.NullPointerException

    at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)

    at com.google.common.cache.LocalCache.get(LocalCache.java:3999)

    at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4004)

    at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4874)

    at org.jboss.weld.util.cache.LoadingCacheUtils.getCacheValue(LoadingCacheUtils.java:49)

    Truncated. see log file for complete stacktrace

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 8 2016
Added on Jul 8 2016
11 comments
4,567 views