This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 213686 - java.lang.Error: Failed to create temporary file for jnidispatch library: java.io.IOException: Permission denied
Summary: java.lang.Error: Failed to create temporary file for jnidispatch library: jav...
Status: RESOLVED DUPLICATE of bug 212938
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-06 17:29 UTC by wbrana
Modified: 2012-06-07 08:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log (9.76 KB, application/octet-stream)
2012-06-06 17:29 UTC, wbrana
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wbrana 2012-06-06 17:29:32 UTC
Created attachment 120442 [details]
log

NB is trying to create file in directory, which is owned by different user

open("/tmp/jna/jna2869273317323544746.tmp", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0666) = -1 EACCES (Permission denied)

stat /tmp/jna 
  File: ‘/tmp/jna’
  Size: 4096            Blocks: 8          IO Block: 4096   directory
Device: 902h/2306d      Inode: 2908409     Links: 2
Access: (0755/drwxr-xr-x)  Uid: ( 1016/    inst)   Gid: (   27/   video)
Access: 2012-06-06 13:04:06.834405223 +0200
Modify: 2012-06-06 18:56:55.904597226 +0200
Change: 2012-06-06 18:56:55.904597226 +0200
 Birth: -
Comment 1 Stanislav Aubrecht 2012-06-07 08:38:06 UTC

*** This bug has been marked as a duplicate of bug 212938 ***