Author Message
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Did you mean you upgraded to 7.1 and still see the problem?

By default, the app is trying create a folder structure in the root directory unlike apps running on other app server. You can manually assign the top directory in the Runtimeconfig/Application configuration (the OD admin tool) for the app. That way you can guarantee you start with a directory you have full permission to create sub folders and to write files.
JOHN-JHENG
Joined: May 26, 2015
Messages: 25
Offline
yes,I upgrad runtimeSupport.zip to the appserver.
now we use the scertcommon-07.10.12.02.jar,VPAppLogClient_7.1.0.jar ,and still see the problem.
WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Have you tried manually created the directory and sub-directories and administered it through Runtimeconfig mentioned previously and in the thread blow The case below is the same:

http://www.devconnectprogram.com/forums/posts/list/19318.page#p78746

The operation the thread is stuck on is really inside Java, and it is between the JVM and the storage. You may also need some help from Oracle support if we can't around it. I've not seen this kind of issue on our Weblogic system.
JOHN-JHENG
Joined: May 26, 2015
Messages: 25
Offline
We have created the directory and sub-directories , but not administered it through Runtimeconfig mentioned previously.
we use log4j to administered it.

Is the Default "/temp/Appname/data/log&temp" ??

Thanks


WilsonYu
Joined: Nov 6, 2013
Messages: 3950
Offline
Not sure what you mean by using log4j to administer the directories. You should have the directory and sub-directories as the following:

MyDir
---data
------log
------temp

In either RuntimeConfig or ddrt.properties, you assign the path as "<path>/MyDir"
JOHN-JHENG
Joined: May 26, 2015
Messages: 25
Offline
Hello,

it would be permission issue. when restart by root the isuue is disappear.
But use root is Unsafe,Is there a solution?

Tthanks
RossYakulis
Joined: Nov 6, 2013
Messages: 2652
Offline
Perhaps OD is not able to create those directories. There are ways to have the log and temp to be outside the OD application. Please consult the documentation and release notes.
Go to:   
Mobile view