Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0.0
-
Fix Version/s: 4.1.0
-
Component/s: Autoloader
-
Security Level: Public
-
- Environment:
- Linux Ubuntu 11.10
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 3.3.0 [ 10334 ] | |
| Priority | Minor [ 4 ] |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Description |
# start Petals ESB (the autoloader is enabled)
# remove directories: $PETALS_HOME/install, $PETALS_HOME/installed, $PETALS_HOME/uninstalled \\ The following error occurs: {code} Exception in thread "Timer-0" java.lang.NullPointerException at org.ow2.petals.jbi.management.autoload.InstallDirectoryScanner.run(InstallDirectoryScanner.java:59) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Exception in thread "Timer-1" java.lang.NullPointerException at java.util.Arrays$ArrayList.<init>(Arrays.java:3357) at java.util.Arrays.asList(Arrays.java:3343) at org.ow2.petals.jbi.management.autoload.InstalledDirectoryScanner.run(InstalledDirectoryScanner.java:52) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) {code} |
# start Petals ESB (the autoloader is enabled)
# remove directories: $PETALS_HOME/install, $PETALS_HOME/installed \\ The following error occurs: {code} Exception in thread "Timer-0" java.lang.NullPointerException at org.ow2.petals.jbi.management.autoload.InstallDirectoryScanner.run(InstallDirectoryScanner.java:59) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) Exception in thread "Timer-1" java.lang.NullPointerException at java.util.Arrays$ArrayList.<init>(Arrays.java:3357) at java.util.Arrays.asList(Arrays.java:3343) at org.ow2.petals.jbi.management.autoload.InstalledDirectoryScanner.run(InstalledDirectoryScanner.java:52) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) {code} |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Component/s | Autoloader [ 10253 ] | |
| Component/s | Installation/Deployment [ 10041 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

The NPE was replaced by a WARNING message