- This topic has 22 replies, 9 voices, and was last updated 15 years, 4 months ago by
support-joy.
-
AuthorPosts
-
February 17, 2010 at 1:54 am #306114
patricktsangMemberThis message has not been recovered.
February 17, 2010 at 2:22 am #306115
support-joyMemberThis message has not been recovered.
February 18, 2010 at 12:11 am #306154
DeepakMemberThis message has not been recovered.
February 18, 2010 at 12:37 am #306155
support-joyMemberThis message has not been recovered.
February 19, 2010 at 12:12 pm #306212
alaisecaParticipantI downloaded, installed and configured 8.5 M2; but when I try to start Glassfish v3, I get the exception shown below. I noticed that the server appearing in the list of supported servers is actually Glassfish v3 Prelude, but I am working with the final, released version 3. Could this be the reason behind the problem? If so, when do you expect to truly support GF v3? If final v3 should work, could you provide me any help to make this work? (Of course, if I start the server outside Eclipse it works just fine). Thanks.
Exception while starting bundle com.sun.enterprise.osgi-adapter [51]
org.osgi.framework.BundleException: Activator start error in bundle com.sun.enterprise.osgi-adapter [51].
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1751)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
at org.apache.felix.framework.BundleImpl.start(BundleImpl.java:915)
at org.jvnet.hk2.osgimain.Main.start(Main.java:140)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1622)
at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1077)
at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
at java.lang.Thread.run(Thread.java:637)
Caused by: javax.xml.stream.FactoryFinder$ConfigurationError: Provider com.ctc.wstx.stax.WstxInputFactory not found
at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:154)
at javax.xml.stream.FactoryFinder.findJarServiceProvider(FactoryFinder.java:308)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:233)
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:137)
at org.jvnet.hk2.config.ConfigParser.<clinit>(ConfigParser.java:239)
at com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.populateConfig(AbstractModulesRegistryImpl.java:157)
at com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.createHabitat(AbstractModulesRegistryImpl.java:144)
at com.sun.enterprise.module.bootstrap.Main.createHabitat(Main.java:418)
at org.jvnet.hk2.osgiadapter.HK2Main.start(HK2Main.java:122)
at org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:640)
at org.apache.felix.framework.Felix.activateBundle(Felix.java:1700)
… 9 moreFebruary 20, 2010 at 2:22 am #306221
patricktsangMember@support-joy wrote:
Pat,
You can find the details on the ME 8.5M2 release here – http://www.myeclipseide.com/Downloads-req-viewsdownload-sid-34.html Please click on “New and Noteworthy” and “release notes”.
This is not what I mean the exact changelog.
I would appreciate it if you can provide more detailed information.
for instance, the Hibernate version is 3.3.2GA, Spring is 2.5.6 etc.February 22, 2010 at 6:11 am #306250
Brian FernandesModeratorSorry about the mix up with Glassfish 3 support. We have now added support for GF3 internally already and it is being tested now. Yes, 8.5M2 supports the prelude only and will not work with the final version. 8.5GA will support both prelude and GF 3.
8.5 is due in the last week of March.Patrick, I agree – we need to provide more detailed information about the frameworks supported and this information is not available right now. Am working on this internally and will try to make sure we update this with every release.
Sorry for the inconvenience caused.
February 22, 2010 at 6:14 am #306251
support-joyMemberalaiseca,
GlassFish v3 support will be available on ME 8.5 GA. It is tentatively scheduled to be released on end of March.
Sorry for the inconvenience. -
AuthorPosts