Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
patricktsang
Post subject: RE: Glassfish v3  PostPosted: Feb 17, 2010 - 07:54 AM



Joined: Jun 24, 2008
Posts: 36

Just tried the 8.5M2, finding that it only supports GlassFish 3.0 Prelude.
The official glassfish 3.0 release is not working if I forced it to be integrated with 8.5M2.

BTW, it there any ways to know what exactly are upgraded on each ME release?
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject: RE: Glassfish v3  PostPosted: Feb 17, 2010 - 08:22 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3242

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".

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
romulusisin
Post subject:   PostPosted: Feb 18, 2010 - 06:11 AM
Veteran Member
Veteran Member


Joined: Jan 16, 2010
Posts: 10

I can confirm patricktsang's findings. I tried to run the official release of glassfish v3 ( not prelude ) and I get the following error

Quote:

WARNING: Exception while starting bundle com.sun.enterprise.osgi-adapter


The server does not start after this.

Since this is a only milestone release, please add support for glassfish v3 before myeclipse 8.5 is released. Please update us about the status of this request once you have filed it with your DEV team.

Thanks
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject:   PostPosted: Feb 18, 2010 - 06:37 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3242

patricktsang, romulusisin,

Thank you for the update. I have escalated this to the dev team. We are going to get GlassFish 3.0 for ME 8.5 GA release.
Thank you for your support.

Best.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
alaiseca
Post subject: Glassfish v3 connector not working  PostPosted: Feb 19, 2010 - 06:12 PM
Registered Member
Registered Member


Joined: Jan 14, 2006
Posts: 14

I 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 more
 
 View user's profile Send private message  
Reply with quote Back to top
patricktsang
Post subject: Re: RE: Glassfish v3  PostPosted: Feb 20, 2010 - 08:22 AM



Joined: Jun 24, 2008
Posts: 36

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.
 
 View user's profile Send private message  
Reply with quote Back to top
Support-Brian
Post subject: RE: Re: RE: Glassfish v3  PostPosted: Feb 22, 2010 - 12:11 PM
Moderator
Moderator


Joined: Aug 21, 2004
Posts: 2281

Sorry 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.

_________________
Brian
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-joy
Post subject: RE: Re: RE: Glassfish v3  PostPosted: Feb 22, 2010 - 12:14 PM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3242

alaiseca,

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.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits