For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 15 years ago by
support-joy.
-
AuthorPosts
-
b_52globemasterMemberHi,
i’m trying to add a glassfish server (i go to servers–>add glassfish) . then i try to start it threw myeclipse 9 , but i’m having the following error:
Launching GlassFish on Felix platform Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain.main(GlassFishMain.java:97) at com.sun.enterprise.glassfish.bootstrap.ASMain.main(ASMain.java:55) 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:242) at com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.populateConfig(AbstractModulesRegistryImpl.java:174) at com.sun.enterprise.module.common_impl.AbstractModulesRegistryImpl.createHabitat(AbstractModulesRegistryImpl.java:158) at com.sun.enterprise.module.bootstrap.Main.createHabitat(Main.java:425) at org.jvnet.hk2.osgiadapter.HK2Main.createHabitat(HK2Main.java:96) at com.sun.enterprise.glassfish.bootstrap.osgi.EmbeddedOSGiGlassFishRuntime.newGlassFish(EmbeddedOSGiGlassFishRuntime.java:89) at com.sun.enterprise.glassfish.bootstrap.GlassFishMain$Launcher.launch(GlassFishMain.java:113) ... 6 more Completed shutdown of GlassFish runtimeand thanks for your help
August 8, 2011 at 6:52 am #318745
support-joyMemberb_52globemaster,
I am afraid, I cannot reproduce this issue at my end. Could you answer below queries to help me investigate further –
1. Copy and paste your installation details. Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details
2. Also specify your build-id. Click on Help > About MyEclipse Enterprise Workbench and copy and paste the version and build-id
3. Please attach a screenshot of Window > Preferences > MyEclipse > Servers > GlassFish > GlassFish 3.x
4. Could you clarify what have you set as JDK on GF3? A screenshot would help.
5. Clear your .log file, replicate the issue and attach your .log located at [your workspace dir]/.metadata/.logAugust 9, 2011 at 3:33 pm #318795
b_52globemasterMemberHi support-joy,
thanks a lot for you assistance , finally i discover that i was selecting a glassfish ‘prelude’ v3, instead of a normal glassfis v3 server.
now it’s working smoothly.
thanks for your help
August 10, 2011 at 1:49 am #318798
support-joyMemberb_52globemaster,
Good to hear you are all set.
Best.
-
AuthorPosts
