java version "1.6.0_23"
Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
Java HotSpot(TM) 64-Bit Server VM (build 19.0-b09, mixed mode)

weblogic 10.3.3

Error info like below with each Logfile.
-------------------------------------------------------------------------
log4j:ERROR setFile(null,true) call failed.
java.io.FileNotFoundException: /jetspeed-digester.log (Permission denied)
        at java.io.FileOutputStream.openAppend(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:177)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:102)

I create those files and grant to weblogic, then the error not is show.
[root@HYY_RHEL55_01 ~]# ll /
total 214
drwxr-xr-x   2 root     root      4096 Dec 31 06:56 bin
drwxr-xr-x   4 root     root      1024 Dec 31 03:42 boot
drwxr-xr-x  14 root     root      4000 Jan 14 15:23 dev
drwxr-xr-x 111 root     root     12288 Jan 15 04:10 etc
drwxr-xr-x   4 root     root      4096 Jan 13 17:34 home
drwxr-xr-x   3 root     root      4096 Jan  4 16:52 installfiles
-rw-r--r--   1 weblogic weblogic     0 Jan 17 09:15 jetspeed-cxf.log
-rw-r--r--   1 weblogic weblogic     0 Jan 17 09:15 jetspeed-deployment.log
-rw-r--r--   1 weblogic weblogic     0 Jan 17 09:08 jetspeed-diagnostics.log
-rw-r--r--   1 weblogic weblogic     0 Jan 17 09:15 jetspeed-digester.log
-rw-r--r--   1 weblogic weblogic     0 Jan 17 09:15 jetspeed.log
-rw-r--r--   1 weblogic weblogic     0 Jan 17 09:15 jetspeed-ojb.log
-rw-r--r--   1 weblogic weblogic     0 Jan 17 09:15 jetspeed-pluto.log
-rw-r--r--   1 weblogic weblogic     0 Jan 17 09:15 jetspeed-scheduler.log
-rw-r--r--   1 weblogic weblogic     0 Jan 17 09:09 jetspeed-velocity.log
drwxr-xr-x  11 root     root      4096 Jan  3 20:21 lib

I think something is wrong with file locator.

Reply via email to