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

Summary: AssertionError: FileObject for /home/java/jBLELib/src_lib/linux-amd64/libjBLE.so not found.
Product: platform Reporter: j0inty
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230782
Attachments: stacktrace

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