[JBoss JIRA] (SWSQE-567) OCP 4.0 provisioning on AWS
by Matt Mahoney (Jira)
[ https://issues.jboss.org/browse/SWSQE-567?page=com.atlassian.jira.plugin.... ]
Matt Mahoney edited comment on SWSQE-567 at 1/25/19 3:41 PM:
-------------------------------------------------------------
Helpful notes:
1) confirm that your API key / value is correctly specified in ~/.aws/credentials. It should look something like this:
[openshift-qe]
aws_access_key_id = AKIAXXXXXXXXXXXXX
aws_secret_access_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run something on the command line to confirm that:
sudo dnf install awscli
aws --profile=openshift-qe --region=us-east-2 ec2 describe-vpcs
You'll either see a big list of info (good) or a permission denied error. If you get an error, then double check that your credentials file looks similar to the above. Sometimes people accidentally leave off characters or add extra ones.
2) If that fails, you can provision yourself a new API key ID / secret pair. Log into the console and visit:
Services --> IAM --> Users --> [your username] --> Security Credentials tab, and you'll see a place to generate a new API key / secret. Once you've done that, place it into your ~/.aws/credentials file, and remove the old API key (because you can only have a maximum of 2).
was (Author: mmahoney):
Helpful nodes:
1) confirm that your API key / value is correctly specified in ~/.aws/credentials. It should look something like this:
[openshift-qe]
aws_access_key_id = AKIAXXXXXXXXXXXXX
aws_secret_access_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run something on the command line to confirm that:
sudo dnf install awscli
aws --profile=openshift-qe --region=us-east-2 ec2 describe-vpcs
You'll either see a big list of info (good) or a permission denied error. If you get an error, then double check that your credentials file looks similar to the above. Sometimes people accidentally leave off characters or add extra ones.
2) If that fails, you can provision yourself a new API key ID / secret pair. Log into the console and visit:
Services --> IAM --> Users --> [your username] --> Security Credentials tab, and you'll see a place to generate a new API key / secret. Once you've done that, place it into your ~/.aws/credentials file, and remove the old API key (because you can only have a maximum of 2).
> OCP 4.0 provisioning on AWS
> ---------------------------
>
> Key: SWSQE-567
> URL: https://issues.jboss.org/browse/SWSQE-567
> Project: Kiali QE
> Issue Type: Sub-task
> Reporter: Matt Mahoney
> Assignee: Matt Mahoney
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (SWSQE-567) OCP 4.0 provisioning on AWS
by Matt Mahoney (Jira)
[ https://issues.jboss.org/browse/SWSQE-567?page=com.atlassian.jira.plugin.... ]
Matt Mahoney edited comment on SWSQE-567 at 1/25/19 3:41 PM:
-------------------------------------------------------------
Helpful notes:
1) confirm that your API key / value is correctly specified in ~/.aws/credentials. It should look something like this:
[openshift-qe]
aws_access_key_id = AKIAXXXXXXXXXXXXX
aws_secret_access_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run something on the command line to confirm that:
sudo dnf install awscli
aws --profile=openshift-qe --region=us-east-2 ec2 describe-vpcs
You'll either see a big list of info (good) or a permission denied error. If you get an error, then double check that your credentials file looks similar to the above. Sometimes people accidentally leave off characters or add extra ones.
2) If that fails, you can provision a new API key ID / secret pair. Log into the console and visit:
Services --> IAM --> Users --> [your username] --> Security Credentials tab, and you'll see a place to generate a new API key / secret. Once you've done that, place it into your ~/.aws/credentials file, and remove the old API key (because you can only have a maximum of 2).
was (Author: mmahoney):
Helpful notes:
1) confirm that your API key / value is correctly specified in ~/.aws/credentials. It should look something like this:
[openshift-qe]
aws_access_key_id = AKIAXXXXXXXXXXXXX
aws_secret_access_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Run something on the command line to confirm that:
sudo dnf install awscli
aws --profile=openshift-qe --region=us-east-2 ec2 describe-vpcs
You'll either see a big list of info (good) or a permission denied error. If you get an error, then double check that your credentials file looks similar to the above. Sometimes people accidentally leave off characters or add extra ones.
2) If that fails, you can provision yourself a new API key ID / secret pair. Log into the console and visit:
Services --> IAM --> Users --> [your username] --> Security Credentials tab, and you'll see a place to generate a new API key / secret. Once you've done that, place it into your ~/.aws/credentials file, and remove the old API key (because you can only have a maximum of 2).
> OCP 4.0 provisioning on AWS
> ---------------------------
>
> Key: SWSQE-567
> URL: https://issues.jboss.org/browse/SWSQE-567
> Project: Kiali QE
> Issue Type: Sub-task
> Reporter: Matt Mahoney
> Assignee: Matt Mahoney
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (WFLY-11387) IllegalStateException when calling MetricsContextService.stop during shutdown sequence
by Jan Stourac (Jira)
[ https://issues.jboss.org/browse/WFLY-11387?page=com.atlassian.jira.plugin... ]
Jan Stourac commented on WFLY-11387:
------------------------------------
JFYI: there is also reproducer in JBEAP-16301 that may help, not sure which one is more reliable, though.
> IllegalStateException when calling MetricsContextService.stop during shutdown sequence
> --------------------------------------------------------------------------------------
>
> Key: WFLY-11387
> URL: https://issues.jboss.org/browse/WFLY-11387
> Project: WildFly
> Issue Type: Bug
> Components: MP Metrics
> Affects Versions: 15.0.0.Beta1
> Reporter: Rostislav Svoboda
> Assignee: Jeff Mesnil
> Priority: Critical
> Fix For: 15.0.0.Final
>
>
> IllegalStateException when calling MetricsContextService.stop during shutdown sequence
> This doesn't happen regularly, it happened to me like once from 5 shutdowns. I saw the warning 3 times today.
> "not happening always" is because of parallelism in shutdown/boot of WF/EAP
> I did slight misconfiguration on purpose, but not sure if it's related or not
> {code}
> /subsystem=microprofile-metrics-smallrye/:write-attribute(name=exposed-subsystems, value=["batch_jberet"])
> {code}
> Stacktrace is this:
> {code}
> 09:53:23,883 WARN [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000004: Failure during stop of service jboss.extension.metrics.context: java.lang.IllegalStateException
> at org.jboss.as.domain-http-interface@7.0.0.Beta1//org.jboss.as.domain.http.server.ManagementHttpServer.removeContext(ManagementHttpServer.java:234)
> at org.jboss.as.server@7.0.0.Beta1//org.jboss.as.server.mgmt.UndertowHttpManagementService$1.removeContext(UndertowHttpManagementService.java:144)
> at org.wildfly.extension.microprofile.metrics-smallrye@15.0.0.CR1-SNAPSHOT//org.wildfly.extension.microprofile.metrics.MetricsContextService.stop(MetricsContextService.java:131)
> at org.jboss.msc@1.4.5.Final//org.jboss.msc.service.ServiceControllerImpl$StopTask.stopService(ServiceControllerImpl.java:1794)
> at org.jboss.msc@1.4.5.Final//org.jboss.msc.service.ServiceControllerImpl$StopTask.execute(ServiceControllerImpl.java:1763)
> at org.jboss.msc@1.4.5.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1558)
> at org.jboss.threads@2.3.2.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads@2.3.2.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
> at org.jboss.threads@2.3.2.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
> at org.jboss.threads@2.3.2.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1364)
> at java.base/java.lang.Thread.run(Thread.java:834)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (DROOLS-3474) Create HTML and CSS for List/Map data objects
by Sarah Rambacher (Jira)
[ https://issues.jboss.org/browse/DROOLS-3474?page=com.atlassian.jira.plugi... ]
Sarah Rambacher commented on DROOLS-3474:
-----------------------------------------
[~gabriolo]
Mapping modal is up. See it at:
http://bpam-frontend.surge.sh/drools-data-object-popup--mapping.html
Changes are in this PR https://github.com/srambach/BxMS-frontend/pull/80
But really what is most useful for you is:
kie-main.css (main, compiled CSS file)
drools-data-object-popup-mapping.html - the HTML for the modal and list is in here
kie-drools.less is the new Less code for this
Note, the modal is currently set inline to be 90% of the screen width but you probably want to do this programmatically to something reasonable
Also, for me, the modal doesn't have a fixed height and I can't make one, so the entire page would scroll if the modal content is too long. If the modal does have a fixed height, the content can scroll by using
{code:java}
.modal-body {overflow-y: auto;}
{code}
> Create HTML and CSS for List/Map data objects
> ---------------------------------------------
>
> Key: DROOLS-3474
> URL: https://issues.jboss.org/browse/DROOLS-3474
> Project: Drools
> Issue Type: Story
> Components: Scenario Simulation and Testing
> Reporter: Amy Glass
> Assignee: Sarah Rambacher
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Drools-DataObjectMap-Generated.html, Rectangle.png, Rectangle2.png, edit_map.html, edit_map.html, edit_map_box.png.png, edit_map_item.png, edit_map_item.png, editmap.jpg, editmap_items.jpg, firefox.png, html structure - ul.png, list_edit_box.html
>
>
> Provide HTML and CSS for the designs in Drools-3098.
> Will first provide HTML structure, and follow up with CSS styling.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (DROOLS-3552) Error: "write size larger than buffer can fit" when opening object in workbench
by Michael Anstis (Jira)
[ https://issues.jboss.org/browse/DROOLS-3552?page=com.atlassian.jira.plugi... ]
Michael Anstis commented on DROOLS-3552:
----------------------------------------
Hi [~petr.farmakovsky] if the error is in Errai could you please move this JIRA to the ERRAI project?
> Error: "write size larger than buffer can fit" when opening object in workbench
> -------------------------------------------------------------------------------
>
> Key: DROOLS-3552
> URL: https://issues.jboss.org/browse/DROOLS-3552
> Project: Drools
> Issue Type: Bug
> Components: DSLs Editor
> Affects Versions: 6.5.0.Final
> Environment: KIE Drools Workbench - Distribution Wars-Version: 6.5.0.Final
> Server version: Apache Tomcat/7.0.76
> Server number: 7.0.76.0
> OS Name: Linux
> OS Version: 3.10.0-957.1.3.el7.x86_64
> Architecture: amd64
> JVM Version: 1.7.0_161-b13
> JVM Vendor: Oracle Corporation
> H2 database
> Reporter: Petr Farmakovsky
> Assignee: Michael Anstis
> Priority: Major
> Attachments: Error.jpg, Error2.json
>
>
> To reproduce the error, I created a new repository, created a 300 Data Object in it. In each Data Object created 1000 fields of type Integer.
> After restarting the server when opening any object, Drools Workbeanch writes an error: *write size larger than buffer can fit*
> {noformat}
> java.lang.RuntimeException: failed to enqueue message for delivery
> at org.jboss.errai.bus.server.ServerMessageBusImpl.enqueueForDelivery(ServerMessageBusImpl.java:443)
> at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:391)
> at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:337)
> at org.jboss.errai.bus.server.service.MessageBusProxy.send(MessageBusProxy.java:87)
> at org.jboss.errai.bus.client.api.base.ConversationMessageWrapper.sendNowWith(ConversationMessageWrapper.java:238)
> at org.jboss.errai.bus.client.api.base.DefaultMessageBuilder$1.sendNowWith(DefaultMessageBuilder.java:84)
> at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22)
> at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54)
> at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:396)
> ..
> {noformat}
> The full text of the error is attached in the file.
> I know about the description https://developer.jboss.org/thread/220428 but I did not find the parameters under which you can open objects.
> I found an error in the TransmissionBuffer.java class, but I don’t know how to fix the problem.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (DROOLS-3552) Error: "write size larger than buffer can fit" when opening object in workbench
by Petr Farmakovsky (Jira)
[ https://issues.jboss.org/browse/DROOLS-3552?page=com.atlassian.jira.plugi... ]
Petr Farmakovsky updated DROOLS-3552:
-------------------------------------
Description:
To reproduce the error, I created a new repository, created a 300 Data Object in it. In each Data Object created 1000 fields of type Integer.
After restarting the server when opening any object, Drools Workbeanch writes an error: *write size larger than buffer can fit*
{noformat}
java.lang.RuntimeException: failed to enqueue message for delivery
at org.jboss.errai.bus.server.ServerMessageBusImpl.enqueueForDelivery(ServerMessageBusImpl.java:443)
at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:391)
at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:337)
at org.jboss.errai.bus.server.service.MessageBusProxy.send(MessageBusProxy.java:87)
at org.jboss.errai.bus.client.api.base.ConversationMessageWrapper.sendNowWith(ConversationMessageWrapper.java:238)
at org.jboss.errai.bus.client.api.base.DefaultMessageBuilder$1.sendNowWith(DefaultMessageBuilder.java:84)
at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22)
at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54)
at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:396)
..
{noformat}
The full text of the error is attached in the file.
I know about the description https://developer.jboss.org/thread/220428 but I did not find the parameters under which you can open objects.
I found an error in the TransmissionBuffer.java class, but I don’t know how to fix the problem.
was:
To reproduce the error, I created a new repository, created a 300 Data Object in it. In each Data Object created 1000 fields of type Integer.
After restarting the server when opening any object, Drools Workbeanch writes an error: *write size larger than buffer can fit*
{noformat}
java.lang.RuntimeException: failed to enqueue message for delivery
at org.jboss.errai.bus.server.ServerMessageBusImpl.enqueueForDelivery(ServerMessageBusImpl.java:443)
at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:391)
at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:337)
at org.jboss.errai.bus.server.service.MessageBusProxy.send(MessageBusProxy.java:87)
at org.jboss.errai.bus.client.api.base.ConversationMessageWrapper.sendNowWith(ConversationMessageWrapper.java:238)
at org.jboss.errai.bus.client.api.base.DefaultMessageBuilder$1.sendNowWith(DefaultMessageBuilder.java:84)
at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22)
at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54)
at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:396)
..
{noformat}
The full text of the error is attached in the file.
I know about the description https://developer.jboss.org/thread/220428 but I did not find the parameters under which you can open objects.
> Error: "write size larger than buffer can fit" when opening object in workbench
> -------------------------------------------------------------------------------
>
> Key: DROOLS-3552
> URL: https://issues.jboss.org/browse/DROOLS-3552
> Project: Drools
> Issue Type: Bug
> Components: DSLs Editor
> Affects Versions: 6.5.0.Final
> Environment: KIE Drools Workbench - Distribution Wars-Version: 6.5.0.Final
> Server version: Apache Tomcat/7.0.76
> Server number: 7.0.76.0
> OS Name: Linux
> OS Version: 3.10.0-957.1.3.el7.x86_64
> Architecture: amd64
> JVM Version: 1.7.0_161-b13
> JVM Vendor: Oracle Corporation
> H2 database
> Reporter: Petr Farmakovsky
> Assignee: Michael Anstis
> Priority: Major
> Attachments: Error.jpg, Error2.json
>
>
> To reproduce the error, I created a new repository, created a 300 Data Object in it. In each Data Object created 1000 fields of type Integer.
> After restarting the server when opening any object, Drools Workbeanch writes an error: *write size larger than buffer can fit*
> {noformat}
> java.lang.RuntimeException: failed to enqueue message for delivery
> at org.jboss.errai.bus.server.ServerMessageBusImpl.enqueueForDelivery(ServerMessageBusImpl.java:443)
> at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:391)
> at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:337)
> at org.jboss.errai.bus.server.service.MessageBusProxy.send(MessageBusProxy.java:87)
> at org.jboss.errai.bus.client.api.base.ConversationMessageWrapper.sendNowWith(ConversationMessageWrapper.java:238)
> at org.jboss.errai.bus.client.api.base.DefaultMessageBuilder$1.sendNowWith(DefaultMessageBuilder.java:84)
> at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22)
> at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54)
> at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:396)
> ..
> {noformat}
> The full text of the error is attached in the file.
> I know about the description https://developer.jboss.org/thread/220428 but I did not find the parameters under which you can open objects.
> I found an error in the TransmissionBuffer.java class, but I don’t know how to fix the problem.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (DROOLS-3552) Error: "write size larger than buffer can fit" when opening object in workbench
by Petr Farmakovsky (Jira)
[ https://issues.jboss.org/browse/DROOLS-3552?page=com.atlassian.jira.plugi... ]
Petr Farmakovsky updated DROOLS-3552:
-------------------------------------
Description:
To reproduce the error, I created a new repository, created a 300 Data Object in it. In each Data Object created 1000 fields of type Integer.
After restarting the server when opening any object, Drools Workbeanch writes an error: *write size larger than buffer can fit*
{noformat}
java.lang.RuntimeException: failed to enqueue message for delivery
at org.jboss.errai.bus.server.ServerMessageBusImpl.enqueueForDelivery(ServerMessageBusImpl.java:443)
at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:391)
at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:337)
at org.jboss.errai.bus.server.service.MessageBusProxy.send(MessageBusProxy.java:87)
at org.jboss.errai.bus.client.api.base.ConversationMessageWrapper.sendNowWith(ConversationMessageWrapper.java:238)
at org.jboss.errai.bus.client.api.base.DefaultMessageBuilder$1.sendNowWith(DefaultMessageBuilder.java:84)
at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22)
at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54)
at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:396)
..
{noformat}
The full text of the error is attached in the file.
I know about the description https://developer.jboss.org/thread/220428 but I did not find the parameters under which you can open objects.
was:
To reproduce the error, I created a new repository, created a 300 Data Object in it. In each Data Object created 1000 fields of type Integer.
After restarting the server when opening any object, Drools Workbeanch writes an error: *write size larger than buffer can fit*
{noformat}
java.lang.RuntimeException: failed to enqueue message for delivery at org.jboss.errai.bus.server.ServerMessageBusImpl.enqueueForDelivery(ServerMessageBusImpl.java:443) at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:391) at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:337) at org.jboss.errai.bus.server.service.MessageBusProxy.send(MessageBusProxy.java:87) at org.jboss.errai.bus.client.api.base.ConversationMessageWrapper.sendNowWith(ConversationMessageWrapper.java:238) at org.jboss.errai.bus.client.api.base.DefaultMessageBuilder$1.sendNowWith(DefaultMessageBuilder.java:84) at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22) at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54) at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:396) at
..
{noformat}
The full text of the error is attached in the file.
I know about the description https://developer.jboss.org/thread/220428 but I did not find the parameters under which you can open objects.
> Error: "write size larger than buffer can fit" when opening object in workbench
> -------------------------------------------------------------------------------
>
> Key: DROOLS-3552
> URL: https://issues.jboss.org/browse/DROOLS-3552
> Project: Drools
> Issue Type: Bug
> Components: DSLs Editor
> Affects Versions: 6.5.0.Final
> Environment: KIE Drools Workbench - Distribution Wars-Version: 6.5.0.Final
> Server version: Apache Tomcat/7.0.76
> Server number: 7.0.76.0
> OS Name: Linux
> OS Version: 3.10.0-957.1.3.el7.x86_64
> Architecture: amd64
> JVM Version: 1.7.0_161-b13
> JVM Vendor: Oracle Corporation
> H2 database
> Reporter: Petr Farmakovsky
> Assignee: Michael Anstis
> Priority: Major
> Attachments: Error.jpg, Error2.json
>
>
> To reproduce the error, I created a new repository, created a 300 Data Object in it. In each Data Object created 1000 fields of type Integer.
> After restarting the server when opening any object, Drools Workbeanch writes an error: *write size larger than buffer can fit*
> {noformat}
> java.lang.RuntimeException: failed to enqueue message for delivery
> at org.jboss.errai.bus.server.ServerMessageBusImpl.enqueueForDelivery(ServerMessageBusImpl.java:443)
> at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:391)
> at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:337)
> at org.jboss.errai.bus.server.service.MessageBusProxy.send(MessageBusProxy.java:87)
> at org.jboss.errai.bus.client.api.base.ConversationMessageWrapper.sendNowWith(ConversationMessageWrapper.java:238)
> at org.jboss.errai.bus.client.api.base.DefaultMessageBuilder$1.sendNowWith(DefaultMessageBuilder.java:84)
> at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22)
> at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54)
> at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:396)
> ..
> {noformat}
> The full text of the error is attached in the file.
> I know about the description https://developer.jboss.org/thread/220428 but I did not find the parameters under which you can open objects.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months
[JBoss JIRA] (DROOLS-3552) Error: "write size larger than buffer can fit" when opening object in workbench
by Petr Farmakovsky (Jira)
[ https://issues.jboss.org/browse/DROOLS-3552?page=com.atlassian.jira.plugi... ]
Petr Farmakovsky updated DROOLS-3552:
-------------------------------------
Description:
To reproduce the error, I created a new repository, created a 300 Data Object in it. In each Data Object created 1000 fields of type Integer.
After restarting the server when opening any object, Drools Workbeanch writes an error: *write size larger than buffer can fit*
{noformat}
java.lang.RuntimeException: failed to enqueue message for delivery at org.jboss.errai.bus.server.ServerMessageBusImpl.enqueueForDelivery(ServerMessageBusImpl.java:443) at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:391) at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:337) at org.jboss.errai.bus.server.service.MessageBusProxy.send(MessageBusProxy.java:87) at org.jboss.errai.bus.client.api.base.ConversationMessageWrapper.sendNowWith(ConversationMessageWrapper.java:238) at org.jboss.errai.bus.client.api.base.DefaultMessageBuilder$1.sendNowWith(DefaultMessageBuilder.java:84) at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22) at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54) at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:396) at
..
{noformat}
The full text of the error is attached in the file.
I know about the description https://developer.jboss.org/thread/220428 but I did not find the parameters under which you can open objects.
> Error: "write size larger than buffer can fit" when opening object in workbench
> -------------------------------------------------------------------------------
>
> Key: DROOLS-3552
> URL: https://issues.jboss.org/browse/DROOLS-3552
> Project: Drools
> Issue Type: Bug
> Components: DSLs Editor
> Affects Versions: 6.5.0.Final
> Environment: KIE Drools Workbench - Distribution Wars-Version: 6.5.0.Final
> Server version: Apache Tomcat/7.0.76
> Server number: 7.0.76.0
> OS Name: Linux
> OS Version: 3.10.0-957.1.3.el7.x86_64
> Architecture: amd64
> JVM Version: 1.7.0_161-b13
> JVM Vendor: Oracle Corporation
> H2 database
> Reporter: Petr Farmakovsky
> Assignee: Michael Anstis
> Priority: Major
> Attachments: Error.jpg, Error2.json
>
>
> To reproduce the error, I created a new repository, created a 300 Data Object in it. In each Data Object created 1000 fields of type Integer.
> After restarting the server when opening any object, Drools Workbeanch writes an error: *write size larger than buffer can fit*
> {noformat}
> java.lang.RuntimeException: failed to enqueue message for delivery at org.jboss.errai.bus.server.ServerMessageBusImpl.enqueueForDelivery(ServerMessageBusImpl.java:443) at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:391) at org.jboss.errai.bus.server.ServerMessageBusImpl.send(ServerMessageBusImpl.java:337) at org.jboss.errai.bus.server.service.MessageBusProxy.send(MessageBusProxy.java:87) at org.jboss.errai.bus.client.api.base.ConversationMessageWrapper.sendNowWith(ConversationMessageWrapper.java:238) at org.jboss.errai.bus.client.api.base.DefaultMessageBuilder$1.sendNowWith(DefaultMessageBuilder.java:84) at org.jboss.errai.bus.server.io.ValueReplyRPCEndpointCallback.callback(ValueReplyRPCEndpointCallback.java:22) at org.jboss.errai.bus.server.io.RemoteServiceCallback.callback(RemoteServiceCallback.java:54) at org.jboss.errai.cdi.server.CDIExtensionPoints$2.callback(CDIExtensionPoints.java:396) at
> ..
> {noformat}
> The full text of the error is attached in the file.
> I know about the description https://developer.jboss.org/thread/220428 but I did not find the parameters under which you can open objects.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 5 months