Forum Replies Created
-
AuthorReplies
-
GM
Test: 6.2.1
Prod: 6.1.1
June 19, 2019 at 4:47 pm in reply to: How do you setup Box Manager to transfer files to another server? #109835Thank you for your quick reply. I get this issue when using the same port as the GUI:
error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed outjava.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:307)
at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:338)
at sun.rmi.registry.RegistryImpl_Stub.list(RegistryImpl_Stub.java:85)…………….Yes the PANIC would still happen but because the TCL script was in the TPS Outbound data I was able to put this Thread in its own Process to isolate the issue so other threads in the previous process could get turned on and process their messages.
We do not do any xlate here so from what I understand is there is no issues/concerns with putting tcl procs in the TPS Outbound data vs route details? I was thinking there might be some issues with how the messages queue if there are multiple threads in a process with tcl scripts in TPS Outbound data but wasn’t sure.
Thanks Max for a quick reply, I bounced the process when I turned on Log Cycle for that process but it isn’t working.
I will open a ticket with Info.
Thank you for your help.
I have read this thread a few times but still trying to understand how log history works. I did a test to see if this works and it didn’t.
Do I need to enable both site level and process level log cycling for this to work?
For the site level we have
Max Number of Log Files – Unlimited
Max Logs total size – Unlimited
Will this allow the site directory to continue to grow in size? or the current active log file? I thought by selecting Unlimited it will just continue to add new files to the process directory with new log files for that process?
I also checked off Automatic Log Cycling for one process to see what would happen. Set it to 9999Kb. This file has grown way past that. I do not see a .old file in the process directory. My understanding with this checked off is that it will start a new file after it reaches 9999Kb and will rename the to .old? Is this correct?
Does the file get moved somewhere or is this just not working?
I tried looking at the help file but it wasn
Thank you, I knew it was something stupid I was doing. I could have done this in a TCL Script but didn’t want to just for something like that.
Thanks again.
-
AuthorReplies