You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error which I am trying to narrow down to either
autocleanup of /tmp
multiple instances of MATLAB + project both trying to write to same log file
Caused by: java.io.IOException: Stale file handle
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:326)
at org.apache.logging.log4j.core.appender.OutputStreamManager.writeToDestination(OutputStreamManager.java:250)
... 51 more
I have checked out the code but can't get ./gradlew clean test to run correctly:
location: class P4AdapterFactory
/home/default/build/p4sl/src/main/java/com/perforce/p4simulink/P4Repository.java:9: error: package com.mathworks.cmlink.api does not exist
import com.mathworks.cmlink.api.ApplicationInteractor;
^
/home/default/build/p4sl/src/main/java/com/perforce/p4simulink/P4Repository.java:10: error: package com.mathworks.cmlink.api does not exist
import com.mathworks.cmlink.api.ConfigurationManagementException;
^
/home/default/build/p4sl/src/main/java/com/perforce/p4simulink/P4Repository.java:11: error: package com.mathworks.cmlink.api does not exist
import com.mathworks.cmlink.api.RepositorySupportedFeature;
^
/home/default/build/p4sl/src/main/java/com/perforce/p4simulink/P4Repository.java:12: error: package com.mathworks.cmlink.api.version.r16b does not exist
import com.mathworks.cmlink.api.version.r16b.CMRepository;
The text was updated successfully, but these errors were encountered:
I get the following error which I am trying to narrow down to either
I have checked out the code but can't get
./gradlew clean test
to run correctly:The text was updated successfully, but these errors were encountered: