Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Permission denied in HttpCombiner.ashx

web-app

Im using the latest version of Gemini.

It's running on our internal server at http://myserver/gemini. Everything works fine from the internal network.

We have external users that connect through a dyndns url on port 1025. It's internally forwarded to myserver:80.

For this we have the URL set to http://xxx.dyndns.org:1025/gemini and enforce URL is set to true. When I log in from outside, everything seems to be working fine, except the drop down project menu.

When I click a project from the menu, i get the following javascript error, and nothing else happens:

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 3.5.30729; .NET CLR 3.0.30618; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Wed, 2 Jun 2010 14:25:52 UTC


Message: Permission denied
Line: 19
Char: 27021
Code: 0
URI: http://xxx.dyndns.org:1025/gemini/HttpCombiner.ashx?s=jsMinified&t=text/javascript&v=2638&cache=yes

All other dropdown menus are working fine, just not the projects menu. From within the network, it works fine.

Not a showstopper, but definately annoying.

vashist
· 1
vashist
Replies (7)
helpful
0
not helpful

Can you please try and give "everyone" permission on the Gemini folder in windows?
Also, is this the only issue for the site? Doesn't make sense to me at the moment....


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Well, I had two dyndns url configured for the same server. In the gemini settings I had xxx.mugjooz.dyndns.org configured, while I was using the other url to access it: xxx1.dyndns.org.

So if I use xxx instead of xxx1, the menu works.

My mistake, but still, IMHO it shouldn't be a problem.


vashist
· 1
vashist
helpful
0
not helpful

Ok, I thought the problem was fixed, but it has been reversed.

Now everything works fine from the outside, but not from within the network.  I cannot access the projects menu from within the LAN.

Also I noticed that the lookup fields (like when searching for a user, where it shows a list of suggested users while typing), don't work anymore. You can type, but it does not show the suggested users anymore.

When in a project, the menu items in the Project Administration menu, use the external dyndns url, while the items on the left (Project summary, Road map etc) link to the internal server url.

some images in the issue lists use the dyndns url, others use the internal server url.

Current setup:
- Full Gemini Url: xxx.dyndns.org:8080
- Enforce Gemini url: Yes



vashist
· 1
vashist
helpful
0
not helpful

Please set enforce url to "No".


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

If I do that, the situation inverts: the projects menu does not work from the outside, but it does work from the LAN.


vashist
· 1
vashist
helpful
0
not helpful

Are you able to check which URL is called each time (using FireFox and firebug)?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

For now, I solved it by creating a new website in our local IIS and modifying the hosts file on each workstation, so that it mimics the dyndns url from the internal LAN. So I can use http://xxx.dyndns.org:8080/gemini in my LAN (it is now translated to our internal IP, instead of our external ip). Now everything seems to be working fine.


vashist
· 1
vashist