[Trac] Re: TRAC issue - cannot link SVN checkins with TRAC tickets

2017-07-18 Thread RjOllos


On Tuesday, July 18, 2017 at 9:46:14 AM UTC-7, Richard Smith wrote:
>
> Hello all I am having a bit of an issue with our TRAC and SVN systems 
> speaking to one another. My issue is when a dev goes to do a svn 
> check-in/code commit he is not able to link it with a trac ticket. The 
> warning on the page states "*Warning:* Can't synchronize with repository 
> "(default)" (Unsupported version control system "svn": DLL load failed: The 
> specified procedure could not be found.). Look in the Trac log for more 
> information." I am running TRAC 0.12.2 with VisualSVN Server 2.7.14, python 
> 2.6 is installed as well just for reference. 
>
> When I go to check the log on the server I find the trac repos and drill 
> into the log folder but nothing resides in the folder. Also just to note. 
> We have about ~50 repos and this is issue is only occurring on maybe 3 of 
> them. The rest we are able to associate the check-ins with TRAC tickets. 
> Any thoughts? Personally I am not sure where to go from here. 
>
> Thank you for taking the time to look at my post! :) 
>
> -Richard
>

Questions:
* Are all of the repositories connected to a single Trac environment, or do 
you have multiple Trac environments?
* Are you using explicit synchronization (1)?
 * If so, is the same post-commit hook used for all repositories?
* What is the value of [trac] repository_sync_per_request?

- Ryan

(1) https://trac.edgewall.org/wiki/0.12/TracRepositoryAdmin#ExplicitSync
 

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


[Trac] TRAC issue - cannot link SVN checkins with TRAC tickets

2017-07-18 Thread Richard Smith
Hello all I am having a bit of an issue with our TRAC and SVN systems 
speaking to one another. My issue is when a dev goes to do a svn 
check-in/code commit he is not able to link it with a trac ticket. The 
warning on the page states "*Warning:* Can't synchronize with repository 
"(default)" (Unsupported version control system "svn": DLL load failed: The 
specified procedure could not be found.). Look in the Trac log for more 
information." I am running TRAC 0.12.2 with VisualSVN Server 2.7.14, python 
2.6 is installed as well just for reference. 

When I go to check the log on the server I find the trac repos and drill 
into the log folder but nothing resides in the folder. Also just to note. 
We have about ~50 repos and this is issue is only occurring on maybe 3 of 
them. The rest we are able to associate the check-ins with TRAC tickets. 
Any thoughts? Personally I am not sure where to go from here. 

Thank you for taking the time to look at my post! :) 

-Richard

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: TRACTICKETSTATS plugin

2017-07-18 Thread RjOllos


On Tuesday, July 18, 2017 at 1:20:43 AM UTC-7, toto200891 wrote:
>
>
>
> On Tuesday, July 18, 2017 at 12:13:49 AM UTC+2, RjOllos wrote:
>>
>>
>>
>> On Monday, July 17, 2017 at 1:17:05 AM UTC-7, toto200891 wrote:
>>>
>>>
>>>
>>> On Thursday, July 13, 2017 at 9:43:18 PM UTC+2, Jun Omae wrote:
>>>
>>> 2. Visit /ticketstats page, view source of the page, and confirm the 
 page has "//
 cdnjs.cloudflare.com/ajax/libs/yui/2.9.0//yahoo-dom-event/yahoo-dom-event.js".
  


>>>
>>> Both the pages are accessible via browser. But still I don't see any 
>>> plots. Any other method troubleshoot it? 
>>>
>>
>> Right click on page and "view source". The source will open in another 
>> tag. Please search that page for "yahoo-dom-event.js" and copy the entire 
>> line containing that string.
>>
>
> Thanks for the reply Ryan.
>
> Here is the string 
>
>  src="//cdnjs.cloudflare.com/ajax/libs/yui/2.9.0/yahoo-dom-event/yahoo-dom-event.js">
>
> Please see the attached file, when I click on the link, a following page 
> opens.
>
> Regards,
>
> SF
>
>
That looks fine. The error you showed in the previous reply (1) looks like 
it's probably a side-effect of an earlier exception that prevents all the 
JavaScript code on the page from loading.

I was thinking you might have a plugin conflict, but on looking at (2) I 
noticed that the only plugin you have installed is TracStats 0.6.1. The 
version of TracTicketStats should be 3.0.0dev (3). Please try to clarify 
what plugin you have installed, and whether that's the only plugin 
installed in the environment.

- Ryan

(1) https://groups.google.com/d/msg/trac-users/DlSyN4YGwfY/NDEsStUABQAJ
(2) https://groups.google.com/d/msg/trac-users/DlSyN4YGwfY/2kSgLFHaAwAJ 
(3) https://trac-hacks.org/wiki/TracTicketStatsPlugin

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: Account Manager Plugin

2017-07-18 Thread Steffen Hoffmann
Am 18. Juli 2017 01:01:39 MESZ schrieb RjOllos :
>
>
>On Monday, July 17, 2017 at 4:31:23 AM UTC-7, david.johnstone wrote:
>>
>> Ryan,
>>
>>  
>>
>> I have changed the trac logging to DEBUG.  Below are the last few
>lines of 
>> the log file.  The log is from running tracd.  Get the same result
>when 
>> using Apache.  Tracd is on port 8080 and Apache is on port 80
>>
>>  
>>
>> Full log file is attached.
>>
>>  
>>
>> 2017-07-17 21:19:23,313 Trac[main] DEBUG: Dispatching
>> "GET '/login'">
>>
>> 2017-07-17 21:19:23,328 Trac[main] DEBUG: Chosen handler is None
>>
>> 2017-07-17 21:19:23,328 Trac[session] DEBUG: Retrieving session for
>ID 
>> u'david'
>>
>> 2017-07-17 21:19:23,328 Trac[chrome] DEBUG: Prepare chrome data for
>request
>>
>> 2017-07-17 21:19:23,345 Trac[main] WARNING: [172.16.12.197]
>HTTPNotFound: 
>> 404 Not Found (No handler matched request to /login),
>> "GET '/login'">, referrer 'http://win-trac-2.locata.com:8080/trac'
>>
>>  
>>
>> Cheers,
>>
>> David J.
>>
>>  
>>
>>  
>>
>> *From:* trac-users@googlegroups.com
>[mailto:trac-users@googlegroups.com] *On 
>> Behalf Of *RjOllos
>> *Sent:* Monday, 17 July 2017 3:55 PM
>> *To:* Trac Users
>> *Subject:* Re: [Trac] Re: Account Manager Plugin
>>
>>  
>>
>>
>>
>> On Sunday, July 16, 2017 at 9:49:55 PM UTC-7, david.johnstone wrote:
>>
>> Ryan,
>>
>>  
>>
>> Have installed r16714 and now get a message “No handler matched
>request to 
>> /login”.
>>
>>  
>>
>> The line in the trac log file is.
>>
>> 2017-07-17 14:44:59,489 Trac[main] WARNING: [172.16.12.197]
>HTTPNotFound: 
>> 404 Not Found (No handler matched request to /login),
>> "GET '/login'">, referrer 'http://win-trac-2.locata.com:8080/trac'
>>
>>  
>>
>> Cheers,
>>
>> David J.
>>
>
>You also need the following in your [components] section:
>trac.web.auth.loginmodule = disabled
>
>I'll update the CookBook wiki page.
>
>- Ryan 
>
>-- 
>You received this message because you are subscribed to the Google
>Groups "Trac Users" group.
>To unsubscribe from this group and stop receiving emails from it, send
>an email to trac-users+unsubscr...@googlegroups.com.
>To post to this group, send email to trac-users@googlegroups.com.
>Visit this group at https://groups.google.com/group/trac-users.
>For more options, visit https://groups.google.com/d/optout.


This is one at least not critical. acctmgr will always check and fix 
configurations missing that, and it will be saved with other changes next time.

Steffen Hoffmann

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.


Re: [Trac] Re: TRACTICKETSTATS plugin

2017-07-18 Thread toto200891


On Tuesday, July 18, 2017 at 12:13:49 AM UTC+2, RjOllos wrote:
>
>
>
> On Monday, July 17, 2017 at 1:17:05 AM UTC-7, toto200891 wrote:
>>
>>
>>
>> On Thursday, July 13, 2017 at 9:43:18 PM UTC+2, Jun Omae wrote:
>>>
>>> On Thu, Jul 13, 2017 at 11:33 PM, toto200891  
>>> wrote: 
>>> > I am sorry, here it is. 
>>>
>>> Thanks. It seems to be normal. 
>>>
>>> Please check the following. 
>>>
>>> 1. If [ticketstats] yui_base_url is configured, remove the option from 
>>> your trac.ini. 
>>>
>>> I removed [ticketstats] section from trac.ini file  
>>
>> 2. Visit /ticketstats page, view source of the page, and confirm the 
>>> page has "//
>>> cdnjs.cloudflare.com/ajax/libs/yui/2.9.0//yahoo-dom-event/yahoo-dom-event.js".
>>>  
>>>
>>>
>>
>> Both the pages are accessible via browser. But still I don't see any 
>> plots. Any other method troubleshoot it? 
>>
>
> Right click on page and "view source". The source will open in another 
> tag. Please search that page for "yahoo-dom-event.js" and copy the entire 
> line containing that string.
>

Thanks for the reply Ryan.

Here is the string 



Please see the attached file, when I click on the link, a following page opens.

Regards,

SF


> - Ryan
>
>  
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.