We are facing an issue with artifactori, refer to the Attached screenshot enter image description here
we are facing a few issues in the remote repository xyz, We are able to see the location of it in the artifactory however on going to the location we are getting a 'This item is not cached error'. So the build is failing for our observability libraries. please let us know how we can resolve this issue.
I assume that you see is from the virtual/remote repository and the item is not cached is the actual answer. The item is available in the remote source but not available in the Artifactory's cache. To overcome the issue, simply download the file.
Related
So I am just in utter disgust at what happened. i was working on an asp.net in TFS application and all of the sudden it literally just stopped working. Every time I tried to launch it in a browser it would display this error:
The entire DESCRIPTION states:
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make
sure that it is spelled correctly
I haven't the slightest clue what happened. I have not to my best recollection done anything to jeopardize it.
This is what I've done. since I have two different logins to my computer, I took the solution and tried to launch it in my 2nd login and it worked perfectly. I took that same solution file and tried to launch it in my current login and it's causing this issue.
I reset all my Visual studio settings and tried to launch the solution and again - get the same error.
It is showing the SERVIER ERROR in /HOME.aspx - but this error does not show up in my other login.
Does anyone have any idea what could cause this? I'm basically looking at creating a new user profile for myself to get this resolved. Any help will be much appreciated.
Could it be my user profile or would simply re-installing VS could resolve it?
I currently have DNN 7 installed and have been unable to get your module to work.
I do a typical module install of 2sic_2SexyContent_08.04.07_Install with apparently no issues.
When I drag the Content module to a pane there's an exception created in the log although the module does show up on the page.
I then click "Auto configure..." and then OK in the pop-up
It shows "installing Getting Started Templates" but then a pop-up shows error 500
The log shows:
"The given key was not present in the dictionary" and "Object reference not set to an instance of an object."
I checked github but couldn't find a resolution.
Is there an easy fix to this as I'd really like to get this installed. Heck, even if it's not easy, I still want to get it installed.
Thanks
Bob
I created a short video for you so you see what you should get: http://2sxc.org/en/blog/post/moving-discussions-from-codeplex-to-stack-overflow
Here another guess
make sure your domain-names/paths are correct in DNN - these are portal settings and if something is wrong there, you will probably get funny redirects
Also: pls post some screenshots etc. - because that will help to understand which part is generating a 500
Note that it's also possible that whatever caused the initial error, did something which is hard to fix for inexperience users. So just to start, it's probably best to first create a new DNN, install 2sxc and when that works, figure out what is different in the two installs.
I would like to set up our long running nexus (currently updated to 2.10) for project specific permissions, so that users are limited to access only a part of the repository.
I found this article and this one which exactly match what I am looking for.
So I set up our config like this.
The regexp for us is: ./de/mycompany/myproject./.*
But there is still one error:
I can log in with restricted view and in the search I just see the filtered artifacts. Which is great. But the bottom part of the UI where the repository tree is shown, is empty. Instead I get a 403 error. Looking in the system feed for authentication I find:
Unable to authorize user [myuser] for read(HTTP method "GET") to /nexus/service/local/repositories/releases/index_content/ from IP Address 192.168.0.41, user agent:"n/a"
"releases" is the name of our repo, for a part of which the user is permitted. So what to do to get access to this strange index_content? Do I need another privilege or role? Or another regexp? Using ./index_content/. does not work.
Well, as nobody knew a solution a did a lot of try an error at the weekend. Finally I ended with added a second regex just with a slash ("/"). Now it works as expected and documented in the referred articles.
Right, you need to add permissions for the directories along the path for "browse storage" to work.
See here for more information: https://support.sonatype.com/entries/21592111
I am getting an error while doing content porter from DEV to QA. An item with the title "Segments" already exists in this location. Give some suggestion to resolve. It is occuring in those publication where audience manager is enabled.
Your issue most likely not be related to content porter. We have experienced recently similar issue and able to resolve with the help of Tridion Customer Support.
Are you able to browse the publication from Tridion GUI? In our case, when we browse the publication we have received the similar error message.
Please take a look at Unable to open publications - an item with the title "Segments" already exists
Sounds like a known bug in Audience Manager, which unfortunately has been impossible to reproduce so far and so doesn't have a fix yet. There is a workaround (requiring manual changes to the database) so you should contact Customer Support about it.
Audience Manager keeps track of changes to your BluePrint structure which require it to share Segments to different Publications. On rare occasions, something apparently goes wrong in this logic and it tries to create a "Segments" folder where one already exists - giving you this error message.
Any information you can give that might help us reproduce the problem would be very much appreciated; it's an elusive defect...
This probably means what it says: There is another item with the same name in that folder/structuregroup. Open up the GUI and check if there is an item with that exact name at that location. Check the complete Blueprint hierarchy!
Options to resolve this:
Check your ContentPorter import settings (related content)
Rename/(re)move the conflicting item
I don't think audience manager has anything to do with this error
So i started Bazaar explorer and set my local path to a project folder on desktop. I have an http URL in the format http://XXX.XXX.X.XX/trunk..I tried checking out the code by entering the URL in the Branch Source but I get an error saying "Connection error: while sending OPTIONS /trunk/: attempt failed as cannot connected party failed to respond or host failed to respond. Please help!
You're trying to checkout SVN repository most likely. Something wrong with access to that repository or with bzr-svn plugin. You have to file a bug here and ask your question, and you will have more chanches to get the right answer there than on StackOverflow..