JBoss default password

The default credentials are: login: admin password: admin But if you use EAP these credentials are turned off by default and there is no active user (security reasons :)). If you want to turn on these users, you have to edit the following file in your current profile: ./deploy/management/console-mgr.sar/web-console.war/WEB-INF/classes/web-console-users.properties. It should be enough to remove … Read more

Which embedded messaging system -> ActiveMQ or HornetQ

Firstly, I’m biased. I’m the founder of the HornetQ project, although I don’t work on it any more. Why HornetQ over ActiveMQ? Here are a few good reasons: HornetQ is significantly faster than ActiveMQ. http://community.jboss.org/wiki/HornetQPerformance In fact, HornetQ is the #1 fastest enterprise messaging system on the market. Or at least, it was, when we … Read more

javax.xml.parsers.FactoryConfigurationError running JBoss AS 7.1 with Java 7 update 171

Could you try upgrading jboss-modules.jar (found in the root folder of the jboss-as binary distribution) to 1.1.5.GA? The version of jboss-modules which comes with jboss-7.1.1.Final is 1.1.1.GA and it has a few issues with initialisation order and multiple-initialisation which could be causing the issue.

IE11 HTTPS AJAX XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff

We spend multiple days searching for the cause of this problem! In the console: SCRIPT7002: XMLHttpRequest: Network Error 0x2eff, Could not complete the operation due to error 00002eff. In the network tab of IE/Edge, we see the failed request as ‘Pending…’ XmlHTTPRequest/JQuery returns 404 error at the client, but the server returned a successfully 200 … Read more

IllegalAnnotationException: Two classes have the same XML type name

I found the cause of my problem. This problem occurs because JAX-WS generates a class for each method and the class name is constructed by concatenating methodName + “Response”. In my case, the newly generated class by JAX-WS will have the same name as my response object. Example: @Stateless @WebService() public class AccountWS { @WebMethod() … Read more

How to change port number in jboss-7

The file is $JBOSS_HOME/standalone/configuration/standalone.xml. Find <socket-binding-group> and <socket-binding> there. EDIT There’s multiple ways to do this. The recommended way is to use the management console. If JBoss AS runs on your local computer, open the URL http://localhost:9990/console/App.html#socket-bindings and edit the socket-bindings there. I tested it on Wildfly 8.1.0 Final, don’t know if the URL is … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)