2017-01-07 1 views
0

이클립스 화성에서 EJB 3.0 애플리케이션을 개발 중입니다. glassfish 4 서버에 프로젝트를 배포 할 수 없습니다.이클립스 화성에 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. 

이 제발 도와주세요 : 나는 JDK 7

내 서버 로그를 사용합니다. 내가 응용 프로그램

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

답변

0

문제를 개발하기 위해이 링크를 참조하고 자동으로 해결되었다.

관련 문제