Job set to cancel, but it remains enabled

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
7 posts Page 1 of 1

Joerg

Posts: 32
Joined: Wed Dec 19, 2012 9:57 am

Post by Joerg » Thu Feb 19, 2015 1:55 am
Hi,

we have an job which is frozen (a put for a far sftp sever).

here are the last rows of job log:
18.2.2015 01:00:19 INFO Executing task 'sftp 1.0'
18.2.2015 01:04:47 INFO Executing sub-task 'put'
18.2.2015 01:09:46 ERROR java.io.IOException: inputstream is closed
18.2.2015 01:35:03 ERROR java.io.IOException: inputstream is closed

We want to cancel this job, but the 'cancel' functionality ended without success.

The job remains in the active job list.

What can we do?

regards
Joerg

Support_Rick

Support Specialist
Posts: 590
Joined: Tue Jul 17, 2012 2:12 pm
Location: Phoenix, AZ

Post by Support_Rick » Thu Feb 19, 2015 10:02 am
Jorge,

Please send us your Project XML and full JobLog so that we can see what's happening.
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696

Joerg

Posts: 32
Joined: Wed Dec 19, 2012 9:57 am

Post by Joerg » Thu Feb 19, 2015 10:36 am
Hi,

I've forgotten to say, that this job runs one time every day since a half year triggered by scheduler without problems.
The scheduler advanced options is set to 'Repeat only when the project fails'.

And now it runs again (after we've changed the project source to thread safe) without problems.

Only the job from yesterday hangs and we can't cancel this one.

The job is a complex one with a merge of two files and than a sftp task to send the merged file. I think the source file is not so important, because it works every day.....only yesterday the sftp task failed
So I attache only a screen shot of 'Active Jobs' and the job log.

But if you want the source we can upload this too.

regards
Joerg
Attachments
1369742082205.log
(5.78 KiB) Downloaded 825 times

ActiveJobs.jpg

Support_Rick

Support Specialist
Posts: 590
Joined: Tue Jul 17, 2012 2:12 pm
Location: Phoenix, AZ

Post by Support_Rick » Mon Mar 02, 2015 6:17 pm
Joerg,

Can you run this in Debug Mode? Maybe we can get more information from that.

From what you're showing me .. this only tells me that the connection to do an SFTP|Put command is terminated by the Target System "Input stream is closed", but without having the Debug version there's not much more to that.

Let me know what you can do for this information.
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696

Joerg

Posts: 32
Joined: Wed Dec 19, 2012 9:57 am

Post by Joerg » Tue Mar 03, 2015 10:28 am
Hi Rick,
you must have misunderstood me.

I don't want to correct my script or job or want to know what happed with the sftp task.

I want to cancel the whole job which is active since 18th February in GAD.

If I press 'Cancel' (Active Jobs) nothing happens. How we can stop this process?

regards
Joerg

Support_Rick

Support Specialist
Posts: 590
Joined: Tue Jul 17, 2012 2:12 pm
Location: Phoenix, AZ

Post by Support_Rick » Tue Mar 03, 2015 12:00 pm
Jorge,

From the Active Job screen, see if you can show the "Stack Trace" of the job. If so, please copy this into a Text File and send it to my attention at [email protected] so that we can understand where the job got "Hung".

Once you have the copy of the Stack Trace, try stopping/restarting your GAD service, then reviewing the Active Jobs again. At that point it should go away. If not, please let us know.

Thanks!
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696

KayGanda05

Posts: 2
Joined: Thu Jun 30, 2016 7:33 pm

Post by KayGanda05 » Fri Aug 26, 2016 5:29 am
Same error here
Job Number
1000000001601
Project Name
B2B CSHSUM Extraction
Project Location
/JDA_02. Daily Data Extraction/JDA-Load data to ATLAS-JDA
Submit User
koazul
Run User
koazul
Start Time
8/26/16 5:24:05 PM
Priority
5
Class Name Method Name File Name Line Number
java.net.SocketInputStream
socketRead0 (Native Method)
SocketInputStream.java
Not Available
java.net.SocketInputStream
read
SocketInputStream.java
129
com.mysql.jdbc.util.ReadAheadInputStream
fill
ReadAheadInputStream.java
114
com.mysql.jdbc.util.ReadAheadInputStream
readFromUnderlyingStreamIfNecessary
ReadAheadInputStream.java
161
com.mysql.jdbc.util.ReadAheadInputStream
read
ReadAheadInputStream.java
189
com.mysql.jdbc.MysqlIO
readFully
MysqlIO.java
2537
com.mysql.jdbc.MysqlIO
reuseAndReadPacket
MysqlIO.java
2990
com.mysql.jdbc.MysqlIO
reuseAndReadPacket
MysqlIO.java
2979
com.mysql.jdbc.MysqlIO
checkErrorPacket
MysqlIO.java
3520
com.mysql.jdbc.MysqlIO
sendCommand
MysqlIO.java
1990
com.mysql.jdbc.MysqlIO
sqlQueryDirect
MysqlIO.java
2151
com.mysql.jdbc.ConnectionImpl
execSQL
ConnectionImpl.java
2625
com.mysql.jdbc.PreparedStatement
executeInternal
PreparedStatement.java
2119
com.mysql.jdbc.PreparedStatement
execute
PreparedStatement.java
1362
com.linoma.ga.projects.tasks.sql.Query
executeUsingParameters
Not Available
Not Available
com.linoma.ga.projects.tasks.sql.Query
execute
Not Available
Not Available
com.linoma.ga.projects.tasks.sql.SQLTask
execute
Not Available
Not Available
com.linoma.ga.projects.ModuleV2
execute
Not Available
Not Available
com.linoma.ga.projects.Project
execute
Not Available
Not Available
com.linoma.ga.projects.runtime.Job
executeProject
Not Available
Not Available
com.linoma.ga.projects.runtime.Job
run
Not Available
Not Available
com.linoma.ga.projects.runtime.Runtime
executeProject
Not Available
Not Available
com.linoma.ga.projects.runtime.Runtime
executeProject
Not Available
Not Available
com.linoma.ga.ui.admin.projects.designer.ConfigureProjectForm
execute
Not Available
Not Available
com.linoma.ga.ui.admin.projects.designer.ConfigureProjectForm
executeProject
Not Available
Not Available
sun.reflect.NativeMethodAccessorImpl
invoke0 (Native Method)
NativeMethodAccessorImpl.java
Not Available
sun.reflect.NativeMethodAccessorImpl
invoke
NativeMethodAccessorImpl.java
48
sun.reflect.DelegatingMethodAccessorImpl
invoke
DelegatingMethodAccessorImpl.java
25
java.lang.reflect.Method
invoke
Method.java
600
org.apache.el.parser.AstValue
invoke
AstValue.java
278
org.apache.el.MethodExpressionImpl
invoke
MethodExpressionImpl.java
273
org.apache.myfaces.view.facelets.el.ContextAwareTagMethodExpression
invoke
ContextAwareTagMethodExpression.java
96
org.apache.myfaces.application.ActionListenerImpl
processAction
ActionListenerImpl.java
74
org.primefaces.application.DialogActionListener
processAction
DialogActionListener.java
45
javax.faces.component.UICommand
broadcast
UICommand.java
120
javax.faces.component.UIViewRoot
_broadcastAll
UIViewRoot.java
1172
javax.faces.component.UIViewRoot
broadcastEvents
UIViewRoot.java
365
javax.faces.component.UIViewRoot
_process
UIViewRoot.java
1656
javax.faces.component.UIViewRoot
processApplication
UIViewRoot.java
862
org.apache.myfaces.lifecycle.InvokeApplicationExecutor
execute
InvokeApplicationExecutor.java
42
org.apache.myfaces.lifecycle.LifecycleImpl
executePhase
LifecycleImpl.java
196
org.apache.myfaces.lifecycle.LifecycleImpl
execute
LifecycleImpl.java
143
javax.faces.webapp.FacesServlet
service
FacesServlet.java
198
org.apache.catalina.core.ApplicationFilterChain
internalDoFilter
ApplicationFilterChain.java
303
org.apache.catalina.core.ApplicationFilterChain
doFilter
ApplicationFilterChain.java
208
com.linoma.ga.core.upload.FileUploadFilter
doFilter
Not Available
Not Available
org.apache.catalina.core.ApplicationFilterChain
internalDoFilter
ApplicationFilterChain.java
241
org.apache.catalina.core.ApplicationFilterChain
doFilter
ApplicationFilterChain.java
208
com.linoma.dpa.security.SecurityFilter
doFilter
Not Available
Not Available
org.apache.catalina.core.ApplicationFilterChain
internalDoFilter
ApplicationFilterChain.java
241
org.apache.catalina.core.ApplicationFilterChain
doFilter
ApplicationFilterChain.java
208
com.linoma.ga.ui.core.filter.IFrameEmbeddingFilter
doFilter
Not Available
Not Available
org.apache.catalina.core.ApplicationFilterChain
internalDoFilter
ApplicationFilterChain.java
241
org.apache.catalina.core.ApplicationFilterChain
doFilter
ApplicationFilterChain.java
208
com.linoma.ga.ui.core.filter.NoCacheFilter
doFilter
Not Available
Not Available
org.apache.catalina.core.ApplicationFilterChain
internalDoFilter
ApplicationFilterChain.java
241
org.apache.catalina.core.ApplicationFilterChain
doFilter
ApplicationFilterChain.java
208
com.linoma.ga.ui.core.filter.IECompatibilityModeFilter
doFilter
Not Available
Not Available
org.apache.catalina.core.ApplicationFilterChain
internalDoFilter
ApplicationFilterChain.java
241
org.apache.catalina.core.ApplicationFilterChain
doFilter
ApplicationFilterChain.java
208
com.linoma.dpa.j2ee.AdminRedirectFilter
doFilter
Not Available
Not Available
org.apache.catalina.core.ApplicationFilterChain
internalDoFilter
ApplicationFilterChain.java
241
org.apache.catalina.core.ApplicationFilterChain
doFilter
ApplicationFilterChain.java
208
org.apache.catalina.core.StandardWrapperValve
invoke
StandardWrapperValve.java
220
org.apache.catalina.core.StandardContextValve
invoke
StandardContextValve.java
122
org.apache.catalina.authenticator.AuthenticatorBase
invoke
AuthenticatorBase.java
503
org.apache.catalina.core.StandardHostValve
invoke
StandardHostValve.java
170
org.apache.catalina.valves.ErrorReportValve
invoke
ErrorReportValve.java
103
org.apache.catalina.core.StandardEngineValve
invoke
StandardEngineValve.java
116
org.apache.catalina.connector.CoyoteAdapter
service
CoyoteAdapter.java
421
org.apache.coyote.http11.AbstractHttp11Processor
process
AbstractHttp11Processor.java
1070
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler
process
AbstractProtocol.java
611
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor
run
JIoEndpoint.java
316
java.util.concurrent.ThreadPoolExecutor$Worker
runTask
ThreadPoolExecutor.java
886
java.util.concurrent.ThreadPoolExecutor$Worker
run
ThreadPoolExecutor.java
908
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable
run
TaskThread.java
61
java.lang.Thread
run
Thread.java
736
7 posts Page 1 of 1