Search found 9 matches
- Tue Nov 27, 2007 10:56 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Installing as a Windows Service
- Replies: 4
- Views: 6212
Installing as a Windows Service
Hi. We're a software development shop and currently enjoy Polarion ALM. We might even upgrade in the future (Watch this space!) However, I REALLY need the ability to start Polarion as a system service. The server it runs on has to reboot occasionally and Polarion needs to start up when it boots - wi...
- Wed Oct 24, 2007 11:05 am
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: Eclipse 3.3.1 Support
- Replies: 0
- Views: 3823
Eclipse 3.3.1 Support
Hi Guys, FastTrack 1.1.0 works with Eclipse 3.3.1 Maintainence build M20071022-2048 which you can get from here: http://download.eclipse.org/eclipse/downloads/drops/M20071022-2048/download.php?dropFile=eclipse-SDK-M20071022-2048-win32.zip There is an error when starting up, stating that some initial...
- Wed Oct 03, 2007 2:01 pm
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: FastTrack 1.1.0 and Eclipse 3.1.2
- Replies: 1
- Views: 3766
This might help...
!ENTRY org.eclipse.ui 4 0 2007-10-03 15:00:23.689 !MESSAGE Failed to execute runnable (java.lang.NullPointerException) !STACK 0 org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException) at org.eclipse.swt.SWT.error(SWT.java:2942) at org.eclipse.swt.SWT.error(SWT.java:...
- Wed Oct 03, 2007 1:57 pm
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: FastTrack 1.1.0 and Eclipse 3.1.2
- Replies: 1
- Views: 3766
FastTrack 1.1.0 and Eclipse 3.1.2
I have installed Eclipse 3.1.2 and JbossIDE 1.6.0GA.
I can install FastTrack fine (1.1.0). When I restart Eclipse, right click on a project and click 'Share Project', SVN is greyed out and I can't click next.
Any ideas?
(BTW - Eclipse 3.2 + JvossIDE 1.6.0GA work fine!)
I can install FastTrack fine (1.1.0). When I restart Eclipse, right click on a project and click 'Share Project', SVN is greyed out and I can't click next.
Any ideas?
(BTW - Eclipse 3.2 + JvossIDE 1.6.0GA work fine!)
- Wed Oct 03, 2007 9:37 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: ALM 3.0.0 - My Work Items
- Replies: 1
- Views: 4040
I recieved a solution from Polarion for this issue (they are v. friendly). What I had to do was this: 1. Login as my user, from the top of the 'Shortcuts' panel, hit the drop down menu icon and click Customize Shortcuts. Delete the offending shortcut. 2. As admin, select Repository from the Projects...
- Tue Oct 02, 2007 8:22 am
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: ALM 3.0.0 - My Work Items
- Replies: 1
- Views: 4040
ALM 3.0.0 - My Work Items
Whenever we click "My Work" when logged in as any user, we get the error: Server error: Server exception while calling method: com.polarion.portal.internal.server.navigation.PortalDataProvider/requestPortalSite cause:No such context exists: ContextId[cluster default, context qa] I've repor...
- Wed Sep 26, 2007 12:25 pm
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Publishing Web Interface
- Replies: 1
- Views: 4002
I figured it out myself
I figured it out in the end. Needed ProxyPreserveHost On in the httpd.conf! ProxyPreserveHost On <Location /polarion/> ProxyPass http://192.168.0.1:8080/polarion/ ProxyPassReverse http://192.168.0.1:8080/polarion/ </Location> <Location /svnwebclient/> ProxyPass http://192.168.0.1:8080/svnwebclient/ ...
- Tue Sep 25, 2007 6:26 pm
- Forum: FastTrack - Tracking deeply integrated in Eclipse IDE
- Topic: FT and Red Hat Developer Studio
- Replies: 0
- Views: 3600
FT and Red Hat Developer Studio
RDHS is basically Eclipse. FT installs fine, but when I try to check in, I get a null pointer exception. I've switched my development environment back to Eclipse 3.3 for the time being since RHDS is only in BETA. Will this be tested and accommodated for in the future do you think, or does anybody kn...
- Tue Sep 25, 2007 4:37 pm
- Forum: Polarion Application Lifecycle Management (ALM)
- Topic: Publishing Web Interface
- Replies: 1
- Views: 4002
Publishing Web Interface
I have Polarion ALM Team installed internally on a server (lets say the ip is 192.168.0.1 for example). Everyone in the office can use the snv and web interface wonderfully, but I have a couple of questions about external access. Generally I use Apache2 to 'publish' internal web applications via rev...