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 271751 - AssertionError: FileObject for /home/java/jBLELib/src_lib/linux-amd64/libjBLE.so not found.
Summary: AssertionError: FileObject for /home/java/jBLELib/src_lib/linux-amd64/libjBLE...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-03 11:55 UTC by j0inty
Modified: 2017-11-03 11:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230782


Attachments
stacktrace (5.07 KB, text/plain)
2017-11-03 11:55 UTC, j0inty
Details

Note You need to log in before you can comment on or make changes to this bug.
Description j0inty 2017-11-03 11:55:53 UTC
This bug was originally marked as duplicate of bug 210655, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201711020002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.152-b16, Java(TM) SE Runtime Environment, 1.8.0_152-b16
OS: Linux

User Comments:
j0inty: Note that "libjBLE.so" was an symbolic link and was moved with the libjBLE.so.1.0.3 file in on Drag'n'Drop action




Stacktrace: 
java.lang.AssertionError: FileObject for /home/steffen/workspace/NosoEx-BLEDataReader.git/java/jBLELib/src_lib/linux-amd64/libjBLE.so not found.
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.handleMoveCopy(BaseFileObj.java:386)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.move(BaseFileObj.java:333)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.move(BaseFileObj.java:303)
   at org.openide.loaders.FileEntry.move(FileEntry.java:117)
   at org.openide.loaders.MultiDataObject.handleMove(MultiDataObject.java:787)
   at org.openide.loaders.DataObject$2Op.run(DataObject.java:876)
Comment 1 j0inty 2017-11-03 11:55:56 UTC
Created attachment 165394 [details]
stacktrace