Re: JOnAS 5.3.0 Not starting with JDK 1.8 u131
<[email protected]> Mon, 22 May 2017 19:32:16 +0200
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format...
------------=_1495474342-4652-3680
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: QUOTED-PRINTABLE
H=C3=AC,
I don't know if there are someone of the team here.
It is seem deserted.
Fortunately this error is know.
JONAS 5 is not compatible with javase-1.8
Look at the comments of the issue JONAS-1051
(https://jira.ow2.org/browse/JONAS-1051)
for a workaround
I.e.
You must update the org/ow2/jonas/launcher/jonas/javase-profiles.properties
located in $JONAS_BASE/lib/bootstrap/jonas-launcher.jar
The update is to copied the javase-1.7 section and modify version number.
javase-1.8 ${jaxb-2.2}, \
${jdbc-4.0}, \
javax.accessibility; \
javax.activity; \
javax.annotation.processing; \
javax.crypto;\
javax.crypto.spec;\
javax.crypto.interfaces;\
javax.imageio; \
javax.imageio.event; \
javax.imageio.metadata; \
javax.imageio.plugins.bmp; \
javax.imageio.plugins.jpeg; \
javax.imageio.spi; \
javax.imageio.stream; \
javax.lang.model; \
javax.lang.model.element; \
javax.lang.model.type; \
javax.lang.model.util; \
javax.management; \
javax.management.loading; \
javax.management.modelmbean; \
javax.management.monitor; \
javax.management.openmbean; \
javax.management.relation; \
javax.management.remote; \
javax.management.remote.rmi; \
javax.management.timer; \
javax.naming; \
javax.naming.directory; \
javax.naming.event; \
javax.naming.ldap; \
javax.naming.spi; \
javax.net; \
javax.net.ssl; \
javax.print; \
javax.print.attribute; \
javax.print.attribute.standard; \
javax.print.event; \
javax.rmi; \
javax.rmi.CORBA; \
javax.rmi.ssl; \
javax.script; \
javax.security.auth; \
javax.security.auth.callback; \
javax.security.auth.kerberos; \
javax.security.auth.login; \
javax.security.auth.spi; \
javax.security.auth.x500; \
javax.security.cert; \
javax.security.sasl; \
javax.smartcardio; \
javax.sound.midi; \
javax.sound.midi.spi; \
javax.sound.sampled; \
javax.sound.sampled.spi; \
javax.swing; \
javax.swing.border; \
javax.swing.colorchooser; \
javax.swing.event; \
javax.swing.filechooser; \
javax.swing.plaf; \
javax.swing.plaf.basic; \
javax.swing.plaf.metal; \
javax.swing.plaf.nimbus; \
javax.swing.plaf.multi; \
javax.swing.plaf.synth; \
javax.swing.table; \
javax.swing.text; \
javax.swing.text.html; \
javax.swing.text.html.parser; \
javax.swing.text.rtf; \
javax.swing.tree; \
javax.swing.undo; \
javax.tools; \
javax.xml; \
javax.xml.crypto; \
javax.xml.crypto.dom; \
javax.xml.crypto.dsig; \
javax.xml.crypto.dsig.dom; \
javax.xml.crypto.dsig.keyinfo; \
javax.xml.crypto.dsig.spec; \
javax.xml.datatype; \
javax.xml.namespace; \
javax.xml.parsers; \
javax.xml.transform; \
javax.xml.transform.dom; \
javax.xml.transform.sax; \
javax.xml.transform.stream; \
javax.xml.validation; \
javax.xml.xpath; \
org.ietf.jgss; \
org.jcp.xml.dsig.internal; \
org.jcp.xml.dsig.internal.dom; \
org.w3c.dom; \
org.w3c.dom.bootstrap; \
org.w3c.dom.css; \
org.w3c.dom.events; \
org.w3c.dom.html; \
org.w3c.dom.ls; \
org.w3c.dom.ranges; \
org.w3c.dom.stylesheets; \
org.w3c.dom.traversal; \
org.w3c.dom.views; \
org.w3c.dom.xpath; \
org.xml.sax; \
org.xml.sax.ext; \
org.xml.sax.helpers; \
${sun-extra-packages}; \
${jacorb-packages}; \
${xpath-packages}; \
${se-corba-packages}; \
${jacorb-corba-packages}; \
version=3D"1.8.0"
javase-1.7 ${jaxb-2.2}, \
...
Best regards
------------=_1495474342-4652-3680
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
--
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
------------=_1495474342-4652-3680--