6 Replies Latest reply on Sep 9, 2018 6:22 AM by madebuvie

    Eclipse JBoss Server is broken

    madebuvie

      Hi,

      i just try to set up a JBoss server under Eclipse (localhost). For this, I selected the link "No servers available. Click this link to create a new server" in the tab Server

      and added the JBoss server.

      Then created the JBOSS AS 7.1. After I had chosen the button start it came to a conflict with an existing Oracle server. I then stopped it.

      After that it had worked. However, I later ignored this conflict and started the JBoss server anyway. Now I always get an error message when starting from the JBoss server.

      Reinstallation did not help either. Maybe someone can help me there?

       

      This output i got from the console:

      Exception in thread "main" javax.xml.parsers.FactoryConfigurationError: Provider __redirected.__SAXParserFactory could not be instantiated: java.lang.NullPointerException

      at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source)

      at javax.xml.parsers.FactoryFinder.newInstance(Unknown Source)

      at javax.xml.parsers.FactoryFinder.find(Unknown Source)

      at javax.xml.parsers.SAXParserFactory.newInstance(Unknown Source)

      at jdk.xml.internal.JdkXmlUtils.getSAXFactory(Unknown Source)

      at jdk.xml.internal.JdkXmlUtils.<clinit>(Unknown Source)

      at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source)

      at com.sun.org.apache.xerces.internal.impl.xs.opti.SchemaParsingConfig.<init>(Unknown Source)

      at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.<init>(Unknown Source)

      at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.<init>(Unknown Source)

      at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.<init>(Unknown Source)

      at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.<init>(Unknown Source)

      at com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.<init>(Unknown Source)

      at javax.xml.validation.SchemaFactoryFinder._newFactory(Unknown Source)

      at javax.xml.validation.SchemaFactoryFinder.newFactory(Unknown Source)

      at javax.xml.validation.SchemaFactory.newInstance(Unknown Source)

      at __redirected.__SchemaFactory.<clinit>(__SchemaFactory.java:66)

      at __redirected.__JAXPRedirected.initAll(__JAXPRedirected.java:88)

      at org.jboss.modules.Module$1.run(Module.java:85)

      at org.jboss.modules.Module$1.run(Module.java:72)

      at java.security.AccessController.doPrivileged(Native Method)

      at org.jboss.modules.Module.<clinit>(Module.java:72)

      at org.jboss.modules.Main.main(Main.java:255)

      Caused by: java.lang.NullPointerException

      at __redirected.__RedirectedUtils.loadProvider(__RedirectedUtils.java:94)

      at __redirected.__RedirectedUtils.loadProvider(__RedirectedUtils.java:87)

      at __redirected.__SAXParserFactory.<init>(__SAXParserFactory.java:102)

      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

      at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)

      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)

      at java.lang.reflect.Constructor.newInstance(Unknown Source)

      at java.lang.Class.newInstance(Unknown Source)

      ... 23 more

      Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

       

       

      Best regards Manfred