-
15. Re: Installing Blacktie with Wildfly
tomjenkinson Aug 24, 2015 4:20 PM (in response to joicejoy)Joice Joy wrote:
Thanks Tom but the issue is still present.
I never used password1@. Initially i changed it to password and ran btadmin startup which worked. Even though the actual password was password1@. It seemed to me that it used another file for password.
But for btadmin shutdown this password failed. I also tried with password1@ but it still fails. Somehow my btconfig.xml entry is not being picked. Very odd behavior maybe I missed something.
Yes, I agree it seems odd. So can you try to recap where you are at the moment? If you killall -9 java and killall -9 server, then:
1. Check that your hashed passwords match these: https://github.com/jbosstm/narayana/blob/master/blacktie/scripts/hudson/config/standalone/configuration/application-users.properties and revert your changes to the quickstarts btconfig.xml password
2. In terminal one, start the server with (changing the name as appropriate):
./bin/standalone.sh -c standalone-blacktie.xml -Djboss.bind.address=localhost.localdomain -Djboss.bind.address.unsecure=localhost.localdomain
3. In a new terminal
4. ./<BLACKTIE_HOME>/setenv.sh (assuming you have changed the values as appropriate)
5. cd ../blacktie/xatmi/fooapp/
6. generate_server -Dservice.names=FOOAPP -Dserver.includes=BarService.c -Dserver.name=fooapp
7. btadmin startup
8. generate_client -Dclient.includes=client.c
9. ./client
10. btadmin shutdown
-
16. Re: Installing Blacktie with Wildfly
joicejoy Aug 26, 2015 6:20 AM (in response to tomjenkinson)Thanks for the help. Things are beginning to work.
But before I complete txfooapp, I see in request.c
#endif
#ifdef ORACLE
{3, "ora - blacktie", "blacktie", ANY_ACCESS, ora_access, ora_xaflags},
{4, "ora - ORCL", "ORCL", ANY_ACCESS, ora_access, ora_xaflags},
#endif
I dont have DB blacktie definition. Please help find this also.
-
17. Re: Installing Blacktie with Wildfly
tomjenkinson Aug 26, 2015 6:59 AM (in response to joicejoy)No problem. The definition for BlackTie is the same as for ORCL, it uses the same sample emp tables. The txfooapp quickstart is designed to show the coordination of two databases, as I remember it does this by setting up the two databases the same and updates them both in a single transaction. Ideally it would use a second resource manager entirely but it was done that way for simplicity in the example.
-
18. Re: Installing Blacktie with Wildfly
joicejoy Aug 26, 2015 8:51 AM (in response to tomjenkinson)Now I am getting another error while running the txfooapp client:
I have changed the names of the DBs in the btconfig.xml and request.c files. My DBs have the same table structure as shared on this thread. I hope that is not a problem.
sh-4.1$ ./client
2015-08-26 06:40:17,974 [0x7f163fdc4620] INFO (AtmiBrokerLogc :60 ) - TxLog setup: prod: ora - RDCO1108 LOCAL DELETE AT SETUP
2015-08-26 06:40:17,974 [0x7f163fdc4620] INFO (AtmiBrokerLogc :60 ) - TxLog ora_access env=0x1541d70 svc=0x14efa60
2015-08-26 06:40:17,976 [0x7f163fdc4620] INFO (AtmiBrokerLogc :60 ) - TxLog setup: prod: ora - RDCO1107 LOCAL DELETE AT SETUP
2015-08-26 06:40:17,976 [0x7f163fdc4620] INFO (AtmiBrokerLogc :60 ) - TxLog ora_access env=0x1541d70 svc=0x15f1f10
2015-08-26 06:40:18,014 [0x7f163fdc4620] INFO (AtmiBrokerLogc :60 ) - TxLog ora_access env=0x1541d70 svc=0x14efa60
2015-08-26 06:40:18,021 [0x7f163fdc4620] INFO (AtmiBrokerLogc :60 ) - TxLog ora_access env=0x1541d70 svc=0x15f1f10
2015-08-26 06:40:18,037 [0x7f163fdc4620] INFO (AtmiBrokerLogc :60 ) - TxLog setup: COUNT RECORDS: RECORD COUNT: 0 expected 0
2015-08-26 06:40:18,052 [0x7f163fdc4620] INFO (AtmiBrokerLogc :60 ) - TxLog Test 1: prod: ora - RDCO1108 REMOTE INSERT 1
2015-08-26 06:40:18,165 [0x7f163fdc4620] WARN (HybridSocketSessionImpl :490 ) - Got an error: javax.naming.NameNotFoundException: queue/BTR_TXFOOAPP -- service jboss.naming.context.java.queue.BTR_TXFOOAPP
at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:106)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:207)
at org.jboss.as.naming.InitialContext$DefaultInitialContext.lookup(InitialContext.java:235)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:193)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:189)
at javax.naming.InitialContext.lookup(InitialContext.java:417)
at javax.naming.InitialContext.lookup(InitialContext.java:417)
at org.codehaus.stomp.jms.StompSession.convertDestination(StompSession.java:119)
at org.codehaus.stomp.jms.StompSession.sendToJms(StompSession.java:97)
at org.codehaus.stomp.jms.ProtocolConverter.onStompSend(ProtocolConverter.java:262)
at org.codehaus.stomp.jms.ProtocolConverter.onStompFrame(ProtocolConverter.java:135)
at org.codehaus.stomp.tcp.TcpTransport.run(TcpTransport.java:101)
at java.lang.Thread.run(Thread.java:745)
2015-08-26 06:40:18,252 [0x7f163fdc4620] WARN (AtmiBrokerLogc :96 ) - TxLog BAD REQ -1 db name: RDCO1108
*** glibc detected *** ./client: free(): invalid next size (fast): 0x000000000153fa70 ***
======= Backtrace: =========
/lib64/libc.so.6[0x3ca0875366]
/lib64/libc.so.6[0x3ca0877e93]
/fxtest/trep/btie/blacktie-5.2.2.Final/lib/cxx/libblacktie-xatmi.so(_ZN13AtmiBrokerMem6tpfreeEPcb+0x6bf)[0x7f1645aa752d]
/fxtest/trep/btie/blacktie-5.2.2.Final/lib/cxx/libblacktie-xatmi.so(tpfree+0x157)[0x7f1645a8e6c1]
./client(free_buf+0x3e)[0x4037d3]
./client[0x4024ac]
./client[0x4026ac]
./client(run_tests+0xec)[0x402e43]
./client(main+0x3e1)[0x403331]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x3ca081ecdd]
./client[0x401299]
======= Memory map: ========
00400000-00405000 r-xp 00000000 00:17 3596388 /fxtest/trep/txfooapp/client
00605000-00606000 rw-p 00005000 00:17 3596388 /fxtest/trep/txfooapp/client
0145b000-0172f000 rw-p 00000000 00:00 0 [heap]
3ca0000000-3ca0020000 r-xp 00000000 08:03 34359 /lib64/ld-2.12.so
3ca021f000-3ca0220000 r--p 0001f000 08:03 34359 /lib64/ld-2.12.so
3ca0220000-3ca0221000 rw-p 00020000 08:03 34359 /lib64/ld-2.12.so
3ca0221000-3ca0222000 rw-p 00000000 00:00 0
3ca0400000-3ca0402000 r-xp 00000000 08:03 34367 /lib64/libdl-2.12.so
3ca0402000-3ca0602000 ---p 00002000 08:03 34367 /lib64/libdl-2.12.so
3ca0602000-3ca0603000 r--p 00002000 08:03 34367 /lib64/libdl-2.12.so
3ca0603000-3ca0604000 rw-p 00003000 08:03 34367 /lib64/libdl-2.12.so
3ca0800000-3ca0989000 r-xp 00000000 08:03 34361 /lib64/libc-2.12.so
3ca0989000-3ca0b88000 ---p 00189000 08:03 34361 /lib64/libc-2.12.so
3ca0b88000-3ca0b8c000 r--p 00188000 08:03 34361 /lib64/libc-2.12.so
3ca0b8c000-3ca0b8d000 rw-p 0018c000 08:03 34361 /lib64/libc-2.12.so
3ca0b8d000-3ca0b92000 rw-p 00000000 00:00 0
3ca0c00000-3ca0c17000 r-xp 00000000 08:03 34362 /lib64/libpthread-2.12.so
3ca0c17000-3ca0e17000 ---p 00017000 08:03 34362 /lib64/libpthread-2.12.so
3ca0e17000-3ca0e18000 r--p 00017000 08:03 34362 /lib64/libpthread-2.12.so
3ca0e18000-3ca0e19000 rw-p 00018000 08:03 34362 /lib64/libpthread-2.12.so
3ca0e19000-3ca0e1d000 rw-p 00000000 00:00 0
3ca1000000-3ca1083000 r-xp 00000000 08:03 34374 /lib64/libm-2.12.so
3ca1083000-3ca1282000 ---p 00083000 08:03 34374 /lib64/libm-2.12.so
3ca1282000-3ca1283000 r--p 00082000 08:03 34374 /lib64/libm-2.12.so
3ca1283000-3ca1284000 rw-p 00083000 08:03 34374 /lib64/libm-2.12.so
3ca1800000-3ca1807000 r-xp 00000000 08:03 34363 /lib64/librt-2.12.so
3ca1807000-3ca1a06000 ---p 00007000 08:03 34363 /lib64/librt-2.12.so
3ca1a06000-3ca1a07000 r--p 00006000 08:03 34363 /lib64/librt-2.12.so
3ca1a07000-3ca1a08000 rw-p 00007000 08:03 34363 /lib64/librt-2.12.so
3ca1c00000-3ca1c08000 r-xp 00000000 08:03 396993 /usr/lib64/libnuma.so.1
3ca1c08000-3ca1e08000 ---p 00008000 08:03 396993 /usr/lib64/libnuma.so.1
3ca1e08000-3ca1e09000 rw-p 00008000 08:03 396993 /usr/lib64/libnuma.so.1
3ca4000000-3ca416f000 r-xp 00000000 08:03 34403 /lib64/libdb-4.7.so
3ca416f000-3ca436e000 ---p 0016f000 08:03 34403 /lib64/libdb-4.7.so
3ca436e000-3ca4374000 rw-p 0016e000 08:03 34403 /lib64/libdb-4.7.so
3ca4400000-3ca4426000 r-xp 00000000 08:03 34389 /lib64/libexpat.so.1.5.2
3ca4426000-3ca4625000 ---p 00026000 08:03 34389 /lib64/libexpat.so.1.5.2
3ca4625000-3ca4628000 rw-p 00025000 08:03 34389 /lib64/libexpat.so.1.5.2
3ca5000000-3ca5016000 r-xp 00000000 08:03 34375 /lib64/libgcc_s-4.4.6-20120305.so.1
3ca5016000-3ca5215000 ---p 00016000 08:03 34375 /lib64/libgcc_s-4.4.6-20120305.so.1
3ca5215000-3ca5216000 rw-p 00015000 08:03 34375 /lib64/libgcc_s-4.4.6-20120305.so.1
3ca6400000-3ca64e8000 r-xp 00000000 08:03 397010 /usr/lib64/libstdc++.so.6.0.13
3ca64e8000-3ca66e8000 ---p 000e8000 08:03 397010 /usr/lib64/libstdc++.so.6.0.13
3ca66e8000-3ca66ef000 r--p 000e8000 08:03 397010 /usr/lib64/libstdc++.so.6.0.13
3ca66ef000-3ca66f1000 rw-p 000ef000 08:03 397010 /usr/lib64/libstdc++.so.6.0.13
3ca66f1000-3ca6706000 rw-p 00000000 00:00 0
3ca6800000-3ca6804000 r-xp 00000000 08:03 34388 /lib64/libuuid.so.1.3.0
3ca6804000-3ca6a03000 ---p 00004000 08:03 34388 /lib64/libuuid.so.1.3.0
3ca6a03000-3ca6a04000 rw-p 00003000 08:03 34388 /lib64/libuuid.so.1.3.0
3cb0400000-3cb0416000 r-xp 00000000 08:03 34401 /lib64/libnsl-2.12.so
3cb0416000-3cb0615000 ---p 00016000 08:03 34401 /lib64/libnsl-2.12.so
3cb0615000-3cb0616000 r--p 00015000 08:03 34401 /lib64/libnsl-2.12.so
3cb0616000-3cb0617000 rw-p 00016000 08:03 34401 /lib64/libnsl-2.12.so
3cb0617000-3cb0619000 rw-p 00000000 00:00 0
3cb0e00000-3cb0e5d000 r-xp 00000000 08:03 34385 /lib64/libfreebl3.so
3cb0e5d000-3cb105c000 ---p 0005d000 08:03 34385 /lib64/libfreebl3.so
3cb105c000-3cb105d000 r--p 0005c000 08:03 34385 /lib64/libfreebl3.so
3cb105d000-3cb105e000 rw-p 0005d000 08:03 34385 /lib64/libfreebl3.so
3cb105e000-3cb1062000 rw-p 00000000 00:00 0
3cb1200000-3cb1207000 r-xp 00000000 08:03 34386 /lib64/libcrypt-2.12.so
3cb1207000-3cb1407000 ---p 00007000 08:03 34386 /lib64/libcrypt-2.12.so
3cb1407000-3cb1408000 r--p 00007000 08:03 34386 /lib64/libcrypt-2.12.soAborted (core dumped)
-
19. Re: Installing Blacktie with Wildfly
tomjenkinson Aug 26, 2015 9:48 AM (in response to joicejoy)It looks like the server did not start up with the right service. Did you do:
export BLACKTIE_CONFIGURATION=linux
export BLACKTIE_CONFIGURATION_DIR=svr
export LOG4CXXCONFIG=log4cxx.server.properties
btadmin startup
-
20. Re: Installing Blacktie with Wildfly
joicejoy Aug 27, 2015 2:14 AM (in response to tomjenkinson)The java error is not coming now. But the other error is still present:
2015-08-26 06:53:35,049 [0x7f2e118ab620] WARN (AtmiBrokerLogc :96 ) - TxLog BAD REQ -1 db name: RDCO1108
*** glibc detected *** ./client: free(): invalid next size (fast): 0x0000000000f837e0 ***
// Rest error message in previous post //
environment:
JBOSS_HOME=/fxtest/trep/wildfly/wildfly-10.0.0.Beta2-SNAPSHOT
BLACKTIE_SCHEMA_DIR=/fxtest/trep/btie/blacktie-5.2.2.Final/xsd
BLACKTIE_HOME=/fxtest/trep/btie/blacktie-5.2.2.Final
BLACKTIE_CONFIGURATION_DIR=svr
JBOSSAS_IP_ADDR=<IP_ADDR>
BLACKTIE_CONFIGURATION=linux
LOG4CXXCONFIG=log4cxx.server.properties
On the server side, the following message is printed:
23:44:39,749 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 95) AMQ221003: trying to deploy queue jms.queue.BTR_.txfooap1
23:44:40,025 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 96) AMQ221003: trying to deploy queue jms.queue.BTR_TXFOOAPP
23:55:59,623 WARN [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012117: TransactionReaper::check timeout for TX 0:ffff0a4405f7:710942e5:55dd8175:332a in state RUN
23:56:00,124 WARN [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012117: TransactionReaper::check timeout for TX 0:ffff0a4405f7:710942e5:55dd8175:332a in state CANCEL
23:56:00,125 WARN [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012378: ReaperElement appears to be wedged: java.net.SocketInputStream.socketRead0(Native Method)
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
java.net.SocketInputStream.read(SocketInputStream.java:170)
java.net.SocketInputStream.read(SocketInputStream.java:141)
java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
java.io.BufferedInputStream.read(BufferedInputStream.java:345)
sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:704)
sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)
sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1535)
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1440)
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
org.jboss.jbossts.star.util.TxSupport.httpRequest(TxSupport.java:493)
org.jboss.jbossts.star.util.TxSupport.httpRequest(TxSupport.java:477)
org.jboss.jbossts.star.resource.RESTRecord.topLevelAbort(RESTRecord.java:258)
com.arjuna.ats.arjuna.coordinator.BasicAction.doAbort(BasicAction.java:3018)
com.arjuna.ats.arjuna.coordinator.BasicAction.doAbort(BasicAction.java:2997)
com.arjuna.ats.arjuna.coordinator.BasicAction.Abort(BasicAction.java:1680)
com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.cancel(TwoPhaseCoordinator.java:127)
com.arjuna.ats.arjuna.AtomicAction.cancel(AtomicAction.java:215)
com.arjuna.ats.arjuna.coordinator.TransactionReaper.doCancellations(TransactionReaper.java:381)
com.arjuna.ats.internal.arjuna.coordinator.ReaperWorkerThread.run(ReaperWorkerThread.java:78)
23:56:00,625 WARN [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012117: TransactionReaper::check timeout for TX 0:ffff0a4405f7:710942e5:55dd8175:332a in state CANCEL_INTERRUPTED
23:56:00,625 WARN [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012120: TransactionReaper::check worker Thread[Transaction Reaper Worker 1,5,main] not responding to interrupt when cancelling TX 0:ffff0a4405f7:710942e5:55dd8175:332a -- worker marked as zombie and TX scheduled for mark-as-rollback
23:56:00,626 WARN [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012110: TransactionReaper::check successfuly marked TX 0:ffff0a4405f7:710942e5:55dd8175:332a as rollback only
23:56:01,641 WARN [com.arjuna.ats.arjuna] (Transaction Reaper Worker 1) ARJUNA012091: Top-level abort of action 0:ffff0a4405f7:710942e5:55dd8175:332a received TwoPhaseOutcome.FINISH_ERROR from org.jboss.jbossts.star.resource.RESTRecord
23:56:01,641 WARN [com.arjuna.ats.arjuna] (Transaction Reaper Worker 1) ARJUNA012091: Top-level abort of action 0:ffff0a4405f7:710942e5:55dd8175:332a received TwoPhaseOutcome.FINISH_ERROR from org.jboss.jbossts.star.resource.RESTRecord
23:56:01,641 WARN [com.arjuna.ats.arjuna] (Transaction Reaper Worker 1) ARJUNA012113: TransactionReaper::doCancellations worker Thread[Transaction Reaper Worker 1,5,main] missed interrupt when cancelling TX 0:ffff0a4405f7:710942e5:55dd8175:332a -- exiting as zombie (zombie count decremented to 0)
-
21. Re: Installing Blacktie with Wildfly
zhfeng Aug 27, 2015 4:26 AM (in response to joicejoy)It looks like you run the server and client in the same machine. So you need to
// startup the server export BLACKTIE_CONFIGURATION=linux export BLACKTIE_CONFIGURATION_DIR=svr export LOG4CXXCONFIG=log4cxx.server.properties btadmin startup // run the client unset LOG4CXXCONFIG export BLACKTIE_CONFIGURATION_DIR=cli export BLACKTIE_CONFIGURATION=linux ./client
It could be more easier to run with the run.sh in the txfooapp quickstart/run.sh at master · jbosstm/quickstart · GitHub
I will take a look at the failure of the client.
-
22. Re: Installing Blacktie with Wildfly
joicejoy Aug 27, 2015 5:06 AM (in response to zhfeng)Thanks Amos, the errors are gone.
But I face this message:
sh-4.1$ ./client
2015-08-27 02:52:20,219 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog setup: prod: ora - RDCO1108 LOCAL DELETE AT SETUP
2015-08-27 02:52:20,219 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog ora_access env=0x1c66d70 svc=0x1c14a60
2015-08-27 02:52:20,220 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog setup: prod: ora - RDCO1107 LOCAL DELETE AT SETUP
2015-08-27 02:52:20,220 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog ora_access env=0x1c66d70 svc=0x1d16f10
2015-08-27 02:52:20,245 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog ora_access env=0x1c66d70 svc=0x1c14a60
2015-08-27 02:52:20,247 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog ora_access env=0x1c66d70 svc=0x1d16f10
2015-08-27 02:52:20,259 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog setup: COUNT RECORDS: RECORD COUNT: 0 expected 0
2015-08-27 02:52:20,272 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog Test 1: prod: ora - RDCO1108 REMOTE INSERT 1
2015-08-27 02:52:20,433 [0x7f6671d1f620] ERROR (DefaultCodecImpl :197 ) - DID NOT Receive the expected amount of wire data: 117 Expected: 165
2015-08-27 02:52:20,524 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog Test 1: prod: ora - RDCO1107 REMOTE INSERT 1
2015-08-27 02:52:23,431 [0x7f6671d1f620] ERROR (DefaultCodecImpl :197 ) - DID NOT Receive the expected amount of wire data: 117 Expected: 165
2015-08-27 02:52:23,485 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog Test 1: prod: ora - RDCO1108 REMOTE INSERT 2
2015-08-27 02:52:26,438 [0x7f6671d1f620] ERROR (DefaultCodecImpl :197 ) - DID NOT Receive the expected amount of wire data: 117 Expected: 165
2015-08-27 02:52:26,489 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog Test 1: prod: ora - RDCO1107 REMOTE INSERT 2
2015-08-27 02:52:29,445 [0x7f6671d1f620] ERROR (DefaultCodecImpl :197 ) - DID NOT Receive the expected amount of wire data: 117 Expected: 165
2015-08-27 02:52:29,506 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog Test 1: prod: ora - RDCO1108 LOCAL INSERT
2015-08-27 02:52:29,506 [0x7f6671d1f620] INFO (AtmiBrokerLogc :60 ) - TxLog ora_access env=0x1c66d70 svc=0x1c14a60
Also client sometimes gives segmentation fault.
-
23. Re: Installing Blacktie with Wildfly
joicejoy Aug 28, 2015 1:49 AM (in response to joicejoy)Hi Amos, Do you think the above error is related to what you are investigating or is it just another config issue.
-
24. Re: Installing Blacktie with Wildfly
zhfeng Aug 29, 2015 9:17 AM (in response to joicejoy)No, I don't think it's related to what I'm investigating. It could be helpful if you can provide me the blackite.server.log and blacktie.client.log, also about the server and client btconfig.xml.
-
25. Re: Installing Blacktie with Wildfly
zhfeng Sep 2, 2015 3:00 AM (in response to joicejoy)Hi Joice,
Do you still have this issue and can you send me the all of the blacktie.log ?
-
26. Re: Installing Blacktie with Wildfly
zhfeng Sep 7, 2015 3:08 AM (in response to joicejoy)It looks like that the BUFFERS should be same both in the client and server btconfig.xml. can you change them to the same value and run the test again ?
-
27. Re: Installing Blacktie with Wildfly
joicejoy Sep 7, 2015 3:41 AM (in response to zhfeng)Ok its working now. Thanks for the help
-
28. Re: Installing Blacktie with Wildfly
joicejoy Sep 8, 2015 1:25 PM (in response to joicejoy)I am trying to run the quickstart examples with the server and client on different machines.
Machine 1: Jboss server + Blacktie Server
Machine 2: Blacktie client
Somehow the client isnt able to connect to the server. Is there any configuration that needs to be done.
I sourced the Blacktie setenv.sh which has the Machine 1 IP. The btconfig.xml is the same on both machines.
-
29. Re: Installing Blacktie with Wildfly
tomjenkinson Sep 9, 2015 6:15 AM (in response to joicejoy)Joice Joy wrote:
I am trying to run the quickstart examples with the server and client on different machines.
Machine 1: Jboss server + Blacktie Server
Machine 2: Blacktie client
Somehow the client isnt able to connect to the server. Is there any configuration that needs to be done.
I sourced the Blacktie setenv.sh which has the Machine 1 IP. The btconfig.xml is the same on both machines.
Please can you create another thread for this question so it can more easily be found by the rest of the community? Please can you also provide the output from both the consoles and the btconfig.xmls of client and server and any log file? Also please can you try it with fooapp quickstart (if you aren't already using that one)?