Java UI throws java.io.WinNTFileSystem.createFileExclusively exception when opening RA Object
search cancel

Java UI throws java.io.WinNTFileSystem.createFileExclusively exception when opening RA Object

book

Article ID: 88023

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Error Message :
java.io.IOException: The system cannot find the path specified
at java.io.WinNTFileSystem.createFileExclusively(Native Method)

When trying to open a RA Object from the Java User Interface (UI) you receive the following error:
 
java.io.IOException: The system cannot find the path specified 
at java.io.WinNTFileSystem.createFileExclusively(Native Method) 
at java.io.File.createTempFile(File.java:2024) 
at com.uc4.be.tools.Base64JarClassLoader.<init>(Base64JarClassLoader.java:87) 
at com.uc4.be.tools.CITGuiClassLoader.<init>(CITGuiClassLoader.java:66) 
at com.uc4.be.guibuilder.screen.AbstractXmlListener.runGroovyCode(AbstractXmlListener.java:283) 
at com.uc4.be.guibuilder.screen.AbstractXmlListener.processCommonAction(AbstractXmlListener.java:239) 
at com.uc4.be.guibuilder.screen.XmlActionListener.actionPerformed(XmlActionListener.java:57) 
at com.uc4.be.guibuilder.screen.XmlReader.runInitActions(XmlReader.java:243) 
at com.uc4.ucdf.D.E.A(Unknown Source) 
at com.uc4.ucdf.D.E.<init>(Unknown Source) 
at com.uc4.ucdf.O$1.<init>(Unknown Source) 
at com.uc4.ucdf.O.µ(Unknown Source) 
at com.uc4.ucdf.O.ª(Unknown Source) 
at com.uc4.ucdf.O.B(Unknown Source) 
at com.uc4.ucdf.O$4.A(Unknown Source) 
at com.uc4.ucdf.kB.execute(Unknown Source) 
at com.uc4.C.I.Γ(Unknown Source) 
at com.uc4.C.I.Ί(Unknown Source) 
at com.uc4.C.I.ˢ(Unknown Source) 
at com.uc4.ucdf.BA.executeEventCommandBlock(Unknown Source) 
at com.uc4.ucdf.BA.executeEventCommandBlock(Unknown Source) 
at com.uc4.ucdf.BA.executeEventCommandBlock(Unknown Source) 
at com.uc4.ucdf.BA.onActivate(Unknown Source) 
at com.uc4.ucdf.BA.setActive(Unknown Source) 
at com.uc4.ucdf.IA$_A.stateChanged(Unknown Source) 
at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:416) 
at javax.swing.JTabbedPane$ModelListener.stateChanged(JTabbedPane.java:270) 
at javax.swing.DefaultSingleSelectionModel.fireStateChanged(DefaultSingleSelectionModel.java:132) 
at javax.swing.DefaultSingleSelectionModel.setSelectedIndex(DefaultSingleSelectionModel.java:67) 
...


 

Environment

OS Version: NA

Cause

Cause type:
By design
Root Cause: Java UI throws java.io.WinNTFileSystem.createFileExclusively exception when displaying RA tab if working directory is not user=writeable (Userinterface/bin)

Resolution

Grant write access to the working directory of the UserInterface (Userinterface/bin).

Fix Status: No Fix

Fix Version(s):
N/A

Additional Information

Workaround :
N/A