Search Index: Call for help
by Heiko Braun
We are looking for subject matter experts who help to improve the search in the console by providing reasonable keywords.
It takes you 2 minutes of your time.
Here's how you can help:
1) Open the spreadsheet[1].
(The "token" represent a place in the user interface.
The "resources" are the management model resources referenced by those places.)
2) Pick one or two rows that are appealing to you
(i.e. a subsystem you know, a component you contributed to)
3) Provide 5 keywords that relate to the resources referenced by that token
(i.e. "token=modcluster" => keywords={"load-balancing", "reverse-proxy", "clustering"})
Please put the keywords right into the spreadsheet.
Thanks for your help, Heiko
[1] https://docs.google.com/spreadsheets/d/12T-rty5AfrsxeT7FIUjcyHC1j4G_VHWBA...
10 years, 1 month
how subsystem can copy resources from DC to HC
by Claudio Miranda
Hi, is there a way (API) where a resource file on DC can be copied to HC ?
Something like a subsystem needs to use a jks file, and when a new HC
is started, if the jks file is not there, the subsystem should copy
the file from DC to HC. Also, any subsystem write operation to this
resource file is modified on DC, then copied over to HCs.
Thanks
--
Claudio Miranda
claudio(a)claudius.com.br
http://www.claudius.com.br
10 years, 1 month
WildFly Core 1.0.0.Alpha14
by Darran Lofthouse
Can someone please create the version 1.0.0.Alpha14 in Jira for WFCORE?
At the moment we have PRs being merged but the corresponding Jira issues
can not be closed as we do not have the correct version available?
Or maybe I am missing something, have we moved onto Beta1?
Regards,
Darran Lofthouse.
10 years, 1 month
Need help with "JBAS012005: Failed to send authentication key to process"
by Test-Notebook
Dear Ladies and Gentlemen
I have in my test installation of WildFly an error. But I can not
explain the cause. In the log I get the following error message.
<log>
2014-11-14 16:59:58,978 INFO [org.jboss.modules] (main) JBoss Modules
version 1.3.3.Final
2014-11-14 16:59:59,144 INFO [org.jboss.as.process.Host
Controller.status] (main) JBAS012017: Starting process 'Host Controller'
2014-11-14 17:00:06,117 INFO
[org.jboss.as.process.Server:testserver.status]
(ProcessController-threads - 3) JBAS012017: Starting process
'Server:testserver'
2014-11-14 17:00:06,126 WARN
[org.jboss.as.process.Server:testserver.status]
(ProcessController-threads - 3) JBAS012005: Failed to send
authentication key to process 'Server:testserver': java.io.IOException:
Stream closed
2014-11-14 17:00:06,128 INFO
[org.jboss.as.process.Server:testserver.status] (reaper for
Server:testserver) JBAS012010: Process 'Server:testserver' finished with
an exit status of 1
2014-11-14 17:00:06,304 INFO
[org.jboss.as.process.Server:testserver2.status]
(ProcessController-threads - 3) JBAS012017: Starting process
'Server:testserver2'
2014-11-14 17:00:06,311 WARN
[org.jboss.as.process.Server:testserver2.status]
(ProcessController-threads - 3) JBAS012005: Failed to send
authentication key to process 'Server:testserver2': java.io.IOException:
Stream closed
2014-11-14 17:00:06,312 INFO
[org.jboss.as.process.Server:testserver2.status] (reaper for
Server:testserver2) JBAS012010: Process 'Server:testserver2' finished
with an exit status of 1
</log>
My application does not run after this error. My question is, where I
made a mistake or did I found a bug?
Thanks in advance and greetings from Germany
Frank
10 years, 1 month
Jigsaw early-access builds updated (build 38)
by Rory O'Donnell
Hi Jason/Tomaz,
JDK 9 Early Access with Project Jigsaw build b38 is available on
java.net [1]
The goal of Project Jigsaw [2] is to design and implement a standard module
system for the Java SE Platform, and to apply that system to the
Platform itself
and to the JDK.
The early-access builds implement the changes described in JEP 220 [3] .
The
jrt file-system provider is not yet implemented. As of build 38, the
extension
mechanism has been removed.
Please refer to Project Jigsaw's updated project pages [2] & [4] and
Mark Reinhold's
update [5] for further details.
We are very interested in your experiences testing this build. Comments,
questions,
and suggestions are welcome on the jigsaw-dev
<http://mail.openjdk.java.net/mailman/listinfo/jigsaw-dev> mailing list
or through bug reports
via bugs.java.com <http://bugs.java.com/>.
Note: If you haven’t already subscribed to that mailing list then please
do so first,
otherwise your message will be discarded as spam.
Rgds, Rory
[1] https://jdk9.java.net/jigsaw/
[2] http://openjdk.java.net/projects/jigsaw/
[3] http://openjdk.java.net/jeps/220
[4] http://openjdk.java.net/projects/jigsaw/ea
[5]
http://mail.openjdk.java.net/pipermail/jigsaw-dev/2014-November/003946.html
--
Rgds,Rory O'Donnell
Quality Engineering Manager
Oracle EMEA , Dublin, Ireland
10 years, 1 month
Re: [wildfly-dev] WFLY-3512 - disable datasource undeploy application
by Claudio Miranda
The behavior I could see, when user disables the datasource,
- the application is disabled,
- then the datasource is disabled,
- there is an error (DataSourceStatisticsListener@53450cac" failed:
java.lang.IllegalArgumentException: WFLYCTL0218: A node is already
registered at '(subsystem => datasources)(data-source =>
ExampleDS)(statistics => jdbc)')
- the datasource is enabled
- then the application is enabled
Is this the expected behavior ?
User must be aware that disabling a datasource will put the
application in disabled status.
On 10/27/14, 11:27:55 AM, Brian Stansberry wrote:
> The datasource subsystem shouldn't need to know that kind of
> information. When the operation rolls back it should restore the
> services it removed, and MSC will take care of bringing back up whatever
> services were stopped when the DS services were removed.
>
> This needs fixing:
>
> https://github.com/wildfly/wildfly/blob/master/connector/src/main/java/or...
>
> On 10/25/14, 7:33 AM, Claudio Miranda wrote:
> > Hi, related to WFLY-3512, disable a datasource used by some
> > application, undeploy the application, tested in 8.1 and 9.0 snapshot.
> >
> > I saw that org.jboss.as.connector.subsystems.datasources.DataSourceDisable
> > (connector module) is called, but there is no previous check about
> > deployments that uses it.
> > How can datasource subsystem get to know the deployment dependencies
> > for resources (datasource and resource adapter) ?
> > Is there a listener mechanism where datasource subsystem can listen to
> > deploy enablement, and check the resources dependencies ? This way,
> > datasource subsystem can have a lista of dependency and check it
> > before disable/remove of datasources.
> >
> > 1. https://issues.jboss.org/browse/WFLY-3512
--
Claudio Miranda
claudio(a)claudius.com.br
http://www.claudius.com.br
10 years, 1 month
Subsystem for both EAP6/AS7 and WildFly?
by Stan Silvert
I'd like for my subsystem to run on both.
Any gotchas I should know about?
For those times when I need to know which platform I'm on, what is the
best way to tell?
Stan
10 years, 1 month
Map/Reduce proposal, next steps
by Heiko Braun
For the web console it would be really beneficial to include the map/reduce proposal in the next major release (Wildfly 9). Are there any objections if we move ahead prepare a PR that provides an additional top level operation with the functionality described in Haralds previous email?
>From my point of view it should well encapsulated in a distinct operation handler and thus I don't expect much side effects.
Regards, Heiko
10 years, 1 month