HTTP Trace and AS7
by Bill Burke
JBossWeb does not allow HTTP Trace requests by default and has an
allowTrace config attribute. What sucks is, this isn't available in AS7
configuration...ANybody know a workaround for this?
I need this because the JAX-RS 2.0 TCK requires the ability to execute
trace requests.
Thanks,
Bill
--
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com
11 years, 4 months
Alpha1 RELEASE DELAY (Hopefully tomorrow)
by Jason Greene
Hello Everyone,
While we are very close to releasing, we found some problems after updating the quick starts to be compatible with the release.
(e.g.)
https://issues.jboss.org/browse/WFLY-1355
https://issues.jboss.org/browse/WFLY-1356
While it's just an alpha release, we want to make sure that its still easy to experiment with, and broken quick starts make that a much harder thing to achieve.
I apologize for the delay, and I am hopeful we will be able tag tomorrow. However, we might need a component update (e.g. Weld), and if that happens it could push the release over the weekend.
--
Jason T. Greene
WildFly Lead / JBoss EAP Platform Architect
JBoss, a division of Red Hat
11 years, 4 months
Proposed changes to the transactions spi
by Michael Musgrove
I am planning on cleaning up the transactions SPI and have opened a
forum thread (https://community.jboss.org/thread/228330) to capture any
concerns of relevant stakeholders.
Briefly, the change entails removing unused classes and adding new
interfaces so that projects will no longer need to depend on com.arjuna.
Ideally I would like to target the forthcoming Beta release of wildfly
for these changes.
Mike
11 years, 4 months
Failed to connect to the controller / Remote connection failed
by Frank Langelage
As of today I see a new error using jboss-cli.sh. I'm using current
sources of wildfly from github. I use a port offset of 700, so I have
19:07:22,004 INFO [org.jboss.as#logAdminConsole] JBAS015961: Http
management interface listening on http://0.0.0.0:10690/management
19:07:22,006 INFO [org.jboss.as#logAdminConsole] JBAS015951: Admin
console listening on http://0.0.0.0:10690
But when calling
$JBOSS_HOME/bin/jboss-cli.sh --controller=localhost:10699 --connect
I get
Stacktrace:
org.jboss.as.cli.CliInitializationException: Failed to connect to the
controller
at
org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:290)
at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:250)
at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.jboss.modules.Module.run(Module.java:270)
at org.jboss.modules.Main.main(Main.java:411)
Caused by: org.jboss.as.cli.CommandLineException: The controller is not
available at localhost:10699
at
org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:966)
at
org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:805)
at
org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:777)
at
org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:288)
... 8 more
Caused by: java.io.IOException: java.net.ConnectException: JBAS012144:
Could not connect to http-remoting://localhost:10699. The connection
timed out
at
org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:129)
at
org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:71)
at
org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:944)
... 11 more
Caused by: java.net.ConnectException: JBAS012144: Could not connect to
http-remoting://localhost:10699. The connection timed out
at
org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:131)
at
org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:256)
at
org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
at
org.jboss.as.protocol.mgmt.FutureManagementChannel$Establishing.getChannel(FutureManagementChannel.java:176)
at
org.jboss.as.cli.impl.CLIModelControllerClient.getOrCreateChannel(CLIModelControllerClient.java:161)
at
org.jboss.as.cli.impl.CLIModelControllerClient$2.getChannel(CLIModelControllerClient.java:123)
at
org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:115)
at
org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:90)
at
org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:236)
at
org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:141)
at
org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:127)
... 13 more
on client side and
00:27:52,155 ERROR
[org.jboss.remoting.remote.connection#handleException] JBREM000200:
Remote connection failed: java.io.IOException: Received an invalid
message length of 1195725856
in server.log
11 years, 4 months
IRC group
by Spolti
Hi all,
The WildFly or jboss-as has a group of IRC?
--
Regards,
______________________________________
Filippe Costa Spolti
Linux User n°515639 - http://counter.li.org/
filippespolti(a)gmail.com
+55 34 9679-2388
"Be yourself"
11 years, 4 months
WF snapshot JARs
by Gunnar Morling
Hi all,
Are the WF snapshot JARs already deployed to some Maven repository? I'm
looking for the distribution in particular, but wasn't able to find it in
the JBoss snapshot repository.
Thanks,
--Gunnar
11 years, 4 months
Which threads execute http management interface requests?
by Thomas Segismont
Not sure my original message was sent so re-posting. Apologies if this
get in the ML twice.
Hi everyone,
When you submit a request to the http management interface, which are
the executor threads?
I guess it's not the threads from the web connector executors pool but
just want to make sure.
Thanks and regards,
Thomas
11 years, 4 months
WildFly 8 Schedule
by Jason Greene
Thank you everyone for the feedback on the schedule I proposed on the AS7 list (before the rename). The common consensus seemed to be that the schedule was too aggressive and could use more contingency time. In addition, after the releasing the original proposal, a number of our EAP customers have requested that we add Role/Resource Based Access Control into a future EAP 6.x release. In order for that to happen we need to include the feature in our WildFly 8 release and adjust the schedule accordingly.
Based on these two factors I have added another three months to the original proposal. We still aim to release iteratively every month, so that everyone has a chance to try out our most recent work.
The new schedule is as follows:
8.0.0.Final - 11/Nov/13
8.0.0.CR1 - 10/Oct/13
8.0.0.Beta2 - 09/Sep/13
8.0.0.Beta1 - 08/Aug/13
8.0.0.Alpha3 - 11/Jul/13
8.0.0.Alpha2 - 11/Jun/13
8.0.0.Alpha1 - 16/May/13
--
Jason T. Greene
WildFly Lead / JBoss EAP Platform Architect
JBoss, a division of Red Hat
11 years, 4 months
package name change a good idea?
by Bill Burke
Are you sure a package name change is a good idea? Won't it make it
harder to pull/push changes upstream and downstream? And create
additional work for those who already are the bottleneck in the release
process? What does Fedora/RHEL do?
--
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com
11 years, 4 months