[Installation, Configuration & Deployment] - Re: Running JBoss with Java 6 (JDK 6)
by nartf
Hi
I encountered the exception below running JBoss 4.0.3SP1 on JDK6. The exception was thrown in an application that hadn't been throwing that exception on JDK1.4.
Interesting: The first occurrence of the exception takes place after a seemingly random amount of time after launch (0 - 60 min). Once it has been thrown, it won't stop being thrown.
Has anyone experienced similar things?
10:10:00,187 SEVERE [EJobEngine] Error sending JMS message; job is NOT run
javax.jms.JMSSecurityException: User: null is NOT authenticated
at org.jboss.mq.security.SecurityManager.authenticate(SecurityManager.java:215)
at org.jboss.mq.security.ServerSecurityInterceptor.authenticate(ServerSecurityInterceptor.java:51)
at org.jboss.mq.server.TracingInterceptor.authenticate(TracingInterceptor.java:734)
at org.jboss.mq.server.JMSServerInvoker.authenticate(JMSServerInvoker.java:287)
at org.jboss.mq.il.uil2.ServerSocketManagerHandler.handleMsg(ServerSocketManagerHandler.java:204)
at org.jboss.mq.il.uil2.SocketManager$ReadTask.handleMsg(SocketManagerjava:369)
at org.jboss.mq.il.uil2.msgs.BaseMsg.run(BaseMsg.java:377)
at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)
at java.lang.Thread.run(Thread.java:619)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040852#4040852
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040852
17 years, 9 months
[JBoss Tools (users)] - Re: This IDE won't update?
by avbentem
"ric1607" wrote : My personal advice is to use all modules except the JBoss IDE Core, and replace it by WTP functionalities instead.
When installing a WTP 2.0 milestone into an Eclipse 3.3. milestone, then be sure to manually include the depencies, as currently only EMF is correctly enforced during installation. When dependencies are missing then the Preferences, Server, Installed Runtimes, Add dialog is rendered incomplete (little red squares instead of server icons, and no JBoss servers listed).
For Eclipse 3.3 M6:
Help, Software Updates, Find and Install
Search for New Features, Europa Discovery Site
Graphical Editors and Frameworks: Graphical Editing Framework (GEF)
Models and Model Development: Eclipse Modeling Framework (EMF), EMF Service Data Objects (SDO), XML Schema Infoset Model (XSD)
Web and JEE Development: Web Standard Tools (WST), J2EE Standard Tools (JST)
The choices at Preferences, Server, Installed Runtimes, Add should now include some JBoss servers. If your preferred version does not show in the list, then:
Download Wolfgang Knauf's WTP 2.0 Server definition for JBoss 4.2.0 or 5.0.0 (see also WTP bug 128444)
Copy into eclipse/plugins
Restart Eclipse using the -clean command line option
Enjoy,
Arjan.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040851#4040851
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040851
17 years, 9 months