Getting Exception while migrating jboss version 6.4 to 7.2 - jboss

At the time of starting Jboss server I am getting below exception.
ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
Note: I am doing Jboss migration from 6.4 to 7.2
Please help.

Related

Jboss7.2 Unable to obtain CDI 1.1 utilities for Mojarra

Environment:
Jboss 7.2
Java 11
On loading JBoss 7.2 server I am getting an issue obtaining CDI 1.1 utilities. How could I to resolve this problem?
Server log SEVERE error on loading
...
08:24:15,561 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-7) Unable to obtain CDI 1.1 utilities for Mojarra
08:24:15,562 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-7) Unable to obtain CDI 1.1 utilities for Mojarra
...

java.lang.IllegalArgumentException: XNIO001001: No XNIO provider found when configuring JBoss EAP 7.1 Client

I am trying to configure my ESB server as a client for JBoss EAP 7.1 integrated Active MQ Artemis which will connect using the RemoteConnectionFactory. However, I couldn't use the JBoss client jar as it conflicts with the internal JARs. Therefore, I added all the necessary JARs separately.
Now an exception is being thrown saying no provider found.
I have added both xnio-api and xnio-nio jars.
Below is the exception.
Caused by: java.lang.IllegalArgumentException: XNIO001001: No XNIO provider found
at org.xnio.Xnio.doGetInstance(Xnio.java:226)
at org.xnio.Xnio.getInstance(Xnio.java:192)
at org.jboss.naming.remote.client.EndpointCache.get(EndpointCache.java:47)
at org.jboss.naming.remote.client.InitialContextFactory.createEndpoint(InitialContextFactory.java:226)
at org.jboss.naming.remote.client.InitialContextFactory.getOrCreateEndpoint(InitialContextFactory.java:207)
at org.jboss.naming.remote.client.InitialContextFactory.getOrCreateNamingStore(InitialContextFactory.java:170)
at org.jboss.naming.remote.client.InitialContextFactory.getInitialContext(InitialContextFactory.java:146)
... 50 more
How do I resolve this error?

Error processing request:Failed to link com/eaio/uuid/UUID

I am using jboss eap 7 and the uuid library eaio and run my application displays the following message:
Stack Trace:
org.jboss.resteasy.spi.UnhandledException: java.lang.NoClassDefFoundError: Failed to link com/eaio/uuid/UUID (Module "deployment.*-dtoEAR.ear.****-dto.war:main" from Service Module Loader): org/omg/CORBA/portable/IDLEntity**
With jboss eap 6 that does not happen.
I think the issue is with inbuilt modules provided by JBoss EAP 7. JBoss 6 provides /org/jacorb/main/jacorb-2.3.2-redhat-2.jar module which has org/omg/CORBA/portable/IDLEntity class file.
But in JBoss EAP 7, IDLEntity is provided by module /javax/orb/api/main/openjdk-orb-8.1.2.Final-redhat-00001.jar. Because of which your application is able to run on JBoss 6 but not on JBoss 7.
Try adding /org/jacorb/main/jacorb-2.3.2-redhat-2.jar module to your JBoss EAP 7 modules. It should resolve your issue.

JSF 2.0,JPA2.0 eclipseLink 2.5.1 7 EJB 3.0 application Migrating from websphere 8.0 to liberty 8.5.5.9 profile

JSF 2.0,JPA2.0 eclipseLink 2.5.1 7 EJB 3.0 application Migrating from websphere to liberty profile
getting below error while migrating from websphere to websphere liberty profile
[ERROR ] CWWKZ0002E: An exception occurred while starting the
application fagerEar. The exception message was:
com.ibm.ws.container.service.state.StateChangeException:
java.lang.NoClassDefFoundError: org.slf4j.Logger
Your slf4j jar which contains org.slf4j.Logger class is missing in the MANIFEST.MF file of the project which is trying to load it. If this error is occurring in your Web project, please add the slf4j jar in the MANIFEST.MF of your web project.

Failed to startup Jboss 5.1

I am on Redhat, using Jboss 5.1 I am not able to start my Jboss. previously it was working i added some jar file in lib. Now its throwing error saying
Failed to boot JBoss:
java.lang.NullPointerException
at org.jboss.Main.boot(Main.java:136)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:745)
What can be the possible cause of this ???