I'm tryng to install Teamwork 4.3 on Centos 5.4 using the gui installer but the installation fail with the message:
"Teamwork encountered an error when detecting we configuration"
The log file report this error:
Exception:
java.lang.NullPointerException at com.twproject.installer.forms.SummaryForm.<init>(SummaryForm.java:60) at com.twproject.installer.screens.TWFarewellScreen.createComponent(TWFarewellScreen.java:38) at com.install4j.runtime.installer.frontend.ScreenEnvelope.addScreenContent(Unknown Source) at com.install4j.runtime.wizard.StandardScreen.setupComponent(Unknown Source) at com.install4j.runtime.wizard.StandardScreen.initScreen(Unknown Source) at com.install4j.runtime.installer.frontend.ScreenEnvelope.init(Unknown Source) at com.install4j.runtime.installer.frontend.ScreenEnvelope.<init>(Unknown Source) at com.install4j.runtime.installer.frontend.WizardScreenExecutor.register(Unknown Source) at com.install4j.runtime.installer.ContextImpl.registerScreenConfigs(Unknown Source) at com.install4j.runtime.installer.ContextImpl.registerScreens(Unknown Source) at com.install4j.runtime.installer.controller.Controller.start(Unknown Source) at com.install4j.runtime.installer.Installer.main(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.exe4j.runtime.LauncherEngine.launch(Unknown Source) at com.install4j.runtime.Launcher.main(Unknown Source)
System properties:
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition exe4j.moduleName=/root/Teamwork_4_unix.sh.bin sun.boot.library.path=/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/i386 java.vm.version=1.5.0_16-b02 java.vm.vendor=Sun Microsystems Inc. java.vendor.url=http://java.sun.com/ path.separator=: java.vm.name=Java HotSpot(TM) Server VM file.encoding.pkg=sun.io sun.java.launcher=SUN_STANDARD user.country=IT sun.os.patch.level=unknown install4j.exeDir=/root/ java.vm.specification.name=Java Virtual Machine Specification user.dir=/root/Teamwork_4_unix.sh.bin.32636.dir java.runtime.version=1.5.0_16-b02 java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment java.endorsed.dirs=/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/endorsed os.arch=i386 java.io.tmpdir=/tmp line.separator=
java.vm.specification.vendor=Sun Microsystems Inc. os.name=Linux exe4j.totalDataLength=104239802 sun.java2d.noddraw=true sun.jnu.encoding=UTF-8 java.library.path=/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/i386/server:/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/i386:/root/Teamwork_4_unix.sh.bin.32636.dir/jre/../lib/i386 java.specification.name=Java Platform API Specification java.class.version=49.0 sun.management.compiler=HotSpot Server Compiler os.version=2.6.18-164.el5 install4j.cwd=/root user.home=/root user.timezone=Europe/Rome java.awt.printerjob=sun.print.PSPrinterJob install4j.jvmDir=/root/Teamwork_4_unix.sh.bin.32636.dir/jre file.encoding=UTF-8 java.specification.version=1.5 java.class.path=i4jruntime.jar:user.jar user.name=root java.vm.specification.version=1.0 java.home=/root/Teamwork_4_unix.sh.bin.32636.dir/jre sun.arch.data.model=32 user.language=it java.specification.vendor=Sun Microsystems Inc. java.vm.info=mixed mode java.version=1.5.0_16 java.ext.dirs=/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/ext sun.boot.class.path=/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/rt.jar:/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/i18n.jar:/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/sunrsasign.jar:/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/jsse.jar:/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/jce.jar:/root/Teamwork_4_unix.sh.bin.32636.dir/jre/lib/charsets.jar:/root/Teamwork_4_unix.sh.bin.32636.dir/jre/classes install4j.appDir=/root/ java.vendor=Sun Microsystems Inc. file.separator=/ java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding=UnicodeLittle sun.cpu.endian=little sun.cpu.isalist=
Anyone knows how to solve this problem?
Thanks Paolo
paolo.perrucci
24 oct 2009 (319D 10:38)
0
What kind of installation did you perform? Standalone or web-app?
Roberto Baldi
26 oct 2009 (317D 15:33)
0
Standalone
anonymous
26 oct 2009 (317D 9:40)
0
Which user
did you use to perform installation? Root or other user? If you used other user
what kind of grants had that user?
Roberto Baldi
26 oct 2009 (317D 9:30)
0
I used root.
anonymous
26 oct 2009 (317D 9:21)
0
I’ve made
tests on Centos’ installation and no problems were occurred. I’ve installed as
root. Can you tell me if you configured your system in something particular?
If you
performed standalone installation you didn’t have choice for teamwork
installation, if you try an advanced installation you can choose more settings
parameter for application, give it a try.
Roberto Baldi
27 oct 2009 (316D 11:02)
0
The system where I'm tryng to install teamwork have a fresh installation of centos. I'm using the Teamwork_4_unix.sh.bin file to do the installation and I'm connected to the server using an ssh session with x11 forwarding enabled.
To bypass the problem I'll try to use the manual installer.
Thanks
anonymous
28 oct 2009 (316D 1:12)
0
same problem here.
In a default debina install works without problem... if i try to install on my final production Centos 5.3 i got
the same error...
The server is a SVN server with some http configured, with trac or other stuff... Can this make some problem?