#2705 closed defect (fixed)

FIX - rasj has error with NegativeArraySizeException: -1 for rasj.global.Debug.logPrefix

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.2
Component: java Version: 10.2
Keywords: Cc:
Complexity: Medium

Description

The stack trace from rasj is:

java.lang.NegativeArraySizeException: -1
    at java.base/java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:86)
    at java.base/java.lang.StringBuffer.<init>(StringBuffer.java:144)
    at rasj.global.Debug.logPrefix(Debug.java:231)
    at rasj.global.Debug.talk(Debug.java:225)
    at rasj.global.Debug.talkSparse(Debug.java:190)
    at rasj.RasImplementation.<init>(RasImplementation.java:71)
    at petascope.util.ras.RasUtil.executeRasqlQuery(RasUtil.java:213)

here in RasUtil.java it is:             
    impl = new RasImplementation(ConfigManager.RASDAMAN_URL);
}}

Change History (1)

comment:1 by Bang Pham Huu, 14 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.