My company has been running a trial of Atlassian Crucible for some months now. For repositories where it's working properly, users have given very positive feedback about the tool. The problem I'm having is that we have several different projects,…
I asked this question at Atlassian but figured serverfault might be more appropriate as it's more of a sysadmin question than an Atlassian question:
I have been attempting to follow this guide to have FishEye+Crucible start at boot. JIRA is already…
I have a problem with keytool tool.
I have a FishEye/Crucible server which needed to be connected to my Jira server. My Jira server uses SSL. I'm trying to import ssl certificate using the following command:
keytool -importcert -alias "JiraCert"…
I have an instance of Atlassian FishEye+Crucible running in a server in a standard HTTP connection. But we need this instance to be also accessed from outside, over a HTTPS connection. Proposed solution? Revese Proxy, what already works fine for…
I've scoured the internet, and stumbled across Fisheye + Nginx Reverse Proxy many times, but it doesn't seem to be answering my question. I have Atlassian's FIsheye up and running. Right now, Fisheye is listening on port 8060, and there is an nginx…
I'm trying to run Fisheye behind a proxy. So far, I've managed to get Jira and Stash to work behind the proxy, but not Fisheye.
Here's my config file in Nginx:
server {
listen 80;
server_name dev.int.com;
access_log off;
location /…
I have been trying to setup Atlassian Fisheye/Crucible as a service on Win 2K3 R2 for two weeks. I keep getting various "java.lang.OutOfMemoryError: PermGen space" errors, which crash Fisheye and force me to restart the service.
I've followed the…
For the past few days we have been attempting to setup Fisheye with TLS setup. We have gone through the process of setting up our TrustStore with our companies internal CA and setting up a seperate keystore with the host level certificate. We then…
I have a jira server running at https://jira.example.com/ and everything with it is fine. It is a real certificate, not a self-signed cert. I am trying to turn up a FishEye server and I'd like to use the Jira integration during the initial setup…
I'm trying to run a reverse proxy through to a website running locally through IIS to get SSL functioning. I've got all my rules set up so that I can see 90% of the site perfectly. The application is Atlassian's Crucible, but I think my issue is…
After jira installation using the mod_proxy setup to access projects.mysite.com/jira, Which is perfectly working fine. I wanted to install fisheye on same system to access GIT repository on jira.
While Installing fisheye server was started from the…
I'm running Atlassian Crucible/Fisheye and all of a sudden none of my users can browse changesets for any of the configured repositories. The only clue I have as to the cause of this is the following message from the debug log:
2010-10-26…