2017-01-07 7 views
0

EclipseマーズでEJB 3.0アプリケーションを開発しています。 glassfish 4サーバーにプロジェクトを展開できません。私は、JDK 7Eclipseマーズでejb3プロジェクトをデプロイできません

私のサーバーのログを使用します。

cannot Deploy SampleEJBProject 
deploy is failing=Error occurred during deployment: Exception while deploying the app [SampleEJBProject] : A MultiException has 2 exceptions. They are: 
1. com.sun.enterprise.module.ResolveError: Failed to start OSGiModuleImpl:: Bundle = [org.glassfish.main.web.weld-integration [296]], State = [RESOLVED] 
2. java.lang.IllegalStateException: Could not load descriptor SystemDescriptor(
    implementation=org.glassfish.weld.WeldContainer 
    name=org.glassfish.weld.WeldContainer 
    contracts={org.glassfish.weld.WeldContainer,org.glassfish.api.container.Container} 
    scope=javax.inject.Singleton 
    qualifiers={} 
    descriptorType=CLASS 
    descriptorVisibility=NORMAL 
    metadata=Bundle-SymbolicName={org.glassfish.main.web.weld-integration},Bundle-Version={4.1.1} 
    rank=0 
    loader=OsgiPopulatorPostProcessor.HK2Loader(OSGiModuleImpl:: Bundle = [org.glassfish.main.web.weld-integration [296]], State = [RESOLVED],377949866) 
    proxiable=null 
    proxyForSameScope=null 
    analysisName=null 
    id=414 
    locatorId=0 
    identityHashCode=2094253683 
    reified=false) 
. Please see server.log for more details. 

私を助けてください。 私は、問題を自動的に解決してしまったアプリケーション

https://www.genuitec.com/products/myeclipse/learning-center/javaee/myeclipse-ejb-3-x-tutorial/

答えて

0

を開発するために、このリンクを参照しています。

関連する問題