You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2008/07/03 23:58:01 UTC

DO NOT REPLY [Bug 45336] New: 3.1-FINAL: RuntimeException when calling HFFSColor.getTripletHash()

https://issues.apache.org/bugzilla/show_bug.cgi?id=45336

           Summary: 3.1-FINAL: RuntimeException when calling
                    HFFSColor.getTripletHash()
           Product: POI
           Version: 3.0-dev
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: anathaniel@apache.org


Calling HFFSColor.getTripletHash generates:

java.lang.RuntimeException: Dup color hexString (9999:3333:6666) for color
(org.apache.poi.hssf.util.HSSFColor$MAROON)

PLUM is already using the same color codes.

That stops us from using 3.1 in Cocoon.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45336] 3.2-FINAL: Dup color hexString (9999:3333:6666) for color (org.apache.poi.hssf.util.HSSFColor$MAROON)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45336


Josh Micich <jo...@gildedtree.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from Josh Micich <jo...@gildedtree.com>  2008-12-01 10:34:47 PST ---
I just verified this bug was fixed in svn r673987 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=673987 ).  This was definitely before
the 3.2 release. To be sure, I downloaded
http://www.ibiblio.org/maven/org.apache.poi/jars/poi-3.2-FINAL.jar (md5sum:
2fec24222aa7c353bff1960b8ac3e548), and decompiled HSSFColor.class.


The simplest explanation for why you are still observing this bug is that you
have a previous version of POI on your runtime classpath.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45336] 3.2-FINAL: Dup color hexString (9999:3333:6666) for color (org.apache.poi.hssf.util.HSSFColor$MAROON)

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45336


Olivier Lemée <o....@agnet.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |o.lemee@agnet.fr
             Status|RESOLVED                    |REOPENED
         OS/Version|Linux                       |Mac OS X 10.4
           Priority|P2                          |P1
         Resolution|FIXED                       |
            Summary|3.1-FINAL: RuntimeException |3.2-FINAL: Dup color
                   |when calling                |hexString (9999:3333:6666)
                   |HFFSColor.getTripletHash()  |for color
                   |                            |(org.apache.poi.hssf.util.HS
                   |                            |SFColor$MAROON)
            Version|3.0-dev                     |3.2-FINAL




--- Comment #4 from Olivier Lemée <o....@agnet.fr>  2008-12-01 06:06:05 PST ---
Hello,
I had the same problem but I'm using the 3.2-FINAL version or poi library.

I read the fixed bug which be note in 3.2 version notes but when I execute the
Excel generate process, poi send me this error.

I had downloaded the maven repository version, I had downloaded the nightly
versions but always the same error is throwed :
Dup color hexString (9999:3333:6666) for color
(org.apache.poi.hssf.util.HSSFColor$MAROON)

Could you help me because I'm blocked in a critical development.

Thanks for your quick help.

Regards.

Olivier Lemée
www.agnet.fr


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45336] 3.1-FINAL: RuntimeException when calling HFFSColor .getTripletHash()

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45336





--- Comment #3 from Nick Burch <ni...@torchbox.com>  2008-07-16 06:42:13 PST ---
You should grab HSSFColor.java from svn trunk, compile, and replace that into
your jar

Or, just use a nightly build from http://encore.torchbox.com/poi-svn-build/


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45336] 3.1-FINAL: RuntimeException when calling HFFSColor .getTripletHash()

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45336


Panda Parker <pa...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pandaparker@gmail.com




--- Comment #2 from Panda Parker <pa...@gmail.com>  2008-07-16 06:29:24 PST ---
We have been keep getting the 

java.lang.RuntimeException: Dup color hexString (9999:3333:6666) for color
(org.apache.poi.hssf.util.HSSFColor$MAROON)

error. I guess this topic is related to this. So how we can fix this on our
side. It would be better if you explain it with the most basic way you can.

Thank you in advance.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45336] 3.1-FINAL: RuntimeException when calling HFFSColor .getTripletHash()

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45336


Nick Burch <ni...@torchbox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Nick Burch <ni...@torchbox.com>  2008-07-04 02:59:00 PST ---
Looks like the definition of MAROON was wrong

I've fixed this, and added some unit tests to catch this sort of problem were
it to ever crop up again

Fix is in svn trunk


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org