cancel
Showing results for 
Search instead for 
Did you mean: 

Installer Bug in 3D??

pcmonk
Champ in-the-making
Champ in-the-making
Trying to run 3d after initial install (full version) I get the error:

Cannot load JBDC driver class 'org.gjt.mm.mysql.driver'

Java.lang.classnotfoundexceptionSmiley Surprisedrg.gjt.mm.mysql.driver

I have searched the forum and found references to a missing file in Alfresco\timcat\common\lib called mysql-connector-java-5.X.X-bin.jar.  I have 5.1.6 in this directory.  I have tried 5.0.8 and 5.1.7 no luck. 

At least 3C came up and the Web client worked.  This was a fresh install on a fresh install of windows XP Pro.

HELP!

Thanks.
2 REPLIES 2

mikeh
Star Contributor
Star Contributor
With Tomcat6, the driver should be in tomcat/lib

Thanks,
Mike

pcmonk
Champ in-the-making
Champ in-the-making
Yes that fixed it.  Thanks.

So in addition to this I have done the following.  I am still testing so I may have more items later.

Fix open office:

Solution

1 - create this folder c:\Alfresco\OOo
2 - Edit this file C:\Alfresco\tomcat\shared\classes\alfresco\extension\bootstrap\openoffice-startup-context.xml
3 - modify the commandMap property with this:

<property name="commandMap">
<map>
<entry key=".*">
<value><![CDATA["C:/Alfresco/OpenOfficePortable/App/openoffice/program/soffice.exe" "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" "-env:UserInstallation=file:///C:/Alfresco/OOo" -nologo -headless -nofirststartwizard -nocrashrep -norestore]]></value>
</entry>
</map>
</property>

[u][b]Add a directory to my enviorment path:[/b][/u]

Add C:\Alfresco\bin to my envioment path to include some needed netbios dlls.