Opened 12 years ago
Closed 12 years ago
#184 closed defect (fixed)
FreePlane not running
Reported by: | Martin Iturbide | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | GA4 |
Component: | general | Version: | 1.6.0 Build 25 GA3 |
Severity: | medium | Keywords: | |
Cc: |
Description
FreePlane (http://freeplane.sourceforge.net/) is not running anymore with Build 25 GA3.
This is the start script:
set freeplanedir=
set xargs=init.xargs
set defines= "-Dorg.freeplane.param1=%1" "-Dorg.freeplane.param2=%2" "-Dorg.freeplane.param3=%3" "-Dorg.freeplane.param4=%4"
set resdir="-Dorg.freeplane.globalresourcedir=%freeplanedir%resources/"
java -Xmx512m "-Dorg.knopflerfish.framework.bundlestorage=memory" "-Dorg.knopflerfish.gosg.jars=reference:file:%freeplanedir%core/" %resdir% %defines% -jar "%freeplanedir%framework.jar" -xargs "%freeplanedir%props.xargs" -xargs "%freeplanedir%%xargs%"
The error log is attached.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | hs_err_pid101.log added |
---|
comment:1 by , 12 years ago
Milestone: | Enhanced → GA4 |
---|
comment:2 by , 12 years ago
Please try this DLL ftp://ftp.netlabs.org/pub/odin/test/j4.zip (replace the one in the /bin/client dir) and report if it works now.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
It works with the hot fix (ftp://ftp.netlabs.org/pub/java/openjdk6_b25_ga3/hotfix_ga3_1-20120807.zip) so closing.
Most likely, the SEH problem from #161 again.