Unable to run app-client that is accessing an EJB on GlassFish v3

时光总嘲笑我的痴心妄想 提交于 2020-01-15 03:53:05

问题


Environment: GlassFish 3.0.1, NetBeans 6.9, JDK 6u21

Problem: Unable to run app-client that is accessing an EJB

A bugreport can be found under http://netbeans.org/bugzilla/show_bug.cgi?id=183488 with the corresponding tutorial http://netbeans.org/kb/docs/javaee/entappclient.html . I understand now how the Remote interface has to be in a Java Class Library. I walked through the steps of the tutorial, but still, it does not work.

Errors: http://pastebin.com/k8ARGKbX.

According to http://docs.sun.com/app/docs/doc/820-7700/gjkmx?l=en&a=view, this error message means:

ACDEPL112 Error attempting to process extensions from the manifest of JAR file {0}; ignoring it and continuing

Cause: The exception listed in the log file was thrown as the server tried to open the JAR file or process the extensions listed in its manifest.

Solution: Make sure the manifest of the JAR file correctly lists the extensions on which the JAR depends.

Doesn't mean too much to me, manifest files contain only Manifest-Version: 1.0 , should I add something here? :\

A similar discussion can be found under http://forums.netbeans.org/post-86938.html . I also asked this question at the NetBeans Community Forum http://forums.netbeans.org/viewtopic.php?t=33195, and sent an email to the editors.

Any help or ideas would be appreciated! Thanks in advance, wheelie


回答1:


What I did to make it work - Windows 7:

  • Install GlassFish in root; not in Program%20Files.
  • Set permissions on Glassfish install folder (Full control).

On Windows XP you don't have to set permissions.



来源:https://stackoverflow.com/questions/4145242/unable-to-run-app-client-that-is-accessing-an-ejb-on-glassfish-v3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!